
body{
font-family: 'Open Sans' !important;
overflow-x:hidden;
}
body.modal-open { padding-right: 17px !important }
body { padding-right: 0px !important }


#toggle, #toggle1 {
    background: #ccb46c;
    float: right;
    border-radius: 2px;
    padding: 6px 10px;
    display: inline;
    color: #fff;
    width: auto;
    border: none;
    /* margin: 0 0 20px; */
}
#text, #text1 {
    display: none;
}
.main-header 
{
	padding:10px 15px;
	box-shadow: 2px 2px 0 0 #ccc;
}
.main-header .header-cust 
{
	display:flex;
	position:relative;
}
.main-header .header-cust .logo
{
	width:15%;
}
.main-header .header-cust .logo img
{
	max-width: 110px;
    margin-top: 0;
    width: 100%;
}

.main-header .header-cust .main-menu
{
	width:65%;
}
.main-header .header-cust .main-menu .menu-nav
{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
	padding:0;
}
.main-header .header-cust .main-menu .menu-nav li
{
	list-style-type:none;
	display:inline-block;
	color:#000;
	padding:20px 10px;
}
.main-header .header-cust .main-menu .menu-nav li a
{
	text-decoration:none;
	color: #000;
	font-weight: bold;
}
.main-header .header-cust .main-menu .menu-nav li a:hover
{
	
	color: #ff8e1e;
}
.main-header .header-cust .main-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 99999999999;
  top: 50px;
  border-top: solid 3px #ff8e1e;
  text-align: left;
}
.menu-nav li.dropbtn:hover .dropdown-content {
  display: block;
	
}
.dropdown-content a {
color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-bottom: solid 1px #e3e3e3;
}
.main-header .header-cust .right-nav
{
	width:20%;
}
.main-header .header-cust .right-nav .help
{
	padding: 20px;
    float: right;
}
.main-header .header-cust .right-nav .contact
{
	background:#000;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding: 5px 7px;
	
}
.main-header .header-cust .right-nav .contact .fa-phone
{
	font-size: 14px;
    margin-right: 4px;
    display: inline-block;
}
.fa-phone {
    -webkit-transform: rotate( 90deg );
    transform: rotate(90deg );
}
.menu-close-row {
    display: none;
}
#open-menu {
    display: none;
}
.mobile-cta {
    display: none;
}
.main-header .header-cust .main-menu .menu-nav li.hide-desktop {
    display: none;
}
.main-header .header-cust .right-nav .help {
    padding: 20px;
    float: right;
}
.banner-custom img {
    width: 100% !important;
}
.desk-h {
    display: none !important;
}
.sliderlefts {
    background-color: #ffffff;
    color: #000 !important;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 400px;
    padding: 0;
    border-radius: 8px;
}
.sliderlefts h3 {
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c);
    text-transform: uppercase;
    padding: 12px 5px;
    text-align: center;
    margin: 0px auto 10px auto!important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.sliderlefts h2 {
    font-size: 20px;
    margin: 15px 0 0px 0 !important;
    color: #000 !important;
    font-weight: bold;
}
.sliderlefts h5 {
    margin: 5px 0 10px 0 !important;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 13px;
}
.goldenticket-capbox {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}
.card-d-custom {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin: 0;
    line-height: 26px;
    background-color: #eee;
    padding: 10px 15px;
    text-align: left;
}
.pre-launch-heading {
    color: #fff;
    display: block;
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
    margin-top: 10px;
}
.pre-launch-content {
    color: #171717;
    display: block;
    padding: 15px 10px;
    background-color: #eee;
    font-weight: bold;
    font-size: 14px;
}
.sliderlefts p {
    line-height: 30px;
}
.goldenticket-capbox p, .goldenticket-capbox h2 {
    text-align: center;
}
.goldenticket-capbox p {
    margin: 5px 0 0px !important;
    font-size: 17px;
}
.sliderlefts h4 {
    margin-top: 10px !important;
}
.banner-custom p.rera {
    margin: 0px 0 15px !important;
    font-size: 13px;
}
.sliderlefts .brochure-btns {
    border-radius: 5px !important;
    margin: 20px auto !important;
    padding: 5px;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    color: #fff !important;
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c);
    border-color: #ccb46c;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
    display: block;
    width: 260px;
    text-align: center;
    font-size: 13px;
    text-decoration: none !important;
}
.effetMoveGradient, .effetMoveGradient:hover {
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
}
.effectScale {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sliderright {
    background-color: #0c0c0c;
    color: #fff !important;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    padding: 15px 0px;
    height: 100%;
}
.register-form {
    padding: 10px 30px 30px 30px;
}
.sliderright h4 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 30px 0 20px;
    font-weight: bold;
}
.sliderright .register-form .form-control {
    color: #fff !important;
}
.register-form .form-control {
    width: 100%;
    border: solid 3px #ccb46c !important;
    margin: 0 0 15px;
    height: 50px !important;
    font-weight: normal;
    padding: 2px 10px;
    line-height: 20px;
    background: none;
    border-radius: 10px;
    box-shadow: none;
}
.register-form .form-control {
    width: 100%;
    border: solid 3px #ccb46c !important;
    margin: 0 0 15px;
    height: 50px !important;
    font-weight: normal;
    padding: 2px 10px;
    line-height: 20px;
    background: none;
    border-radius: 10px;
    box-shadow: none;
}
.register-form .download-brchre {
    width: 100%;
    margin: 0 auto;
    padding: 7px;
}

