/*Common code here*/
/************** Default Class Start  **************/

.container_default_block {
    margin: 0 auto;
    display: block;
}
.container_full_width {
    width: 100%;
    max-width: 100%;
}
.container_1400 {
    max-width: 1400px;
}
.container_1500 {
    max-width: 1500px;
}
.container_1600 {
    max-width: 1600px;
}
.co_col {
    display: table;
    float: left;
}
.co_col_10 {
    width: 10%;
}
.co_col_20,
.co_col_5 {
    width: 20%;
}
.co_col_25,
.co_col_4 {
    width: 25%;
}
.co_col_30 {
    width: 30%;
}
.co_col_33_33,
.co_col_3 {
    width: 33.3333%;
}
.co_col_40 {
    width: 40%;
}
.co_col_50 {
    width: 50%;
}
.co_col_60 {
    width: 60%;
}
.co_col_66_6666 {
    width: 66.6666%;
}
.co_col_70 {
    width: 70%;
}
.co_col_75 {
    width: 75%;
}
.co_col_80 {
    width: 80%;
}
.co_col_90 {
    width: 90%;
}
.co_col_100 {
    width: 100%;
}
.overlay_section1 {
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay_section2 {
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay_section3 {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Bacic styles start  */
.color_fff {
    color: #fff;
}
.page_wrapper {
    width: 100%;
}
.container_page {
    max-width: 1400px;
    margin: 0 auto;
}
.page_back_f35367_gra {
    background-image: linear-gradient(to right, #f35367, var(--main-color));
}
.page_back_fff {
    background-color: #fff;
}
.page_vh_menu {
    height: calc(100vh - 100px);
}
.page_vh {
    height: 100vh;
}
.page_padd_full {
    padding: 38px 30px;
}
.page_ptb_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page_padd_top_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page_ptb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page_padd_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.page_padd_100 {
    padding-top: 50px;
    padding-bottom: 100px;
}
.page_padtop_50 {
    padding-top: 50px;
}
.mar_0 {
    margin: 0px;
}
.head_padd_bott_30 {
    padding-bottom: 30px;
}
.align_center {
    text-align: center;
}
.color_#000 {
    color: #000;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mt-4 {
    margin-top: 1.5rem;
}
.p_0 {
    padding: 0;
}
.m_0 {
    margin: 0;
}
.f16 {
    font-size: 16px;
}
.flow-hide {
    overflow: hidden;
}

/*Login page code here*/
.signup_holder {
    background: #2e469c;
}
.signup_holder button {
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
}

/*Header code here*/
.main-header.header_fixed {
    box-shadow: 0 0 25px #ccc;
}
.middle_logo {
    text-align: right;
}
.middle_logo img{
    width: 300px;
    padding: 15px 0;
}
.top-sec {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    top: 0;
}
.top-logo img {
    width: 90px;
    padding: 10px 0;
}
.top_part {
    display: table;
    width: 100%;
    background: #2e469c;
    padding: 7px 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.top_part a {
    float: left;
    color: #fff !important;
    margin-right: 20px;
    font-size: 12px;
}

/*Banner code here*/
.detailed-sec ul {
    padding: 0;
    list-style: none;
}
.detailed-sec ul li{
    display: inline-block;
    width: 30%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    margin: 10px;
}
.detailed-sec ul li a{
    font-size: 18px;
    color: #fff;
}
.detailed-sec ul .icon{
    font-size: 60px;
    display: block;
    padding: 15px;
}

/*banner 4box section code here*/
.grid {
    text-align: center;
}
.grid figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	max-height: 120px;
	width: 120px;
	height: 120px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.grid figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure h2 span {
	font-weight: 800;
    color: #2e469c;
    transition: 0.5s;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin: 0;
}
figure.effect-cosmo {
	background: rgba(255,255,255,0.7);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-cosmo:hover{
	background: rgba(255, 152, 0,0.7);
}
figure.effect-cosmo:hover p{
    border: 1px solid #fff;
    color: #fff;
}
.grid figure:hover h2{
    color: #eee;
}
figure.effect-cosmo:hover h2 span {
    color: #fff;
}
figure.effect-cosmo figcaption {
	text-align: center;
}
figure.effect-cosmo p {
	color: #2e469c;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    border: 1px solid #2e469c;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}
.grid figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.grid figure:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*360 degree code here*/
.home_content_bg{
    background-size: cover !important;
    padding: 0;
}
.bg_overlay{
    background: rgba(0, 0, 0, 0.5);
    padding: 8.854166666666668vw 0;
}
.homeblock_content {
    z-index: 2;
    color: #fff;
    margin: 0 4.6%;
    font-size: 20px;
    max-width: 1200px;
    position: relative;
    display:table;
}
.homeblock_content h2, .homeblock_content h2 .tblock {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight:bold;
}
.image_360 .homeblock_content .homeblock p {
    color:#333;
    Line-height:40px;
    text-align:center;
    font-size:16px;
}
.homeblock_content .homeblock_left .title_360_h2{
    color:#2e469c;
    font-size:30px;
    text-align: center;
}
.tblock {
    display: block;
}
.homeblock_content .lead {
    font-size: 20px;
}
.homeblock_content p {
    margin-top: 20px;
}
.homeblock_content .homeblock_left .title_360_image{
    max-width:120px;
    margin:0 auto;
}
.homeblock_content .homeblock_left .title_360_image img{
    width:120px;
}
.homeblock_content .homeblock_left, .homeblock_content .homeblock_right  {
        width: 50%;
        box-sizing: border-box;
        float:left;
        display:table;
    }
.homeblock_content .homeblock_right {
    float:right;
}
.homeblock_content .homeblock_right .vidbg-container{
    top: 180px;
}
.homeblock_content .homeblock_right video{
    height: 480px;
    width: 520px; 
}


/*gallery section code here*/
.container_default.banner {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/cpl/042bfcc89bca159381e05d4846e930ae.png');
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 110px;
}
.section1 {
    height: 720px;
}
.section2 {
    height: 360px;
    background-color: #2e469c;
}
.section2 .btn {
    background-color: transparent;
    color: #fff;
    border: 1px dotted #fff;
}
.section3 {
    height: 360px;
}
.section4 {
    height: 360px;
    background-color: #ff9800;
}
.section4 .btn {
    background-color: transparent;
    color: #fff;
    border: 1px dotted #fff;
}
.section1.box-part {
    background: linear-gradient(0deg, rgba(255,255,255, 0.3), rgba(255,255,255, 0.3)), url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/cpl/922bc11107bd0f5813dbad793c49750f.jpg');
    background-position: top;
    background-repeat: no-repeat;
}
.galry_sec .btn:hover, .galry_sec .btn:focus, .galry_sec .btn.focus {
    color: #fff;
    text-decoration: none;
}
.section3.box-part {
    background: url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/cpl/6a226740b5e6091a65923968ad91b298.jpg');
    background-position: center;
}
.box-part {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding: 40px 45px;
}
.section1.box-part h4,
.section3.box-part h4 {
    color: #fff;
}
.box-part h4 {
    font-size: 25px;
    margin-bottom: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
}
.box-part p {
    margin-bottom: 27px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.box-part .list-features li {
    color: #fff;
    padding: 7px 0 8px;
    color: #333;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.box-part .list-features {
    margin-bottom: 31px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.box-part .btn {
    min-width: 220px;
    margin: 0 auto;
    width: 220px;
    letter-spacing: 1.5px;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    transition: 0.5s;
}
.btn--warning {
    background: #2e469c;
    color: #1d1f22;
}
.co_col.co_col_30.animate.animate--fade-right.animate--start .section1.box-part:hover h4::after,
.section2.box-part:hover h4::after,
.section3.box-part:hover h4::after,
.section4.box-part:hover h4::after {
    width: 300px;
}
.section1.box-part h4:after,
.section2.box-part h4:after,
.section3.box-part h4:after,
.section4.box-part h4:after {
    width: 0px;
    content: '';
    background: #fff;
    height: 2px;
    transition: width 0.2s;
    position: relative;
    display: block;
    top: 10px;
}
.section1.box-part:hover .btn.btn--default, .section2.box-part:hover .btn.btn--default, .section3.box-part:hover .btn.btn--default{
    background: #fff;
    color: #ff9800;
    border-color: transparent;
}
.section4.box-part:hover .btn.btn--default{
    background: #2e469c;
    border: 0;
}

/*Featured property design code here*/
.featured_properties_box_list .feature_padd a {
    color: inherit;
}
featured_properties .slick-dots li.slick-active button:before,
featured_properties .slick-dots li:hover button:before {
    background: #2e469c;
    opacity: 1;
}
featured_properties .slick-dots li {
    margin-right: 10px;
}
featured_properties .slick-dots li button:before {
    width: 28px;
    background: #525252;
    height: 8px;
    font-weight: 600;
    font-size: 0;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(191, 191, 191, .45);
}
featured_properties .padding_default {
    padding: 100px 20px;
}
featured_properties .slick-dots {
    bottom: -68px;
}
.default_heading {
    text-align: center;
    display: table;
    margin: 0px 0px 50px 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.amenities ul li:first-child {
    padding-left: 0px;
}
.amenities ul li i {
    line-height: 10px;
}
.amenities ul li {
    float: left;
    display: table;
    padding: 5px 10px;
    color: #8c8c8c;
}
.ribbon_text {
    color: #8c8c8c;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}
.prop_desc {
    height: 85px;
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px;
    color: #8c8c8c;
}
.prop_loc i {
    float: left;
    line-height: 18px;
    font-size: 18px;
    color: #ff9800;
}
.prop_loc,
.prop_price {
    width: 100%;
    display: table;
    padding-bottom: 15px;
}
.prop_price {
    position: relative;
}
.property_title .prop_price p {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    color: #2e469c;
}
.property_title .prop_loc p {
    margin: 0px 0px 0px 10px;
    float: left;
    font-size: 14px;
}
.property_title h2 {
    text-transform: inherit;
    text-align: left;
    font-weight: bold;
    font-size: 34px;
    margin: 0px;
    line-height: 44px;
    color: #2e469c;
}
.property_title_head {
    height: 45px;
    overflow: hidden;
}
.ribbon_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}
.property_content {
    background: #fff;
    position: relative;
    top: -15px;
    left: -60px;
    padding: 70px;
    box-shadow: 0 5px 45px rgba(0, 0, 0, .1);
}
.feature_padd {
    padding: 70px 0px;
}
.bg_f1f1f1 {
    background: #eff1f5;
}
.featured_properties_box_list {
    width: 100%;
    display: table;
    height: auto;
}
.property_bg {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border: 10px solid #fff;
}

/*home banner search box design here*/
bell_home_page_banner {
    width: 100%;
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}
bell_home_page_banner .overlay_section {
    height: 140vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
bell_banner_content {
    display: table;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
}
bell_banner_content .bell_title {
    font-size: 58px;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
}
bell_banner_content h4 {
    font-size: 28px;
}
bell_search {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: table;
    margin-top: 100px;
}
bell_search .co_col label {
    width: 100%;
    color: #fff;
    display: table;
    text-transform: uppercase;
}
bell_search .co_col input,
bell_search .co_col select {
    width: 100%;
    display: table;
    max-width: calc(100% - 20px);
    border-radius: 2px;
}
bell_search .co_col .bell_btn {
    margin-top: 20px;
    padding: 8px 40px;
    border: 1px solid transparent;
    color: #fff;
    background-color: #2e469c;
    border-radius: 2px;
}
bell_search .co_col .bell_btn:hover {
    border: 1px solid #fff;
    background-color: transparent;
}
bell_home_page_banner {
    background-position: center;
}
app.bg_theme {
    background-color: #282825;
    border-bottom: 5px solid #bababa;
}
bell_banner_content .bell_title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
bell_banner_content h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
bell_search .co_col .bell_btn {
    width: 100%;
}
#Layer_1 {
    width: 100%;
    max-width: 380px;
}
.rent_price {
    display: none;
}
.drop_btns.active i {
    transform: rotate(180deg);
}
.property_type label {
    font-size: 13px;
    cursor: pointer;
}
.property_type .form_control:last-child label {
    margin-bottom: 0;
}
.form_label,
.property_type label {
    margin-bottom: 8px;
    color: #000;
    font-weight: bold;
}
.form_label input,
.form_label span {
    float: left;
    margin: 0;
}
.form_control select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 16px;
    width: 100%;
    -webkit-appearance: menulist;
}
.form_control:last-child select {
    margin-bottom: 0;
}
.property_type .drop_downs {
    width: 100%;
    z-index: 9;
}
.drop_downs {
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    padding: 16px;
    width: 92.5%;
    display: none;
    position: absolute;
    top: 50px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .36);
    left: 0;
}
.submit_btn.drop_buttons a {
    background-color: #2e469c;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
.submit_btn.drop_buttons a:hover {
    background-color: #282825;
}
.drop_buttons i,
.property_type i {
    float: right;
    font-size: 7px;
    position: relative;
    top: 7px;
    transition: 0.3s;
}
.drop_buttons_sec {
    width: 100%;
    display: table;
    padding-top: 15px;
}
.drop_buttons {
    width: 33.3%;
    padding-right: 15px;
    position: relative;
}
.drop_buttons a {
    background: rgba(255, 255, 255, 0.8);
    width: 80px;
    border-radius: 3px;
    padding: 16px;
    font-size: 14px;
    color: #000;
    width: 100%;
    display: table;
    cursor: pointer;
}
.drop_buttons:last-child {
    padding-right: 0px;
}
.property_type {
    background-color: #f3f3f3;
    width: 80px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 16px;
    font-size: 14px;
    color: #000;
    position: relative;
    cursor: pointer;
}
.float_left {
    float: left;
}
.property_loc input {
    width: 100%;
    border: none;
    padding: 16px;
    font-size: 14px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
}
.property_loc {
    width: calc(100% - 80px);
}
.location_sec {
    width: 100%;
    display: table;
}
.new_form_sec {
    width: 900px;
    margin: auto;
    padding-top: 20px;
    display: table;
}

/*Gallery box section code here*/
#properties .head{
    text-align: center;
    display: table;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    margin: 0;
}
.mainbox.co_col.co_col_50 {
    margin: 20px 0;
}
.co_col.co_col_50.setting_box1, .co_col.co_col_50.setting_box2 {
    color: #fff;
    padding: 60px 60px 70px;
}
.mainbox .co_col.co_col_60 h2 {
    color: #2e469c;
    font-family: sans-serif;
    font-size: 20px;
    padding-left: 40px;
}
#properties p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #2e469c;
    background: #ebeef9;
    padding: 10px 15px;
    text-align: center;
    width: 99%;
    margin: -5px;
}
#properties .logo_stc{
    width: 230px;
}
.hover-me {
    transition: all 0.3s;
    color: #2e469c;
}
.hover-me {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.hover-me:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: -30px;
    transition: 0.5s;
}
.setting_box1:hover .hover-me,
.setting_box2:hover .hover-me {
    padding-right: 30px;
    padding-left: 10px;
    text-decoration: none;
    color: #ff9800;
}
.setting_box1:hover .hover-me:after,
.setting_box2:hover .hover-me:after {
    opacity: 1;
    right: 10px;
    color: #ff9800;
}
.scene {
    width: 100%;
    height: 50px;
    perspective: 600px;
    margin: 10px auto;
}
.cube {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s;
}
.setting_box2:hover .spin-left {
    transform: rotateY(-180deg);
    right: 19px;
}
.setting_box1:hover .spin-right {
    transform: rotateY(180deg);
    right: 19px;
}
.cube-face {
    width: 92%;
    height: 50px;
    position: absolute;
    background: #2e469c;
}
.cube-face h1 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0;
    line-height: 50px;
}
.face-front {
    background: #2e469c;
    transform: translate3d(0, 0, 5em);
}
.face-back {
    background: #ff9800;
    transform: rotateY(180deg) translate3d(0, 0, 5em);
}
.face-left {
    background: transparent;
    transform: rotateY(-90deg) translate3d(0, 0, 5em);
}
.face-right {
    background: transparent;
    transform: rotateY(90deg) translate3d(0, 0, 5em);
}
.mainbox .co_col.co_col_40 {
    position: relative;
}
.mainbox .co_col.co_col_40:after {
    content: "";
    position: absolute;
    left: -25px;
    z-index: 100;
    top: -5px;
    width: 15px;
    height: 130%;
    background: #2e469c;
    box-shadow: 0 0 20px 0px #555;
}

/*App section code here*/
app_section {
    display: table;
    width: 100%;
}
app_section h2 {
    text-transform: uppercase;
    margin: 0;
    color: #2e469c;
    font-weight: bold;
}
app_section p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}
app_section a.app_box {
    max-width: 380px;
    display: table;
    margin: 0 auto;
    background-color: #201a16;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #201a16;
}
app_section a.app_box i {
    width: 100px;
    height: 80px;
    font-size: 70px;
    color: #f8f8f8;
    float: left;
    transition: 0.5s;
    margin-top: 10px;
}
app_section a.app_box app_content {
    width: calc(100% - 100px);
    display: table;
    float: left;
    color: #fff;
    padding: 20px 0;
    transition: 0.5s;
}
app_section a.app_box app_content span {
    font-weight: bold;
}
app_section a.app_box app_content span.big {
    font-size: 20px;
}
app_section a.app_box:hover {
    background-color: #e2e2e2;
}
app_section a.app_box:hover i {
    color: #201a16;
}
app_section a.app_box:hover app_content {
    color: #201a16;
}
.app_bg_overlay .container_1200 {
    display: inherit;
}
.app_download_section .slick-dotted.slick-slider {
    margin: 0;
}
.app_download_section .slick-dots {
    text-align: left;
    bottom: 65px;
    left: 85px;
}
.app_bg_overlay .color {
    color: #2e469c;
    font-weight: bold;
}
.app_area li.slick-active button {
    background-color: #2e469c;
}
.app_area .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #2e469c;
    border-radius: 100%;
    text-indent: -9999px;
}
.padd_bott {
    padding-bottom: 0px!important;
}
.phone_bg {
    background-image: url('https://gnb-user-uploads.s3.amazonaws.com/cnb/website/cpl/45209702681df2fb1dd15da86b6bc988.png');
    height: 550px;
    position: relative;
    right: -65px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.android_app,
.iphone_app {
    height: 38px;
    width: 115px;
    display: block;
    background-size: contain!important;
}
.android_app img,
.iphone_app img {
    height: 45px;
    width: 120px;
    background: #2e469c;
    
}
.wcu-in-box:hover .android_app img, .wcu-in-box:hover .iphone_app img {
    background: #ff9800;
}
.download_section h1 {
    margin: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
}
.download_section .app_store,
.download_section .app_code,
.download_section .play_store,
.download_section .app_code {
    padding: 30px;
}
.agent_code {
    text-transform: uppercase;
    font-size: 20px!important;
    letter-spacing: 5px;
}
.app_download_section {
    margin-top: 50px;
    width: 100%;
    display: table;
    color: #fff;
}

/*Valuation code here*/
valuation.container_default {
    background-repeat: no-repeat;
    background-size: cover;
}
valuation h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
}
valuation p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 50px;
}
valuation .req_btn {
    background-color: #2e469c;
    color: #fff!important;
    padding: 10px;
    width: 250px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
}
valuation .req_btn:hover {
    background-color: #ff9800;
    color: #fff;
}

/*Testimonial code here*/
.tittle-head {
    font-size: 60px;
    color: #fff;
    position: relative;
    top: -120px;
    text-align: center;
    font-family: serif;
}

.title-head {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  /*border: 4px double rgba(255, 255, 255, 0.50);*/
  border-width: 4px 0;
  /*padding: 1.5em 0em;*/
  position: absolute;
  top: 63%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}
.title-head span {
  font: 700 3em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  color: #fff;
}

/*Responsive code start here for all section*/
@media (max-width: 1580px) {
    bell_search {
        margin-top: 50px;
    }
}

@media (max-width: 1350px){
	.phone_bg{
		right:0px;
	}
	.mainbox .co_col.co_col_60 h2{
	    font-size: 28px;
	}
}

@media (max-width: 1200px){
    app_section#app-section {
        padding: 30px;
    }
    .co_col.co_col_50.setting_box1 , .co_col.co_col_50.setting_box2 {
        padding: 60px 10px;
    }
    .mainbox .co_col.co_col_60 h2{
	    font-size: 22px;
	}
	.hover-me{
	    font-size: 18px;
	}
    .co_col.co_col_50.clearfix.menuwrapper.animate.animate--fade-left.animate--start{
        float: right;
    }
    .middle_logo img {
        display: none;
    }
    .box-part h4 {
        font-size: 22px;
    }
    .box-part p{
        line-height: 22px;
    }
	#about_us .container_1200{
		padding: 50px 20px 50px 20px;	
	}
    bell_search {
        padding: 0 20px;
    }
    .title-head {
        top: 40%;
    }
    .title-head span{
        font-size: 32px;
    }
}

