*{margin:0; padding:0; outline:0;}
body{background:#fff; font-family: 'Hind', sans-serif !important; overflow-x: hidden;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}

@font-face {
  font-family: 'HelveticaNeueRegular';
  src: url('HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeueRegular.woff') format('woff'), url('HelveticaNeueRegular.ttf')  format('truetype'), url('HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

p {
    margin: 0;
    padding: 0;
}
a{text-decoration:none !important;}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:9;
}
.banner {
    position: relative;
}
.protext {
    position: absolute;
    width: 100%;
    bottom: 46px;
    left: 0;
}
.protext h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 2px 13px #000;
}
.protext p {
    font-size: 20px;
    color: #fff;
    line-height:30px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
    text-shadow: 0px 2px 13px #000;
}
.protext .container {
    padding: 0;
}

/*---------==================---------------=*/
.inner_pages .header {
    background: #fff;
    box-shadow: 0px 0px 16px #3a3a3a;
}

.inner_pages .logo img {
    width: 100%;
}
.inner_pages .logo {
    float: left;
    width: 221px;
}

.sld_img_tp em img {
    border: 4px solid #2a2659;
}
.header_in {
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_pages .banner img {
    width: 100%;
    height: auto;
    margin-top: 66px;
}
.banner img {
    width: 100%;
	height:540px;
	object-fit: cover;
}
.contact_dection2 {
    margin-top: 44px;
}
.inquery_main .form_right h1 {
    color: #333;
    font-weight: 400;
}
.logo {
    float: left;
}
.menu {
    float: right;
}
.menu ul li {
    display: inline-block;
    font-family: 'Hind', sans-serif;
    margin: 4px 0 0 32px;
    vertical-align: middle;
    position: relative;
}
.right_menu{
    position: fixed;
    top: 0;
    right: -255px;
    width: 250px;
    background: #231f20;
    box-shadow: 0 5px 9px #3a3a3a;
    z-index: 9999999999;
    height: 100%;
    display: block;
}
.right_menu ul li {
    display: block;
    margin: 0;
    position: relative;
}
.right_menu ul li a.sub_menu_cl:before {
    position: absolute;
    top: 9px;
    right: 7px;
    content: "";
    background: url(../images/residential_icon_right.png) no-repeat;
    width: 16px;
    height: 10px;
    transition: 0.5s;
    transform: rotate(-90deg);
}

/*.right_menu ul li a.sub_menu_cl:after {
    position: absolute;
    top: 8px;
    right: 17px;
    width: 1px;
    height: 16px;
    background: #fff;
    content: "";
}*/
.right_menu ul li.add_arow a.sub_menu_cl:before {
    transform: rotate(0);
    transition: 0.5s;
    top: 14px;
    right: 9px;
}
.right_menu ul li a {
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 9px 10px 5px 10px;
    border-bottom: 1px solid #676767;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
}
.right_menu > ul > li:hover > a {
    background: #ed3023;
    transition: 0.5s;
    color: #fff;
}
.right_menu ul li ul {
    display: none;
}
.right_menu ul li ul li a {
    font-size: 12px;
    padding-left: 20px;
}
.right_menu ul li ul li:hover a {
    color: #fff;
    background: #ed3023;
}
.menu_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 999999999;
    display: none;
    opacity: 0.6;

}
.scroll_header .logo a img {
    width: 100%;
}
/*.menu ul li ul li:last-child a {
    border-bottom: none;
}*/
.scroll_header.floating_menu .menu ul li ul {
    top: 45px;
}
.menu ul li ul li {
    display: block;
    margin: 0;
}
.menu ul li ul li:hover a {
    background: #ed3023;
    transition: 0.5s;
    color: #fff;
}
.menu ul li ul li a {
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 6px 10px;
    border-bottom: 1px solid #676767;
    transition: 0.5s;
    color: #fff;
}
/*.home_page .menu ul li ul {
    top: 28px;
}*/
.menu ul li.add_menu a em img {
    display: none;
}
.menu ul li a em {
    width: 22px;
    display: inline-block;
    margin: -3px 0 0 0;
    float: left;
    height: 21px;
}
.menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    transition: 0.5s;
}
/*.menu ul li.add_menu a em:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 2px;
    content: "";
    background: #ee3b23;
    transform: rotate(-60deg);
}
.menu ul li.add_menu a em:after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 2px;
    content: "";
    background: #ee3b23;
    transform: rotate(60deg);
}*/
.cole_menu2 {
    height: 25px;
    float: right;
    width: 25px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    margin: 5px 6px 0 0;
    color: #fff;
}

.menu ul li a:hover {
    color: #ee3c23;
    transition: 0.5s;
}

.menu ul li a span {
    float: left;
    margin: -3px 11px 0 0;
}
.scroll_header {
    box-shadow: 0px -2px 30px #000;
    background: rgba(255, 255, 255, 0.95);
    padding-bottom: 0;
    top: -95px;
    transition: 0.5s;
    position: fixed;
    z-index: 999;
}
.scroll_header.floating_menu {
    top: 0;
    transition: 0.5s;
    
}
.scroll_header .header_in {
    margin-top: 10px;
}
.scroll_header .logo {
    width: 241px;
}
.scroll_header .menu {
    float: right;
    margin-top: 10px;
}


.banner_text {
    position: absolute;
    top: 165px;
    width: 100%;
    left: 0;
        z-index: 99;
}

.banner_text.pro_text_city {
    position: static;
    background: #f3f3f3;
    padding-bottom: 24px;
}

.bannr_hed h1 span {
    display: block;
    font-size: 32px;
}
.bannr_hed h1 {
    font-family: 'Hind', sans-serif;
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0px 2px 13px #000;
}
.residential_tabs ul {
    text-align: center;
}
.residential_tabs ul li {
    display: inline-block;
    margin: 30px 0 0 -1.5px;
    font-family: 'Hind', sans-serif;
}
.residential_tabs ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    height: 21px;
    width: 51px;
    display: block;
    background: #231f20;
    text-transform: uppercase;
    line-height: 22px;
}
.buy_form {
    padding: 10px;
    background: #ffffff30;
    margin: 25px 70px 0 70px;
    border-radius: 3px 3px 0 0;
    display: none;
}
.buy_form.current {
    display: block;
}
.left_resi ul li.Residential {
    display: inline-block;
}
.left_resi ul li select {
    height: 50px;
    width: 175px;
    padding: 12px;
    color: #ccc;
    font-size: 16px;
}
.residential_tabs ul li a.current {
    background: #ec3423;
}
.left_resi ul li.Residential a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background: #e6594e;
    padding: 12px 20px 12px 17px;
    font-family: 'Hind', sans-serif;
    border-radius: 4px 0 0 4px;
        width: 188px;
}
.left_resi {
    display: flex;
}
.serch_left {
    width: 40%;
    float: left;
    display: flex;
}
.serch_right {
    float: left;
    width: 60%;
}
.Residential {
    width: 50%;
    position: relative;
        z-index: 99;
}
select.rs_stst {
    border: none;
    font-size: 16px;
    background: #e6594e url(../images/residential_icon.png) no-repeat 10px 10px;
    padding-left: 43px;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 4px;
    font-family: 'Hind', sans-serif;
    color: #fff;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.Residential:before{
    content: " ";
    display: inline-block;
    position: absolute;
    right: 10px;
    background: url(../images/residential_icon_right.png) no-repeat;
    width: 16px;
    height: 10px;
    top: 20px;
        z-index: 99;
}