.download-brchre {
    width: 100%;
    background: #ccb46c;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    height: 50px;
    border: none;
    border-radius: 10px;
}
.banner-custom
{
	position:relative;
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
.bg-col-cust {
    background: #f1f1f1 !important;
}
.com-pad
{
	padding: 60px 0;
}
.home-head1 {
    text-align: center !important;
    font-size: 26px !important;
    color: #ccb46c !important;
    font-weight: 500 !important;
    margin-bottom: 35px !important;
    margin-top:0;
    position:relative;
}
#overview p {
    margin-bottom: 30px !important;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
	color:#000;
}
#overview
{
	    background: url(../images/bg.webp) !important;
	    background-size: cover !important;
	    position: relative;
}
#overview .brochure-btn
{
	margin-top:10px !important;
}
a.brochure-btn, a.brochure-btn:hover {
	color:#fff !important;
	text-decoration:none;
}
.brochure-btn {
    color: #fff !important;
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c) !important;
    border-color: #ccb46c;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
    display: block;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 12px;
    border-radius: 10px;
}
.brochure-btn img, .dwn-btn-cust img {
    width: 15px;
    margin-right: 10px;
}
#plans {
    background-image: url(../images/fet.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.price-section .price-slider .price-card {
    width: 320px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: inline-block;
}
.price-section .price-slider .price-card h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.price-section .price-slider .price-card h6 {
    font-weight: 700;
    font-size: 15px;
    margin: 10px 0 10px !important;
}
.price-section .price-slider .price-card hr {
    width: 140px;
    margin: 10px auto;
    display: inline-block;
}
.price-section .price-slider .price-card small {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
	width:100%;
}
.plan-blur img {
    border: solid 1px #000;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
#plans .brochure-btn {
    position: absolute;
    width: Calc(100% - 54px);
    margin: 0;
    left: 12px;
    padding: 15px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.home-head1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #ccb46c !important;
    left: 48%;
    bottom: -15px;
    transform: translateX(-20px);
}
.plans1
{
	margin-top:30px;
}
.plans1 .plan-blur img
{
	max-width:330px;
	height:250px;
}
.video-sec {
    background: url(../images/virtualTour_03-1.gif) no-repeat center center;
    background-size: cover;
    height: 350px;
}
#video .cta-content-vid {
    width: 100%;
    padding-top: 40px !important;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}
