/* SLIDER */
.banner-box .slide-title h1 {
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
}
.banner-box .slide-title p {
    color: #FFF;
    font-size: 24px;
}
.slider .container.box_cont {
    z-index: 100;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    max-width: fit-content;
    padding: 20px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slider .container.box_cont .slide-title {
    text-align: center;
}

.slider .slider-container {
    width: 100%;
    height: 100vh;
}

.slider .slider-container .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider .slider-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

/*.slider .slider-container .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
  background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.65;
}
*/


.slider .slide-go {
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider .slide-go::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 70px;
}

.slider .owl-nav .owl-next {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 70px;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    background: transparent;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
    text-align: center;
    border: 2px solid #bf9000 !important;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.slider .owl-nav .owl-prev i,
.slider .owl-nav .owl-next i {
    color: #bf9000;
    font-size: 28px;
}

.slider:hover .owl-nav .owl-prev,
.slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.fl-right {
    float: right;
    margin-bottom: 0 !important;
    margin-top: 15px;
}

.fl-right .btn {
    background: #bf9000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 8px 20px;
    font-weight: 600;
    border: 1px solid #bf9000;
}

.fl-right .btn:hover {
    border: 1px solid #bf9000;
    background-color: #fff;
    color: #bf9000;
}

.fl-right .btn:focus {
    outline: none;
}

.fl-right .btn i {
    padding-right: 5px;
    font-size: 20px;
}

.fl-center {
    margin-bottom: 0 !important;
    margin-top: 15px;
    text-align: center;
}

.fl-center .btn {
    background: #fff;
    color: #bf9000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 8px 20px;
    font-weight: 600;
    border: 1px solid #fff;
}

.fl-center .btn:hover {
    border: 1px solid #fff;
    background-color: #bf9000;
    color: #fff;
}

.fl-center .btn:focus {
    outline: none;
}


.content_box .details_abs {
    text-align: left;
}

.content_box .details_abs p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}

.content_box .details_abs p a {
    color: #bf9000;
    font-weight: 600;
}

.content_box .details_abs p a:hover {
    color: #414042;
}

.form_box_1 {
    padding: 50px 20px;
}

.form_box_1 h1 {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

.form_box_1 p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.form_box_1 p a {
    text-decoration: underline;
}

.form_box_1 p a:hover {
    color: #000;
}

#spanidbut {
    color: #fff;
}

.pop_over_form {
    position: fixed;
    top: 0;
    background: #000000c4;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.pop_over_form .pop_inner {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 5px;
    margin-top: 50px;
    border-radius: 3px;
    box-shadow: 0 0 9px white;
    cursor: pointer;
}

.pop_over_form .pop_cls {
    max-width: 40px;
    position: absolute;
    top: -24px;
    right: -24px;
    background: #fff;
    border-radius: 50%;
}

.pop_over_form .pop_inner img {
    width: 100%;
}


@media (max-width: 767px) {
    .slider .owl-nav {
        display: none;
    }

    .slider .owl-dots {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        z-index: 10000;
        margin: 0 auto;
        text-align: center;
    }

    .slider .owl-dots .owl-dot {
        background: #ccc;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        margin: 0 5px;
    }

    .slider .owl-dots .owl-dot.active {
        background: #bf9000;
    }
}

.slider .swiper-button-prev {
    left: 75px;
}

.slider .swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f060";
    font-size: 15px;
    color: #bf9000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.slider .swiper-button-next {
    right: 75px;
}

