html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "serif" !important;
  /*font-family: 'NexaBold' !important;*/
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
  /*letter-spacing: 1px;*/
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

a {
  outline: none;
}

p {
  font-family: "futura-medium-bt";
  margin-bottom: 10px;
  line-height: 23px;
}

img {
  max-width: 100%;
}

/*-------------- CSS Resetter ----------*/

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

/*--------------------------------------------------------------------*/

/*-------------------------------------*/

.nav-container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.nav-container:after {
  clear: both;
}

.nav-container:before {
  display: table;
  content: " ";
}

/*-------------------------------------*/

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 10px 0px;
  top: 0;
  /* transition: top 0.3s; */
}

.navbar-default {
  background: #F0E8D5;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  color:#212844;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: rgba(255, 255, 255, 0.9);
  transition: ease all 0.5s;
}
#Amenities {
    border-bottom: 3px solid #212844;
}
#Location {
    border-bottom: 3px solid #212844;
}
.navbar-default .navbar-nav>li>a {
  color: #212844;
  text-shadow: none;
  font-weight: 800;
  letter-spacing: 1px;
   word-spacing: 10px !important;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #000;
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #212844;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  color: #224e22;
}

.navbar-brand>img {
  width: 130px !important;
  margin-top: 5px;

}
 .banner{
       margin-top: 60px !important;
   
      
    }
.navbar-brand>img.nav-logo {
  width: 145px;
  margin-top: 0;
  filter: invert(1);
}

@media (min-width: 768px) {
   
  .navbar-brand {
    padding: 0px;
  }
  .mobile-num a{
    display: none !important;
  }

   .fixed-footer-cust{
  width:100%;
 }

}

/*------------Navbar center-------*/
.navbar .navbar-nav {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.over_row {
  display: flex;
  align-items: center;
}
#crown strong {
  font-weight: 900;
  color:#212844 ;
  font-size: 18px;   /* golden */
}
/*-------------------*/

@media (max-width: 767px) {
#products .header h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap; /* force same line */
}

#products .header {
  white-space: nowrap; /* keep text in one line */
}
.footer-bottom {

position: relative;
top:0px;
}
.footer-bottom a{
margin-top: 30px;
}
.mobile-phone {
  display: none;
}
.owl-nav img{
  display:none
}
/* Show only on mobile (max-width 767px for Bootstrap xs/sm) */
@media (max-width: 767px) {
  .mobile-phone {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px !important; 
    z-index: 9999;
  }

  .mobile-phone .phone-btn {
    background: #212844;  /* change color if needed */
    color: #fff;
    padding: 15px 15px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    right:9%;
  
    margin-bottom: 20px;

  }

  .mobile-phone .phone-btn i {
    margin-right: 6px;
  }
}
  .hide-mobile {
      display: none !important;
    }
  .popup-btn {
    width: 60% !important;
  }
  #hide-menu {

  padding: 15px 0px;

}
   
   
    .reg_div{
border: 2px solid #E6E7E9;
    position: relative !important;
    left: 0% !important;
    padding: 40px 0px;
    border-radius: 8px;
    background-color: #F0E8D5;
    width: 100% !important;
    /* margin: 20px auto; */
    text-align: center;
  }
/* .reg_div{
  top: 50%;
 transform: translateX(-85%) !important;
} */

  .navbar-nav {
    margin: initial !important;
    width: 100%;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .navbar-brand>img {
    width: 150px;
    /* float: left; */
    margin-top: 0px;
    margin-bottom: 10px !important;
    margin-left: 0;
  }

  .navbar-brand>img.nav-logo {
    width: 100px;
    margin-top: 0px;
    margin-bottom: 40px;
    right: -30px;
    position: relative;
  }

  .navbar-brand {
    padding: 0px;
  }

  .navbar-default .navbar-toggle {
    border: none !important;
    background: #fff;
    margin-right: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0a3a81 !important;
  }

  .over_row {
    flex-direction: column-reverse;
  }

}

