

body {
    padding: 0px;
	margin: 0px;
    overflow-x: hidden;
    color: #014073;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}
*:focus{
    outline: none
        
}
h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin: 0px;
    padding-bottom: 20px;
}
h2 , .h2{
	font-size: 28px;
    line-height: 32px;
	font-weight: 500;
	margin: 0;
    padding: 0 0 10px;
}
h3 {
    font-size: 22px;
    padding: 0px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 500;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
    margin: 0 0 10px;
}
h5 {
	font-size: 17px;
	padding: 0px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 0px;
}
h6 {
	font-size: 21px;
	font-weight: 500;
	padding: 0px;
	margin: 25px 0;
}
p {
	font-size: 16px;
    color: #333;
    line-height: 24px;
	font-weight: 400;
	padding: 0px;
	margin-bottom: 20px;
}
a, a:hover, a:focus{
    text-decoration: none;
    transition: all .2s ease;
        
}
a{
    color: #019fe9;
}
.w100{width: 100%;}
.ptb-100{
    padding: 100px 0;
}
.ptb-70{
    padding: 70px 0;
}
.pt-70{
	padding-top:70px;
}
ul{
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.anim-left-title, .anim-center-title{
    text-align: left;
    position: relative;
    padding-bottom: 50px
}
.anim-center-title{
    text-align: center;
}
.anim-left-title:after, .anim-center-title:after{
    width: 00;
    height: 3px;
    background: #019fe9;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 30px;
}
.anim-center-title:after{    
    left: calc(50% - 35px);
}
.animated .anim-left-title:after{
    width: 0;
    animation: showtitleline .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.animated .anim-center-title:after{
    width: 0;
    animation: showtitleline .5s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
@keyframes showtitleline{
    0%{width: 0px;}
    100%{width: 70px;}
}
@keyframes showtitleline02{
    0%{width: 0px;}
    100%{width: 50px;}
}
.btn-style-01 , .btn-style-02, .razorpay-payment-button{
    border: 2px solid #019fe9;
    font-weight: 500;
    color: #019fe9;
    padding: 10px 30px;
    border-radius: 35px;
    display: inline-block;
}
.btn-style-02, .razorpay-payment-button{
    background: #019fe9;
    color: #fff;
}
.btn-style-02:hover, .razorpay-payment-button:hover{
    background: #fff;
    color: #019fe9;
}
.btn-style-01:hover {
    color: #fff;
    background: #019fe9;
}
.btn-style-03, .btn-style-04 {
    color: #FFFFFF;
    background-color: #019fe9;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(36, 43, 46, 0.14);
    font-size: 14px;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    align-items: center;
    transition: all .2s ease;
}
.btn-style-03{
    background: #fff ;
    color:  #019fe9;
    margin-right: 12px ;
}
.btn-style-03:hover{
    background: #019fe9;
    transition: all .2s ease;
    color: #fff;
}
.btn-style-04:hover{
    background: #fff;
    color: #019fe9;
    transition: all .2s ease;
}
.bg-02{ background: #f6fbff;}
.bg-03{ background-color: #fafafa;;}
.bg-blue { background: #004073; }

/*----------------------------------------
---------------------------------------
loader
----------------------------------------
---------------------------------------*/
#loader-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.cssload-loader {
	width: 175px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size:13px;
	color: rgb(1,64,115);
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgb(1,64,115);
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}



@keyframes cssload-load {
	0% {
		left: 0;
		height: 21px;
		width: 10px;
	}
	50% {
		height: 6px;
		width: 28px;
	}
	100% {
		left: 164px;
		height: 21px;
		width: 10px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 21px;
		width: 10px;
	}
	50% {
		height: 6px;
		width: 28px;
	}
	100% {
		left: 164px;
		height: 21px;
		width: 10px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 21px;
		width: 10px;
	}
	50% {
		height: 6px;
		width: 28px;
	}
	100% {
		left: 164px;
		height: 21px;
		width: 10px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 21px;
		width: 10px;
	}
	50% {
		height: 6px;
		width: 28px;
	}
	100% {
		left: 164px;
		height: 21px;
		width: 10px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 21px;
		width: 10px;
	}
	50% {
		height: 6px;
		width: 28px;
	}
	100% {
		left: 164px;
		height: 21px;
		width: 10px;
	}
}






/*----------------------------------------
---------------------------------------
----------------------------------------
---------------------------------------*/
.top-head, .contact-sec{
    background: #019fe9;
    padding: 10px 0;
}
.top-head li{
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-right: 15px;
}
header {
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.09);
}
.top-head li a{
    color: #fff;
}
.top-head li i{margin-right: 5px;}
.top-head li:last-child{
    margin-right: 0;
}
.menu-head{
    background: #014073;
    position: relative;
    
}
.menu-head:before{
    content: '';
    width: 30%;
    height: 100%;
    left: 70%;
    top: 0;
    background: #fff;
    position: absolute;
}
.top-logo-holder {
    width: 200px;
    float: left;
    padding: 15px 0;
}

.top-menu-holder {
    background: #014073;
    float: left;
    padding-right: 30px;
	width: calc(100% - 440px);
}
.top-menu-holder ul li{
    display: inline-block;
}
.top-menu-holder ul li a {
    padding: 28px 10px;
    display: inline-block;
    width: 100%;
    color: #fff;
	font-size:14px;
	line-height:25px;
}
.top-number-holder {
width: 240px;
    text-align: right;
    float: right;
    position: relative;
    padding: 25px 0 15px 30px;
    background: #fff;
    border-left: 4px solid #019fe9;
    height: 81px;
}
.top-number-holder p{
    margin-bottom: 0px;
    position: relative;
}
.top-number-holder p a{
    color: #000;
    font-size: 25px;
    line-height: 32px;
}
.top-number-holder p span{
    color: #ccc;
    font-size: 12px;
    display: block;
}

.top-number-holder:after{
    width: 30px;
    height: 30px;
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    z-index: 3;
    left: -17px;
    top: calc(50% - 15px);
    background: #019fe9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}






.location-dd-box {
    float: left;
    padding: 0px 0 0 20px;
    width: 200px;
    background: #014073;
    display: none;
    border-radius: 5px 0 0 5px;
}
.location-dd-box select{
    background: #014073;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    width: 171.5px;
    height: 50px;
    margin-left: -10px;
    padding-left: 10px;
}
.location-dd-box i{color: #fff; margin-right: 5px;
    margin-right: 5px;
    position: relative;}
.location-dd-box select option{
    width: 200px;
    height: 30px;
}
.search-box input{
    width: 100%;
}
#search-banner{
    background-image: url(../images/headline-bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
.search-holder {
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.09);
    
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 50px auto 100px;
    padding: 20px;
    border-radius: 5px;
}

.search-box{
    width: calc(100% - 200px);
    float: left;
    border: 2px solid #014073;
}
.search-holder .search-box .search-submit {
    background: url(../images/search-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border: 0px;
    border-left: none;
}
.search-box input[type=search] {
    padding: 18px 35px;
    width: calc(100% - 60px);
    position: relative;
    border: 0px;
    float: left;
}
.search-box input[type=search]::placeholder {
  color: #333;
  opacity: 0.5;
}
.nearme-box {
    float: left;
    width: 200px;
}
.nearme-box a {
    background: #014073;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.nearme-box a:hover{
    background: #054b83;
}
.nearme-box a i{
    margin-right: 5px;
}

#nav-icon{
    display: none;
        width: 40px;
    right: 240px;
    position: absolute;
    top: 30px;
    height: 30px;
    -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;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #D8D8D8;
  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.open span{
    background: #fff;
    transition: .25s ease;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

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

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

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

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

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.how-its-work-01, .how-its-work-02, .how-its-work-03{
    width: 33.33334%;
    text-align: center;
    padding: 0 50px;
    margin-top: 30px;
}
.hiw-icon {
    width: 150px;
    height: 150px;
    margin: auto;
    padding: 45px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(1, 159, 233, 0.3);
}
/*.subscribe-box{
    width: 100%;
    border-radius: 10px;
    padding: 35px 40px;
    box-shadow: 0 0 10px rgba(1, 159, 233, 0.3);
}*/
.subscribe-box img{
	width: 30%;
}
.how-its-work-section h3, .subscribe-box h3{
    color: rgb(1, 159, 233);
    margin-bottom: 10px;
        
}

.how-its-work-section .col-md-4 p, .subscribe-box p{
    font-size: 16px;
    margin: auto;
    max-width: 350px;
}
.subscribe-box p{
    max-width: auto;
}
.featured-property{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom:30px;
}
.property-detail, .featured-property:before{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .2s ease;
}
.featured-property:before{
    height: 100%;
    content: '';
    top: 0;
    transform: none;
    background: rgba(0,0,0,.6);
}
.featured-property:hover .property-detail, .featured-property:hover:before{
    z-index: 2;
    opacity: 1;
    transition: all .2s ease;
}

.property-detail h3, .property-detail p{
    color: #fff;
    margin-bottom: 0px;
}
.property-detail h3{
    font-size: 20px;
}
.store-btn{
    display: inline-block;
    width: 150px;
    margin-right: 20px;
	border-radius:5px;
	overflow:hidden;
}
footer h2, footer p, .parallax-block h2, .parallax-block p, .bg-blue h2, .bg-blue .col-md-10 p{
    color: #fff;
}
.contact-sec {
    padding: 100px 0;
}

.contact-sec .anim-left-title:after, .contact-sec .anim-center-title:after{
    background: #014073;
}
.contact-form{
    position: relative;
    max-width: 650px;
}
.contact-form .form-field{
    margin-bottom: 30px;   
    padding-top: 20px;
}

.contact-formm{
    position: relative;
}
.contact-formm .form-field{
    margin-bottom: 30px;   
    padding-top: 20px;
}

.form-field label{
    color: #014073;
    font-size: 14px;
    position: absolute;
    margin-bottom: 0;
    top: 10px;
}
label.help-block {
    position: relative;
    color: #f00;
    font-weight: 600;
    top: 0;
	display: block;
}
#accept-terms + label.help-block {
    position: absolute;
    bottom: 0px;
    top: unset;
}
.custom-control.custom-checkbox.form-footer-right.has-error {
    padding-bottom: 30px;
}
.form-field input, .form-field textarea, .form-field select{
    background: transparent;
    outline: none;
    border: 0px;
    color: #014073;
    border-bottom: 2px solid #019fe9;
    padding: 10px 0;
    width: 100%;
}
#enquiry_type {
    height: 45px;
    border-radius: 0;
}
#enquiry_type option{
	color: #014073;
}
#enquiry_type:focus{
	outline: none;
	box-shadow:none;
}
.contact-form .submit-form {
    background: #019fe9;
    color: #fff;
    border: 0px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    right: 15px;
}

.form-field input + .form-control-border, .form-field textarea + .form-control-border, .form-field select + .form-control-border{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #014073;
    height: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.form-field textarea + .form-control-border{
	bottom: 1px;
}
.form-field input:focus + .form-control-border, .form-field textarea:focus + .form-control-border, .form-field select:focus + .form-control-border  {
    left: 15px;
    right: 15px;
    z-index: 1;
}
.form-field input:focus + label, .form-field textarea:focus + label  {
    top: 0px;
}


.footer-cont-detail {
    width: 370px;
    margin: auto;
    background: #fff;
    margin-top: 50px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    padding: 60px;
}
.footer-cont-detail h3{
    padding-bottom: 35px;
    margin-bottom: 0;
}
.footer-cont-detail h3.anim-left-title:after{
    width: 40px;
    background: #019fe9;
    bottom: 25px;
}
.contact-list li a{
    color: #205885;
}
.contact-list li a:hover{
    color: #014073;
}
.contact-list li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.contact-list li:after{
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    color: #019fe9;
}
.contact-list li.cont-location:after{
    content: "\f041";
    font-size: 28px;
    top: 5px;
}
.contact-list li.cont-email:after{
    content: "\f0e0";
    font-size: 18px;
}
.contact-list li.cont-web:after{
    content: "\f0ac";
}
.social-links li{
        display: inline-block;
    font-size: 32px;
    opacity: .5;
    margin-right: 30px;
}
.social-links li:hover{
    opacity: 1;
}


.foot-top{
    background-color: #19191a;
    padding: 50px 0;
}
.foot-copyright{
    background-color: #000;
    padding: 10px 0;
}
.foot-copyright p{
	color: #bcbdc0;
    font-size: 11px;
    padding: 20px 0;
    margin: 0;
    font-weight: 300;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #333;
    opacity: 0.65;
}
.parallax-block {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    padding: 150px 0;
}

.parallax-block .container{
    position: relative;
    z-index: 3;
}



.testimonial-slider h3{
    color: rgba(0, 58, 104, 0.5);
}
.testimonial-slider p{
    margin-bottom: 0px;    
    font-size: 16px;
    margin-top: 5px;
}
.animated .testimonial-slider .anim-center-title{
    padding-bottom: 0;
    padding-top: 30px;
}
.animated .testimonial-slider .anim-center-title:after{
    width: 40px;
    animation: none;
    left: calc(50% - 20px);
        bottom: unset;
    top: 10px;
}

.testimonial-icon {
    margin: auto;
    margin-bottom: 20px;
    opacity: .5;
    max-width: 100px;
}
.owl-dots{
    margin-top: 30px;
}
button.owl-dot{
    width: 10px;
    height: 10px;
    background: #014073 !important;
    border-radius: 50%;
    margin: 0 2px;
    opacity: .5;
}
button.owl-dot.active{
     opacity: 1;
}

.testimonial-block {
    display: flex;
    padding: 16px;
    background: #e8e8ee;
    border-radius: 4px;
    margin: 0;
    max-width: 422px;
}
.client-img{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 10px;
}
.client-img img{
	width: 60px!important;
	height: 60px;
	border-radius: 50px;
}
.testimonial-details-container {
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-details-container img{
	 margin-bottom: 15px;
	width: unset!important;
}
.testimonial-details-container p{
	
    font-size: 14px;
    line-height: 1.71;
    color: #8a8584;
    flex: 3;
    max-width: 275px;
}
.testimonial-details-container p.client-name{
    font-size: 16px;
    font-weight: 500;
    color: #7b7878;
    flex: 0;
	margin-bottom: 0px;
}
.testimonial-slider .col-md-4{
	max-width: 100%;
}
#testimonials.owl-carousel .owl-nav.disabled{display: block;}
#testimonials{
    margin-top: 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background-color: #fff;
	color: #000;
	border-radius: 50px;
	border: none;
	left: -9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
	width: 50px;
	height: 50px;
}
.owl-carousel .owl-nav button.owl-next{
	left: unset;
	right: -9px;
}
.owl-carousel .owl-nav button span{
	line-height: 23px;
}

.book-my-pg{
	padding-top: 60px;
	text-align: center;
}
.book-my-pg h1{
	padding-bottom: 5px;
}

footer p{
    font-size: 14px;
    line-height: 22px;
}
.foot-top h3{
	color: #fff;
}
.foot-top h5{
	color: #019fe9;
	font-size: 14px;
}
.contactinfo p, .contactinfo a, .followlinks p{
	font-size: 13px;
	color: #fff;
}
.contactinfo ul li{
	margin-bottom: 10px;
}
.contactinfo ul li:before {
    content: '';
    display: inline-block;
    height: 3px;
    background-color: #019fe9;
    margin-right: 10px;
    vertical-align: middle;
    width: 3px;
}
.followlinks ul{
	margin-bottom: 30px;
}
.followlinks li{
	float: left;
}
.followlinks li a{
	padding: 14px 15px;
    color: #fff;
    display: block;
    width: 44px;
}
.followlinks li a.facebook-icon{
	background-color: #263961;
}
.followlinks li a.twitter-icon{
	background-color: #1689e0;
}
.followlinks li a.google-icon{
	background-color: #ac2d1e;
}
.followlinks li a.youtube-icon{
	background-color: #6e0000;
}
.followlinks li a.instagram-icon{
	background-color: #ac2d1e;
}
.followlinks li a.linkedin-icon{
	background-color: #0055b5;
}
.like-share-btn{
	position: relative;
	padding-top: 40px;
}
.like-share-btn a{
  background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    width: 64px;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px 4px 10px;
	margin-right: 5px;
	
}
.like-share-btn a i{
	margin-right: 4px;
}
.like-share-btn:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	width: 88%;
	padding-top: 50px;
	border-top: 1px solid #272525;
}
.like-share-btn a.signup{
	background-color: transparent;
    border: none;
    color: #4267b2;
    font-weight: 300;
    font-size: 11px;
    margin-top: 7px;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    border: 2px solid #019fe9;
    color: #019fe9 !important;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: .8;
    transition: all .2s ease;
    z-index: 99;
}
.scroll-to-top:hover{
    opacity: 1;
    transition: all .2s ease;
}

.membeship p{
	text-align: center;
}
.membership-block{
	padding: 30px 20px 43px 20px;
	margin-top: 50px;
	border: 2px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s all ease;
}
.membership-block:hover{
	border: 2px solid #000;
}

.membership-block.active{
	background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}

.membership-block img{
	max-width: 100px;
}
.membership-block h3{
	font-size: 23px;
	margin: 20px 0px 30px 0px;
	color: #000;
	text-transform: uppercase;
}
.membership-block ul li{
	color: #908f8f;
    font-size: 16px;
    font-weight: 400;
}
.membership-block ul {
	margin-bottom: 50px;
}
.membership-block p{
	color: #908f8f;
	font-size:12px;
}
.membership-block p span{
	font-weight: bold;
    color: #000;
    font-size: 32px;
    margin-right: 5px;
}
.membership-block a{
	color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 34px;
    display: block;
}
.membership-block a:hover{
	opacity: .75;
}
#imp-cities-box {
    clear: both;
    text-align: center;
    padding-top: 10px;
}
a.imp-cities {
    /*width: 16.6%;*/
    width: 12.0%;
    float: left;
    padding: 10px 10px 0;
}
a.imp-cities.nearby{
    display: none;
}
.city-img {
    overflow: hidden;
}
.imp-cities img {
width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}
.imp-cities p{
	font-size: 15px;
	color: #000;
	margin-top: 10px;
    margin-bottom: 0;
}
#search-imp-city{
	margin-top: 30px;
}

#page-banner {
    padding: 100px 0;
    background-image: url(../images/headline-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-repeat: repeat-x;
}
.bread-crumb a.current{
    color: #014073;
    cursor: default;
}

#page-banner h1{
    padding-bottom: 5px;
}
.contact-us{
    padding: 70px 0 50px;
}
.contact-info .column {
    position: relative;
    min-height: 50px;
    margin-bottom: 25px;
    padding-left: 90px;
}