.slider .swiper-button-next:before {
    font-family: "FontAwesome";
    content: "\f061";
    font-size: 15px;
    color: #bf9000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}


.second_Sec.new__comm__sec {
    background-color: #fff;
}

.amni_box .content_box1 h1 {
    margin-bottom: 25px;
}

.amni_box .content_box1 .img_box {
    padding: 0;
}

.amni_box .content_box1 .img_box img {
    max-width: unset;
}

.amni_box .amenities_div img {
    border: 4px solid #bf9000;
    border-radius: 2px;
}

.amni_box .amenities_div h4 {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.content_box.cont_alternate {}

.content_box.cont_alternate .proj_high {
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
}

.content_box.cont_alternate .proj_high img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.content_box.cont_alternate .proj_high p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}

.second_Sec .location_box {}

.second_Sec .location_box h5 {}

.second_Sec .location_box ul {
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.second_Sec .location_box ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 16px;
}

.second_Sec .location_box ul li span {
    float: right;
    color: #bf9000;
    font-weight: 600;
    margin-right: 15px;
}

.content_box_img img {
    width: 100%;
}

.plans-1 .plans_content ul {
    list-style: none;
    padding-left: 15px;
}

.plans-1 .plans_content ul li {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.plans-1 .content_box_img h1 {
    margin-bottom: 25px;
}

.plans-1 .padd_50 {
    padding: 0 50px;
}

.plans-1 .plans_content h4 {
    margin: 40px 0 15px;
    font-size: 26px;
    text-transform: uppercase;
}

.floor_plans {
    padding: 0 85px !important;
}

.floor_plans .Floor_box img {
    width: 100%;
    max-width: unset;
}


.floor_plans .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: -45px;
}

.floor_plans .owl-dots .owl-dot span {
    background: rgb(54 41 110);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.floor_plans .owl-dots .owl-dot.active span {
    background: #bf9000;
    opacity: 1;
}

.floor_plans .owl-nav {}

.floor_plans .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 47%;
    left: 15px;
    text-align: center;
    z-index: 1000;
}

.floor_plans .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 47%;
    right: 15px;
    text-align: center;
    z-index: 1000;
}

.floor_plans .owl-nav .owl-prev i,
.floor_plans .owl-nav .owl-next i {
    font-size: 25px;
    width: 30px;
    line-height: 25px;
    height: 30px;
    color: #bf9000;
    border-radius: 50%;
    border: 2px solid #bf9000;
    background: #fff;
}

.floor_plans .owl-nav .owl-next i.fa.fa-angle-right {
    padding-left: 0px;
}

.form_popup {
    position: fixed;
    top: 0;
    background: #000000c4;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.form_popup .form_pop {
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    margin-top: 0;
    border-radius: 10px;
    background: #bf9000;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

.form_popup .form_pop .input_boxes {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 4px;
    margin-bottom: 10px;
}

.form_popup .form_pop label {
    display: none;
}

.form_popup .form_pop .form_pop_border {
    border: 2px solid #fff;
    padding: 25px;
    border-radius: 10px;
}

.form_popup .form_pop .input_boxes label {
    color: #fff;
    font-weight: 600;
}

.form_popup .form_pop .input_boxes input,
.form_popup .form_pop .input_boxes textarea {
    color: #fff;
    padding: 0 10px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 2px solid #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    background: none;
    width: 100%;
}

.form_popup .form_pop .head_title {
    text-align: center;
}

.form_popup .form_pop .head_title p.modal-card-title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}

.form_pop_border .input_boxes:nth-child(5) {
    margin-bottom: 0 !important;
}

.form_popup .form_pop input::placeholder,
.form_popup .form_pop .input_boxes textarea::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
    background: #0000;
}

.form_popup .form_pop input:-ms-input-placeholder,
.form_popup .form_pop .input_boxes textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    background: #0000;
}

.form_popup .form_pop input::-ms-input-placeholder,
.form_popup .form_pop .input_boxes textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    background: #0000;
}

.form_popup .form_pop .form_btn {
    text-align: center;
    margin-top: 10px;
}

.form_popup .form_pop .form_btn input {
    background: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    width: 98%;
    border-radius: 50px;
    padding: 10px 30px;
    line-height: 20px;
}

.form_popup .form_pop .form_btn input:hover {
    background: #fff;
    color: #bf9000;
}

.form_popup .form_pop .cls {
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -20px;
    background: #bf9000;
    width: 45px;
    height: 45px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.form_popup .form_pop .cls i {
    color: #fff;
    font-size: 24px;
    line-height: 42px;
}



.header_box .nav.navbar-nav.navbar-main ul li.added__btn {
    border: none;
}

.header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
    background: #bf9000;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 20px;
}

.header_box .nav.navbar-nav.navbar-main ul li.added__btn:hover a {
    background: #fff;
    color: #bf9000 !important;
}
.header_box .nav.navbar-nav.navbar-main ul li.call_action span {
    background: #bf9000;
    width: 28px;
    display: block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    transition: all 0.5s ease;
}

.header_box .nav.navbar-nav.navbar-main ul li.call_action:hover span,
.header_box .nav.navbar-nav.navbar-main ul li.call_action.open span {
    background: #FFF;
    color: #bf9000;
}

.header_box .nav.navbar-nav.navbar-main ul li.call_action:hover {
    border-bottom: none;
}