.nav-call {
  border: 2px solid #f37637;
  border-radius: 7px;
  padding: 3px 15px !important;
  color: #fff !important;
  margin-top: 10px;
  font-weight: 600;
  background: #f37637;
}

.navbar-nav>li>a {
  font-family: "futura-medium-bt";
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: none;
}

.menu-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.6s;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #ffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.menu-overlay a span {
  border-left: 3px solid #d2ac68;
  border-right: 3px solid #d2ac68;
  padding: 0 14px;
  padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
}


.phone-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 25px;
  border-radius: 999px;
  background: #212844; /* updated background */
  color: #F0E8D5 !important;      /* updated text color */
  font-weight: 900;
  font-size: 18px;
  margin-top: 7px;
  text-decoration: none;
  overflow: hidden;
   letter-spacing: 2px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.phone-btn .fa {
  font-size: 22px;
  font-weight:  800px!important;
  color: #F0E8D5 !important; 
}

/* Shine Effect */
.phone-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0%   { left: -75px; }
  60%  { left: 100%; }
  100% { left: 100%; }
}

.global-sec {
  padding: 40px 0;
  background-color:#E6E7E9 !important ;
}

.sec-head {
  font-family: "futura-medium-bt";
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.over_tit {
  font-family: "futura-medium-bt";
  font-size: 17px;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

.underline2 {
  background:#212844 ;
  height: 3px;
  width: 254px;
  display: block;
  margin: 25px auto;
}
.underline3 {
  background:#F0E8D5 ;
  height: 3px;
  width: 254px;
  display: block;
  margin: 25px auto;
}
.sec-head.golden {
  color: #212844;
}
.golden span{
  color:#F0E8D5 ;
}
.darkbg {
  background: #222222;
}

.headline {
  margin: 0 auto;
  display: block;
  margin-top: 0;
  width: 170px;
  margin-bottom: 30px;
}

.darkbg p {
  color: #ffffff;
}

.over-view {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768) {
  /* .scroll-top{
position: fixed;
bottom: 42px;
  } */
  .phone-btn{
   margin-top: 0%;
  
  }
  .over-view {
    text-align: center;
    margin-top: 30px !important;
  }
}


.golde-icon {
  padding: 0 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.golde-icon i {
  color: #000 !important;
  margin: 0 !important;
  background: #fff !important;
  border: 2px solid;
}

.golde-icon .hi-icon:hover {
  background: #1f1b20 !important;
  color: #ffffff !important;
}

.golde-icon .hi-icon:after {
  box-shadow: 0 0 0 4px #333 !important;
}

.over-view p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

    
  .over-view p {
    margin-bottom: 24px;
    font-size: 12px;
    height: 55px;
    line-height: 21px;
  }
}

.hi-icon:before {
  font-size: 50px !important;
}

.projecthigh-head {
  font-size: 30px;
  background: #0a3a81;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-weight: 800;
}

/*---------------------------------*/

.overimg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.sec-head.style2 {
  font-size: 30px;
  margin-bottom: 5px;
}

.highlight-wrap {
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 15px;
}

.highlight-wrap h2 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

.highlight-wrap p {
  color: #ffffff;
  font-size: 16px;
}

.ami-img-wrap {
  position: relative;
}

.ami-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.ami-img-wrap .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  padding: 10px;
}

.ami-img-wrap .img-overlay .text-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #d2ac68;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.ami-img-wrap .img-overlay .text-wrap p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-right: 5px;
}

.ami-img-wrap .img-overlay h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

/*----3d hover-------*/
.hover-in {
  transition: 0.3s ease-out;
}

.hover-out {
  transition: 0.3s ease-in;
}

/*-------------------*/

/* -------------------overview------------ */
.imhhg {
  width: 100%;
  height: auto;
}