select.state_d {
    border: none;
    color: #333333;
    font-size: 16px;
    background: #fff url(../images/buy2.png) no-repeat 10px 14px;
    padding-left: 32px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.Residential.Residential2:before {
    display: none;
}
.Residential.Residential2:after {
    content: " ";
    display: inline-block;
    position: absolute;
    right: 10px;
    background: url(../images/residential_icon_right2.png) no-repeat;
    width: 16px;
    height: 10px;
    top: 20px;
        z-index: 99;
}


.Residential select {
    width: 100%;
    height: 50px;
    position: relative;
}
.left_resi ul li.Residential a span {
    display: inline-block;
    margin-right: 12px;
}
select.rs_stst option {
    background: #fff;
    color: #333;
    left: 10px;
}
.left_resi ul li.Residential a em {
    display: inline-block;
    padding-left: 19px;
}
.left_resi ul li {
    float: left;
    position: relative;
}
.left_resi ul ul {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
}
.left_resi ul li ul li {
    float: none;
}

.left_resi ul li.Residential2 {
    display: inline-block;
}
.left_resi ul li.Residential2 a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    background: #e6e6e6;
    padding: 14px 16px 11px 18px;
    font-family: 'Hind', sans-serif;
    border-radius: 0;
    width: 205px;
}
.left_resi ul li.Residential2 a span {
    display: inline-block;
    margin-right: 12px;
}
.left_resi ul li.Residential2 a em {
    display: inline-block;
    padding-left: 19px;
    float: right;
}
.left_resi ul {
    float: left;
}
form.resi_form input.form-control {
    color: #a1a1a1;
    padding: 12px;
    display: block;
    height: 50px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    border-left: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
}

form.resi_form button.btn.btn-default i img {
    float: left;
}
form.resi_form button.btn.btn-default {
    background: #ec3423;
    border: 0px;
    width: 131px;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
    color: #fff;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
}

.banner_text p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    letter-spacing: 3.5px;
    margin: 15px 0 0 0;
}

section.feature {
    padding: 35px 0 20px 0;
}

h1.heading {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    padding:0 0 20px 0;
}

.feature_left a {
    display: block;
    overflow: hidden;
    transition: 0.5s;
}

h1.heading span {
    display: inline-block;
    margin-right: 12px;
}
.feature_left {
    float: left;
    width: 23.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height:495px;
    background:#e9e9e9;
}
.feature_left:nth-child(4n+4) {
    margin-right: 0;
}
.feature_text {
    background: #e9e9e9;
    padding: 20px 10px 10px 20px;
    min-height: auto;
}

.feature_text h1 {
    text-align: left;
    font-size: 18px;
    color: #ef4423;
    font-weight: 500;
    line-height: 23px;
    padding: 0 0 0px 0;
}
.feature_text span{
    text-align: left;
    font-size: 13px;
    color: #545454;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    padding:0 0 0px 0;
    display: block;
}



.feature_text span i {
    font-style: normal;
    color: #919191;
}

.feature_left > a > img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: auto;
}
.feature_left:hover a img {
    transform: scale(1.08);
    transition: 0.5s;
}

.feature_text ul li {
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 0 10px 0;
    display: flex;
	text-transform:capitalize;
}

.feature_text p {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    line-height: 18px;
    padding: 0 0 0 0;
    display: block;
    text-transform: uppercase;
}

.feature_text ul li span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}
.feature_right {
    float: left;
    width: 719px;
    margin-left: 20px;
}
.feature_right .feature_left {
    width: 350px;
    float: left;
    margin-bottom: 19px;
}
.feature_right .feature_left:nth-child(2n+2) {
    margin-left: 19px;
}
.feature_right .feature_text {
    padding: 15px;
}



section.exceptional {
    background: url(../images/exceptional_bg.jpg) no-repeat 0 0;
    height: 453px;
    background-size: cover;
    padding: 55px 0 45px 0;
    margin-bottom: 45px;
}
.exceptional_text h1 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 25px 0;
}
.exceptional_text p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 30px 0;
}
.exceptional_text {
    float: left;
    width: 35%;
}

.more a {
    height: 45px;
    border: 1px solid #fff;
    font-size: 19px;
    color: #fff;
    width: 166px;
    display: block;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    font-weight: 300;
    float: left;
    position: relative;
    z-index: 1111;
    transition: 0.5s;
}
.more a:after {
    background: #e42e22;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    content: "";
    z-index: -1;
    height: 100%;
    transition: 0.5s;
}
.more a:hover:after{width: 100%;}


.collection_left1 {
    width: 380px;
    float: left;
    margin-right: 20px;
}

.collection_left1:last-child {
    margin-right: 0;
}
.collection_left {
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.5s;
}
.collection_text h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;

}
.collection_text p {
    font-size: 14px;
    color: #dadada;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;

}
.marg-btn {
    margin-bottom: 10px;
}
.collection_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: 0.5s;
    text-align: center;
}
.collection_left:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0000006b;
    content: "";
    z-index: 1;
    transition: 0.5s;
}
.collection_text a {
    height: 50px;
    background: #ec4023;
    width: 170px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
    line-height: 50px;
    border-radius: 4px;
    position: relative;
    transition: 0.5s;
}

.collection_text a:after {
    background: #e42e22;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    content: "";
    z-index: -1;
    height: 100%;
    transition: 0.5s;
}


.collection_text a:hover {
    transition: 0.5s;
    background: #bd290a;
}
.hide_h {
    display: none;
    transition: 0.5s;
}
.collection_left:hover .hide_h {
    display: block;
    transition: 0.5s;
}
.collection_left:hover:after{height: 100%; transition: 0.5s;}



section.collection {
    margin-bottom: 44px;
}
section.customer_slider {
    background: #f3f3f3;
    padding: 44px 0 75px 0;
}
.customer_slider_in {
    background: #ffffff;
    padding: 30px 30px 15px 30px;
    position: relative;
}
.sli_mn {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.sli_mn .owl-carousel .owl-item img {
    width: auto;
}

.item_mn0 {
    width: 800px;
    margin: 81px auto 0;
    overflow: hidden;
}
.item_img {
    float: left;
    margin-right: 70px;
}
.item_text p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
}

