/* @font-face {
  font-family: Godrej-B;
  src: url("../font/CeraGodrejInterio-Bold.ttf");
}
@font-face {
  font-family: Godrej-r;
  src: url("../font/CeraGodrejInterio-Regular.ttf");
}
@font-face {
  font-family: GlossyDisplay-RegularCondensedWeb;
  src: url("../font/GlossyDisplay-RegularCondensedWeb.woff2");
}
@font-face {
  font-family: GlossyDisplay-RegularWeb;
  src: url("../font/GlossyDisplay-RegularWeb.woff2");
}
@font-face {
  font-family: Helvetica;
  src: url("../font/Helvetica.woff2");
}

@font-face {
  font-family: AlexBrush-Regular;
  src: url("../font/AlexBrush-Regular.ttf");
}
@font-face {
  font-family: Audrey-Medium;
  src: url("../font/Audrey-Medium.otf");
}
@font-face {
  font-family: Audrey-Normal;
  src: url("../font/Audrey-Normal.otf");
}
@font-face {
  font-family: Helvetica;
  src: url("../font/Helvetica.ttc");
} */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: Audrey-Normal, sans-serif;
}

/* :root {
    --animate-delay: 0.9s;
  } */

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #000;
  /* min-width: 368px; */
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
  border: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #030303;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.arrow_fixed {
  position: fixed;
  bottom: 40px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed2 {
  position: fixed;
  bottom: 100px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed3 {
  position: fixed;
  bottom: 165px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed img {
  width: 50px;
}
.arrow_fixed2 img {
  width: 50px;
}
.arrow_fixed3 img {
  width: 50px;
}

.font {
 /* font-family: GlossyDisplay-RegularCondensedWeb, sans-serif;*/
 font-family: Audrey-Medium, sans-serif;
}

.img_d {
  display: block;
}
.img_m {
  display: none;
}



header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 100;
}

header .navbar {
  background-color: #000;
  z-index: 100;
}

header .navbar .nav-link {
  color: #fff;
  font-family: Helvetica, sans-serif;
  margin: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}

header .navbar .active {
  /* border-bottom: 1px solid #fff; */
  color: #fff !important;
}

header .navbar.active .nav-link {
  /* background-color: #000; */
  font-size: 12px;
  margin: 0 20px;
}

header .navbar .nav-link{
  font-size: 16px;
}

@media screen and (max-width: 1320px) {
  header .navbar .nav-link {
    font-size: 16px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 1068px) {
  header .navbar .nav-link {
    font-size: 14px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 992px) {
  header .navbar .nav-link {
    font-size: 16px;
    margin: 0 10px;
  }
}

header .navbar.active .logo-3 {
  width: 120px !important;
}
header .navbar.active .logo-2 {
  width: 120px !important;
}

section.home {
  /*background: url("../images/1920x900.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
  position: relative;
  opacity:60% !important;*/
  height: 100vh;
}

section.home img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  -webkit-animation: zzom 2s ease infinite;
  animation: zzom 2s ease infinite;
  opacity: 1;
}
section.home img.active {
  opacity: 0;
}

section.map{
  display: block;
}
section.map_m{
  display: none;
}

section.discover_main{
  display: block;
}
section.discover_m{
  display: none;
}

@-webkit-keyframes zzom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes zzom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

section.home .overlay {
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  will-change: opacity;
}

section.home_text {
  /*background: url("../images/1920x900.jpg") no-repeat;*/
  background: linear-gradient(
    rgba(0, 0, 0, 0.7), /* Black with 50% opacity */
    rgba(0, 0, 0, 0.7)
  ),
  url("../images/1920x900.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  padding-top: 150px;
  /*opacity:60% !important;*/
}

section.home_text h1 span {
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
section.home_text p {
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.uprade_text1 .para-text{
  font-size: 26px;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {

  section.home_text p {
    font-size: 17px;
  }

  .uprade_text1 .para-text{
    font-size: 20px;
  }
  
}

@media screen and (max-width: 468px) {

  section.home_text p {
    font-size: 15px;
  }

  .uprade_text1 .para-text{
    font-size: 18px;
  }
  
}

.size {
  font-size: 50px;
}
.size_p {
  font-size: 40px;
}

/* section.upgrade {
  background: url("../images/dwarka-expressway2.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-attachment: fixed;
} */
section.upgrade_text {
  background: url("../images/dwarka-expressway2.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center; */
  background-attachment: fixed;
}

/* .uprade_text1{
  margin-top: 14%;
} */

/* @media only screen and (max-width: 992px) and (min-width: 768px) {
  .uprade_text1{
    margin-top: 14%;
  }
} */

@media only screen and (max-width: 468px) {
  section.upgrade_text{
    background-color: #000;
  }
}

section.upgrade_text h2 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
section.upgrade_text p {
  position: relative;
  z-index: 1;
  /* width: 60vw; */
}

section.upgrade .overlay {
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

section.map {
  min-height: 100vh;
  width: 100%;
  will-change: opacity;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.map .container-fluid {
  position: absolute;
  top: 16%;
}

section.map .container-fluid .para {
  width: 40vw;
}

#map_store {
  opacity: 0;
  will-change: opacity;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.overlay {
  min-height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 1;
}

section.discover {
  background: url("../images/discover_section.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}

.discover2 {
  background: url("../images/discover_section2.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}

section.golf {
  background: url("../images/golf_scetion3.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}

section.golf p {
  width: 60vw;
  text-align: center;
}

section.anim {
  background-color: #fff;
  min-height: 100vh;
}

#overlay_end{
  min-height: 219vh;
  background-color: #00000071;
}

section.anim .card {
  position: relative;
  margin-bottom: 30px;
}
section.anim .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

section.why {
  background: url("../images/whyus-min.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.why p {
  width: 60vw;
  margin: 0 auto;
}
section.why .container {
  padding: 50px 0 50px 0;
}
section.why .content {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.plan {
  background: url("../images/floorplan_bg.png");
  min-height: 100vh;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

section.plan .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #d1f8fd;
}

section.plan .nav-item .nav-link,
section.plan .nav-item .nav-link {
  border-radius: 0 !important;
}

section.plan .nav-link {
  background-color: #f4f4f3;
  position: relative;
  z-index: 10;
  width: 150px;
  height: 40px;
  color: #9fa0a0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.plan .nav-pills .nav-link.active ::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 21px;
  background-color: #d1f8fd;
  -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: opt 0.5s ease 0.3s forwards;
  animation: opt 0.5s ease 0.3s forwards;
}

@-webkit-keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#bhk .nav-link {
  background-color: transparent;
  border-bottom: 1px solid #ededed52;
}

#bhk .nav-link {
  background-color: transparent;
}

#bhk .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 1px solid #ededed;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.content_right {
  position: absolute;
  bottom: -38px;
  left: 40px;
  width: 150px;
}

footer {
background: rgb(1,47,71);
background: -moz-linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
background: linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012f47",endColorstr="#4fc7e0",GradientType=1);
padding-top: 50px;
}
/* footer input {
  font-family: "Audrey-Normal, sans-serif";
  width: 100%;
  height: 40px;
  border: 1px solid #d1f8fd;
  background-color: #031b09;
  padding-left: 1rem;
  outline: none;
  color: #fff;
} */
 
footer input {
  font-family: "Audrey-Normal, sans-serif";
  width: 100%;
  height: 40px;
  border: 1px solid #d1f8fd;
  /* background-color: #031b09; */
  padding-left: 1rem;
  outline: none;
  /* color: #fff; */
}

footer select {
  font-family: "Audrey-Normal, sans-serif";
  width: 100%;
  height: 40px;
  border: 1px solid #d1f8fd;
  background-color: #031b09;
  padding-left: 1rem;
  outline: none;
  border-radius: 0;
  color: #d1f8fd;
}

/* footer input::-webkit-input-placeholder {
  color: #d1f8fd;
}

footer input::-moz-placeholder {
  color: #d1f8fd;
}

footer input:-ms-input-placeholder {
  color: #d1f8fd;
}

footer input::-ms-input-placeholder {
  color: #d1f8fd;
}

footer input::placeholder {
  color: #d1f8fd;
} */
footer label {
  font-size: 16px;
  color: #fff;
}
footer .check {
  width: 15px;
  border: 1px solid #d1f8fd !important;
  background-color: #ffffff !important;
}

footer .check-box {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #1f6131 !important;
  background-color: #031b09 !important;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #ededed;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #d1f8fd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .btn-dark {
  background-color: #d1f8fd;
  border-radius: 0;
}

footer .btn-dark:hover,
footer .btn-dark:focus {
  background-color: #6bd7e5 !important;
}

footer a {
  font-size: 14px;
}

footer .box {
background: rgb(1,47,71);
background: -moz-linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
background: linear-gradient(90deg, rgba(1,47,71,1) 0%, rgba(79,199,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012f47",endColorstr="#4fc7e0",GradientType=1);
}

footer .box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 60px;
  padding: 20px 0;
  color: #fff;
}

section.discover_main {
  min-height: 300vh;
}

section.discover_main .img-1 {
  background: url("../images/discover_section.png") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background-attachment: fixed;

}

section.discover_main .card-img-overlay {
  z-index: 11;
  top: 40%;
  position: sticky;
  /* height: 224px; */
}

section.discover_main .img-2 {
  background: url("../images/discover_section2.png") no-repeat;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

section.wait {
  background: url("../images/golf_scetion3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 330vh;
  background-attachment: fixed;
}
section.wait .img_svg{
min-height: 110vh;
object-fit: cover;
}
section.wait .img_svg_m{
display: none;
}
section.wait .img_svg_d{
display: block;
}


#overlay_end{
  min-height: 100vh;
  background-color: #0000000d;
  width: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 48%) 100%);
}

section.wait #para_text{
top: 38%;
position: absolute;
}



section.map .box.active  {
  border: 1px solid #ffffff;
  fill: #d5ad6a;
  background-color: #d1f8fd;
}
section.map .box  {
 cursor: pointer;
background-color: #fff;
 fill: #ffffff;
}
section.map  p {
color: #fff;
width: auto !important;
}
section.map_m .box.active  {
  border: 1px solid #ffffff;
  fill: #d5ad6a;
  background-color: #d1f8fd;
}
section.map_m #map_show2 {
  position: relative;
  top: 111px;
}
section.map_m .box  {
 cursor: pointer;
background-color: #fff;
 fill: #ffffff;
}
section.map_m p {
color: #fff;
width: auto !important;
}

section.map .box.active ~ p {
  color: #d1f8fd;
  font-weight: 900; 
}
section.map_m .box.active ~ p {
  color: #d1f8fd;
  font-weight: 900; 
}

section.map .box.active path {
  fill: #ffffff;
} 
section.map_m .box.active path {
  fill: #ffffff;
} 



section.map .arrow {
  position: absolute;
  width: 100%;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.map_m .arrow {
  position: absolute;
  width: 100%;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.map .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.map_m .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.map .swiper-pagination .swiper-pagination-current {
  color: #d5ad6a;
}
section.map_m .swiper-pagination .swiper-pagination-current {
  color: #d5ad6a;
}


/* section.golf p {
 width: 60vw;
 padding-top: 300px;
} */

section.golf_1 {
  min-height: 200vh;
}

section.golf_1 .img-1 {
  background: url("../images/golf_scetion3.png") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background-attachment: fixed;
}

section.golf_1 .card-img-overlay {
  z-index: 11;
  top: 40%;
  position: sticky;
}

section.golf_1 .img-2 {
  background: url("../images/golf_scetion.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

section.anim_final{
  background: url("../images/golf_scetion3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 100vh;
  background-attachment: fixed;
}


section.golf_1 p {
  width: 50vw;
  margin: 0 auto;
}

section.anim .main_box {
  width: 69.5vw;
  margin: 0 auto;
}
section.anim h3 {
  font-size: 20px;
}
section.anim  {
  margin-top: -120px !important;
}

section.wait .img_svg {
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 100;
}


section.anim_1{
  background: url("../images/golf_scetion_box.png");
  /*background: url("../images/noida_golf_course.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 100vh;
  background-attachment: fixed;
  position: relative;

}

section.anim_1 > div{
position: absolute;
left: 20px;
bottom: 20px;

}

.anim .content div img, .anim_1 .content div img {
  filter: brightness(0) invert(1);
}
.anim .content h3, .anim_1 .content h3 {
  color: #fff;
}

section.plan .swiper-slide .zoom{
  position: absolute;
  right: 0;
  bottom: 0;
}

section.why {
 overflow: hidden;
}
section.why .last_text{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.flex {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.grid {
    display: grid
;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.grid p {
    padding: 1rem 6rem;
    color:#fff;
}

.b {
    border-bottom: 1px solid #fff;
}

/* For Modal */
.modal-title, .modal-header .btn-close {
    color: #000;
}
.modal-title {
    font-family: "Delaproza";
        margin: 0 0 0 auto;
}
.modal .modal-body input, .modal .modal-body select{
    font-family: "Audrey-Normal, sans-serif";
    width: 100%;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    color: #000;
    border: none;
    border: 1px solid #000;
    outline: none;
    background:#fff;
    border-radius: 5px;
    height: 35px;
}
.modal .modal-body select {
    margin-bottom: 10px;
}


.modal-open {
    overflow: auto;
    padding-right: 0 !important;
  }

  .modal-content{
    background-color: #fff;
    top: 60px;
  }
.btn1 {
    padding: 12px 30px;
    display: inline-block;
    background-color: #2469bc;
    border: none;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 5px;
    /* border: 1px solid #012f47; */
}
.error_msg {
    border: 2px solid red !important;
}
.optin_txt, .thankyou-msg {
    color: #000;
}

