* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

figure {
  margin: 0;
}

.table td,
.table th {
  padding: 1em !important;
}

img {
  border: 0;
  width: 100%;
  display: block;
  height: auto;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
  display: block;
}

a {
  text-decoration: none !important;
  display: block;
  outline: none;
  color: #CB4721;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'MyriadPro-Regular'; */
  font-weight: normal;
}

h1 {
  font-size: 50px;
  line-height: 59px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
  color: #000;
}

h3 {
  font-size: 33px;
  line-height: 35px;
  margin: 0;
  font-weight: normal;
  color: #000000;
}

h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-weight: normal;
  color: #303030;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
  color: #303030;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  color: #085ca8;
  font-weight: normal;
}

p {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
  color: #000;
}

.clear:after {
  content: '';
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}

.btn {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff !important;
  background: #085ca8 !important;
}

.btn:hover {}

.button .form-control:hover {
  background: #000;
  color: #fff;
}

.transition {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* reset.css ends here */



html {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}

body {
  background: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  ;
  font-weight: normal;
  height: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

/* LayOut Start here */

.container {
  max-width: 1350px;
  margin: 0 auto !important;
}

/*---- banner block ------*/

header {
  padding: 6px 15px;
  width: 100%;
  z-index: 1;
}

.wf-contact {
  display: none;
}

.header-block {}

.header-dtls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* .header-lt{float: left;display: inline-block;vertical-align: top;}*/
.header-lt {
  width: 25%;
}

.header-lt a {}

.header-lt a img {
  width: 200px;
  height: auto;
}

/* .header-rt{float: right;display: inline-block;vertical-align: top;padding: 26px 0 0 0;}*/
.header-rt {
  width: 75%;
}

.header-rt ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-rt ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  padding: 0 10px;
}

.header-rt ul li a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header-rt ul li.active a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 45px;
  height: 2px;
  background: #c2903c;
}

.header-rt ul li:hover a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 45px;
  height: 2px;
  background: #c2903c;
}

.header-rt ul li a:hover {
  color: #c2903c;
  font-weight: 400;
}

.header-rt ul li.active a {
  color: #c2903c;
  font-weight: 400;
}

.header-rt ul li:last-child a:after {
  display: none;
}

.header-rt ul li:hover .drop_down {
  display: block;
}

.drop_down {
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  display: none;
  z-index: 99999;
}

.header-rt ul li a i {
  font-size: 23px;
  line-height: 0;
  padding: 0px 0px 0 5px;
  margin: 0px 0 0 0;
}

.drop_down ul {
  padding: 10px 0 10px 0;
}

.drop_down ul li {
  display: block !important;
  padding: 8px 0 8px 13px;
}

.drop_down ul li a {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-align: left;
}

.button-blk a {
  background: #c2903c;
  color: #fff !important;
  padding: 16px 20px;
  display: inline-block;
}

.button-blk a i {
  font-weight: 600;
  padding: 0 0 0 18px;
}

.header-rt .button-blk {
  margin: 0 0 0;
}

.header-rt ul li:hover .button-blk a:after {
  bottom: 0;
}

.desk {
  display: block;
}

.mob {
  display: none;
}

/*--------- banner starts ---------*/

/*.banner-blk{background: url(../images/banner.jpg) no-repeat;background-size: cover;width: 100%;height: auto;padding: 80px 0;}*/

.banner-in {}

.banner-lt {
  padding: 130px 46px;
  position: relative;
}



.banner-lt h1 {
  font-weight: 500;
  padding: 0 0 20px 0;
}

.banner-lt p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.banner-lt span {
  color: #fff;
}

.card {

  background: #fff0;

  width: 100%;

  height: 100%;

  border: 0 none;

  position: relative;

  color: #fff;

  overflow: hidden;

}