.item_text_mn {
    float: right;
    width: 593px;
}
.item_img {
    float: left;
    margin-right: 70px;
    width: 135px;
}
#owl-tab .owl-next {
    position: absolute;
    bottom: -59px;
    right: 32px;
    background: url(../images/next-icon-active.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 101px;
    height: 104px;
    padding: 0;
    margin: 0;
    /* transform: rotate(180deg); */
    overflow: hidden;
}
#owl-tab .owl-prev {
    position: absolute;
    top: -1px;
    left: 29px;
    background: url(../images/previous-icon-active.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 101px;
    height: 104px;
    padding: 0;
    margin: 0;
    /* transform: rotate(-0.5deg); */
}
.owl-prev.disabled{
    background: url(../images/previous-icon-test.png) no-repeat top left !important;
}
.owl-next.disabled {
    background: url(../images/next-icon-test.png) no-repeat top left !important;
    bottom: -60px !important;
}


.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default;
}



.item_text p em {
    display: inline-block;
    margin-left: 15px;
}
.item_text_mn i {
    font-size: 16px;
    color: #ec4023;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 6px;
}


section.news {
    margin: 35px 0 35px 0;
}
.item_img img {
    border: 5px solid #fff;
    border-radius: 50%;
}
.sli_mn .owl-dots {
    display: none;
}
.news_box {
    height: 205px;
    border: 1px solid #d5d8d9;
    padding-right: 15px;
}

.news_press span {
    height: 23px;
    width: 61px;
    border-bottom: 1px solid #d5d8d9;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
}
.news_press em {
    height: 23px;
    width: 64px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    position: relative;
    z-index: 9999;
}

.news_press em:after {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 23px;
    background: #ec4023;
    content: "";
    z-index: -1;
    /* transform: rotate(0deg); */
    transform: skewX(-26deg);
}
.Event em:after {
    background: #f9902b;
}
.news_text {
    margin: 20px 0 0 22px;
}
.news_text p {
    line-height: 28px;
    font-size: 21px;
    color: #000;
    font-weight: 500;
}
.news_text i {
    line-height: 26px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-style: normal;
    margin-top: 25px;
    display: block;
}

#owl-tab1 .owl-next {
    position: absolute;
    bottom:0;
    right:0;
    background: url(../images/news_next.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width:9px;
    height:16px;
    padding: 0;
    margin: 0;
}
#owl-tab1 .owl-prev {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: url(../images/news_previous.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 9px;
    height: 16px;
    padding: 0;
    margin: 0;
}

#owl-tab1 .owl-nav {
    position: absolute;
    top: -27px;
    right: 0;
    width: 30px;
}
#owl-tab1 .owl-dots {
    display: none;
}

.news_all {
    margin-top: 18px;
}
.news_all a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    background: url(../images/news_all_icon.png) no-repeat top 5px right;
    padding-right: 60px;
    vertical-align: middle;
    transition: 0.5s;
}
.news_all a:hover{padding-right: 45px; color: #ec4023; transition: 0.5s;}
.backed_logo {
    margin: 0 0 0px 0;
}
.backed_logo ul {
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
}
.backed_logo ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
}

.backed_logo ul li a {
    display: block;
}

section.search_property {
    padding: 30px 0 20px 0;
    background: url(../images/search_property_bg.jpg) no-repeat top left;
    background-size: cover;
    border: none;
}
.serch_property_in ul {
    vertical-align: middle;
    text-align: center;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
div#gallerydemo .owl-nav {
    display: block !important;
}
.serch_property_in ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0;
    transition: 0.5s
}

.serch_property_in ul li:hover a {
    color: #e53022;
    transition: 0.5s;
}
.serch_property_in ul li a img{
    -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 0.3s ease;
        transition: 0.5s
}

.serch_property_in ul li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s
}
.serch_property_in ul li span {
    display: inline-block;
    min-height: 74px;
}
#property_logo .owl-nav {
    display: block !important;
}
#property_logo .owl-prev {
    position: absolute;
    top: 50%;
    left:0px;
    background: url(../images/bank_previous_icon.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 20px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
}
#property_logo .owl-next {
    position: absolute;
    top: 50%;
    right:0px;
    background: url(../images/bank_next_icon.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 20px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
}
#property_logo .owl-stage {
    margin: 0 auto;
}


.serch_property_in li p a{
    color: #606060;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: block;
}



.subscribe_mn_left {
    width: 222px;
    float: left;
    padding: 0 0 0 15px;
}
.subscribe_mn_left h1 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    /*font-family: 'HelveticaNeueRegular';*/
}
.subscribe_mn_left p {
    font-size: 16px;
    color: #ef4223;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 9px;
    /*font-family: 'HelveticaNeueRegular';*/
}
.subscribe_mn span {
    display: block;
    text-align: right;
}


.subscribe_mn_right {
    margin: 7px 0 0 28px;
    float: left;
    width: 78.5%;
}

.subscribe_mn_right form.resi_form button.btn.btn-default {
    width: 210px;
    height: 48px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 400;
    line-height: 39px;
    /*font-family: 'HelveticaNeueRegular';*/
}
.subscribe_mn {
    margin-top: 40px;
}
.subscribe_mn_right form.resi_form input.form-control {
    color: #aeaeae;
    padding: 12px 12px 12px 34px;
    display: block;
    height: 48px;
    border: none;
    width: 97%;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #ef4223;
    border-left: 0px;
    border-radius: 0px;
    background: transparent;
    border-top: 0px;
    border-right: 0px;
    box-sizing: border-box;
    box-shadow: none;
    /*font-family: 'HelveticaNeueRegular';*/
}

.subscribe_mn_right .form-control:focus {
    box-shadow: none;
}

.subscribe_mn_right .input-group:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 18px;
    width: 18px;
    content: "";
    background: #ef4223;
    border-radius: 50%;
    z-index: 99;
}

.footer_mn {
    padding: 50px 0 20px 0;
    background: url(../images/footer_bg.jpg) no-repeat top left;
    background-size: cover;
}
.footer_left {
    width: 376px;
    float: left;
    border-right: 1px solid #ccc;
}

.left_resi ul.click_top_1 li a {
    border: 1px solid #ccc;
}

.flollow_footer ul {
    display: inline-block;
    margin: 25px 0 32px 0;
}

p.footer-two.innner_two_footer{display:block;}
.flollow_footer ul li{display:inline-block; margin-left:7px; vertical-align:middle;}
.flollow_footer ul li a {
    display: block;
    width: 33px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    javascript: ;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.flollow_footer ul li a.facebook {
    background: url(../images/social-media_fooetr_home.png) no-repeat 0 0;
    width: 20px;
}
.flollow_footer ul li a.twitter {
    background: url(../images/social-media_fooetr_home.png) no-repeat -30px 0;
}

.flollow_footer ul li a.instagram {
    background: url(../images/social-media_fooetr_home.png) no-repeat -74px 0;
}



.flollow_footer ul li a.youtube {
    background: url(../images/social-media_fooetr_home.png) no-repeat -120px 0;
}
.Copyright {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
    clear: both;
    float: left;
    width: 100%;
}
.red_ff {
    color: #ed2c15;
}

.CSIPL {
    color: #fff;
}
.CSIPL:hover {
    color: #ed2c15;
}





.flollow_footer ul li a.facebook:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat 0 -28px;
}
.flollow_footer ul li a.twitter:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -30px -28px;
}