@media (max-device-width: 768px) {
  .imhhg {
    height: unset;
    margin-top: 11px;
  }

  /* --------Project usp */
  .usp-li {
    padding: 10px;
    margin-bottom: 5px;
  }

  /* --------------------- */

  .sec-head.white {
    color: #ffffff;
  }

  .config-table {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    /* font-family: 'futura-light';*/
  }

  .config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
  }

  .config-table thead tr {
    font-family: "futura-medium-bt";
  }

  .config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    /*background: #ededed;*/
  }

  .config-table thead {
    border: none !important;
  }

  .config-table>tbody>tr>td,
  .config-table>tbody>tr>th,
  .config-table>tfoot>tr>td,
  .config-table>tfoot>tr>th,
  .config-table>thead>tr>td,
  .config-table>thead>tr>th {
    border: none !important;
  }
}

.table>thead>tr>th {
  font-family: "futura-medium-bt";
  font-size: 20px;
  text-align: center;
  border: 1px solid #8dc53f !important;
}

.table>tbody>tr>td {
  font-family: "futura-medium-bt";
  border: 1px solid #fff;
  background-color: #8dc53f;
  color: #fff;
}

.config-table tbody {
  background: #ffffff;
}

.price-click {
  background: #ffffff;
  color: #222;
  padding: 5px 8px;
  font-family: "futura-medium-bt";
  border-radius: 5%;
}

.price-click:hover,
.price-click:focus {
  color: #222;
}

.sub-head {
  text-align: center;
  font-family: JoaneRegular;
  font-size: 25px;
  margin-bottom: 40px;
}

.sub-head.white {
  color: #ffffff;
}

.grey {
  background: #f3f3f3;
}

.amenities {
  text-align: center;
  margin-bottom: 30px;
}

.amenities p {
  margin-bottom: 0;
  height: 40px;
  font-weight: 600;
}

.ameicon {
  padding: 0 !important;
}

.ameicon i {
  background: #222 !important;
  width: 110px;
  height: 110px;
  margin: 0;
  margin-bottom: 15px;
  color: #d8b068;
}

.ameicon i::before {
  line-height: 110px !important;
}

.ameicon .hi-icon:hover {
  background: #d8b068 !important;
  color: #ffffff !important;
}

.ameicon .hi-icon:after {
  box-shadow: 0 0 0 4px #222 !important;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 15px;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border: 2px solid #070D0D;
  text-decoration: none;
  transition: ease all 0.5s;

  text-transform: uppercase;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #E6E7E9;
  color:#212844 ;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #E6E7E9;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  /*text-align: center;*/
}

#accordion .panel-heading a:not(.collapsed) {
  color: #E6E7E9;
  background-color:#212844 !important;
  transition: all 0.2s ease-in;
}

#accordion .panel-body p i {
  color: #d2ac68;
  margin-right: 10px;
  font-size: 16px;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-body {
  padding: 15px;
  border: none !important;
  background: #f7f7f7;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.panel-body p {
  font-size: 14px;
  text-align: center;
}

.panel-group .panel-heading {
  border-bottom: 0;
  background:#212844 ;
}

.panel-title {
  font-family: "futura-medium-bt";
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.loc-list li {
  margin-bottom: 7px;
  background: #ededed;
  padding: 12px 5px;
}

.loc-list li i {
  color: #0a3a81;
  margin-right: 10px;
  font-size: 16px;
}

.loc-list li span {
  float: right;
  font-weight: 800;
  color: #000;
}

.loc-head {
  color: #0a3a81;
  font-size: 30px;
  font-weight: 800;
  /*margin-bottom: 20px;*/
}

.loc-headline {
  margin-bottom: 30px;
  width: 70px;
  margin-top: 5px;
}

/* -------------------  TAB -----------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #fff;
  background-color: #1f1b20;
  border: 1px solid #1f1b20;
  cursor: pointer;
  border-radius: 16px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #222222;
  /*padding: 9px 20px !important;*/
  border: none;
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.mytab>li>a {
  color: #222222;
  padding: 9px 20px !important;
  border: 1px solid #1f1b20;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
}

/*-------------------------------------------------*/

/*---------------gallery----------------------*/
.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery img {
  width: 100%;
  display: block;
  transition: all 0.5s;
  height: auto;
  object-fit: cover;
}

.blurimgg {
  filter: blur(2px);
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;

  display: flex;
  justify-content: center;
  align-items: center;
}

.amenities-gallery .gall-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.html), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