.contact-info .column .icon {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    background: #019fe9;
    text-align: center;
}
.contact-info .column h4 {
    margin-bottom: 5px;
}

.contact-info .column p {
    font-size: 14px;
    line-height: 22px;
}
.amenities-box {
    background: #fff;
    padding: 20px 10px 20px 100px;
    position: relative;   
    margin-bottom: 30px;
    border-radius: 5px;
}
.amenities-box p, .about-featured-content p:last-child{
    margin-bottom: 0px;
}
.amenities-box img{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-style-01.white-btn{
    color: #ffffff;
    border: 2px solid #ffffff;
}

section.CityBlocker {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.57);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 13;
    outline: none;
    box-shadow: -1px 4px 5px 0 rgba(0,0,0,.9);
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
}
section.CityBlocker.opencitypanel {
    animation: blurring .3s;
    animation-fill-mode: forwards;
}
@keyframes blurring{0%{opacity:0; z-index: -1;}100%{opacity:1; z-index: 5;}}

section .cityArea {
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 40px 0;
    transform: translateY(-100%);
    animation-delay: 1s;
}
.CityBlocker.opencitypanel .cityArea{
    animation: slideDown .3s;
    animation-fill-mode: forwards;
}
@keyframes slideDown{0%{
    -webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}
.fullscreenWrapper {
    max-width: 1024px;
    margin: auto;
    position: relative;
}
section.CityBlocker .footerAction {
    text-align: right;
    background-color: #fff;
}
section.CityBlocker .citynameContainer {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
section.CityBlocker .genderContainer {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
section.CityBlocker .heading {
    font-size: 22px;
    padding-bottom: 20px;
}
section.CityBlocker .box-selector .cityButton, section.CityBlocker .box-selector .genderButton {
    display: inline-block;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 8px 16px;
    margin: 0 10px 10px 0;
    transition: all .3s ease;
    text-align: left;
    text-transform: capitalize;
}
section.CityBlocker .box-selector .cityButton.active, section.CityBlocker .box-selector .genderButton.active,  section.CityBlocker .box-selector .cityButton:hover, section.CityBlocker .box-selector .genderButton:hover {
    background-color: #019fe9;
    color: #fff;
    border-color: #014073;
}
.heading.anim-left-title:after{
    bottom: 5px;
}
.Button {
    cursor: pointer;
}
section.CityBlocker .footerAction .btn-style-01{
    display: none;
}
.PopularCard {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    min-height: 276px;
    vertical-align: top;
}
.cardShadow {
    border: 1px solid #ddd;
    transition: all .2s ease-in-out 0s;
}
.cardShadow:hover {
    transform: translateY(-.1em);
    border-color: #014073;
}
.PopularCard .image {
    width: 100%;
    height: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.PopularCard .wrapper {
    padding: 17px;
    position: relative;
    background-color: #fff;
}
.PopularCard .wrapper h4{
    color: #014073;
    margin-bottom: 5px;
}
.PopularCard .wrapper p{
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}
.PopularCard .wrapper p span{
    color: #014073;
    font-size: 16px;
}
.PopularCard .wrapper .textLink {
    font-size: 14px;
    margin-top: 20px;
}
.prop-listing-breadcrumb-container{
    background-color: #fafafc;
    display: flex;
    align-items: center;
    height: 40px;
}

.prop-listing-breadcrumb-container span, .prop-listing-breadcrumb-container a {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    font-size: 12.1px;
    color: #014073;
    margin: 0 4px;
}
.prop-listing-breadcrumb-container span{
    font-weight: 700;
}
.prop-listing-breadcrumb-container img{
    transform: rotateZ(-90deg);
    opacity: 0.77;
}

.main-div_listing {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}
.property-filter-desktop-container {
    padding: 25px;
    border-right: 1.4px solid #efeeee;
    flex: 1;
    background: #ffffff;
}
.mobile-container {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding: 24px;
    margin-bottom: 70px;
}

.filters-container h3{
    font-size: 16px;
    margin-bottom: 5px;
    color: #014073;
}
.filters-container h2{
    font-size: 20px;
}
.checkbox-holder , .gender-container, .bed-selecter{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-holder input , .gender-container input , .bed-selecter input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
 .gender-container, .bed-selecter{
    display: inline-block;
    margin-right: 20px;
    padding-left: 0;
}
.bed-selecter{
    margin: auto;
}
.select-bed-box .checkbox-holder {
    display: inline-block;
    padding-right: 20px;
    padding-left: 30px;
}
.select-bed-box .checkmark{
    border-radius: 50%;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
     height: 20px;
    width: 20px;
  background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.32);
}
.bed-selecter .bed-checkmark{
    position: relative;
}
/* On mouse-over, add a grey background color */
.checkbox-holder:hover input ~ .checkmark  {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-holder input:checked ~ .checkmark {
  background-color: #2196F3;
}

.bed-selecter input:disabled ~ .bed-checkmark {
  opacity: .3;
}

.gender-checkmark img, .bed-checkmark img{width: 40px;}
.gender-container input:checked ~ .gender-checkmark img {
    border: 1px solid #cf9797;
    box-shadow: 0 0 10px rgb(94, 167, 234);
    border-radius: 5px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .bed-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-holder input:checked ~ .checkmark:after, .bed-selecter input:checked ~ .bed-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-holder .checkmark:after, .bed-selecter .bed-checkmark:after {
    left: 7px;
    top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bed-selecter .bed-checkmark:after {
    left: unset;
    top: -8px;
    border-color: #014073;
    right: -8px;
    height: 12px;
    width: 7px;
}
.filter-block {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0;
}

.prop-listing-main-div {
       padding: 24px 14% 1% 1%;
    overflow-x: hidden;
    margin: 0;
    border: 1px solid #fafafc;
    flex: 3;
    background: #ffffff;
    background-image: linear-gradient(to bottom, #fafafc, #fafafc);
    background-size: 14% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.property-wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    height: 100%;
    grid-gap: 3%;
}
.property-box{
    border-radius: 5.7px;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(132, 135, 138, 0.1);
    padding: 0px;
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    border: 1.4px solid #efeeee;
}
.property-img-slider {
    overflow: hidden;
    max-height: 250px;
}
.owl-carousel.property-detail-slider .owl-nav button.owl-next, .owl-carousel.property-detail-slider .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    left: 10px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    color: #fff;
}
.owl-carousel.property-detail-slider .owl-nav button.owl-next{
    right: 10px;
    left: unset;
}
button:focus{
    outline: none;
}
.owl-carousel.property-detail-slider .owl-nav button span {
    line-height: 16px;
}

.property_fav_icon {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 5;
}
.property-card-details{
    padding: 16px 20px 0 20px;
}

.property-name-gender-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.property-name-gender-div img{height: 30px;}
.property-name-gender-div h3{color: #014073;
    margin-bottom: 5px;
    font-size: 20px;
        text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    overflow: hidden;
}
.room-price-div {
    display: flex;
    flex-direction: row;
    margin-top: 6px;
    align-items: flex-end;
    color: #6b6b6b;
    font-size: 12px;
}
p.pg-address {
    color: #6b6b6b;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    line-height: 15px;
}
.room-price-div h5{
    margin-bottom: 0px;
}

.bed-details-div {
    display: flex;
    flex-direction: row;
}
.bed-details-div h5{
    color: rgb(240, 18, 18);
    opacity: 1;
    font-size: 11px;
    margin-top: 2px;
}
.bed-details-div img{
    margin-right: 5px;
    margin-top: -5px;
}
.property-more-shown{
        display: flex;
    width: 100%;
    flex-direction: row;
    padding: 50px 16px 15px;
    justify-content: space-around;
}
.property-more-shown .btn-style-03, .property-more-shown .btn-style-04{
    width: 50%;
    height: 50px;
}
.searched-city-details-div{
   /*margin-bottom: 50px;*/
   margin-bottom: 15px;
       
}
.sortby-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.sort-item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 32px;
    color: #999;
    font-size: 14px;
}
.white-circle-sort {
    width: 46px;
    height: 46px;
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 1px #e3e7ed;
    margin-top: 8px;
    margin-right: 16px;
    align-self: center;
    padding: 12px;
    display: inline-block;
}
.white-circle-sort img {
    width: 100%;
    height: 100%;
    vertical-align: inherit;
}

.property-details-title .pg-address{
    font-size: 16px;
}
.property-share-block {
    width: 150px;
    position: relative;
    text-align: right;
    float: right;
}
a.share-btn {
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #232323;   
    border: 1px solid #E2E2E2;
    transition: all .2s ease;
}
a.share-btn:hover{
    border: 1px solid #333;
    transition: all .2s ease;
    color: #333;
}
.share-buttons-box{
    background-color: #fff;
    border: 0 none;
    text-align: left;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    position: absolute;
    right: 0;
    width: 100%;
    padding: 5px 0;z-index: 5;
    display: none;
}

.share-buttons{
    padding: 7px 20px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #333;

}
.share-buttons span{
    width: 20px;
}
.property-detail-slider, .property-detail-slider .owl-item img {
        height: 60vw;
    max-height: 600px;
    overflow: hidden;
    object-fit: cover;
    overflow: hidden;
}
.similar-properties {
    background: #F8F8FA;
    border-radius: 4px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.08));
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
}

.similar-properties-img{
    object-fit: cover;
    overflow: hidden;
    height: 150px;
    width: 100%;
}

.similar-properties-details {
    padding: 20px 15px;
    overflow: hidden;
}
 .similar-properties p.pg-address{
     margin-bottom: 20px;
    margin-top: 7px;
 } 
 .similar-properties h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100%);
    overflow: hidden;
 }   

.owl-carousel.similar-properties-sec .owl-nav button.owl-next{
    right: -25px;
}

.owl-carousel.similar-properties-sec .owl-nav button.owl-prev{
    left: -25px;
}
.property-details-tabs {
    padding: 25px 0;
}
.property-details-tabs iframe {
    margin-bottom: 20px;
}
.property-details-section {
    padding: 50px 0;
}

#rent-schedule-visit-box {
    max-width: 370px;
    width: 100%;
    border-radius: 4px;
    padding: 24px;
    align-content: center;
    background-color: #ffffff;
    box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 138px;
    margin-top: -350px;
    margin-bottom: 20px;
    z-index: 15;
    
}
.occupancy-prices-item .room-price-div h5 {
    color: #000;
    font-weight: 500;
}
.occupancy-prices-item{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}
.occupancy-prices-icons {
    width: fit-content;
    height: 44px;
    object-fit: contain;
    display: flex;
}
.occupancy-prices-icons-wrapper {
    border-radius: 50%;
    border: 1px solid #d4d3d5;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    background: white;
}
.occupancy-prices-icon-bed-count {
    opacity: 0.7;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    color: #231815;
    margin-bottom: 0;
}
#rent-schedule-visit-box .btn-style-04, #rent-schedule-visit-box .btn-style-03{
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    margin-top: 10px;
}
.occupancy-prices-statement{
    color: #000000;
    background: #f5f5f8;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-radius: 16px;
    padding: 5px 10px;
}
p.disclaimer-notic {
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    margin: 15px 0 0;
}