@media (max-width: 1080px){
    .phone_bg{
        height: 570px;
    }
}

@media (max-width: 992px) {
    .container_default.banner{
        padding: 50px 0 50px;
    }
    .co_col.galry_sec{
        width: 100%;
    }
    .section1 {
        height: 300px;
    }
    .box-part {
        padding: 40px 10px 0 90px;
    }
    .content{
    	width:100%;
    }
    .new_form_sec {
        width: 100%;
        padding-top: 0;
    }
    .grid figure{
        margin: 10px 5px;
    }
	#about_us .co_col_60{
		width:100%;
	}
	#about_us .co_col_40{
		display:none;
	}
	.app_download_section{
		margin:20px 0px 10px 0px;
	}
	.app_download_section .co_col_40 {
		display:none;
	}
	.app_download_section .co_col_60 {
		width:100%;
	}
	.app_download_section .slick-dots {
        bottom: 15px;
    	left: 6px;
	}
    .featured_properties_box_list .co_col {
        width: 50%;
    }
    featured_properties .bg_f1f1f1 {
        background: #ebeef9;
    }
    featured_properties .property_content {
        box-shadow: none;
        left: 0;
    }
    featured_properties .property_bg {
        height: 330px;
    }
    featured_properties .feature_padd {
        padding: 0;
    }
    .title-head {
        width: 75%;
    }
}
@media (max-width: 850px) and (orientation : landscape){
    .grid {
        display: none;
    }
    .title-head {
        top: auto;
    }
    bell_home_page_banner .overlay_section{
        height: calc(100vh - -120px)!important;
    }
    .cube-face {
	    width: 91%;
	    left: 10px;
	}
}