/*-----------------------*/

#Contactus {
  background-color:#212844 ;
  /* background: url("../images/bgg.webp") center no-repeat;
  background-size: cover; */
  padding: 70px 0;
}

.contact-overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 127px 67px;
  height: 568px;
}

/*---modal form--*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #222222;
}

#contact-form .input-group-addon {
  background: #fff;
  color: #000;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.popup-btn {
  width: 80% !important;
  margin: 0 auto;
  display: block;
  background:#E6E7E9 ;
  border: none;
  color:#212844 ;
  font-size: 20px;
  padding: 17px  10px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 30px;
  box-shadow: none;
  outline: none;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
  .accordion-button {
      background-color: #212844;
      color: #fff;
      font-weight: 600;
      padding: 12px 15px;
    }

    .accordion-button:focus {
      box-shadow: none;
      border: none;
    }

    .accordion-button:not(.collapsed) {
      background-color:#212844 ;
      color: #fff;
      box-shadow: none;
    
    }

    .accordion-item {
      border: none;
      margin-bottom: 5px;
    }

    /* Arrow customization */
    .accordion-button::after {
      content: "\25BC"; /* down arrow */
      font-size: 12px;
      color: #fff;
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out;
    }
.grey{
  padding:40px 20px;
}
    .accordion-button:not(.collapsed)::after {
      content: "\25B2"; /* up arrow */
      transform: rotate(0deg);
    }

    /* Accordion body */
    .accordion-body {
      padding: 0px 20px;
      border: 1px solid #ddd;
      background: #fff;
    }

    /* List inside body */
    .list-group-item {
      display: flex;
      justify-content: space-between;
      border: none;
      border-bottom: 1px dotted #ccc;
      font-size: 14px;
      padding: 10px 15px;
    }

    .list-group-item:last-child {
      border-bottom: none;
    }

.error {
  color: #ff0000;
  font-size: 12px;
}

/*-----------Modal End --------*/