.flollow_footer ul li a.instagram:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -74px -28px;
}
.flollow_footer ul li a.youtube:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -120px -28px;
}

.footer_middle {
    width: 480px;
    float: left;
    border-right: 1px solid #ccc;
    padding-left: 60px;
}


.footer_middle_in ul h1 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer_middle_in ul li{display: block;}
.footer_middle_in ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    transition: 0.5s;
}

.footer_middle_in ul li a:hover {
    color: #ec3423;
    transition: 0.5s;
}

.footer_middle_in ul {
    width: 50%;
    float: left;
}

.footer_right {
    width: 314px;
    float: left;
    padding-left: 60px;
}

.footer_right .footer_middle_in ul {
    width: 100%;
}
.footer_right .footer_middle_in ul li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer_right .footer_middle_in ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.footer_right .footer_middle_in ul li i {
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}
.footer_right .footer_middle_in ul h1 {
    margin-bottom: 17px;
}

.phone_n {
    margin-top: 15px;
}

.footer_in {
    display: flex;
}

.textbox {
    position: absolute;
    top: 10px;
    left: 34px;
    transition: 0.5s;
}

.textbox p {
    color: #aeaeae;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    transition: 0.5s;
}

.textbox.focus p {
    font-size: 0px;
    transition: 0.5s;
    color: #ec3423;
}
.textbox.focus {
    top: -5px;
    transition: 0.5s;
}











.inner_menu {
    background: #f3f3f3;
    height: 90px;
}

.inner_logo {
    float: left;
}
.inner_menu_fltr {
    float: right;
    margin-top: 33px;
}
.inner_menu_fltr ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.inner_menu_fltr ul li a {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 500;
    transition: 0.5s;
}
.inner_menu_fltr ul li a:hover {
    color: #ef3f23;
    transition: 0.5s;
}
.inner_menu_fltr ul li:last-child {
    padding-right: 0;

}
.inner_menu_fltr ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 1px;
    background: #3f3f3f;
    content: "";
}
.inner_menu_fltr ul li:last-child:after {
    content: none;
}
.project_i {
    padding: 80px 0 60px 0;
    display: flex;
    width: 100%;
}

.project_i_flt {
    position: relative;
    width: 695px;
    border-right: 1px solid #ed3e23;
    padding: 0 56px 64px 0;
    float: left;
}
.heading2 {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
.heading3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.Location_lft .heading3 {
    font-size: 23px;
}
.heading3:after {
    position: absolute;
    right: -115px;
    top: 20px;
    width: 102px;
    height: 3px;
    background: #000;
    content: "";
}
.heading4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    padding: 50px 0 44px 0;
}
.project_i_flt p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
    padding: 0px 0 15px 0;
}
.play_icon {
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.play_icon i.fa.fa-play {
    color: #ee2d23;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    line-height: 22px;
    display: block;
    padding: 0 0 0 4px;
    box-shadow: 0px 0px 13px #8f8f8f;
}
.play_icon {
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.project_i_fltr {
    float: left;
    width: 485px;
    text-align: center;
}

.project_i_fltr ul li a span {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #d2d2d2;
    border-radius: 50%;
    line-height: 80px;
    margin: 0 0 10px 0;
}
.project_i_fltr ul li a p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 20px;
}

.project_i_fltr ul li {
    display: inline-block;
    width: 34%;
    padding: 0;
    margin-bottom: 20px;
    vertical-align: top;
}
.project_i_fltr ul li a{
    display:block;
}
.Location_lft p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 27px;
    padding: 10px 0 10px 0;
}

.project_i_fltr ul li a span img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s ease;
}


.project_i_fltr ul li:hover img {
    filter: grayscale(0);
    transition: 0.3s ease;
}
.secound_heading {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 35px;
    color: #000;
    text-transform: capitalize;
}

.inner_section3 {
    background: url(../images/location_bg.jpg) no-repeat top left;
    padding: 60px 0 75px 0;
    background-size: cover;
}


.Location_lft {
    float: left;
    width: 479px;
    padding: 0 54px 0px 0;
}
ul.loc_list li {
    display: block;
    font-size: 18px;
    color: #454545;
    font-weight: 400;
    padding: 0 0 5px 33px;
    position: relative;
    line-height: 25px;
}
ul.loc_list li:after {
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 2px;
    background: #ed3e23;
    content: "";
}

ul.loc_list2 {
    margin-top: 40px;
}
ul.loc_list2 li {
    display: block;
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 25px;
    text-transform: uppercase;
}
ul.loc_list2 li i.fa.fa-map-marker {
    display: inline-block;
    font-size: 23px;
    margin: 0 15px 0 3px;
    float: left;
    color: #951a82;
}
ul.loc_list2 li:nth-child(2) i.fa.fa-map-marker {
    color: #c52227;
}
ul.loc_list2 li:nth-child(3) i.fa.fa-map-marker {
    color: #009e49;
}
ul.loc_list2 li:nth-child(4) i.fa.fa-map-marker {
    color: #895929;
}

.Location_lft em {
    font-size: 18px;
    color: #454545;
    padding: 21px 0 0 29px;
    display: block;
}