.card .border {

  width: 100%;

  height: 0.25rem;

  top: 0;

  left: -100%;

  position: absolute;

  background: linear-gradient(to right, transparent 50%, #fff);

}

.card .border.to-left {

  animation: left 1s linear;

}

.card .border.to-bottom {

  width: 0.25rem;

  height: 100%;

  right: 0;

  top: -100%;

  left: initial;

  background: linear-gradient(180deg, transparent 50%, #fff);

  animation: bottom 1s linear infinite;

  animation-delay: 0.5s;

}

.card .border.to-right {

  width: 100%;

  height: 0.25rem;

  bottom: 0;

  top: initial;

  right: 0;

  background: linear-gradient(90deg, #fff 50%, transparent);

  animation: right 1s linear infinite;

  animation-delay: 1s;

}

.card .border.to-top {

  width: 0.25rem;

  height: 100%;

  bottom: -100%;

  top: initial;

  right: initial;

  left: 0;

  background: linear-gradient(0, transparent 50%, #fff);

  animation: top 1s linear infinite;

  animation-delay: 1.5s;

}



@keyframes left {

  0% {

    transform: translatex(0);

  }

  100% {

    transform: translatex(200%);

  }

}

@keyframes bottom {

  0% {

    transform: translatey(0);

  }

  100% {

    transform: translatey(200%);

  }

}

@keyframes right {

  0% {

    transform: translatex(200%);

  }

  100% {

    transform: translatex(0%);

  }

}

@keyframes top {

  0% {

    transform: translatey(0%);

  }

  100% {

    transform: translatey(-200%);

  }

}

@keyframes color {

  0% {

    filter: rotate-hue(0deg);

  }

  100% {

    filter: rotate-hue(180deg);

  }

}



/*------- gallery --------------------*/

.gallery-blk {
  text-align: center;
  padding: 50px 20px;
  background: #f8f8f8;
}

.gallery-in {}

.gal-lt {
  position: relative;
  display: inline-block;
}

.gal-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

.gal-cnt p {

  padding: 8px 12px;

}

.gal-rt {
  position: relative;
  width: 30%;
  display: inline-block;
}

.gallery-in h2 {
  padding: 0 0 10px 0;
}

.gallery-in h3{
    font-size: 21px;
    margin: 0px 0px 10px 0px;
}

.gallery-in ul li {
  padding: 0 15px 20px 15px;
}

.slick-dots li.slick-active button:before {
  color: #2A1F5C;
}

.gallery-in .slick-dots li button:before {
  font-size: 15px;
  line-height: 22px;
}

.paraameni {
  padding-bottom: 20px;
}








.page-scroll {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  animation: slide-down 0.7s;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}














































.ban-in {}

.banner-rt {}

.form-in {
  background: #0a2d4c;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 0px;
  border: 0px solid #fff;
}

.form-in h2 {
  text-align: center;
  padding: 0 0 20px 0;
  color: #fff;
}

.form-in ul {
  padding: 0;
}

.form-in ul li {
  list-style: none;
  padding: 0 8px 0px 8px;
  position: relative;
  display: inline-block;
  width: 19%;
}

.form-lt {
  padding: 114px 0 0 0;
}

.form-lt h2 {
  color: #787878;
}

.form-lt span {
  font-weight: 500;
}

.form-rt {}

.form-control {
  display: block;
  width: 100%;
  background: #fff;
  outline: 0 none;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000;
  padding: 14px 25px !important;
  height: auto !important;
  text-transform: capitalize;
  transition: 0.4s;
  border: 0 none;
  border-radius: 0;
}

.form-control.ctrl {
  width: 81%;
  margin: 0 0 0 28px;
  display: inline-block;
}

.form-control.ctrl1 {
  padding: 15px 25px 25px 25px !important;
}

.form-in ul li.text .form-control {
  resize: inherit;
  padding: 10px 0 40px 20px !important;
  line-height: 16px;
}

.form-in ::-webkit-input-placeholder {
  color: #000;
}

.form-in ::-moz-placeholder {
  color: #000;
}

.form-in :-ms-input-placeholder {
  color: #000;
}

.form-in :-moz-placeholder {
  color: #000;
}

h1 span {

  font-weight: 200;

  color: #787878;

}

.effect-9~.focus-border:before,

.effect-9~.focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.2s;
  transition-delay: 0.2s;
}

.effect-9~.focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}

.effect-9~.focus-border i:before,

.effect-9~.focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #000;
  transition: 0.2s;
}

.effect-9~.focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}

.effect-9:focus~.focus-border:before,

.effect-9:focus~.focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}

.effect-9:focus~.focus-border:after {
  transition-delay: 0.2s;
}

.effect-9:focus~.focus-border i:before,

.effect-9:focus~.focus-border i:after {
  height: 100%;
  transition: 0.2s;
}