.form-txt {
  font-family: "futura-medium-bt";
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.form-calltxt {
  margin-bottom: 0;
  color: #fff;
  font-family: "futura-medium-bt";
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.form-calltxt a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.row-eq-height {
  padding: 0px !important;
  margin: 0px !important;
}

.abt-rera h5 {
  font-size: 11px;
  font-weight: 800;
  margin-top: 6px;
  border-bottom: 2px solid #d2ac68;
  padding-bottom: 4px;
}

.abt-rera p {
  font-size: 11px;
}

.sunteck {
  width: 160px;
  margin: 0px auto;
  display: block;
  margin-top: 9%;
}

.footer-sec {
  padding: 40px 0;
  background: #222222;
}

.footer-sec p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.footer-sec p a {
  color: #ffffff;
}

/*----------Modal Design-------*/
.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {

  background-color: #F0E8D5 !important;
  /* background: url(../images/bgg.webp) center no-repeat;
  background-size: cover; */
}

.modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: none;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal-body h3 {
  color:#25334A ;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  /* margin-top: -35px; */
  margin-bottom: 10px;
}

.modal-body p {
  color: #25334A;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal-body img {
  width: 100px;
  margin: 0px auto;
  display: block;
  position: relative;
  top: -60px;
  border-radius: 50%;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

/* .reg_div {
    position: absolute;
    top: 20%;
    left: 70%;
    transform: translateX(-50%);
    background: #F0E8D5 !important;
    padding: 25px;
    border-radius: 8px;
    max-width: 600px;
    width: 50%;
  
    text-align: center;
    box-shadow: #F0E8D5;
    z-index: 10;
} */
.reg_div h1 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.popup-btn {
    width: 100%;
    background: #212844;
    color: #F0E8D5;
    border: none;
    font-weight: bold;
}
.popup-btn:hover {
    background: #212844 !important;
    color:#F0E8D5 !important;
}

/*---modal form--*/

.modal-body form input,
.modal-body form select,
#reg_popup input,
#reg_popup select,
#reg_popup1 input,
#reg_popup1 select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder,
#reg_popup input::placeholder,
#reg_popup textarea::placeholder,
#reg_popup1 input::placeholder {
  color: #222222;
}

.modal-body form .input-group-addon,
#reg_popup .input-group-addon,
#reg_popup1 .input-group-addon {
  background: #fff;
  color: #000;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group,
#reg_popup .form-group,
#reg_popup1 .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #c89b6e; /* gold shade */
}
.form-logo{
  margin-bottom: 10px !important;
}

.reg_div {
  border: 2px solid #E6E7E9;
  position: absolute;
  left:70%;
  top: 16%;
  padding: 40px 0px;
  border-radius: 8px;
  background-color: #F0E8D5; 
  width: 340px;   /* adjust size */
  /* margin: 20px auto; */
  text-align: center;
}

.reg_div h1 {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
}

.submit-btn {
  background: transparent;
  border: 2px solid #444;
  color: #222;
  font-weight: bold;
  padding: 12px;
  border-radius: 4px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #444;
  color: #fff;
}

.logo-img {
  max-width: 150px;
  margin-bottom: 5px;

}

.location {
  font-size: 12px;
  color: #333;
  margin-top: -5px;
}

/* footer */
/* Footer Section */
.footer-section {
  background-color:#F0E8D5 ;
  color: #212844;
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-section a {
  color: #212844;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #212844; /* brighter hover effect */
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 20px;
  font-size: 13px;
  opacity: 0.9;
  text-align: justify;
}

.footer-bottom {
  border-top: 1px solid #212844;
  margin-top: 20px;
  padding-top: 15px;
}


.footer-bottom .copyright p,
.footer-bottom .marketed p {
  margin: 0;
  font-size: 13px;
}

.footer-bottom .row {
  align-items: center;
  justify-content: space-between;
}

.rera {
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
}

.scroll-top {
  display: inline-block;
  background: #212844;
  color: #F0E8D5 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4%;
  position: fixed;
  bottom: 60px;
  right: 10px;
 
}

.scroll-top:hover {
  background: #ffffff;
  color: #070D0D;
}

/*-----------Modal End --------*/

/*---mobile fix footer----*/
.fixed-footer-cust {
  background:#212844 ;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  color: #F0E8D5 !important ;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.fix-link {
  color:  #F0E8D5!important;
  font-size: 12px;
  font-family: "futura-medium-bt";
}

.div-line {
  border-right: 1px solid #fff !important;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

/*---mobile fix footer----*/

.droon-shoot {
  text-align: center;
  background: #222;
  padding: 50px 0;
}

.dron-txt {
  color: #fff;
  font-family: JoaneRegular;
  font-size: 25px;
  margin-bottom: 30px;
}

.book-now {
  background: #d2ac68 !important;
  border: none;
  letter-spacing: 1px;
  font-size: 19px !important;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);

  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.book-now:hover,
.book-now:focus {
  color: #222;
}



.high-txtwrap {
  width: 50%;
  margin: 0 auto;
  /*background: #5f5f5f;*/
  padding: 10px;
  margin-bottom: 10px;
}



.high-txtwrap .high-inner h2 {
  color: #222;
  text-align: center;
  font-size: 20px;
  padding: 15px 0px;
}

/*-------- owl-nav -----------*/
.gallery-carousel .owl-nav .owl-next {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-next:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.gallery-carousel .owl-nav .owl-prev:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.gallery-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.gallery-carousel .owl-nav img {
  width: 35px;
}

/*------------------------*/

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0a3a81 !important;
}

.video-txt {
  margin-bottom: 30px;
  text-align: center;
  background: #d2ac68;
  padding: 6px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.sec-thankyou {
  padding: 80px 0;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #1f1b20;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #000;
  font-size: 19px;
  padding: 10px;
  width: 255px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #1f1b20;
  border-radius: 25px;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

.interested {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  bottom: 10px;
  right: 10px;
  color:#F0E8D5 ;
  background:  #212844!important;
  border: none;
  font-family: "futura-medium-bt";
  border-radius: 16px;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
  width: fit-content;
}

.dwnld_btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  text-transform: uppercase;
  color: #F0E8D5;
  background: #212844!important;
  border: none;
  font-family: "futura-medium-bt";
  border-radius: 16px;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
  width: fit-content;
}

.whatsapp {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  bottom: 10px;
  left: 10px;
  color: #fff;
  /* background: #1f1b20 !important; */
  border: none;
  font-weight: 900;
  border-radius: 16px;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
  padding-right: 10px;
}

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}

.drone360 {
  width: 100%;
  height: 650px;
}

.overview-logo {
  width: 170px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.overview-list {}

.overview-list li {
  margin-bottom: 20px;
}

.overview-list li i {
  color: #d2ac68;
}

.overview-list li i::before {
  font-size: 15px;
}

#carousel-example-generic {
  margin-top: 70px;
}

.sec-disc {
  background: #3c3c3c;
  color: #fff;
  padding-top: 10px;
}

.sec-disc p {
  font-size: 11px;
  line-height: 14px;
}

.sec-disc p span {
  font-weight: 600;
}

.disc-wrap {}

.disc-wrap p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}

.overview-subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  /*color: #f57d20;*/
  color: #222222;
  line-height: 27px;
}

.clubtxt {
  text-align: center;
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
  color: #545454;
}

.clubtxt span {
  color: #f57d20;
  font-weight: 800;
}

.gera-logo {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.head360 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 800;
  margin-top: 50px;
  color: #0a3a81;
}

.link360 {
  background: #0a3a81 !important;
  border: none;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff !important;
  font-weight: 800;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  margin-top: 30px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(10, 58, 129, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(10, 58, 129, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0);
  }
}

.callnow {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  width: 45px;
}

.amenities-carousel .owl-stage-outer {
  padding-top: 13px;
}

.amenities-carousel .owl-nav img {
  width: 32px;
}

.amenities-carousel .owl-nav .owl-prev {
  border: 2px solid #1f1b20 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  outline: none !important;
}

.amenities-carousel .owl-nav .owl-next {
  border: 2px solid #1f1b20 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  outline: none !important;
}

.amenities-carousel .owl-nav {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
}

/* -------------------  TAB -----------------------*/

.floortab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.floortab li {
  float: none !important;
  display: inline-block;
  margin: 0 0.5%;
  width: 23%;
}

.floortab>li.active>a,
.floortab>li.active>a:hover,
.floortab>li.active>a:focus {
  color: #fff;
  background-color: #0a3a81;
  border-color: #0a3a81;
  cursor: pointer;
  border-radius: 0;
}

.floortab>li>a:hover,
.floortab>li>a:focus {
  color: #222222;
  /*padding: 9px 20px !important;*/
  border-color: #222222;
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.floortab>li>a {
  margin-right: 0;
  color: #222222;
  padding: 9px 20px !important;
  border: 1px solid #222222;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: ease all 0.5s;
}

.floortab>li>a>span {
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
}

/*-------------------------------------------------*/

.floorgall {
  border: 1px solid #0b3b81;
}

.floorgall img {
  height: 250px;
  object-fit: contain;
}

.carousel-nav .owl-stage-outer {
  padding-top: 13px;
}

.carousel-nav .owl-nav img {
  width: 32px;
}

.carousel-nav .owl-nav .owl-prev {
  border: 2px solid #1f1b20 !important;
  border-radius: 10px 0 0 10px;
  background: transparent !important;
  margin: 0;
  outline: none !important;
}

.carousel-nav .owl-nav .owl-next {
  border: 2px solid #1f1b20 !important;
  border-radius: 0 10px 10px 0;
  background: transparent !important;
  margin: 0;
  border-left: none !important;
  outline: none !important;
}

.carousel-nav .owl-nav {
  text-align: right;
  margin-top: 0;
  padding-right: 0;
}

.locwrap {
  padding: 20px;
  margin-top: 40px;
}

.locwrap i {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #000;
}

.locwrap i:before {
  font-size: 110px;
}

.locwrap h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.locwrap p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}

.locborder {
  border-right: 2px solid #1f1b20;
  min-height: 348px;
}

.disctxt {
  font-size: 12px;
  font-family: "futura-light";
  line-height: 19px;
  /* margin-top: 10px; */
  margin-bottom: 20px !important;
}

.siteadd {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.blurimg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.imngse img {
  width: 100%;
  display: block;
  margin: 0px auto;
  border: 1px solid;
}

#Amenities {
  /*padding-bottom: 20px;*/
  overflow: hidden;
  /* background: #1f1b20 !important; */
  background-image: url(../images/Ame-back.html);
  background-repeat: no-repeat;
  background-size: cover;
}

#crown {
  background-color: #24334A !important;
  /* background: url(../images/bg.webp) center no-repeat;
  background-size: cover; */
}
.highlights-dark{
  color: #F0E8D5 !important;
}
.side-content{
  padding-top: 40px;
}
.site-plan-box img {
  border: 15px solid #212844;
}
.high_box {
  background-color: #E6E7E9;
  border-radius: 20px;
  padding: 20px;
  height: 18vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.high_box p {
  font-family: "futura-medium-bt";
  font-size: 18px;
  color: #070D0D;
  margin-bottom: 0;
}

.ame-border {
  width: 100%;
  position: absolute;
  /*top: 28px;*/
  right: -15px;
}



.circle-block {
  height: 185px;
  /* width: 170px; */
  position: relative;
  top: 42px;
}
.phone-link {
  display: flex;                /* arrange icon + text in a row */
  align-items: center;          /* vertical alignment */
  gap: 20px;                     /* space between icon & number */
  font-weight: 700;
  font-size: 20px;
  animation: blink 1s infinite;
  color: #212844;
  text-decoration: none;        /* remove underline */
}

@keyframes blink {
  50% { opacity: 0; }
}
.mobile-num a{
 
  font-weight:800 !important; 
  font-size:20px; 
  animation:blink 1s infinite; 
  color:#212844;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 20px;
   
  
}
.mobile-num {
  padding-top: 17px !important;
    display: block;
    height:auto !important;
    padding-bottom: 0 !important;
  float: none !important;
  overflow: visible !important;
  vertical-align: top;

   margin: 0;
  text-align: center;
}
.amenities-circle {
  border-radius: 50%;
  border: 2px solid #212844;
  width: 100px;
  height: 100px;
  background-color: #F0E8D5;
  text-align: center;
  margin: 0 auto;
}
.form-logo{
  color:#212844 ;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0px;
}
.amenities-circle:hover .black {
  display: none;
}

.amenities-circle:hover .white {
  display: block;
  position: absolute;
  top: 0;
  filter: invert(1);
}

.amenities-circle img {
  margin: 27px;
  position: absolute;
}

.white {
  display: none;
}

.amenities-circle img {
  margin: 27px;
  position: absolute;
}

.black {
  display: block;
}

.white {
  display: none;
}

.amenities-circle:hover {
  background-color: #212844;
  outline: 3px solid #212844;
  border: 3px solid #F0E8D5;
  outline-offset: 10px;
}

.circle-block h4 {
  font-family: "futura-medium-bt";
  font-size: 15px;
  /* text-transform: uppercase; */
  color: #000;
  /* font-family: 'Montserrat', sans-serif; */
  text-align: center;
  margin: 20px auto;
}

.amenities-circle img {
  margin: 20px;
  position: absolute;
  width: 55px !important;
}


#sales {
  padding: 30px 0;
}