.location_fltr {
    float: left;
    width: 698px;
    position: relative;
}
.loction_logo {
    position: relative;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #fff;
}
.loction_logo span img {
    border: 9px solid #0d140c;
    width: 100%;
}
.loction_logo span {
    display: block;
    cursor: pointer;
}
.loction_logo em {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.loacation_add {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}


.inner_section4 {
    padding: 55px 0 75px 0;
    background: #fefae9;
}
.layout_lft {
    width: 518px;
    float: left;
}
.layout_lft em {
    display: block;
    background: #fff;
}
.layout_lft em {
    display: block;
    background: #fff;
    cursor: pointer;
}
.layout_lft em img {
    width: 100%;
    border: 9px solid #ccc;
}

.layout_lftr {
    width: 662px;
    float: left;
    padding: 0 0 0 40px;
}

.layout_lftr h1.heading3 {
    font-size: 24px;
    font-weight: 500;
}
.layout_lftr .heading3:after {
    left: 105px;
    height: 3px;
}

.layout_lftr ul {
    counter-reset: step;
    margin: 35px 0 0 0;
    column-count: 2;
}

.layout_lftr ul li {
    font-size: 15px;
    color: #000;
    display:block;
    line-height: 23px;
    font-weight: 500;
    padding: 0 0 10px 0;
    position: relative;
}
.layout_lftr ul li:before {
    width: 25px;
    height: 25px;
    border: 1px solid #ed3e23;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #ed3e23;
    margin: 0 10px 0 0;
    content: counter(step);
    counter-increment: step;
    color: #fff;
    font-weight: 300;
}
.inner_section5 {
    padding: 60px 0 50px 0;
    background: url(../images/floor_plan_bg.jpg) no-repeat top left;
    background-size: cover; 
}

.sld_img_tp em {
    display: inline-block;
    margin-right: 40px;
    box-shadow: 0px 0px 16px #616161;
    cursor: pointer;
}
.project_i_flt h6 {
    margin: 0;
    padding: 8px 0 5px 0;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    position: relative;
}
.sld_text {
    width: 1015px;
    border: 2px solid #ed3e23;
    float: right;
    padding: 90px 0 60px 0;
    box-shadow: 36px 36px 0px #e9edf0;
    background: #fff;
    margin: -164px 36px 36px 0;
    /* position: relative; */
}
/*.sld_text2 {
    border-right: 25px solid #f00;
    border-bottom: 25px solid #f00;
}*/
.sld_img_tp {
    margin: 25px 0 0 48px;
    float: left;
    position: relative;
}
.sld_text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #454545;
    text-align: left;
    float: right;
    margin: 0 17% 0 0;
}
.sld_text h1 span {
    font-weight: 500;
    display: block;
}
.counter_s {
    margin-top: 40px;
}

.cntr_right {
    width: 54%;
    float: right;
}
.cntr_right p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #454545;
}
.read_m {
    margin-top: 31px;
}

.read_m a {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #454545;
}
.read_m a i.fa.fa-chevron-right {
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    color: #ee3f23;
}

.floor_i .cntr_left {
    width: 135px;
    float: left;
    position: relative;
    top: -207px;
    z-index: 99;
    left: 28%;
}
.floor_i .slider-counter {
    font-size: 65px;
    font-weight: 500;
    line-height: 47px;
    color: #454545;
    text-align: center;
    margin: 0 0 0 0;
    letter-spacing: 2px;
}
.floor_i .owl-carousel .owl-nav {
    position: absolute;
    bottom: 20%;
    left: 30%;
    width: 90px;
}
.floor_i .owl-carousel .owl-nav .owl-prev {
    background: url(../images/previous_mines.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 22px;
    height: 23px;
    float: left;
}
.floor_i .owl-carousel .owl-nav .owl-next {
    background: url(../images/next_pluse.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 22px;
    height: 22px;
    float: right;
    margin-left: 11px;
}



.inner_section6 {
    background: #f3f5f7;
    padding: 50px 0 90px 0;
}


.sptions_left h1 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ed3e23;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500;
}
.sptions_left p {
    font-size: 15px;
    color: #424242;
    margin-bottom: 25px;
    line-height: 24px;
    font-weight: 500;
}
/*.sptions_left {
    float: left;
    width: 50%;
    padding-right: 65px;
    border-right: 1px dashed #000;
}*/

.sptions_left {
    float: left;
    width: 100%;
    padding-right: 0;
    border-right: 0px dashed #000;
}
.sptions_left ul li {
    width: 49.5%;
    padding-right: 65px;
    display: inline-block;
    min-height: auto;
    vertical-align: top;
}
/*.sptions_left ul li:nth-child(3n+3) {
    clear: both;
}*/
.sptions_left ul {
    position: relative;
    overflow: hidden;
}
.sptions_left ul li:nth-child(2n+2){
    padding-left: 65px;
    padding-right: 0px;
}
.sptions_left.sptions_right {
    border-right: 0px;
    padding: 0 0 0 65px;
}
.sptions_left ul:after {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px dashed #000;
    content: "";
    width: 1px;
    /* background: url(../images/spe_bre.png) top left repeat-y; */
    bottom: 0;
}
.inner_section8 {
    padding-top: 55px;
    padding-bottom: 50px;
}

.inner_section7 {
    padding: 65px 0 90px 0;
    background: url(../images/brosure_bg.jpg) no-repeat top left;
    background-size: 100% 100%;
}
.inner_section7 h1.secound_heading {
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    opacity: 1;
}
.e_brochure {
    background: #fff;
    padding: 60px 0 80px 0;
    text-align: center;
    opacity: 0.9;
    margin: 0 36px;
}
.e_brochure ul li {
    display: inline-block;
    margin: 0 30px;
    vertical-align: top;
}
.e_brochure ul li em {
    display: inline-block;
    width: 144px;
    height: 144px;
    border: 1px solid #161616;
    border-radius: 50%;
    position: relative;
}
.e_brochure ul li h1 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 500;
    margin-top: 14px;
}

.e_brochure ul li p{
    font-size: 16px;
    color: #5e5e5e;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 14px;
}
.e_brochure ul li a {
    font-size: 18px;
    color: #ed3e23;
    line-height: 35px;
    font-weight: 500;
    display: inline-block;
    /*background: url(../images/download_icon.png) no-repeat top left;*/
    padding-left: 38px;
}
.e_brochure ul li a:hover {
    color: #231f20;
}
.e_brochure ul li a i.fa.fa-file-pdf-o {
    float: left;
    font-size: 30px;
    margin: 0 11px 0 0;

}

.e_brochure ul li em img {
    margin-top: 27px;
    transition: ease-in-out 1s;
}

.e_brochure ul li:hover img {
    transform: rotateY(360deg);
    transition: ease-in-out 1s;
}
.e_brochure ul li:last-child h1 {
    margin-bottom: 39px;
}
.dallery_box_tp {
    display: flex;
}

.dallery_box_left {
    width: 50%;
    float: left;
}
.dallery_box_right {
    width: 50%;
    float: left;
    position: relative;
    transition: all 0.7s;
    overflow: hidden;
}
.dallery_box {
    float: left;
    width: 50%;
}
.dallery_box_tp img {
    width: 100%;
    border: 1px solid #fff;
}

.gallery_tabs {
    text-align: center;
    margin-bottom: 30px;
}
.gallery_tabs ul li {
    display: inline-block;
    margin: 0 5px;
}
.gallery_tabs ul li a {
    display: block;
    padding: 10px 30px 9px;
    background: #000;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    transition: 0.5s;
}
.gallery_tabs ul li a.current {
    background: #ec3d23;
    transition: 0.5s;
}
.gallery_tabs ul li a:hover {
    background: #ee3023;
    color: #fff;
    transition: 0.5s;
}
.show_tabs {
    display: none;
}


.show_tabs.current {
    display: block;
}




.viewer-button {
    background-color: #ec3d23 !important;
}
.viewer-container {
    z-index: 9999999999 !important;
}
.viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none;
}
.viewer-toolbar {
    width: 133px !important;
}
.viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}