.icon_text_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
}

.amenities-holder {
    display: flex;
    align-items: end;
    padding-top: 10px;
    margin-right: 25px;
    border-bottom: 1px solid #000;
}
.amenities-holder p{
    margin-left: 10px;
}

.property-details-section h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
}
.property-details-section h2{
    font-size: 24px;
    line-height: 30px;
}
.property-details-section .anim-left-title{
    padding-bottom: 40px;
}
.left-title-2.anim-left-title{
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.left-title-2.anim-left-title:after{
    bottom: 15px;
}
.property-details-title {
    padding-bottom: 25px;
}
.booking-form .form-control {
    height: auto;
    padding: 15px 15px;
    font-size: 14px;
    box-shadow: none;
    color: #000;
    border: 1px solid #E2E2E2;
}
.bed-section {
    margin-top: 20px;
    display: none;
}
.room-bed-holder{
    position: relative;
    border: 1px solid #000;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    margin:20px 0 30px;
    float: left;
    width: 100%;
}
.room-no{
    position: absolute;
    top: -15px;
    background: #fff;
    padding: 5px 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    min-width: 70px;
    text-align: center;
}
.bed-sections .bed-selecter {
    margin-bottom: auto;
    width: 70px;
    text-align: center;
}
#triple-bed-box .room-bed-holder, #double-bed-box .room-bed-holder {
    width: calc(50% - 10px);
    float: left;
}
#triple-bed-box .room-bed-holder:nth-child(odd), #double-bed-box .room-bed-holder:nth-child(odd){
    margin-right: 20px;
}
#single-bed-box .room-bed-holder {
    width: calc(33% - 11px);
    float: left;
    margin-right: 20px;
}
#single-bed-box .room-bed-holder:nth-child(3), #single-bed-box .room-bed-holder:nth-child(6), #single-bed-box .room-bed-holder:nth-child(9), #single-bed-box .room-bed-holder:nth-child(12), #single-bed-box .room-bed-holder:nth-child(15), #single-bed-box .room-bed-holder:nth-child(18),#single-bed-box .room-bed-holder:nth-child(21),#single-bed-box .room-bed-holder:nth-child(24){
    margin-right: 0px;
}

