.navbar-brand img {
    min-width: 160px;
}

header.video_shooting_header {
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 2px 4px 3px #545454;
    box-shadow: 0 2px 4px 3px #545454;
    position: fixed;
    z-index: 999;
    width: 100%;
}

section.video_shooting_banner_section {
    width: 100%;
    position: relative;
    width: 100%;
    position: relative;
    height: 100vh;
    background-image: url('../images/landing_page/video_shooting_banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 85px;
}

section.video_shooting_banner_section::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    content: '';
}

section.video_shooting_banner_section img {
    width: 100%;
}

.video_shooting_banner_section .container {
    position: absolute;
    bottom: 20%;
    left: 15%;
    /* transform: translateY(-50%); */
    z-index: 99;
    width: 85%;
}

.color_white {
    color: #fff !important;
}

section.investors_section {
    padding: 120px 0;
    background-color: #fff !important;
}

section.investors_section h2 {
    margin-bottom: 30px;
}

section.investors_section h2 {
    margin-bottom: 25px;
}

section.investors_section img {
    width: 100%;
}

section.black_section_wrapper {
    background-color: #222;
    color: #fff;
    padding: 50px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    text-align: center;
}

section.black_section_wrapper.with_line_separation::after {
    position: absolute;
    width: 2px;
    height: 60%;
    background-color: #fff;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.black_section_wrapper h4 {
    margin-bottom: 0;
}

section.agents_section {
    padding: 120px 0;
}

.section-title {
    margin-bottom: 45px;
    line-height: 58px;
    font-size: 43px;
    color: #222;
}

.icon_content_wrapper img {
    margin: 0 auto 30px;
    display: table;
    width: 40px;
}

.section-sub-title {
    color: #6e6f71;
    margin-bottom: 50px;
    font-size: 25px;
}