.header_box .nav.navbar-nav.navbar-main ul li.call_action {
    margin-left: 12px;
    position: relative;
}
.header_box .nav.navbar-nav.navbar-main ul li.call_action .call_no {
    position: absolute;
    top: 51px;
    display: none;
}

.header_box .nav.navbar-nav.navbar-main ul li.call_action .call_no a {
    display: block;
    background: #bf9000;
    width: 144px;
    text-align: center;
    padding: 6px 7px;
}
.swiper-pagination {
    display: none;
}

.sidebar-btn {
    display: none;
}

#spanid,
#spanidBro {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
}

.call_div {
    position: fixed;
    bottom: 25px;
    right: 22px;
    text-align: center;
    max-width: 140px;
    padding: 4px;
    z-index: 100;
}

.call_div img {
    background: #fff;
    border-radius: 65px;
    width: 100%;
    max-width: 50px;
}

/* -- Video Section -- */
.videos_sect .videos_box img {
    width: 100%;
}

.videos_sect .videos_box {
    border: 4px solid #bf9000;
    border-radius: 2px;
    position: relative;
}

.videos_sect .videos_box_row {
    margin-top: -30px;
    display: flex;
}

.videos_sect .videos_box_row>div {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.video_slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 38%;
    left: 10px;
    font-size: 20px;
    width: 30px;
    background-color: #fff;
    height: 30px;
    color: #bf9000;
    border-radius: 50%;
}
.video_slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 38%;
    right: 10px;
    font-size: 20px;
    width: 30px;
    background-color: #fff;
    height: 30px;
    color: #bf9000;
    border-radius: 50%;
}
.video_slider .owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    bottom: -15px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video_slider .owl-carousel .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgb(197 155 25 / 43%);
    margin-left: 5px;
    margin-right: 5px;
    transition: opacity .2s ease;
}
.video_slider .owl-carousel .owl-dot.active {
    background: #bf9000;
}
.videos_sect .videos_box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}

.videos_sect .videos_box:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url('../img_arcade/video/youtube_icon.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.rerano {
    position: absolute;
    right: 30px;
    top: 89px;
    background: rgb(0 0 0 / 35%);
    padding: 4px 9px;
    border-radius: 2px;
    z-index: 99;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #FFF;
}
.rerano span, .rerano a {
    color: #ffd860;
}
.rerano_ft {
    color: #FFF;
    margin-bottom: 0;
}
.rerano_ft span, .rerano_ft a {
    color: #ffd860;
}

@media (max-width: 1400px) {
    .slider .container.box_cont {
        width: 60%;
    }

    .header_box .nav.navbar-nav.navbar-main ul li a {
        font-size: 13px;
        padding: 0px 4px;
    }
    .header_box .nav.navbar-nav.navbar-main ul li.call_action {
        margin-left: 6px;
    }
    .header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
        margin-left: 5px;
    }
}

@media (max-width: 1320px) {}