@media (max-width: 768px) {
    app_section h2, .download_section h1{
        font-size: 25px;
    }
    .app_download_section {
        text-align: center;
    }
    .android_app, .iphone_app{
        margin: 0 auto;
    }
    .box-part {
        padding: 20px 20px 0;
    }
    .box-part p{
        text-align: justify;
    }
    .co_col.galry_sec .co_col.co_col_50{
        width: 100%;
    }
    .section1, .section3{
        height: 250px;
    }
    .section2, .section4{
        height: auto;
    }
    .section2 .btn, .section4 .btn{
        position: relative;
    }
    bell_home_page_banner .overlay_section{
        height: calc(100vh - -85px);
    }
    .title-head span {
        font-size: 25px;
    }
    .title-head {
        width: 85%;
        letter-spacing: 2px;
    }
    .psv-container {
        height: 300px !important;
    }
    .featured_properties_box_list .co_col {
        width: 100%;
    }
    .slider_form_content {
        padding: 0px;
    }
    .slider_content_inner .box_3 {
        width: 100%;
        text-align: center;
        float: none;
        margin: 10px 0px;
    }
    .slider_content_inner .box_3 a {
        width: 245px;
        margin: auto;
    }
}

@media(max-width: 767px) {
    .co_col.co_col_50.setting_box1, .co_col.co_col_50.setting_box2 {
        padding: 10px 20px 10px 100px;
        width: 100%;
    }
    top_properties.container_default.bg_fff.default_padding {
        padding: 20px 0;
    }
    bell_banner_content img {
        width: 150px;
    }
    bell_banner_content .bell_title {
        font-size: 30px;
    }
    bell_banner_content h4 {
        font-size: 22px;
    }
    bell_banner_content {
        padding-top: 50px;
    }
    bell_search {
        margin-top: 50px;
        padding: 0 15px;
    }
    bell_search .co_col .bell_btn {
        width: 100%;
    }
    .advanced_filter .co_col.co_col_20 {
        margin-bottom: 10px;
    }
    .title-head {
        top: auto;
    }
    .content {
        display: none;
    }
    p.logo_stc img{
    	width: 200px;
    }
}
    