.document-upload, .document-upload-02, .document-upload-03 , .document-upload-04 {
    background-color: #f4f4f4;
    width: calc(50% - 5px);
    display: inline-block;
    padding: 20px;
    float: left;
}
.document-upload{
    margin-right: 10px;
}
.document-upload-content , .document-upload-content-02 , .document-upload-content-03 , .document-upload-content-04{
  display: none;
  text-align: center;
}

.document-upload-input,  .document-upload-input-02 , .document-upload-input-03 , .document-upload-input-04 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap-02 , .image-upload-wrap-03 , .image-upload-wrap-04 {
  border: 4px dashed #014073;
  position: relative;
}
.image-dropping,
.image-upload-wrap:hover, .image-upload-wrap-02:hover , .image-upload-wrap-03:hover , .image-upload-wrap-04:hover {
    border: 4px dashed #014073;
    background: rgba(1, 64, 115, 0.2);
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #014073;
    padding: 46px 0;
}

.document-upload-image, .document-upload-image-02 , .document-upload-image-03 , .document-upload-image-04{
      max-height: 150px;
    max-width: 150px;
    margin: auto;
    padding: 10px;
}

.remove-image , .remove-image-02 , .remove-image-03 , .remove-image-04{
    margin: 0;
    color: #fff;
    background: #014073;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    font-size: 14px;
}