@media only screen and (max-width: 600px) {
  .whatsapp {
    bottom: 45px;
  }
 .fixed-footer-cust{
  width:100%;
 }
  .ame-border {
    display: none;
  }

  .amenities-container {
    padding: 0;
  }

  .circle-block {
    height: 170px;
    /* width: 165px; */
    margin-bottom: 20px;
  }

  .circle-block h4 {
    font-size: 12px;
    /* color: #fff; */
  }

  .dwnld_btn {
    transform: rotate(270deg);
    bottom: 316px;
    left: -80px;
    font-size: 13px !important;
    border-radius: 0;
  }

  .i-am button,
  .floor-click button {
    background-color: transparent;
    padding: 0;
  }
  /* .reg_div {
    margin-top: 270px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 100px;
  
  } */
  .table>thead>tr>th {
    font-size: 16px;
  }
}

#call-number {
  /* font-family: 'Open Sans', Arial, sans-serif; */
  position: fixed;
  vertical-align: top;
  /* padding: 0 0 24px 0px; */
  right: 0;
  top: 6%;
  /* width: 280px; */
  z-index: 999;
}

.toll {
  /* background-image: linear-gradient(to bottom, #a92483, #942982, #7f2c7f, #6a2d7a, #562d73); */
  background-color: #1f1b20;
  color: #fff;
  right: 0;
  padding: 6px 5px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  top: 50px;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* width: 200px; */
  z-index: 20;
  cursor: pointer;
  -webkit-animation: contactno 1s infinite;
  -moz-animation: contactno 1s infinite;
  -o-animation: contactno 1s infinite;
  animation: contactno 1s infinite;
}