#video .cta-content-vid h4 {
    display: block;
    margin-block-start: 2em;
    margin-block-end: 0.25em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.knowmorebut.cta-sec {
    padding: 5px 30px 5px 50px;
    background-color: #ccb46c;
    border-color: #ccb46c;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transition: all .2s;
    margin: 50px auto !important;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 33%);
    display: block;
    text-align: center;
    width: 220px;
    text-decoration: none !important;
}
.knowmorebut.cta-sec i {
    margin-right: 5px;
}
.ticket-amenities .item {
    list-style: none;
    margin: 15px;
    background: #fff;
    padding: 15px 10px 35px;
    border: solid 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background-image: url(../images/card-bg.webp);
    border-radius: 10px;
}
.ticket-amenities .item img {
    display: block !important;
    margin: 20px auto;
    height: 50px;
    margin-bottom: 11px;
    width: auto !important;
}
.ticket-amenities
{
	margin-top:30px;
}
.qr-box img {
    width: 120px !important;
    margin: auto;
    margin-bottom: 20px;
}
.gallery-img img {
    border-radius: 10px !important;
    transition: transform .2s;
	height:250px;
}
.gallery-img .item {
    margin: 10px;
    overflow: hidden;
}
.gallery-img, .loc-ad, .con-sales
{
	margin-top:30px;
}
#location .plan-img {
    box-shadow: 0px 7px 16px 0px rgb(50 50 50 / 20%);
	margin-top: 15px;
    display: block;
}
#location .plan-img img {
    border: solid 1px #000 !important;
	display: block;
    margin: 0 auto;
	width:100%;
}
.plan-img img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 110% ) blur( 3px ) hue-rotate( 0deg );
    border-radius: 10px;
}

.panel, .panel-default > .panel-heading {
    background-color: transparent !important;
}

.panel-default {
    border-color: #03313e !important;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.panel-heading a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    float: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-display: swap;
}
.collapse .panel-body {
    background: #f3f3f3 !important;
}
.collapse .panel-body li {
    list-style-type: none !important;
	font-size:15px;
	margin-bottom:5px;
	color:#000;
}
.collapse .panel-body ul
{
	padding-left:15px;
} 
#about-fin p
{
	    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.bg-col-cust1 {
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c) !important;
}
.main-footer .foot-icon {
    margin: 30px 0px 0px 0px;
    padding: 0;
}
.main-footer .foot-icon li {
    list-style-type: none;
    margin: 20px 0px;
    font-size: 16px;
    display: flex;
    line-height: 26px;
	color:#fff;
}
.main-footer .foot-icon li .fa {
    font-size: 20px;
    margin: 5px 10px 10px 10px;
}
.main-footer .foot-icon li a
{
	color:#fff;
}
.main-footer h4 {
    font-size: 24px;
    color: #000;
    padding: 0px 0px;
    text-align: center;
    margin-top: 0;
}
.main-footer .form-control {
    border: solid 3px #fff !important;
    margin-bottom: 20px !important;
    border-radius: 10px !important;
    height: 50px !important;
    font-weight: normal;
    background: #fff;
}
.main-footer #slide-form .form-control
{
	border-bottom: solid 3px #000!important;
	border-radius:0 !important;
	color: #000!important;
}
.main-footer .btn-submit {
    border-color: #fff !important;
    margin-bottom: 20px !important;
    border-radius: 10px !important;
    height: 50px !important;
    width: 100% !important;
    font-weight: 15px;
    background: #fff;
    color: #ccb46c;
	font-weight:bold;
}
.main-footer .home-head1
{
	color: #000!important;
}
.main-footer p, .main-footer a
{
	color: #000 !important;
	font-size: 15px;
	line-height: 23px;
	margin-top: 15px;
	text-align:justify;
}
.main-footer img
{
	    max-width: 220px;
}
.footer-bg {
    background: #fff;
    padding: 20px 0px;
}
.footer-bg .footer-menu {
    display: block;
    width: 100%;
    text-align: center;
	padding:0;
}
.footer-bg .footer-menu li {
    list-style-type: none;
    padding: 10px;
    display: inline-block;
    color: #000;
    font-size: 13px;
}
.footer-bg .footer-menu li a {
    color: #000;
}
.footer-bg .footer-menu li i
{
	margin-right:3px;
}
.footer-bg .foot-p, .footer-bg p {
    text-align: center;
    font-size: 13px;
    color:#000;
    margin-bottom:30px;
}
.footer-bg .copy-txt {
    text-align: center;
    border-top: solid 1px #ccc;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.main-sec {
    margin: 40px 0;
}