.remove-image:hover , .remove-image-02:hover , .remove-image-03:hover , .remove-image-04:hover{
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active, .remove-image-01:active , .remove-image-02:active , .remove-image-03:active , .remove-image-04:active {
  border: 0;
  transition: all .2s ease;
}
select {
    vertical-align: middle;
    background: url(../images/select.svg) no-repeat right .75rem center/8px 10px ;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.user-verify-detail{
    width: calc(50% - 3px);
    float: left;
    margin-bottom: 50px;
    padding: 0px 0 30px;
}
.user-verify-detail table {
    width: 90%;
}
.user-verify-detail table td {
    padding: 5px 0;
}
.user-verify-detail table td:last-child{
    font-weight: 600;
    text-align: right;
}
.personal-info-box.user-verify-detail {
    border-right: 1px solid #014073;
}
.payment-info-box{padding-left: 5%;}
.payment-info-box table{width: 100%;}
.step-form-head {
    width: 100%;
    display: inline-block;
    padding: 30px 0 50px;
    BACKGROUND: #f4f4f4;
}

a.tab-title {
    position: relative;
    padding: 30px 0;
    width: 25%;
    display: inline-block;
    float: left;
    transition: all .2s ease;
}
a.tab-title:after, a.tab-title:before {
    content: '';
    position: absolute;
    background: #fff;
    transition: all .2s ease;
}
a.tab-title:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
a.tab-title:before {
    width: 100%;
    left: 0;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
}
 .tab-title-text{
    position: absolute;
    color: #014073;
    left: 50%;
    z-index: 9;
     white-space: nowrap;
    font-size: 16px;
    bottom: -15px;
    text-align: center;
    transform: translateX(-50%);
}
a.tab-title:first-child:before {
    left: 50%;
}
a.tab-title:first-child:before, a.tab-title:last-child:before {
    width: 50%;
}
a.tab-title.tablink01.filled:after, a.tab-title.tablink01.filled:before, a.tab-title.tablink02.filled:after, a.tab-title.tablink02.filled:before, a.tab-title.tablink03.filled:after, a.tab-title.tablink03.filled:before {
    background-color: #014073;
}

a.tab-title.tablink01.filled .tab-title-icon, a.tab-title.tablink01.filled .tab-title-icon, a.tab-title.tablink02.filled .tab-title-icon, a.tab-title.tablink02.filled .tab-title-icon, a.tab-title.tablink03.filled .tab-title-icon, a.tab-title.tablink03.filled .tab-title-icon{
    color: #fff;
}
.step-form-foot .btn-style-04{
    display: inline-block;
    border: 0px;
}
.step-tab-sec{
    display: none;
    margin: 40px 0 0;
}
#submit-btn{display: none;;}

a.tab-title.active:before {
    background-image: url(../images/step-tab-bg.png) !important;
    background-size: 102%;
}
a.tab-title.tablink01.active:before {
    background-image: none!important;
}
a.tab-title.tablink04.active:before {
    background-position: top left;
    background-size: 200%;
}
a.tab-title.active:after {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: #014073;
    transition: all .2s ease;
}
.btn-social-login{
    width: 50%;
}
.btn-social-login {
    display: inline-block;
    color: #fff;
    background: #3d578f;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
}
.btn-gplus{
    background: #dd4e31;
}
.btn-social-login:hover{
    opacity: .8;
    color: #fff;
}
#login_signup_popup li{
    width: 50%;
}

#login_signup_popup li a {
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 30px;
    padding: 10px 20px;
    text-decoration: none;
    color: #a6a6a6;
    font-size: 18px;
}
#login_signup_popup li a.active {
        background: #e8e8e8;
    color: #014073;
    font-weight: 600;
}
#login_signup_popup .modal-body, #login_signup_popup .modal-header{padding: 30px;}
#login_signup_popup .modal-dialog {
    max-width: 600px;
}
.d-flex-991{
    display: flex;
    align-items: center;
}
.about-featured-content{
    padding: 30px 50px
}
.about-featured-content-2{
    padding: 30px 50px 30px 30px;
}
ul.default-list{
    margin-bottom: 20px;
}
ul.default-list li{
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
}
ul.default-list li:after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #019fe9;
}
.razorpay-payment-button{
	margin-bottom:20px;
	transition: all .2s ease;
}
.go-back-btn{
	background-image:url(http://localhost/pg/public/assets/front/images/Back-Arrow-Icon.png);
	padding: 10px 30px 10px 35px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 5px 9px;
	transition: all .2s ease;
}
.go-back-btn:hover{
	transition: all .2s ease;
	background-position: 0px 9px;
}
#login_signup_popup.profile-section li{
    width: 25%;
}