.cheat {
    position: absolute;
    top: 0;
    left: -40px;
    border-bottom: 1px solid #b50500;
}
.cheat ul li {
    position: relative;
    display: block;
}
.cheat ul li a {
    display: block;
}
.cheat ul li a span img {
    width: 100%;
}
.cheat ul li a span {
    display: inline-block;
}

.cheat ul li:nth-child(2) a span {
    width: 61%;
}
/*.cheat:after {
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 6px;
    width: 30px;
    content: "";
    background: #e22013;
}*/
.about_left {
    float: left;
    width: 50%;
    text-align: center;
}
.about_right {
    float: left;
    width: 50%;
    padding: 0 90px 0px 0;
}
.about_i {
    padding: 74px 0 60px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.abt_hdd {
    color: #545454;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 37px;
}
.about_dection2 p {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: justify;
}
.about_dection3 {
    padding: 70px 0 70px 0;
}

.vission_left {
    float: left;
    width: 30%;
    margin-right: 4%;
}
.vission_left_in {
    background: #f1f1f1;
    padding: 30px;
    display: flex;
    min-height: 302px;
    position: relative;
}

.vission_left_in em {
    display: inline-block;
    margin-right: 20px;
}
.mission_right {
    float: left;
    width: 66%;
}
.vission_left_in:after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 10px;
    width: 10px;
    background: #e3200e;
    content: "";
}







/*insideslider----css*/


.viewer-title {
    display: none !important;
}
#gallerydemo .owl-dots {
    display: none;
}

#gallerydemo .owl-next{
    position: absolute;
    top: 45%;
    right: 1%;
    font-size: 0px;
    background: transparent url(../images/gallery-left-arrow.png) no-repeat top right;
    width: 49px;
    height: 50px;
    opacity: 0.7;
    transition: 0.3s;
    padding: 0;
    margin: 0;
}
/*#gallerydemo .item img {
    height: 350px;
    object-fit: cover;
}*/
#gallerydemo .owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
    font-size: 0px;
    background: transparent url(../images/gallery-right-arrow.png) no-repeat top left;
    width: 49px;
    height: 50px;
    opacity: 0.7;
    transition: 0.3s;
    padding: 0;
    margin: 0;
}








.brade_in{margin:50px 0;}
.brade_in ul li{display: inline-block; font-size: 13px; list-style:none; color: #333; font-weight: 500;}
.brade_in ul li a:after {
    position: absolute;
    top: 9px;
    right: 0;
    content: "";
    height: 1px;
    width: 5px;
    background: #333;
}
.brade_in ul li a {
    font-size: 13px;
    list-style: none;
    color: #999;
    display: block;
    font-weight: 500;
    position: relative;
    padding: 0 13px 0 0;
    margin: 0 3px 0 0;
}
.Property_listing_in ul li {
    display: inline-block;
    width: 23.2%;
    margin: 0 2% 2% 0;
    position: relative;
}
.Property_listing_in > ul > li {
    vertical-align: top;
    min-height: 480px;
    background: #e9e9e9;
}
.Property_listing_in ul li ul.property_tx li p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
	text-transform: capitalize;
}
.Property_listing_in ul li ul.property_tx li {
    display: flex;
    width: 100%;
}
.Property_listing_in ul li:nth-child(4n+4) {
    margin-right: 0;
}
.Property_listing_box span {
    display: block;
    position: relative;
}
.Property_listing_box span img {
    width: 100%;
    min-height: 308px;
    object-fit: cover;
}
.Property_listing_in {
    margin-bottom: 4%;
}
em.pro_logo img {
    width: 100%;
}
em.pro_logo {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 99;
    width: 79px;
}

/*.banner {
    position: relative;
    z-index: -1;
}*/
.Property_listing_box {
    position: relative;
}
.pro_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 999;
    display: block;
    transition: 0.9s;
    opacity: 0;
}
.pro_link a {
    display: inline-block;
    background: #fff;
    color: #ed3e23;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
    padding: 8px 10px 7px 10px;
    border-radius: 3px;
    transition: 0.5s;
}
.pro_link a:hover {
    background: #ee3d23;
    color: #fff;
    transition: 0.5s;
}

a.p_view_detail {
    margin-left: 4%;
}
.pro_text p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
}
.pro_text {
    position: absolute;
    bottom: 0;
    background: #ec4023e0;
    width: 100%;
    padding: 9px 5px 9px 15px;
}
.pro_text span {
    display: inline-block;
    float: left;
}
.pro_text span i.fa.fa-map-marker {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin-right: 14px;
    float: left;
}
.P_lng_box_h h1 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}
.P_lng_box_h {
    padding: 17px 5px;
    background: #f4f4f4;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0px;
}
.Property_listing_box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #0009;
    width: 100%;
    height: 0;
    z-index: 9;
    transition: 0.5s;
}
.Property_listing_in ul li:hover .pro_link{
    opacity: 1;
    transition: 0.9s;
}
.Property_listing_in ul li:hover .Property_listing_box:after {
    height: 100%;
    transition: 0.5s;
}






.inquery_form_click {
    background: #e7173d;
    transform: rotate(-90deg);
    display: inline-block;
    position: fixed;
    top: 50%;
    left: -51px;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    z-index:9;
}

.inquery_form_bg{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.76);
    width: 100%;
    z-index: 999;
    height: 100%;
    right: 0;
    bottom: 0;
    display:none;
}
.inquery_main{
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ef3a23;
    height:auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #ccc;
    padding:15px;
    display:none;
}
.inquery_form_close{
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding: 1px 5px;
    background: #ef3a23;
    float: right;
    font-weight:400;
    cursor: pointer;
    margin:-15px -15px 0 0
}
.form_right {
    width: 100%;
}
.form_right h1 {
    font-size: 17px;
    padding: 0 0px 12px 0;
    text-transform: uppercase;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
}
.form_right .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form_right .form-control {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: #585858;
    border-radius: 0px;
    border: 1px solid #929292;
    background: #ffffffb8;
}

.form_right .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #585858;
}

.form_right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #585858;
}

.form_right .form-control:-ms-input-placeholder { /* Microsoft Edge */
        color: #585858;
}

.form_right .form-control.Message {
    height: 99px;
    font-size: 14px;
    padding-top: 5px;
    color: #676767;
    padding-right: 12px;
}
button.submit2 {
    padding: 7px 13px 7px 13px;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #ec3a23;
    transition: 0.5s;
    /* border: 1px solid #ef3a23; */
    position: relative;
}
button.submit2:hover {
    transition: 0.5s;
    background: #b01b08;
    color: #fff;
}



div#Amenities {
    background: #fff4c6;
}
div#Amenities .sptions_left ul li {
    min-height: 139px;
}



.cheat_form.cheat_form_add {
    right: 0;
    transition: 0.5s;
}
.cheat_form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: fixed;
    right: -450px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    min-height: 161px;
    transition: 0.5s;
	z-index: 9999;
    margin-top: -33px;
}
.cheat_form .form_right .form-group {
    margin-bottom: 10px;
    position: relative;
}
.cheat_form .form_right .form-control {
    height: 34px;
}
.cheat_form .form_right .form-control.Message {
    height: 122px;
}