@media (max-width: 1200px) {
    .header_box .nav.navbar-nav.navbar-main ul li.call_action {
        display: none;
    }
    .header_box .nav.navbar-nav.navbar-main ul li a {
        padding: 0px 3px;
    }
    .header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
        margin-left: 0px;
    }
    .banner-box .slide-title h1 {
        font-size: 28px;
    }
    .banner-box .slide-title p {
        font-size: 18px;
    }

    .slider .container.box_cont {
        padding: 15px 20px;
    }

    .second_Sec .content_box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .content_box.cont_alternate .proj_high img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .content_box.cont_alternate .proj_high p {
        line-height: 20px;
        font-size: 15px;
    }

    .second_Sec .content_box h1 {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 44px;
    }

    .amni_box .content_box1 h1 {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 44px;
    }

    .plans-1 .content_box_img h1 {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    #nav-icon3 {
        width: 30px;
        position: relative;
        margin: 0 15px 20px 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #bf9000;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 9px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 18px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header_box {
        position: fixed !important;
        width: 100%;
        z-index: 10;
        height: 80px;
        padding: 0;
        background: #00000052;
    }

    .header_box .nav.navbar-nav.navbar-main {
        justify-content: end !important;
        position: relative;
    }

    .header_box .nav.navbar-nav.navbar-main .menu-primary-inner {
        position: fixed;
        display: none;
        width: 100%;
        background: #ebe9dc;
        left: 0;
        top: 80px;
        max-width: 550px;
        right: 0;
        padding: 15px;
    }

    .header_box .logo-box img {
        width: 100%;
        max-width: 220px;
        padding: 10px 0;
    }

    .header_box .nav.navbar-nav.navbar-main ul li {
        display: block;
        border-bottom: 1px dashed #999;
        padding: 3px 0px;
    }

    header .navbar-nav li a {
        color: #000 !important;
        font-size: 14px !important;
    }

    .header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
        background: none;
        padding: 0 8px;
        border-radius: 0;
        margin-left: 0;
        color: #bf9000 !important;
        font-weight: 600;
        font-size: 14px !important;
    }

    .header_box .nav.navbar-nav.navbar-main ul li.added__btn:hover a {
        background: none;
    }

    .header_box .nav.navbar-nav.navbar-main ul li:hover {
        border-bottom: 1px dashed #999;
    }

    .slider {
        position: relative;
    }

    .swiper-pagination {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        background: #ebe9dc;
        opacity: 0.8;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #bf9000;
    }

    .second_Sec .img_box {
        padding: 0;
    }

    .second_Sec .img_box.img__1 {
        padding: 0;
    }

    .second_Sec .content_box.cont_alternate {
        padding-left: 0;
        padding-right: 20px;
    }

    .second_Sec .content_box {
        padding: 0;
        margin-bottom: 25px;
    }
    .video_slider .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .videos_sect .videos_box_row,
    .videos_sect .videos_box_row>div {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    header {
        position: relative;
    }

    .sidebar-btn {
        position: fixed;
        text-align: center;
        display: block !important;
        cursor: pointer;
        font-size: 14px;
        right: -60px;
        top: 50%;
        transform: rotate(270deg);
        background: #bf9000;
        padding: 10px 20px 10px;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        z-index: 1;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
}

@media (max-width: 767px) {
    .fl-right {
        float: unset;
        text-align: center;
        display: block !important;
    }

    .form_popup .form_pop {
        max-width: 480px;
    }

    .content_box.cont_alternate .proj_high img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }

    .content_box.cont_alternate .proj_high {
        display: inline-flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .foot_logo img {
        width: 100%;
        max-width: 250px;
        margin-bottom: 15px;
    }

    .foot_logo_ul ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

    .foot_logo_ul ul {
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }

    .foot_logo_ul ul li {
        display: block;
        padding: 0;
    }

    .contact-box h5 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .footer h4:after {
        bottom: -16px;
    }

    .footer p.copyrights {
        margin-bottom: 25px;
    }
    .videos_box_row {
        margin: 0;
    }
    .videos_box_row .col-lg-4 {
        padding: 0;
    }
    .rerano {
        font-size: 11px;
        right: 7px;
        top: 87px;
    }
}

@media (max-width: 580px) {

    .pop_over_form .pop_inner {
        max-width: 400px;
    }

    .form_popup .form_pop {
        top: 10%;
        padding: 15px;
        margin: 0 25px;
        position: relative;
    }

    .form_popup .form_pop .cls i {
        color: #fff;
        font-size: 15px;
        line-height: 30px;
    }

    .form_popup .form_pop .cls {
        right: -18px;
        top: -15px;
        width: 30px;
        height: 30px;
    }

    .form_popup .form_pop .form_pop_border {
        border: 2px solid #fff;
        padding: 25px 10px;
        border-radius: 10px;
    }

    .second_Sec .content_box h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 32px;
    }

    .amni_box .content_box1 h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 32px;
    }

    .plans-1 .content_box_img h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 32px;
    }

    .banner-box .slide-title h1 {
        font-size: 26px;
    }

    .slider .container.box_cont {
        width: 100%;
    }
    .banner-box .slide-title p {
        font-size: 16px;
    }

    .second_Sec .location_box ul li {
        display: block;
        width: 100%;
    }

}

@media (max-width: 480px) {
    .pop_over_form .pop_inner {
        max-width: 350px;
    }

    .pop_over_form .pop_cls img {
        width: 100%;
        max-width: 30px;
    }

    .pop_over_form .pop_cls {
        top: -15px;
        right: -15px;
    }

    .header_box {
        height: 70px;
    }

    .header_box .nav.navbar-nav.navbar-main .menu-primary-inner {
        top: 70px;
    }
    .rerano {
        top: 77px;
    }
}

@media (max-width: 400px) {
    .pop_over_form .pop_inner {
        max-width: 320px;
    }

    .slider .container.box_cont {
        padding: 15px;
    }

    /* .banner-box .slide-title h1 {
        font-size: 20px;
    } */
}