.effect-9:focus~.focus-border i:after {
  transition-delay: 0.4s;
}

.effect-1~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.4s;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

/*---- about -------------------*/

.about-blk {}

.about-in {}

.about-lt {
  padding: 0;
  position: relative;
  background-image: url(../images/aboutrightpic.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-lt img {
  width: 100%;
  display: none !important;
}


.about-lt:after {
  position: absolute;
  content: '';
  background: #c2903c;
  width: 9px;
  height: 80%;
  left: -8px;
  top: 10%;
}

.about-rt {
  padding: 60px 75px;
}

.head-in {
  padding: 0 0 25px 0;
}

.line {
  width: 40px;
  margin: 0 0 30px 15px;
  height: 2px;
  position: relative;
  background: #c2903c;
}

h2 span {
  font-weight: 200;
  color: #787878;
}

.line:before {
  position: absolute;
  content: '.';
  left: -25px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  top: -6px;
  background: #c2903c;
}

.head-in h2,
h1 {
  font-size: 40px;
  line-height: 45px;
  color: #c2903c;
}

.about-rt h5 {
  padding: 0 0 25px 0;
  color: #787878;
  line-height: 22px;
  font-size: 26px;
}

.about-rt h5 i {
  color: #c2903c;
  font-size: 32px;
}

.about-rt p {
  padding: 0px 0 30px 0;
  color: #787878;
  font-size: 16px;
  line-height: 24px;
}

.about-rt ul {
  padding: 16px 0 36px 0;
}

.about-rt ul li {
  text-align: center;
}

.about-rt ul li img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.about-rt ul li a {
  display: inline-block;
}

.about-rt ul li p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 10px 0 0 0;
}

.about-rt .button-blk {
  display: inline-block;
}

/*----- floor --------------------*/

.floor-blk {}

.floor-inner {}

.floor-lt {
  background: #0a2d4c;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 30px 30px;
}

.floor-lt h2 {
  padding: 0 0 30px 0;
  color: #fff;
}

.floor-lt p {
  padding: 0 0 20px 0;
  color: #fff;
}

.tab-section {
  padding: 30px 20px 0px;
}

.nav-tabs .nav-link {
  border: 1px solid #c2903c;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #c2903c;
}

.tabBlock {}

.tabBlock-tabs {
  padding: 0;
  text-align: center;
  padding: 0 0 35px 0;
  max-width: 85%;
  margin: 0 auto;
}

.tabBlock-tabs li {
  list-style-type: none;
  padding: 0 8px;
  border-bottom: none !important;
  border-radius: 5px;
}

.tabBlock-tabs li a {
  color: #723151;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}

.tabBlock-tabs li.is-active a {
  background: #c2903c;
  color: #fff;
}

.tabBlock-tabs li.is-active a:hover {
  color: #fff;
  background: #c2903c;
}

/*---- amenities --------------------*/

/*-------- why-blk ----------------*/

.amenities-blk {
  position: relative;
  z-index: 1;
  padding: 75px 20px;
}

.amenities-blk:after {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 100%;
  content: '';
  z-index: -1;
}

.amenities-blk:before {
  position: absolute;
  right: 0;
  top: 0;
  background: #f8f8f8;
  width: 30%;
  height: 100%;
  content: '';
  z-index: -1;
}

.amenities-in {}

.amenities-lt {
  position: relative;
}

.amenities-lt:after {
  position: absolute;
  left: -134px;
  bottom: -113px;
  background: url(../images/am-icon.svg) no-repeat;
  width: 682px;
  content: '';
  height: 757px;
  background-size: 80%;
}

.amenities-rt {
  padding: 24px 0 0 38px;
}

.am-in {
  padding: 37px 0 0 0;
  position: relative;
  z-index: 999;
}

.am-in ul {}

.am-in ul li {
  padding: 0 0 26px 0;
}

.am-in ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.am-inner {
  text-align: center;
}

.am-lt {
  display: block;
  vertical-align: top;
}

.am-rt {
  padding: 14px 0 0 0;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.am-rt p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.am-rt.rt1 {
  padding: 1px 0 0 0;
}



.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.amenities-blk .slick-dots {
  bottom: -40px;
}

/*-------- get in touch ---------------*/

.selldof .title {
  display: none !important;
}

/*---------- footer block ----------------------*/

footer {
  background: #fff;
  padding: 10px 20px;
  padding-top: 40px;
}

.footer-dtls {
  max-width: 80%;
  margin: 0 auto;
}

.footer-in {}

.footer-in h5 {
  color: #c2903c;
  font-size: 30px;
  line-height: 34px;
  padding: 0 0 15px 0;
  font-weight: 500;
}

.footer-in a {
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.footer-lt a i {
  font-size: 30px;
  padding: 0 21px 0 0;
}

.footer-lt a {
  padding: 0 0 0 0px;
  display: inline-block;
  vertical-align: top;

  margin: 0px 0 0px 0;
}

.footer-in p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.footer-in img {
  width: 200px;
  margin: 0 auto !important;
}

.footer-lt {}

.footer-md {}

.footer-rt {}

.add-in {
  padding: 40px 0 20px 44px;
}

.add-in address {
  color: #000;
  position: relative;
  padding: 0 50px 0 0;
  line-height: 24px;
}

.add-in address:after {
  position: absolute;
  content: "\f041";
  left: -47px;
  top: 14px;
  font-family: FontAwesome;
  font-size: 48px;
  color: #c2903c;
}

.add-in1 a {

  color: #000;
  position: relative;
  display: flex;
  line-height: 30px;
}



.add-in1 a:after {
  position: absolute;
  content: "\f003";
  left: -51px;
  top: 0px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #c2903c;
}


.addatg:after {
  position: absolute;
  content: "\f095" !important;


}

.add-in1 {
  padding: 0 0 35px 46px;
}

.footer-links {}

.footer-links ul {}

.footer-links ul li {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 20px;
  padding: 0 5px 0 5px;
}

.footer-links ul li:first-child {
  padding: 9px 11px 0 0px;
}

.footer-links ul li a {
  display: inline-block;
}

.footer-links ul li a i {
  width: 35px;
  display: inline-block;
  height: 35px;
  text-align: center;
  font-size: 20px;
  padding: 7px 0 0 0;
  border-radius: 100%;
  background: #c2903c;
  color: #fff;
}

.footer-rt ul {}

.footer-rt ul li {
  padding: 0 0 15px 0;
}

.footer-md ul {}

.footer-md ul li {
  padding: 0 0 26px 0;
}

.footer-rt ul li a {
  font-size: 30px;
}

.footer-rt ul li a i {
  color: #c2903c;
}

.footer-rt p span {
  font-weight: 600 !important;
}

.footer-cnt li {
  display: flex;
}

.footer-cnt li a {
  font-size: 15px !important;
  text-decoration: underline;
}

.btn-blk {}

.btn-blk a {
  background: #c2903c;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
}

/*----- map --------------------*/

.map-blk {
  position: relative;
}

.map-in {
  background: #fff;
  padding: 30px 30px;
  width: 45%;
  position: absolute;
  left: 224px;
  top: 17px;
  margin: 30px 0;
  height: 80%;
}


.map-in h2 {
  padding: 0 0 30px 0;
}

.map-in p {
  padding: 0 0 20px 0;
}



.ban-in.hello .form-in {
  border: 0 none;
  padding: 0;
}



.modal_div {

  z-index: 99999999;

  transform: rotate(-90deg);

  transform-origin: right bottom 0;

  position: fixed;

  bottom: 58%;

  right: 0px;

  line-height: 1;

  margin: 0px;

  text-align: center;

}

.modal_div a {
  padding: 7px 12px;

  font-size: 15px;

  line-height: 18px;

  font-weight: 600;

  background: #0a2d4c !important;

}


/*sidebar*/
.side_bar,
menu {
  display: none;
  text-align: center;
}

#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c2903c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 18px;
}

.open #nav-icon span:nth-child(1) {
  top: 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.open #nav-icon span:nth-child(3) {
  top: 2px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/*sidebar*/

/*.side_bar, menu{display: none;text-align: center;}

#nav-icon{width: 30px; height:30px; position:relative; margin:0px auto; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor: pointer;display: none;}

#nav-icon span{display: block;position: absolute;height: 3px;width: 100%;background:#c2903c;border-radius: 9px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}

#nav-icon span:nth-child(1){top:0px;}

#nav-icon span:nth-child(2){top:9px;}

#nav-icon span:nth-child(3){top:18px;}

.open #nav-icon span:nth-child(1){top:2px; -webkit-transform:rotate(135deg);  -moz-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);}

.open #nav-icon span:nth-child(2){opacity:0; left:-60px;}

.open #nav-icon span:nth-child(3){top:2px; transform: rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); -o-transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}*/

/*---- hellobar --------*/

.form-inner {}

.form-inner .form-control {
  padding: 12px 25px !important;
}

.form-inner .button button {
  background: #fff;
  color: #F3731A;
  padding: 11px 10px;
  border: 0 none;
  width: 100%;
}

.form-inner ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

/*---- popup--------*/

.popup-img {
  position: relative;
}

.popup-img span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}

.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 35%;
  position: relative;
  transition: all 5s ease-in-out;
  /* border: 3px solid #f5204b; */
}

.popup .close {
  text-align: center;
  position: absolute;
  top: 19px;
  right: 8px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 1;
}

.popup .close:hover {
  color: #000;
}

.content1 {
  padding: 18px;
}

.fancybox-caption {
  display: none;
}

.popup .content1 {
  overflow: auto;
  padding: 0;
}

.pop-up h2 {
  font-size: 26px;
  text-align: center;
  padding: 20px 10px;
  background: #c2903c;
  line-height: 30px;
  color: #fff;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
}

.pop-up .form-in .button button {
  width: 100%;
  background: #c2903c;
}

.pop-up .form-in {
  max-width: 100%;
  background: #fff;
  padding: 6px 12px;
}

.pop-up .form-in .form-group {
  color: #787878 !important;
}

/* .pop-up .form-in form{border: 2px solid #dba514;padding: 20px 10px;} */

.pop-up .form-in .form-control {
  border: 2px solid #c2903c;
  padding: 12px 15px !important;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
  background: #224521 !important;
}

.lin {
  display: inline-block;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%
}





.pop-in {}

.pop-lt {
  padding: 0;
}

.pop-rt {
  padding: 0;
}

.pop-rt ul li {
  width: 100% !important;
  padding: 0 0 15px 0;
}

.dis-mob {
  display: none !important
}



.landacors p strong {
  font-weight: 700;
  display: flex;
  justify-content: center;
}


.locationhighlightssec {
  padding: 50px 0px;
}

.locationhighlightssec h2 {
  margin-bottom: 20px;
  color: #c2903c;
}

.locationhighlightssecbox h3 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}