.cheat_form .inquery_form_close {
    text-align: left;
    color: #fff;
    padding: 1px 5px;
    float: left;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.form_right23 {
    float: left;
    margin-top: 89px;
}
.form_left23 {
    width: 40%;
    float: left;
    margin-right: 2%;
}

.form_center23 {
    width: 40%;
    float: left;
    margin-right: 2%;
}
/*.form_right form {
    display: flex;
}*/





/*-----------Contact-us-----------------*/


.cont_right {
    width: 35%;
    float: left;
}

.cont_left p {
    color: #333;
    font-weight: 400;
}
.cont_left p span{
    color: #333;
    font-weight: 500;
}
.contform_left {
    width: 65%;
    float: left;
}

.contform_left_box2 {
    width: 93.2%;
    margin-right: 1%;
    padding: 1% 1%;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 10px #e7e7e7;
    float: left;
}
.contform_left_box2_left {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top:8px;
    text-align: center;
}
.contform_left_box2_right iframe {
    width: 100%;
    height: 321px;
    border: 0px;
}
.contform_left_box2_left h2 {
    color: #034ea2;
    font-size: 21px;
    margin: 0px 0px 5px 0px;
    text-align: center;
}
.inner_p p {
    font-size: 14px;
    color: #797979;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: justify;
}
.show_map {
    width: 100%;
    float: left;
    text-align: center;
    margin-top:10px;
}
.Privacy_Policy {
    margin: 0 0 52px 0;
    overflow: hidden;
}
.Privacy_Policy .about_right {
    padding: 0 0 0px 0;
    width: 100%;
}
.Privacy_Policy p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: justify;
}
.inner_p a {
    color: #034ea2;
}
.show_map span {
    background: url(../images/google.png) no-repeat left;
    height: 20px;
    padding: 15px 0 12px 30px;
    cursor: pointer;
    color: #034EA2;
}

.contform_left_box2_right {
    width: 50%;
    float: left;
    margin: 3px 0px 0px;
}
.contform {
    float: right;
    width: 35%;
    margin-top: 0px;
}
.cont_add p {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cont_add p span {
    color: #da3a25;
    margin-bottom: 14px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.cont_add p a {
    display: inline-block;
    color: #333;
}
.cont_add p a:hover {
    display: inline-block;
    color: #da3a25;
}
.form_left1 {
    width: 100%;
}
.contact_form .form-group {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    float: left;
}
input.form-control.Name {
    background: #fff url(../images/career_name.png) no-repeat top 12px left 10px;
}

.contact_form .form-control {
    display: block;
    width: 100%;
    height:45px;
    padding: 0 10px 0 40px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}



.contact_form textarea.textarea3 {
    display: block;
    width: 100%;
    height:100px;
    padding: 5px 10px 0 40px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}
.peripheral_1 {
    margin-bottom: 0;
}
.btn_botton_form {
    width: 120px;
    height: 37px;
    line-height: 37px;
    background: #ec3a23;
    border-radius:0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.btn_botton_form:hover {
    background: #da3a25;
}
.contact_form .form-control:focus {
    background: none;
    padding-left: 13px;
    background-color: white;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.contact_form textarea.textarea3:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    background: none;
    padding-left: 13px;
}
.inner_se_hd {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 0;
    position: relative;
    padding: 5px 0 12px 0;
    display: inline-block;
}
.contact_mn {
    margin-bottom: 62px;
}
input.form-control.Mobile {
    background: #fff url(../images/career_Mobile.png) no-repeat top 12px left 15px;
}

input.form-control.Email {
    background: #fff url(../images/career_Email.png) no-repeat top 15px left 10px;
}
.contact_form textarea.textarea3 {
    background: #fff url(../images/career_Email.png) no-repeat top 8px left 10px;
}
.contact_form_bottom {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.contact_form_bottom {
    width: 100%;
    display: block;
    margin-top:50px;
}

.contact_form_bottom ul li {
    display: inline-table;
    text-align: center;
    list-style: none;
    background: none;
    width: 30.3%;
    height: 400px;
    margin: 0;
    padding: 1% 1%;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 10px #e7e7e7;
    margin-right: 4%;
    margin-bottom: 4%;
}

.brade_crome {
    display: none;
}




.job_dc {
    background: #f1f1f1;
    padding: 30px 39px 30px 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.career_form .form_left1 {
    float: left;
    width: 66.7%;
}
.career_form .form_right1 {
    width: 31.5%;
    float: left;
    margin-left: -4px;
}
.career_form .form_left1 .form-group {
    width: 47%;
}
.career_form input.form-control.Name {
    background: #fff url(../images/career_name.png) no-repeat 10px 7px;
}
.career_form .form_right1 {
    width: 31.5%;
    float: left;
    margin-left: -4px;
}
.career_form input.form-control.Landline {
    background: #fff url(../images/career_Landline.png) no-repeat 10px 12px;
}
.career_form input.form-control.Experience {
    background: #fff url(../images/career_Experience.png) no-repeat 10px 10px;
}
.career_form input.form-control.CTC {
    background: #fff url(../images/career_ctc.png) no-repeat 10px 8px;
}
.career_form input.form-control.Key {
    background: #fff url(../images/career_Key.png) no-repeat 18px 11px;
}
.career_form textarea.textarea {
    background: #fff url(../images/career_address.png) no-repeat 10px 8px;
}
.career_form input.form-control.Email {
    background: #fff url(../images/career_Email.png) no-repeat top 12px left 10px;
}
.career_form .form-group {
    margin-bottom: 25px;
    width: 31.5%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    float: left;
}
.career_form .form-group label {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #313131;
    font-weight: 400;
    float: left;
}
.career_form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 10px 9px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}
.career_form .form-group:nth-child(3n+3) {
    margin-right: 0;
}
.career_form .form_left1 .form-group:nth-child(3) {
    margin-right: 20px;
}
.career_form input.form-control.Qualification {
    background: #fff url(../images/career_Qualification.png) no-repeat 16px 12px;
}

.career_form .form_right1 .form-group {
    width: 100%;
}
.career_form textarea.textarea {
    display: block;
    width: 100%;
    height: 105px;
    padding: 8px 10px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

input.form-control.upload_resume {
    width: 78%;
    float: right;
}
.pro_nemas {
    clear: both;
    margin: 14px 0 0 50px;
}
.pro_nemas ul li {
    display: block;
    width: 100%;
    text-align: left;
}
.pro_nemas ul li span {
    display: inline-block;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
}
.pro_nemas ul li em {
    display: inline-block;
    padding: 7px 15px 5px 15px;
    background: #d2d2d2;
    margin-right: 23px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
}





.foo_arow_t {display: none;}

.foo_arow_t span i.fa.fa-angle-up {
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 30px;
    height: 35px;
    width: 35px;
    background: #ec3423;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
        z-index: 999;
}
.svg_detail_click_menu {
    width: 35px;
    fill: #fff;
}
.detail_click_menu {
    background: #4a4a4a;
    text-align: center;
    padding: 6px 0 0 0;
    margin-top: 87px;
    cursor: pointer;
    display: none;
}


#bank_logo .owl-prev {
    position: absolute;
    top: 50%;
    left:-15px;
    background: url(../images/bank_previous_icon.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 20px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
}
#bank_logo .owl-next {
    position: absolute;
    top: 50%;
    right:-15px;
    background: url(../images/bank_next_icon.png) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 20px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
}


.Calculator_lrft {
    margin-bottom: 0!important;
    width: 60%;
    border: 1px solid #ccc;
    margin-right: 4%;
    float: left;
}

.Calculator_right {
    width: 36%;
    float: left;
    border: 1px solid #ccc;
}

#emicalculatorinnerformwrapper{border:0px !important;}

#emipaymentsummary span, #emipaymentsummary h4, .marker, .form-horizontal .control-label {
    font-family: 'Hind', sans-serif !important;
}
.Calculator_right #emipaymentsummary {
    margin-bottom: 0;
}

#emiamount, #emitotalinterest, #emitotalamount {
    padding: 14px 0 5px 0 !important;
}


.emi_dv {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    width: 40px;
    background: #ec3a23;
    padding: 0;
    text-align: center;
    transition: 0.5s;
    transform: translateY(-50%);
    margin-top: 101px;
}
/*.inner_pages .emi_dv {
    margin-top:0px;
}*/
.emi_dv:before {
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 28px;
    height: 6px;
    background: #e22013;
    content: "";
}
.emi_dv ul li {
    display: block;
    padding: 0 0;
}
.emi_dv ul li a {
    display: block;
}
.emi_in {
    border-top: 1px solid #b50500;
}
.emi_dv ul li a span {
    display:block;
}
.emi_dv ul li a span img {
    width: 100%;
}
.emi_dv.cheat_form_add {
    right: 450px;
    transition: 0.5s;
}

.calculater_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.96);
    z-index: 9999;
    width: 100%;
    max-width: 385px;
    padding: 15px;
    display: none;
    border-radius: 5px;
}