.main-sec h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: bold;
	color:#000;
}
.main-sec h1.inner-head1 {
    font-size: 15px;
	margin-bottom:0;
    
}
.main-sec p {
    font-size: 15px;
	color:#000;
	line-height:30px;
}
.main-sec h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
    text-decoration: underline;
}
.main-sec a
{
	color:#000;
	font-weight:bold;
}
.main-sec img
{
	width:100%;
	max-width:130px;
	margin:0 auto 20px;
}
.mobile-bottom-nav {
    display: none;
}
.dosti-modal .modal-body button.close {
    position: absolute;
    right: 0px;
    top: -19px;
    padding: 0 5px;
    opacity: 1;
    color: #848181;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 26px;
    line-height: 12px;
    font-weight: normal;
}
.dosti-modal .modal-body {
    padding: 0 !important;
}
.dosti-modal .modal-body h2 {
    margin-bottom: 0 !important;
    font-size: 22px !important;
    border-radius: 0 !important;
	    text-align: center;
    padding: 10px 0;
    background: #ccb46c;
    color: #fff;
    font-size: 25px;
    margin-top: 0 !important;
}
.dosti-modal .modal-body h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}
.register-form {
    padding: 0px 30px 30px 30px;
}
.dosti-modal .close
{
	position: absolute !important;
    height: 26px !important;
    width: 26px !important;
    left: auto;
    right: -13px !important;
    bottom: auto;
    top: -13px !important;
    padding: 0px !important;
    color: #ffffff !important;
    font-family: Arial;
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
}
.register-form .form-control {
    width: 100%;
    border: solid 3px #ccb46c !important;
    margin: 0 0 15px;
    height: 50px !important;
    font-weight: normal;
    padding: 2px 10px;
    line-height: 20px;
    background: none;
    border-radius: 10px;
    box-shadow: none;
}
#slide-form .form-control {
    border: 0 !important;
    border-bottom: solid 3px #ccb46c !important;
    border-radius: 0;
}
.register-form .download-brchre {
    margin: 0 auto;
    padding: 7px;
	color:#fff;
	width:100%;
	max-width:100%;
	display:block;
}
.register-form p
{
	width:100%;
	font-size:13px;
	color:#000;
}
.dosti-modal .modal-dialog {
    width: 100%;
	margin: 0;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 500px !important;
    left: 50%;
}
.register-form p a
{
	color:#000 !important;
}
a:hover
{
	color:#ccb46c !important;
	text-decoration:none;
}
.panel-title a:hover
{
color:#000 !important;
}
select.my_country_name.form-control.rounded-0.micro-form-field {
    float: left;
    display: inline-block;
    width: 40%;
    padding-left: 8px;
}

input#modal_my_mobile {
    width: 60%;
}

.strip-section {
    border-bottom: 1px solid #04253c;
	padding:50px 0 10px;
}

.strip-section .strip_section-row {
    list-style-type: none;
    padding-bottom: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    z-index: 10;
    border-radius: 4px;
    background: #fff;
    text-align: center;
}
.strip-section .strip_section-row li {
    width: 24%;
    position: relative;
}
.strip-section .strip_section-row li .strip-box .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #252525;
    margin: 5px 0;
}

.strip-section .strip_section-row li .strip-box .sub_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666e75;
    margin: 5px 0;
}
.strip-section .strip_section-row li:before {
    content: " ";
    display: block;
    width: 38px;
    border-top: 2px solid #ccb46c;
    height: 0;
    position: absolute;
    bottom: auto;
    transform: rotate(-90deg);
    top: 50%;
    left: -26px;
}
.strip-section .strip_section-row li:first-child:before {
    display: none
}