.locationhighlightssecbox ul {
  margin-bottom: 15px;
}

.locationhighlightssecbox ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  list-style-type: none;
  font-size: 15px;
  margin-left: 12px;
}

.locationhighlightssecbox ul li::after {
  position: absolute;
  top: 5px;
  left: -15px;
  background-color: #c2903c;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 27px;
}

.locationrightimage img {
  width: 100%;
}

/* Accordion Button */
.accordion {
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
  padding: 18px 20px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* Hover & Active */
.accordion:hover,
.accordion.active {
  background-color: #c2903c;
  color: #fff;
  outline: none;
}

.accordion::after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.accordion.hover::after,
.accordion.active::after {
  content: '−';
  color: #fff;
}

.panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  border-radius: 0 0 6px 6px;
}

.panel p {
  padding: 15px 0;
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.map-blk iframe {
  height: 550px !important;
}

.rarenmbri p {
  display: flex;
}

.rarenmbri p span {
  padding-right: 5px;
}


.disclaimersecpd {
  padding-bottom: 40px;
}

.mbllogosub {
  display: none;
}

.disclaimerbox {
  padding-bottom: 100px;
}

@media only screen and (max-width: 968px) {
  .disclaimerbox {
    padding-bottom: 80px;
  }

  .disclaimersecpd {
    padding-bottom: 50px;
  }

  .disclaimersecpd {
    padding-top: 12px !important;
  }


  .mbllogosub {
    display: block;
    width: 52px !important;
  }

  .header-lt a {
    display: flex;
  }

  .header-lt a img {
    width: 153px;
    padding: 7px 0px;
    height: 60px;
  }

}


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




  #nav-icon {
    display: block;

    position: absolute;
    top: 30px;
    right: 10px;
  }

  .map-blk iframe {
    height: 250px !important;
  }

  .about-lt img {
    display: block !important;
  }

  .about-lt {
    background-image: none !important;
  }

  .locationhighlightssec {
    padding: 50px 0px 0px 0px;
  }


}