.contact-us.profile-holder {
    padding: 20px 0 50px;
}

.enquiry-btn {
background:#019fe9;
color:#fff;
border-radius: 50%;
text-align: center;
font-size: 15px;
line-height: 25px;
width: 25px;
height: 25px;
display: inline-block;
margin-left: 10px;
}
.header-profile-image{
position: absolute;
width: 60px; /*change image size*/
height: 60px; /*change image size*/
object-fit: cover;
border-radius: 50%;
overflow: hidden;
top: 12px;
right: -70px; /*add right postition from here*/
}


.offer-box{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    padding: 10px 15px;
    height: 250px;
    position: relative;
    float: left;
}
.offer-bg-01{
    color:rgb(24, 85, 157);
    background-color: rgba(24, 85, 157, 0.8);
}
.offer-bg-02{
    color:rgb(224, 33, 121);
    background-color: rgba(224, 33, 121, 0.8);
}


.offer-box h3 {
    color: inherit;
    background-color: #fff !important;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
}
.offer-code {
    padding: 2px 10px;
    min-width: 70px;
    display: inline-block;
    color: #000;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
.offer-code:hover{color: #000;}

.offer-box h2,  .offer-box p {
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.offer-terms{
   
    font-size: 11px;
}
img.offer-logo {
    position: absolute;
    right: 15px;
    top: 5xp;
    width: 170px !important;
}


.comparison-container {
    display: flex;
    position: relative;
}
#comparison {
    border: 0;
    border-collapse: collapse;
    background: white;
    color: black;
    max-width: 687px;
    width: 100%;
    height: 606px;
    box-shadow: 0 18px 38px 0 rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}
#comparison tr {
    border-bottom: 0;
}
#comparison th {
    padding: 10px 0 0 0;
    text-align: center;
    opacity: 0.87;
}
#comparison td:first-child {
    opacity: 0.67;
    padding-left: 70.4px;
    padding-right: 16px;
    text-align: start;
}
#comparison td {
    border: 0;
    padding: 10px 4px 10px 4px;
    text-align: center;
    font-size: 16px;
    line-height: 1.33;
}