@media(max-width: 680px) {
    #properties .head{
        font-size: 20px;
    }
    #properties .logo_stc {
        width: 99%;
    }
    .setting_box1:hover .spin-right,
    .setting_box2:hover .spin-right {
        right: 27px;
    }
    .mainbox .co_col.co_col_40, .mainbox .co_col.co_col_60{
        width: 100%;
    }
    app_section h2, .download_section h1{
        font-size: 18px;
    }
    valuation h2, .default_heading, .property_title h2{
        padding-top: 0;
        font-size: 22px;
        text-align: center;
    }
    valuation p{
        font-size: 16px;
    }
    featured_properties .padding_default {
        padding: 50px 20px;
    }
    .property_content{
        padding: 25px;
    }
    .homeblock_content .homeblock_right video{
        height: 360px;
        width: 100vw;
    } 
    .co_col.co_col_50.setting_box1, .co_col.co_col_50.setting_box2 {
        padding: 10px 20px 10px 70px;
    }
    .mainbox .co_col.co_col_60 h2 {
        font-size: 18px;
    }
    .hover-me {
        font-size: 14px;
    }
}

@media(max-width: 530px) {
    .top_part a {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .box-part p{
    	font-size: 12px;
    }
}
@media(max-width: 480px) {
    .co_col.co_col_50.setting_box1, .co_col.co_col_50.setting_box2 {
        padding: 10px 0 10px 50px;
    }
    #properties p {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 5px;
    }
    bell_search .co_col input,
    bell_search .co_col select {
        max-width: 100%;
    }
    bell_search .co_col .bell_btn {
        width: 100%;
    }
}