.hi-icon-effect-1 .hi-icon {
    background: rgba(255,255,255,.1);
    -webkit-transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s
}

.hi-icon-effect-1 .hi-icon {
    background: rgba(255,255,255,.1);
    -webkit-transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s;
    border: 2px solid #000;
    color: #ccb46c;
    border-radius: 100%;
}

.hi-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 15px 30px;
    width: 100px;
    height: 100px;
    border-radius: 0%;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: transform 0.5s,opacity 0.2s;
    color: #fff
}

.hi-icon img {
    width: 82px;
    padding: 7px;
    margin-top: 7px
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 8px 4px #2727274f;
    -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s,opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s,opacity 0.2s;
    transform: scale(.8);
    opacity: 0
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 67%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hi-icon-effect-1 h3 {
    text-align: center!important;
    color: #000;
    font-size: 16px!important;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 19px;
    height: 50px
}

.hi-icon-effect-1 .hi-icon:hover {
    border-radius: 50%;
    background: #80a7a8;
    color: #80a7a8;
    transition: transform 0.5s,opacity 0.2s
}

.hi-icon-effect-1 .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.offer-sec
{
	padding:30px 0;
	/*background: #ccb46c;*/
	background-color: rgb(23 57 58 / 70%);
    position: relative;
}

.offer-sec:after {
   z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    background: url(../images/slide1-1400w.webp) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center;
}

.offer-sec h3 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
	    margin-top: 30px;
}
.offer-sec h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.offer-sec #slide-form .form-control
{
	border-color:#fff !important;
	color:#fff;
}

.offer-sec .download-brchre
{
	background:#fff !important;
	width:100% !important;
	max-width:100% !important;
	margin-top:25px;
	color:#ccb46c;
	font-weight:bold;
}

::placeholder {
  color: #ccc !important;
  opacity: 1; /* Firefox */
}
.offer-sec select {
  color: #ccc;
}
.thank-you-sec
{
	padding: 50px 0;
    text-align: center;
    font-weight: bold;
}
.thank-you-sec h1
{
	font-weight: bold !important;
}
.thank-you-sec a {
    color: #fff !important;
    background: linear-gradient(-45deg, #ccb46c, #ccb46c, #ccb46c, #ccb46c);
    border-color: #ccb46c;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 30%);
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    max-width: 200px;
    margin: 20px auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
}


.modal-open .mobile-bottom-nav {
    width: Calc(100% - 17px);
    right: 17px;
}



@media screen and (min-width: 992px)
{
	.price-section .price-slider .price-card {
		padding: 20px 40px;
		width: 30%;
		margin-left: 20px;
	}
}


@media only screen and (max-width: 1199px)
{
.main-header .header-cust .main-menu .menu-nav li {
    padding: 12px 5px;
}
.main-header .header-cust .right-nav .help {
    padding: 15px;
}
}







@media only screen and (max-width: 991px)
{
	.menu-close-row #closeMenu {
    padding: 0;
    width: 26px;
    font-size: 30px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    color: #000;
}
	.main-header .header-cust .logo {
    width: 170px;
    margin: 0 auto;
}
	.main-header .header-cust .main-menu .menu-nav li.dropbtn {
    display: none;
}
.main-header .header-cust .main-menu .menu-nav li {
    list-style-type: none;
    display: block;
    color: #000;
    padding: 16px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.main-header .header-cust .main-menu .menu-nav li.hide-desktop {
    display: block;
}
#open-menu {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.menu-close-row {
    display: inline-block;
    width: 100%;
}
#open-menu img {
    width: 30px;
    height: 30px;
}
.mobile-cta {
    display: block;
    position: absolute;
    right: 0;
    top: -7px;
}
.mobile-cta img {
    width: 50px;
}
.main-header .header-cust .right-nav {
    display: none;
}
.main-header .header-cust .main-menu {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    left: 0;
    padding: 0;
    height: 100vh;
    max-width: 320px;
    border-right: solid 1px #ccc;
    transition: all .6s ease;
}
.menu-inactive .main-header .header-cust .main-menu {
    transform: translateX(-320px);
}
.sliderlefts {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: auto;
}
.sliderlefts h3 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.goldenticket-capbox {
    padding: 0;
}
.pre-launch-heading {
    margin-top: 0px !important;
}
.sliderright {
    position: relative;
    max-width: 100%;
    z-index: auto !important;
}
}