.toll i.fa.fa-phone {
  font-size: 24px;
}

#call-number .content {
  position: absolute;
  top: 51px;
  color: #f8de31;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 239px;
  margin: 0 0 0 -10px;
  padding: 0 23px 0;
  vertical-align: top;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px rgb(0 0 0 / 33%);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#call-number p {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0 6px;
  color: #fff;
}

#call-number1 {
  /* font-family: 'Open Sans', Arial, sans-serif; */
  position: fixed;
  vertical-align: top;
  /* padding: 0 0 24px 0px; */
  right: 0;
  top: 14%;
  /* width: 280px; */
  z-index: 999;
}

.toll1 {
  /* background-image: linear-gradient(to bottom, #a92483, #942982, #7f2c7f, #6a2d7a, #562d73); */
  background: #3ab71b;
  color: #fff;
  right: 0;
  padding: 6px 5px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  top: 50px;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* width: 200px; */
  z-index: 20;
  cursor: pointer;
  -webkit-animation: contactno 1s infinite;
  -moz-animation: contactno 1s infinite;
  -o-animation: contactno 1s infinite;
  animation: contactno 1s infinite;
}

.toll1 i.fa.fa-whatsapp {
  font-size: 24px;
}

#call-number1 .content1 {
  position: absolute;
  top: 51px;
  color: #f8de31;
  background-color: rgb(79 33 97 / 74%);
  display: inline-block;
  width: 239px;
  margin: 0 0 0 -8px;
  padding: 0 23px 0;
  vertical-align: top;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px rgb(0 0 0 / 33%);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#call-number1 p {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0 6px;
  color: #fff;
}

.title090 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #1f1b20;
  padding: 9px;
  color: #fff;
}

.title100 {
  text-align: center;
  font-size: 15px;
  margin: 10px auto;
  display: block;
  font-weight: 900;
  margin-bottom: 42px;
  color: #000;
}

.current a.smoothScroll {
  color: #fff !important;
  background: #1f1b20;
}

.navbar-default .navbar-nav>li>a.active {
  background: #F3E0D9;
  color: #fff;
}

.footlogo2 {
  width: 100px;
  margin: 5px auto;
  display: block;
}

.watsapp {
  font-size: 30px;
  color: #fff;
  background: #4caf50;
  padding: 6px;
  border-radius: 50%;
}

.callsss {
  color: #000;
  padding: 10px;
  font-size: 23px;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon_mycollection !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.7 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}