.calculater_form h1 {
    font-size: 17px;
    padding: 0 38px 5px 0;
    text-transform: uppercase;
    line-height: 28px;
    color: #333;
    font-weight: 400;
}
.menu ul li.phone_no{text-align: center;}
.menu ul li.phone_no .fa_phone2 {
    font-size: 21px;
    line-height: 25px;
    color: #ec3a23;
    margin: 0 0 0 0;
    display: block;
}
.menu ul li.phone_no a.icone_phone i.fa.fa-phone-square {
    font-size: 26px;
    color: #ec3a23;
    line-height: 15px;
}
.menu ul li.phone_no a.icone_phone{
    display: none;
}

.menu ul li.phone_no a {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: right;
    float: right;
}
.menu ul li.phone_no .fa_phone2 i.fa.fa-phone {
    display: inline-block;
    margin-right: 10px;
}
div#enquiry_form .form-control {
    color: #333 !important;
}
.calculater_form .form_right23 {
    margin-top: 0;
}
.inquery_form_close23 {
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding: 1px 5px;
    float: right;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 9px;
}

.calculater_form_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}




/*---===================limarquee---------==========css----*/

.simply-scroll-list li img {
    display: inline-block !important;
    width: 80% !important;
}
.simply-scroll, .simply-scroll .simply-scroll-clip {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0px !important;
}
.simply-scroll .simply-scroll-list li {
    width: 150px !important;
    height: auto !important;
}


#enquiry_form p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
}
#enquiry_form span {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.cenver_in .form-group {
    width: 32%;
    margin-right: 2%;
    float: left;
}
.cenver_in .form-group:last-child {
    margin-right: 0;
}
.submit_calculater .form-group #coveredAreaDisplay {
    float: left;
    margin: 4px 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333 !important;
}
.submit_calculater .form-group p {
    float: left;
}
div#result {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0px 0 0 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 27px;
}
#emicalculatorinnerformwrapper .input-group-addon {
    font-size: 15px;
    color: #fff;
    background-color: #ec3a23;
    font-weight: 300;
}
.flollow_footer.flollow_right_mm ul li a {
    border: 0px;
}
.flollow_footer.flollow_right_mm ul {
    margin: 8px 0 0 0;
    border-bottom: 1px solid #676767;
    width: 100%;
    padding: 0 0 7px 0;
}
#emicalculatorinnerformwrapper .ui-widget-content {
    background: #ec3a23 !important;
}
#emicalculatorinnerformwrapper .ui-widget-header {
    background: #231f20 !important;
}
.calculatorcontainer {
    overflow: hidden;
}
#emicalculatorinnerformwrapper .btn-default:active, 
#emicalculatorinnerformwrapper .btn-default.active, 
#emicalculatorinnerformwrapper .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ec3a23;
    border-color: #ec3a23;
}
.email-submit h2 {
    font-size: 14px;
    line-height: 25px;
    color: green;
}

.red_mar_logo ul li {
    display: inline-block;
    width: 33%;
    float: left;
}

.socl_nbox {
    width: 31%;
    float: left;
    margin-right: 3%;
    margin-bottom: 35px;
}
div#socl_nbox3 {
    width: 27%;
}
div#socl_nbox1 {
    width: 27%;
}
div#socl_nbox2 {
    width: 40%;
}
.socl_n h1 {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    padding: 0 0 20px 0;
}
.ytce-gallery li img {
    width: 100% !important;
    height: auto !important;
}
.ytce-gallery li {
    width: 100% !important;
    margin-right: 0 !important;
}
.ytce-gallery li a.image {
    width: 100% !important;
}
.socl_nbox a {
    display: block;
    height: 350px;
}


.socl_nbox:last-child {
    margin-right: 0;
}

._2p3a {
    width: 100% !important;
    max-width: 100% !important;
}

.socl_nbox iframe {
    height: 350px !important;
    width: 100% !important;
    border: 0px;
}

.socl_nbox a {
    display: block;
    width: 341px !important;
}
.socl_nbox img {
    width: 341px !important;
}
.socl_nbox .icon img {
    width: auto !important;
    margin-bottom: 13px;
}


div#socl_nbox3 ul li{
    width: 100% !important;
}
div.ytce-gallery li a.image {
    width: 100%;
    height: auto !important;
}
div#socl_nbox3 ul li div a {
    height: auto !important;
}
div#socl_nbox3 .ytce {
    overflow-y: scroll;
    height: 350px;
}
div#socl_nbox3 .ytce-gallery {
    margin: 0 !important;
}






