.popup-360-new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.full-map-close {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 30px solid #FFF !important;
    cursor: pointer;
    z-index: 8040;
    background-color: #fff
}

.full-map-close span {
    background-color: #FFF;
    background-image: url(../images/sprite.png);
    background-position: 0px -286px;
    height: 28px !important;
    width: 28px !important;
    display: inline-block;
}

.our-work-item {
    position: relative;
    margin-bottom: 30px
}

.our-work-item p {
    bottom: 25px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 100%;
    padding: 0px 7px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.contact-form .form-control:-moz-placeholder {
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.contact-form .form-control::-moz-placeholder {
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.contact-form .form-control:-ms-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    padding: 0;
    margin: 0
}

.menu i.fa-bars,
.menu p {
    float: left
}

a:hover {
    text-decoration: none
}

a.focus {
    box-sizing: none
}

.transition {
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s
}

body {
    background-color: #fff
}

.start-new {
    /*	background-image: url("../images/main-banner.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 65px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu {
    background-color: rgba(0, 0, 0, .2);
    padding: 5px 8px;
    cursor: pointer;
    margin: 9px 0
}

.menu p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-right: 10px
}

.menu .fa-bars {
    color: #fff;
    font-size: 22px
}

.start-life-holder {
    text-align: center;
}

.start-life-holder h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25PX;
    line-height: 25PX;
}

.start-life-holder p {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.get-started-btn a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #176cec;
    padding: 10px 30px;
    border-radius: 2px;
    display: inline-block
}

.start-life-holder img {
    margin-bottom: 50px
}

.menu ul li {
    border-right: 1px solid #dfe0e1;
    display: inline-block;
    padding: 5px 15px
}

.menu ul li a {
    color: #979fbe;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.menu-close {
    cursor: pointer;
    font-size: 20px
}

.menu-close .fa-times {
    color: #999
}

.menu-fade {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 9px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    border-radius: 3px
}

.menu-fade ul {
    padding: 6px 12px;
    display: inline-block
}

.menu-fade ul li {
    display: inline-block;
    line-height: 0
}

.menu-fade ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 8px;
    display: inline-block;
    line-height: 10px
}

.bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    text-align: center;
    line-height: 0
}

.blue-line {
    bottom: 5px;
}

.down-arrow {
    background-image: url(../images/arrow-down.png);
    height: 12px;
    width: 19px;
    display: block;
    position: absolute;
    bottom: 12%;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
}

.about-us {
    position: relative;
    text-align: center
}

.about-us>img {
    width: 100%;
}

.section-holder h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    line-height: 25px;
}

.about-us h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 28px
}

.about-us p {
    font-family: 'Open Sans', sans-serif;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 21px
}

.about-us .section-holder {
    position: absolute;
    top: 12%;
    left: 24%;
    right: 24%
}

.back-white {
    background-color: #fff
}

.google-photo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1
}

.google-photographer {
    position: absolute;
    bottom: -18%;
    right: 6%;
    width: 410px
}

.business-view {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 30px;
}

.business-view-holder {
    text-align: center;
    padding: 20px 20px 80px
}

.business-view-holder h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px
}

.business-view-holder p {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 27px;
}

.business-view-holder .get-started-btn {
    margin-top: 40px
}

.how-it-works .section-holder h3 {
    color: #fff
}

.how-it-works .play-video-icon {
    text-align: center;
    padding-bottom: 40px
}

.how-it-works {
    text-align: center;
    position: relative
}

.how-it-works p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 41px
}

.how-it-works .section-holder {
    left: 20%;
    margin: 0 auto;
    max-width: 910px;
    position: absolute;
    right: 20%;
    top: 20%
}

.business-tour {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    padding: 110px 0 140px;
    position: relative
}

.business-tour p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 80px
}

.back-gray {
    background-color: #ededed
}

.virtual-tour {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.virtual-tour-slider {
    max-width: 1182px;
    margin: 0 auto;
    padding: 70px 0 0
}

.virtual-tour p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

.tour-icon-left,
.tour-icon-right {
    padding: 0
}

.tour-icon-left {
    float: left
}

.tour-icon-right {
    float: right
}

.virtual-tour-360 {
    position: relative;
    padding: 70px 0 30px
}

.tour-navigation {
    width: 100%;
    display: block
}

.tour-navigation a.tour-icon-left {
    position: absolute;
    top: 57%;
    left: 0
}

.tour-navigation a.tour-icon-right {
    position: absolute;
    top: 57%;
    right: 0
}

.virtual-tour-slider .owl-pagination .owl-page {
    display: none!important
}

.icon-360 {
    position: absolute;
    bottom: 46%;
    left: 0;
    right: 0;
    text-align: center
}

.virtual-tour-slider .item a {
    position: relative;
    display: inline-block
}

.virtual-tour-slider .item p {
    font-family: 'Open Sans', sans-serif;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0
}

.contact-us .section-holder {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px
}

.contact-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 20px;
    position: relative
}

.contact-us .section-holder p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px
}

.contact-form .form-control {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Open Sans', sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 40px;
    padding-left: 0
}

textarea.form-control {
    height: 33px
}

.contact-form .submit a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #176cec;
    padding: 8px 38px;
    display: inline-block;
    clear: both;
    margin-left: 15px;
    border-radius: 2px
}

.contact-form .submit input {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #176cec;
    padding: 8px 38px;
    display: inline-block;
    clear: both;
    margin-left: 15px;
    border-radius: 2px;
    border: none
}

.contact-us .address {
    padding-bottom: 35px;
    padding-left: 15px
}

.contact-us .address h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    margin-bottom: 25px
}

.contact-us .address p,
.contact-us .contact p {
    font-family: 'Open Sans', sans-serif;
    color: #7e7e7e;
    font-size: 17px;
    font-weight: 400
}

.contact .number span {
    color: #3e3e3e;
    font-weight: 600;
    cursor: pointer
}

.contact .email-id span {
    color: #176cec;
    cursor: pointer
}

.contact-us .contact {
    margin-bottom: 50px;
    padding-left: 15px
}

footer p {
    font-family: 'Open Sans', sans-serif;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px
}

footer p span {
    color: #0db6d5
}

footer p a {
    color: #176cec
}

footer {
    padding: 35px 0;
    text-align: center
}

.social-icons ul li {
    display: inline-block
}

.social-icons ul li a span.fb {
    background-position: 0 0
}

.social-icons ul li a span.icon {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px
}

.social-icons ul li a span.twt {
    background-position: -18px 0
}

.social-icons ul li a span.gplus {
    background-position: -36px 0
}

.social-icons ul li a span.in {
    background-position: -54px 0
}

.menu-fixed {
    position: fixed;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 9px #888
}

.menu-fixed .menu-fade {
    box-shadow: none;
    -webkit-box-shadow: none
}

.menu-header.menu-fixed .menu {
    background-color: #fff;
    color: #999;
    border: 1px solid #999
}

.menu-header.menu-fixed .menu i.fa-bars,
.menu-header.menu-fixed .menu p {
    color: #999
}

.menu-header.menu-fixed {
    padding: 12px 35px
}

.dis-none {
    display: none
}

.menu-header.menu-fixed .logo.pull-left {
    margin: 6px 0
}

.section-holder {
    padding-top: 30px;
}

.popup {
    display: none;
    padding: 45px 102px;
    width: 1200px
}

.popup2 {
    display: none;
    padding: 40px 100px
}

.popup3 {
    display: none;
    padding: 44px;
    width: 800px
}

.popup .left-content h2,
.popup2 .left-content h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 15px
}

.popup .left-content p,
.popup2 .left-content p {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding-bottom: 30px
}

.popup iframe,
.popup2 iframe {
    height: 285px;
    width: 100%
}


/*.google-360-view {
	width: 100%;
	height: 500px
}*/

.popup-360 {
    display: none;
    padding: 25px;
    width: 1000px
}

.appiness-map {
    height: 262px;
    width: 100%
}

.business-across-google-360 {
    text-align: center;
    padding-bottom: 12%;
    clear: both;
}

.business-across-google-360 h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 25px
}

.business-across-google-360 p {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 14% 6%
}

.icon-360 {
    opacity: 0
}

.our-work-item a:hover .icon-360 {
    opacity: 1;
    bottom: 52%
}

a.menu-active {
    color: #176cec!important;
}

.business-view-holder .play-video iframe.vid-height {
    height: 298px;
    width: 100%
}

.pop-play-video {
    height: 400px;
    width: 100%
}

.menu-header.menu-fixed .menu-fade {
    top: 8px
}

.menu-fade ul li a:hover {
    color: #176cec;
}

.pad0 {
    padding: 0
}

.border-style1 {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.border-style2 {
    border-bottom: 1px solid #dadada
}

.contact-form .input-group {
    position: relative;
    width: 100%
}

.contact-form .input-group label {
    color: #757575;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: 24%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    transition: .2s ease all;
    z-index: 2;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px
}

.contact-form .input:focus,
.contact-form .textarea:focus {
    border-bottom: 1px solid #ccc
}

.contact-form input.has-value+label,
.contact-form input:focus+label,
.contact-form textarea.has-value+label,
.contact-form textarea:focus+label {
    top: -12%;
    font-size: 12px;
    color: #000;
    border-color: #999
}

.header-holder {
    position: relative
}

.popup .left-content ul li p,
.popup2 .left-content ul li p {
    padding-bottom: 4px
}

.popup2 .left-content ul {
    padding-left: 15px
}

.start-new .gmnoprint {
    display: none
}

.start-new .rotate-360 {
    width: 100%;
    height: 734px
}

.map-label {
    font-size: 15px;
    color: #830000;
    font-weight: 700
}

.map-label2 {
    font-size: 15px;
    color: #000;
    font-weight: 700
}

.contact-us .contact-form {
    z-index: 2
}

.top-overlay {
    background-color: hsla(0, 0%, 0%, .4);
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.parsley-required {
    color: red;
    margin-top: -40px;
    list-style: none;
    font-size: 12px
}

.parsley-errors-list {
    padding: 0;
    margin-left: 0;
    float: left
}

.slider-holder .carousel-control.left {
    background-image: inherit;
}

.slider-holder .carousel-control.right {
    background-image: inherit;
}

.slider-holder .carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: inline-block;
}

.slider-holder .arrow-left-holder>img {
    position: absolute;
    top: 65%;
}

.slider-holder .arrow-right-holder>img {
    position: absolute;
    top: 65%;
}

.slider-holder .carousel-inner>.item {
    padding-top: 25%;
}

.slider-holder .carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    top: 10%;
    z-index: 0;
}

.center-caption h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
    text-shadow: none;
}

.center-caption p {
    font-family: 'Open Sans', sans-serif;
    color: #8b8b8b;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 14%;
    text-shadow: none;
}

.slider-holder .carousel-indicators {
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 60%;
}

.slider-holder .carousel-indicators .active {
    background-color: #9b9b9b;
}

.slider-holder .carousel-indicators li {
    border: 1px solid #706f6f;
}

.head-p-text {
    font-size: 13px;
    font-weight: 600;
}

.banner-iframe {
    height: 500px;
}

@media (min-width:1360px) and (max-width:1366px) {
    .fancybox-close {
        width: 50px!important;
        height: 50px!important;
        background-position: -17px -235px!important
    }
    .popup-360 {
        padding: 40px
    }
    .popup {
        padding: 20px
    }
    .popup .left-content h2,
    .popup2 .left-content h2 {
        margin-bottom: 15px
    }
    .section-holder h3 {
        margin-bottom: 20px
    }
    .about-us h4 {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .start-life-holder h2 {
        font-weight: 400;
        font-size: 27px
    }
    .start-life-holder img {
        margin-bottom: 25px
    }
    .business-across-google-360 p,
    .start-life-holder p {
        font-size: 16px
    }
    .responsive-360>img {
        height: 300px
    }
    .about-us h4 {
        font-size: 15px;
        margin-bottom: 5px
    }
    .about-us .section-holder {
        left: 0;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 0
    }
    .virtual-tour-360 {
        padding: 20px 50px
    }
    .virtual-tour-slider {
        padding: 20px 0
    }
    .tour-navigation a.tour-icon-left,
    .tour-navigation a.tour-icon-right {
        top: 40%
    }
    .contact-us .section-holder {
        padding-bottom: 30px
    }
    .cbp-so-side img {
        display: none
    }
    .contact-us p,
    .section-holder p {
        font-size: 15px;
        line-height: 25px
    }
    .section-holder h3 {
        margin-bottom: 0;
        font-size: 26px
    }
    .business-across-google-360 h4 {
        font-size: 24px;
        padding-bottom: 20px
    }
    .contact-us {
        padding: 4% 0
    }
    .about-us p {
        margin-bottom: 10px
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        display: inline-block;
        height: auto;
    }
    .business-view {
        margin: 3% auto 0
    }
    .business-view-holder h4 {
        margin-bottom: 20px;
        font-size: 24px
    }
    .business-view-holder p {
        font-size: 16px;
        line-height: 24px
    }
    .business-view-holder {
        padding: 20px 50px
    }
    .contact-us .address h5 {
        padding-top: 25px
    }
    .icon-360 {
        display: none
    }
    .contact-us .section-holder p {
        font-size: 16px;
        padding: 0 20px;
        line-height: 25px
    }
    .about-us h4 {
        line-height: 24px
    }
    .container {
        width: auto
    }
    .tour-navigation {
        display: block
    }
    #panorama .gm-style {
        display: none
    }
    .rotate-360 {
        background: none!important
    }
    .start-new .rotate-360,
    .top-overlay {
        height: 500px
    }
    .down-arrow {
        display: none
    }
    .popup2 {
        padding: 10px!important
    }
    .popup {
        padding: 10px!important;
        width: 100%
    }
    .virtual-tour-slider .item a {
        width: 100%
    }
    .menu-fade ul {
        padding: 20px 35px
    }
    .menu-fade ul li {
        display: block;
        padding-bottom: 10px
    }
    .menu-close {
        float: right;
        padding-bottom: 10px;
        position: absolute;
        right: 15px;
        margin-top: 10px
    }
    .contact-form .input-group label {
        padding-bottom: 25px
    }
    .google-photo {
        bottom: 20%
    }
    .business-view {
        padding: 0 0 30px;
    }
    .slider-holder .carousel-inner>.item img {
        padding: 0 35px;
    }
    .start-life-holder p {
        line-height: 24px;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .start-life-holder p {
        line-height: 26px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .business-view-holder h4 {
        font-size: 20px;
        margin-bottom: 15px
    }
    .about-us .section-holder {
        left: 0;
        padding: 20px 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .cbp-so-side img {
        display: none
    }
    .about-us p {
        padding: 0 20px
    }
    #panorama .gm-style {
        display: none
    }
    .rotate-360 {
        background: none!important
    }
    .start-new .rotate-360,
    .top-overlay {
        height: 600px
    }
    .down-arrow {
        display: none
    }
    .about-us h4,
    .contact-us .section-holder p,
    .virtual-tour p {
        font-size: 20px;
        line-height: 25px
    }
    .popup2 {
        padding: 10px!important
    }
    .popup {
        padding: 10px!important;
        width: 100%
    }
    .virtual-tour-slider .item a {
        padding: 10px
    }
    .business-across-google-360 h4 {
        margin-bottom: 15px;
        font-size: 22px
    }
    .business-view {
        margin: 2% auto 0
    }
    .section-holder h3 {
        margin-bottom: 20px;
        font-size: 25px
    }
    .start-life-holder h2 {
        font-size: 40px
    }
    .start-new {
        height: 550px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .section-holder {
        padding-top: 20px !important;
    }
    .menu-fade ul li a {
        line-height: 16px;
    }
    .banner-iframe {
        height: 220px;
    }
    .start-new .google-photo {
        right: 52px !important;
        bottom: 30px !important;
        text-align: right;
    }
    .start-new .google-photo img {
        width: 15%;
    }
    .menu-header.menu-fixed .logo.pull-left {
        margin: 15px 0px;
    }
    .menu {
        padding: 2px 8px;
    }
    .business-view-holder h4 {
        font-size: 15px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 20px;
    }
    .business-across-google-360 h4 {
        font-size: 15px
    }
    .responsive-360>img {
        height: 150px;
        margin-bottom: 30px
    }
    .section-holder h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .virtual-tour-360 {
        padding-top: 0;
        padding-bottom: 0
    }
    .about-us img,
    .cbp-so-side img {
        display: none
    }
    .menu-header {
        padding: 20px 0
    }
    .logo1 {
        width: 60%;
    }
    .menu-header.menu-fixed {
        padding: 0px
    }
    .business-view-holder .get-started-btn {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .business-across-google-360 h4,
    .business-view-holder,
    .virtual-tour-p {
        padding: 10px
    }
    .business-across-google-360 {
        padding: 0
    }
    .about-us h4,
    .contact-us .section-holder p,
    .virtual-tour p {
        font-size: 13px;
        line-height: 19px;
        margin: 0
    }
    .icon-360 {
        display: none
    }
    .about-us .section-holder {
        position: static;
        padding: 0 20px
    }
    .virtual-tour-slider .item p {
        padding: 5px
    }
    .virtual-tour-slider {
        padding: 0 20px
    }
    .virtual-tour-slider .item a {
        width: 100%;
        display: inline-block;
        padding: 10px
    }
    .start-life-holder {
        left: 0;
        right: 0;
        top: 15%;
        padding: 20px 15px;
    }
    .start-life-holder img {
        margin-bottom: 10px;
        height: 70px
    }
    .start-life-holder h2 {
        font-size: 14px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    footer {
        padding: 20px
    }
    footer p {
        font-size: 12px
    }
    .down-arrow {
        display: none
    }
    .google-photo {
        bottom: 6%;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center
    }
    .contact-us .section-holder {
        padding: 0 20px 20px
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        margin: 0 auto;
        width: 100%
    }
    .menu-fade ul li {
        display: block;
        padding-bottom: 0px;
        padding-right: 25px
    }
    .menu-close {
        position: absolute;
        right: 10px
    }
    #panorama .gm-style {
        display: none
    }
    .rotate-360 {
        background: none!important
    }
    .start-life-holder p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .get-started-btn a {
        font-size: 15px;
        padding: 10px 15px;
        line-height: 16px
    }
    .top-overlay {
        height: 455px
    }
    .bottom-line {
        bottom: -3px !important;
    }
    .start-new .rotate-360 {
        height: 455px
    }
    .logo {
        margin: 5px
    }
    .business-across-google-360 p,
    .business-view-holder p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 15px!important
    }
    .virtual-tour {
        padding: 10px
    }
    .contact-us {
        padding: 2% 0
    }
    .appiness-map {
        height: 200px
    }
    .business-view {
        margin: 0;
        padding: 0 0 30px;
    }
    .contact-us .address {
        padding: 0 10px
    }
    .contact-us .address h5 {
        margin: 0;
        padding: 10px 0
    }
    .about-us p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 19px
    }
    .contact-us .contact {
        padding: 0 10px;
        margin-bottom: 30px
    }
    .contact-form .form-control {
        margin-bottom: 25px
    }
    .contact-form .submit input {
        font-size: 12px;
        padding: 8px 15px
    }
    .contact-us .address p,
    .contact-us .contact p {
        font-size: 13px
    }
    form#contact_form {
        margin: 20px 0
    }
    .tour-navigation {
        display: block
    }
    .popup3 {
        padding: 10px;
        width: 250px;
        height: 215px
    }
    .pop-play-video {
        width: 100%;
        height: 195px
    }
    .fancybox-inner {
        height: 175px
    }
    .fancybox-close {
        background-position: 40px -139px!important;
        height: 30px!important;
        width: 30px!important;
        background-size: 50px
    }
    .popup2 {
        padding: 10px!important
    }
    .popup {
        padding: 10px!important;
        width: 100%
    }
    .popup .left-content h2,
    .popup2 .left-content h2 {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 35px;
        font-size: 20px
    }
    .popup .left-content p,
    .popup2 .left-content p {
        font-size: 14px
    }
    .tour-navigation a.tour-icon-left,
    .tour-navigation a.tour-icon-right {
        top: 50%
    }
    .btn.next.tour-icon-right>img,
    .btn.prev.tour-icon-left>img {
        width: 22px
    }
    .popup iframe,
    .popup2 iframe {
        height: auto
    }
    .success {
        font-size: 12px
    }
    .slider-holder .carousel-caption {
        padding-bottom: 30px;
        top: 2%;
    }
    .slider-holder .carousel-inner>.item img {
        padding: 0 20px;
    }
}

@media (min-width:360px) and (max-width:479px) {
    .business-across-google-360 h4,
    .business-view-holder,
    .virtual-tour-p {
        padding: 14px;
    }
    .slider-holder .carousel-inner>.item {
        padding-top: 35%;
    }
    .slider-holder .carousel-caption {
        padding-bottom: 30px;
        top: 0;
    }
    .business-view {
        padding: 0;
    }
    .slider-holder .carousel-inner>.item img {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .slider-holder .carousel-indicators {
        bottom: 10px;
    }
}

@media (max-width:359px) {
    .slider-holder .carousel-caption {
        padding-bottom: 0;
        top: 3%;
    }
    .center-caption p {
        padding: 0 10px;
    }
    .slider-holder .carousel-inner>.item {
        padding-top: 40%;
    }
    .business-view {
        margin: 0 auto;
        max-width: 1120px;
        padding: 15px 0 30px;
        position: relative;
    }
}


/* position: absolute;
bottom: 30px;
right: 78px;
z-index: 1; */

.google-street-view-logo {
    margin-top: 32px;
}

.iconColor img {
    background-color: red;
    border-radius: 4px;
}

.virtual-tour-slider .col-lg-4:nth-child(2n+2) .iconColor img {
    background-color: blue !important;
}