@media only screen and (max-width: 767px)
{
	
.register-form {
    padding: 10px 15px 30px 15px;
}	

.dosti-modal .register-form {
    padding: 10px 15px 30px 15px !important;
}	
	
.loc-ad .panel-body {
    padding: 15px 0;
}

.offer-sec h3 {
    font-size: 28px;
}

.offer-sec h4 {
    font-size: 16px;
    line-height: 20px;
}
	
.contact-left img {
    margin: 0 auto;
    display: block;
}
.contact-left .foot-icon li {
    text-align: center;
    width: 100%;
    display: inline-block;
	margin: 5px 0px;
}

.contact-left .foot-icon li a {
	color:#fff !important;
}
	
	
.plans1 .plan-blur img
{
	max-width:100%;
	width: 100% !important;
    margin-bottom: 30px;
}
#plans .brochure-btn
{
	width: Calc(100% - 28px);
	
}
	.main-sec h1 {
    margin-bottom: 20px;
    font-size: 32px;
}
.main-sec p {
    font-size: 14px;
}
.desk-h 
	{
		display: block !important;
	}
.mob-h 
	{
		display: none !important;
	}
	.mobile-bottom-nav {
    display: flex;
    background: #ccb46c !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    z-index: 999;
    max-height: 70px;
    height: 100%;
    border-radius: 30px 30px 0 0 !important;
}
.mobile-bottom-nav .bottom-nav-1 {
    width: 35%;
    text-align: center;
    padding: 3px 0px;
}
.mobile-bottom-nav a {
    color: #fff;
    text-decoration: none;
    line-height: 40px !important;
    font-size: 14px !important;
    font-weight: bold;
}
.mobile-bottom-nav a:hover
{
	color:#fff !important;
}
.mobile-bottom-nav a i {
    display: block;
    font-size: 18px;
}
.mobile-bottom-nav .bottom-nav-2 {
    width: 30%;
    text-align: center;
}
.mobile-bottom-nav .bottom-nav-3 {
    width: 35%;
    text-align: center;
    padding: 3px 0px;
}
 .hi-icon-effect-1 h3 {
       height: 50px;
	   margin-top: 0;
	   font-size: 13px !important;
	   line-height: 15px;
    }

    .hi-icon {
        margin: 15px auto 10px auto;
        display: block;
		width:80px;
		height:80px;
    }

    .panel-row-style-for-58-9 {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .hi-icon {
        display: block!important;
        margin: 15px auto!important
    }
	.hi-icon img
	{
		width:60px;
	}
}
@media only screen and (max-width: 600px)
{
	.strip-section .strip_section-row {
    flex-wrap: wrap;
    padding-left: 0;
}
.strip-section .strip_section-row li {
    margin-left: 0;
    width: 50%;
}
.strip-section .strip_section-row li .strip-box .title {
    font-size: 14px;
    line-height: 18px;
}
.strip-section .strip_section-row li .strip-box .sub_title {
    font-size: 11px;
    line-height: 14px;
}
	.strip-section .strip_section-row li:nth-child(3):before {
        display: none
    }
	.dosti-modal .modal-dialog
	{
		max-width:90% !important;
	}
}










@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes rocking {
	0% {
		transform: rotate(0)
	}
	25% {
		transform: rotate(0)
	}
	50% {
		transform: rotate(2deg)
	}
	75% {
		transform: rotate(-2deg)
	}
	100% {
		transform: rotate(0)
	}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