.comparison-oyo-column-container {
    position: absolute;
    top: -20px;
    right: 144px;
    border-radius: 4px;
    box-shadow: 0 18px 38px 0 rgba(0, 0, 0, 0.21);
    border: solid 2.4px #019fe9;
    background-color: rgba(255, 255, 255, 0);
    height: 646px;
    width: 144px;
    z-index: 2;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white);
    background-size: 100% 20px;
    background-repeat: no-repeat;
    background-position: top, bottom;
}
.comparison-section{
    background-size: cover;
    position: relative;
}
.comparison-section:after{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.comparison-section>div{
    z-index: 3;
    position: relative;
}
.comparison-section h2,.comparison-section h3, .comparison-section p{color: #fff;}
.mt-100{
    margin-top: 100px;
}
.amenitieslist li{
	margin-right:50px;
    white-space: nowrap;
    display: inline;
}
.amenitieslist li input{
	width:auto;
}
.amenitieslist li label {
    position: relative;
    margin-bottom: 0;
    top: -1px;
}

@media (max-width: 1440px) {
    #comparison colgroup col:nth-child(2), #comparison colgroup col:nth-child(3){
        width: 120px;
    }
    .comparison-oyo-column-container{
        width: 120px;
        right: 120px;
    }
}
@media (max-width: 991px) {
    .comparison-container{
        margin-top: 80px;
    }
    #comparison td:first-child {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    #comparison td:first-child{
        font-size: 14px;
    }
	.mt-100{
    margin-top: 50px;
}
}
@media (max-width: 420px) {
    .comparison-container{
        margin-top: 60px;
    }
    #comparison colgroup col:nth-child(2), #comparison colgroup col:nth-child(3){
        width: 90px;
    }
    .comparison-oyo-column-container{
        width: 90px;
        right: 90px;
    }
}