li.video_list-group-item {
    list-style: none;
    color: #6e6f71;
    font-size: 20px;
    margin-bottom: 20px;
    background-position: left top;
    padding-left: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.tick_icon_ul_li li {
    list-style: none;
    color: #6e6f71;
    font-size: 20px;
    margin-bottom: 25px;
    background-position: left top;
    padding-left: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url('../images/landing_page/checked.png');
}

li.video_list-group-item.li_1 {
    background-image: url('../images/landing_page/li_1.jpg');
}

li.video_list-group-item.li_2 {
    background-image: url('../images/landing_page/li_2.jpg');
}

li.video_list-group-item.li_3 {
    background-image: url('../images/landing_page/li_3.jpg');
}

li.video_list-group-item.li_4 {
    background-image: url('../images/landing_page/li_4.jpg');
}

li.video_list-group-item.li_5 {
    background-image: url('../images/landing_page/li_5.jpg');
}

li.video_list-group-item.li_6 {
    background-image: url('../images/landing_page/li_6.jpg');
}

li.video_list-group-item.li_7 {
    background-image: url('../images/landing_page/li_7.jpg');
}

footer {
    background-color: #222;
    color: #fff;
    padding: 30px 0;
}

footer small {
    text-align: right;
    line-height: 38px;
}

.playa_section {
    width: 100%;
    position: relative;
    width: 100%;
    height: 50vh;
    background-image: url('../images/landing_page/playa_viva_about.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fixed_content_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.text-capital {
    text-transform: uppercase !important;
}

section.playa_section::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    content: '';
}

section.form_section {
    width: 100%;
    position: relative;
    width: 100%;
    position: relative;
    height: 70vh;
    background-image: url('../images/landing_page/video_shoot_playa_viva_footer.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.playa_viva_form_section{
    background-image: url('../images/landing_page/form_banner_playa.jpg') !important;
}
section.form_section::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    content: '';
}

.text-right {
    text-align: right;
    line-height: 37px;
}

.fixed_content_data {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: left;
    width: 85%;
}

.fixed_content_data h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.fixed_content_data p {
    color: #fff;
    font-size: 25px;
}

.icon_content_wrapper p {
    color: #6e6f71;
    text-align: center;
    line-height: 40px;
}

.submit_button {
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    color: #222;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 2px #6a6767;
    box-shadow: 0 0 3px 2px #6a6767;
    text-transform: uppercase;
    margin-top: 35px;
    display: table;
    font-weight: bold;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.submit_button:hover {
    -webkit-box-shadow: 0 0 3px 2px #797777;
    box-shadow: 0 0 3px 2px #797777;
    background-color: #e7e4e4;
}

.submit_button_black {
    float: right;
    padding: 10px 40px 10px 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #222;
    text-transform: capitalize;
    margin-top: 0;
    display: table;
    font-weight: bold;
    background-image: url(../images/landing_page/right-sign.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.submit_button_black:hover {
    background-color: #777676;
}

.submit_button_grey {
    padding: 10px 40px 10px 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #555151;
    -webkit-box-shadow: 0 0 3px 2px #e6e6e6;
    box-shadow: 0 0 3px 2px #e6e6e6;
    text-transform: capitalize;
    margin-top: 35px;
    display: table;
    font-weight: bold;
    background-image: url(../images/landing_page/right-sign.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.submit_button_grey:hover {
    background-color: #696666;
    -webkit-box-shadow: 0 0 3px 2px #eeeaea;
    box-shadow: 0 0 3px 2px #eeeaea;
}

.video_shooting_banner_content h2 {
    color: #fff !important;
    font-size: 40px !important;
    font-weight: bold !important;
    margin-bottom: 25px;
}

.video_shooting_banner_content p {
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 400;
}

.black_banner_content_yellow {
    color: #e8c638;
    font-size: 43px;
    margin-bottom: 20px;
    font-weight: bold;
}

.black_banner_content {
    display: block;
    font-size: 43px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.black_banner_content::after {
    position: absolute;
    content: '';
    background-image: url(../images/landing_page/sparkle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.black_banner_content::before {
    position: absolute;
    content: '';
    background-image: url(../images/landing_page/sparkle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rental_return_heading {
    font-size: 35px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5CA81E;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    animation: 2s ease-in-out infinite breathe;
}

.call-action-btn img {
    width: 24px;
}

.no_border_radius {
    border-radius: 0 !important;
}

.call-action-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    border: 3px solid #000;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    animation: 2s ease-in-out infinite breatheCall;
}

button.owl-prev span ,button.owl-next span {
    opacity: 0;
}
.zoho_contact_form_heading{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    display: table;
}
@keyframes breatheCall {
    0% {
        box-shadow: 0 0 0 0 rgba(58, 59, 59, 0.5)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(20, 22, 21, 0)
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@media (max-width:767px) {
    .contact_form_bg{
        display: none;
    }
    section.black_section_wrapper.with_line_separation::after {
        display: none;
    }

    section.black_section_wrapper.with_line_separation .col-md-6 {
        margin-bottom: 45px;
    }

    .video_shoot_logo {
        margin: 0 auto 20px;
        display: table;
    }

    .col-md-6.col-12.text-right {
        text-align: center !important;
    }

    .video_shooting_banner_section .container {
        padding-right: 5%;
        left: 5%;
        width: 90%;
    }

    .fixed_content_data {
        padding-right: 15%;
    }
    section.slider_class_wrapper {
        padding: 50px 30px 50px !important;
    }
    section.investors_section{
        padding: 70px 30px 70px !important;
    }
    button.owl-prev{
        background-image: url('../images/landing_page/slider_arrow_prev_black.png') !important;
        width: 50px !important;
        height: 50px !important;
        left: 0 !important;
        background-size:50px !important;
    }
    button.owl-next{
        background-image: url('../images/landing_page/slider_arrow_black.png') !important;
        width: 50px !important;
        height: 50px !important;
        background-size:50px !important;
        right: 0 !important;
    }
}

@media (max-width: 768px) and (min-width: 450px) {
    .modal-dialog {
        width: 80% !important;
        max-width: 900px;
        margin: 30px auto !important;
    }

}
@media (max-width:550px) {
    .owl-nav button{
        width: 50px !important;
        height: 50px !important;
        background-size: 50px !important;
    }
    #owl-demo .item{
        margin: 0 10px;
    }
    .modal-dialog{
        max-width: 95%;
    }

    .submit_button_black,
    .submit_button,
    .submit_button_grey {
        float: none;
        margin: 0 auto;
    }

    .black_banner_content_yellow,
    .black_banner_content {
        font-size: 30px;
        padding: 0 25px;
    }
    .zf-namemedium .zf-tempContDiv span{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .zf-namemedium .zf-tempContDiv span:first-child {
        margin-bottom: 20px;
    }
    .zf-fmFooter{
        padding-bottom: 25px !important;
    }
}

@media (max-width:450px) {
    .video_shooting_banner_content .d-flex {
        display: table !important;
    }
   .d-flex .submit_button,.d-flex .submit_button_black{
    padding: 10px 20px !important;
    min-width: 200px !important;
    margin-bottom: 20px;
    }
    .fixed_content_data h2 {
        text-align: center;
    }

    section.investors_section {
        padding-top: 70px;
    }

    .section-title {
        margin-bottom: 30px;
        line-height: 45px;
        font-size: 32px;
        text-align: center;
    }

    .section-sub-title {
        color: #6e6f71;
        margin-bottom: 50px;
        font-size: 21px;
        text-align: center;
    }

    .video_shooting_banner_section .container {
        left: 0;
        padding-right: 0;
        width: 95%;
    }

    .fixed_content_data {
        left: 0;
        padding-right: 0;
        width: 95%;
    }
}


/*
* 	Owl Carousel Owl Demo Theme 
*/

.owl-controlls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-controlls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-controlls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-controlls .owl-page {
    display: inline-block;
}

.owl-controlls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-controlls .owl-page.active span,
.owl-controlls.clickable .owl-page:hover span {
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-controlls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


#owl-demo .item {
    margin: 3px;
    margin: 0 40px;
}

.owl-dots {
    display: none;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/* 
 * 	v1.0.0 
 * 	Core Owl Carousel CSS File
 */

/* clearfix */
.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    /* display: none; */
    position: relative;
    overflow: hidden;
    width: 100%;
}

.owl-carousel .owl-wrapper {
    position: absolute;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controlls .owl-page,
.owl-controlls .owl-buttons {
    cursor: pointer;
}

.owl-controlls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

section.slider_class_wrapper {
    padding: 70px 30px 120px;
}

button.owl-prev {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(-50%);
    left: 5%;
    border: none;
    background: transparent;
    background-image: none;
    background-image: url('../images/landing_page/slider_arrow_prev.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

button.owl-next {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(-50%);
    right: 5%;
    border: none;
    background: transparent;
    background-image: url('../images/landing_page/slider_arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;

}

.owl-stage .owl-item.active:first-child(2) img {
    transform: scale(1.3);
}

.modal-dialog {
    width: 95%;
    max-width: 900px;
}
.modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}
.zf-subContWrap.zf-topAlign ul {
    padding: 0;
}
button.zf-submitColor {
    border-radius: 0;
    background-color: #222;
    border-radius: 5px;
}
.zf-tempFrmWrapper {
    padding-bottom: 0;
}
button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #fff;
}
.contact_form_bg img{
    width: 100%;
}
.contact_form_bg{
    height: 100%;
    /* background-image: url('../images/landing_page/contact_building_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}