@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../fonts/PTSans-NarrowBold.eot');
    src: url('../fonts/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-NarrowBold.woff') format('woff'), url('../fonts/PTSans-NarrowBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Italic.eot');
    src: url('../fonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Italic.woff') format('woff'), url('../fonts/PTSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-BoldItalic.eot');
    src: url('../fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-BoldItalic.woff') format('woff'), url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../fonts/PTSans-Narrow.eot');
    src: url('../fonts/PTSans-Narrow.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Narrow.woff') format('woff'), url('../fonts/PTSans-Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'PT Sans';
    margin-top: 107px;
    background: #ffffff;
}

/*.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -14em;
}

@media screen and (max-width: 800px) {
    .wrapper {
        margin: 0 auto 0em;
    }
}*/
 
p {
    text-align: justify;
}

.blurContainer {
    position: relative;
    /* margin-bottom: -16px; */
    background: black;
    height: 524px;
    overflow: hidden !important;
    z-index: 90;
    margin-top: 0px;
}

.blurContainer.childPage {
    height: 220px;
}

.blurBanner {
    z-index: 8;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    /* display: none; */
    left: -20px;
    top: -17px;
}

.ieBlured {
    width: 300px;
    height: 180px;
    /* margin-left: -100px; */
    /*position: absolute;*/
    /*transform: scale(2.5);*/
    /*left: 0;*/
}

.svgBlured {
    margin-left: -78%;
    overflow: visible !important;
}

.imageAfterBlured {
    position: absolute;
    z-index: 9;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 0px;
    bottom: 0;
    height: 100%;
}

.header_menu {
    background: #807c71;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.top_menuBox {
    max-width: 2560px;
    margin: auto auto;
    padding-left: 328px;
    padding-right: 138px;
    display: table;
    width: 100%;
}

.company_logo {
    width: 21.5%;
    float: left;
    color: #fff;
    margin-top: 4px;
}

.bg-background {
    width: 100%;
    height: 250px;
}

.top_menu_list {
    width: 47.8%;
    float: left;
}

.header_menu_social,
.header_menu_number {
    width: 14%;
    float: left;
    color: #fff;
}

.navbar {
    background: transparent;
    margin-bottom: 0px;
    min-height: inherit;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    max-width: 2550px;
    margin: auto;
    padding-left: 325px;
    padding-right: 278px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'PT Sans';
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
}

.company_logo {
    font-family: 'PT Sans Narrow';
    font-size: 30px;
}

.header_menu_social {
    list-style: none;
    padding: 0px;
    margin-top: 13px;
}

.header_menu_social li {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.header_menu_number {
    font-size: 28px;
    font-family: 'PT Sans';
}

.centerContainer {
    max-width: 980px;
    padding: 0px;
}

.centermenuContainer {
    max-width: 740px;
    padding: 0px;
}

.site_map {
    width: 100%;
    height: 200px;
}

.centerContainercontact {
    max-width: 680px;
    padding: 0px;
}

section {
    display: table;
    width: 100%;
}

.why_us_section {
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 9999;
    /* position: absolute; */
    margin-top: 0px;
    background: white;
}

.whatotherssayback {
    background: #f1f1f1;
}

.what_others_say_box {
    padding-top: 20px;
    padding-bottom: 74px;
    width: 100%;
}

.what_others_readMore {
    width: 142px;
    display: block;
    padding-top: 13px;
    margin: auto auto;
    padding-bottom: 13PX;
    text-align: center;
    background: #807c71;
    color: #fff;
}

.what_others_readMore:hover {
    text-decoration: none;
    color: #fff;
}

.section_title {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
}

.why_us_detail {
    font-family: 'PT Sans';
    font-size: 15px;
}

.servicesbusinessBox {
    padding-top: 45px;
    background: white;
    padding-bottom: 45px;
}

.what_others_star {
    margin-bottom: 4px;
}

.what_others_address {
    margin-bottom: 4px;
    font-size: 15px;
    color: #989898;
}

.read_more_box {
    margin-top: 22px;
}

.what_others_boxMargin {
    /* margin-bottom: 38px; */
}

.business_hours_list {
    list-style: none;
    padding: 0px;
    margin: auto auto;
    /* width: 230px; */
    font-size: 15px;
    color: #000;
    padding-top: 24px;
}

.business_hours_list li {
    margin-bottom: 25px;
    margin-right: 0px;
    color:black !important;
}


/*Added for the actionlink inside the services list*/
.business_hours_list li a{
    color:black !important;
    text-decoration:none !important;
}

.business_hours_list li a :hover{
    color:black !important;
}
/* end */

.business_hours_list span {
    float: right;
}

.nineSpace {
    letter-spacing: 0.4px;
}

.timeSpace {
    float: right;
}

.paddingNone {
    padding: 0px;
}

.servicesbusinessInnerBox {
    background: #f1f1f1;
}

.services-box-3 {
    margin-bottom: 30px;
    padding: 0 15px;
}

.services-box-3:first-child {}

.servicesbusinessInnerBox {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 19px;
    padding-bottom: 24px;
}

.servicesbusinessInnerBox.businessHours {
    padding: 30px 56px;
    padding-bottom: 15px;
}

.servicesbusinessInnerBox input {
    background: #fff;
    height: 38px;
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-style: italic;
    margin-top: 3px;
    outline: none;
}

.servicesbusinessInnerBox textarea {
    background: #fff;
    height: 90px;
    width: 100%;
    border: 0px;
    margin-bottom: 5px;
    padding-left: 12px;
    font-style: italic;
    outline: none;
    padding-top: 14px;
}

.captch_code_enter {
    height: 40px;
}

.captch_code {
    border: 1px #ccc;
    height: 40px;
}

.submit_botton {
    width: 142px !important;
    background: #807c71 !important;
    font-style: normal !important;
    /* font-weight: bold; */
    font-size: 14px;
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 30px !important;
}

.howcanwehelp {
    background: #807c71;
    padding-top: 28px;
    padding-bottom: 28px;
}

.footer {
    background: #404040;
    padding-top: 45px;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .howcanwehelp {
        background: #807c71;
        padding-top: 28px;
        padding-bottom: 28px;
        position: relative;
        bottom: inherit;
    }

    .footer {
        background: #404040;
        padding-top: 45px;
        color: #fff;
        font-size: 16px;
        position: relative;
        bottom: 0;
    }
}


.howcanwe_help_text {
    font-size: 28px;
    color: #fff;
}



.footer_menu {
    list-style: none;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer_menu li {
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
}

.footer_menu li a,
.footer_menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_social {
    /*57 original*/
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
}

.footer_address {
     margin-bottom: 10px;
}

.footer_number {
    font-size: 28px;
    margin-bottom: 30px;
}

.footer_copyright {
    /*245 original*/
    margin-bottom: 50px;
}

.code_botton {
    background: #fff;
    text-align: center;
    padding-top: 5px;
}

.close_postion {
    position: relative;
}

.gallery_close {
    position: absolute;
    z-index: 9999;
    font-size: 25px;
    top: -10px;
    right: -12px;
    opacity: 1;
    background: #fff !important;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    outline: none;
}

.close:focus,
.close:hover {
    opacity: 1 !important;
}


/*****************************************************************/

.services_section {
    padding-top: 45px;
    padding-bottom: 100px;
}


/*****************************************************************/

.aboutUs_section {
    padding-top: 48px;
    padding-bottom: 160px;
}

.about_title_name {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 42px;
    text-align: center;
}


/******************************************************************/

.menu_section {
    /* padding-top: 4px; */
    padding-bottom: 66px;
    background: white;
}

.menu_title_name {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 42px;
    text-align: center;
    margin-top: 44px;
}

.menu_list {
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}

.menu_list:last-child {
    border-bottom: 0px;
}

.menu_price_list {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.menu_price_list> div {
    padding: 0px
}

.menu_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
}

.menu_subtitle {
    font-size: 14px;
}

.menu_price {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 0px;
}


/******************************************************************/

.contact_title_name {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 26px;
    text-align: center;
    margin-top: 45px;
}

.contact_form {
    margin-bottom: 102px;
}

.contact_form input {
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    margin-bottom: 15px;
}

.contact_form textarea {
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 168px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.submit_contact {
    background: #807c71;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.contactUs_address {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 0px;
}

.contact_number {
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 30px;
}


/******************************************************************/

.centerContainerreviews {
    max-width: 968px;
    padding: 0px;
}

.review_list_itemBox {
    max-width: 578px;
    padding-top: 29px;
}

.review_input_Box {
    max-width: 338px;
    float: right;
    padding-top: 31px;
}

.reviews_input {
    background: #f1f1f1;
    height: 38px;
    border: 0px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    outline: inherit;
    padding-left: 10px;
}

.reviews_textarea {
    background: #f1f1f1;
    height: 38px;
    border: 0px;
    width: 100%;
    margin-bottom: 4px;
    font-weight: normal;
    outline: inherit;
    padding-left: 10px;
    height: 130px;
}

.reviews_submit {
    background: #807c71;
    height: 38px;
    border: 0px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    outline: inherit;
    padding-left: 10px;
    color: #fff;
}

.review_heading {
    font-family: 'PT Sans';
    font-size: 16pt;
    margin-bottom: 9px;
}

.review_list_item {
    border-bottom: 1px solid #f1f1f1;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: -10px;
}

.review_list_item_first {
    margin-top: 29px;

}
.main-review {
    margin-top:-22px;
}
.review_list_item:last-child {
    border-bottom: 1px solid #d4d4d4;
}

.reviewitem_addressdate {
    margin-bottom: 12px;
    display: table;
    width: 100%;
}

.reviewitem_title {
    color: #989898;
    font-size: 15px;
}

.reviewitem_subtitle {
    color: #989898;
    font-size: 15px;
}

.reviewitem_date {
    font-size: 15px;
    color: #989898;
    text-align: right;
}

.reviewitem_star {
    text-align: right;
}

.reviews_detailText {
    font-size: 15px;
}

.add_reviewTitle {
    float: left
}

.add_review_star {
    float: right;
    width: 120px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -9px;
}

.reviews_title_name {
    font-family: 'PT Sans';
    font-size: 28px;

    text-align: center;
    margin-top: 45px;
}

.rate-ex1-cnt {
    text-align: left;
    width: 100%;
    margin-top: 19px;
}

.rate-ex1-cnt .rate-btn {
    width: 20px;
    height: 25px;
    background: url(../images/black-star.png) no-repeat;
    cursor: pointer;
    display: inline-block;
}

.rate-ex1-cnt .rate-btn:hover,
.rate-ex1-cnt .rate-btn-hover,
.rate-ex1-cnt .rate-btn-active {
    background: url(../images/add-review.png) no-repeat;
}

/*Average Rating*/
.averagerating{
    /*margin-top:20px;*/
     font-size: 28px;
}

/******************************************************************/

.centerContainergallery {
    max-width: 980px;
    padding: 0px;
}

.gallery_title_name {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 32px;
    text-align: center;
    margin-top: 45px;
}

.gallery_itemBox {
    padding: 0px;
    text-align: center;
}

.gallery_itemBox li {
    margin: 2px;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px
}

.gallery_videotitle_name {
    font-family: 'PT Sans';
    font-size: 28px;
    margin-bottom: 34px;
    text-align: center;
    margin-top: 20px;
}

.responsive-img {
    max-width: 100%;
    text-align: center;
}

.navbar-toggle {
    padding: 24px 10px;
}

.mobile_display {
    display: none;
}


/***********************************************************/

@media (min-width: 1675px) {
    .header_menu_number {
        padding: 0px 10px 0px 10px;
    }
}

@media (min-width: 1175px) {
    .header_menu_social {
        margin-top: 10px;
    }
}

@media (min-width: 1050px) {
    .header_menu_social {
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: 50%;
        padding: 0px 5px 0px 5px;
    }
    .navbar-collapse li {}
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin-top: 6.5px;
        font-size: 16px;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
}

.nav>li>a {
    color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


/******************************************************************/

@media(max-width:2000px) {
    .navbar {
        background: transparent;
        margin-bottom: 0px;
        min-height: inherit;
        color: #fff;
        border: 0px;
        border-radius: 0px;
        max-width: 2550px;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:1935px) {
    .header_menu_number {
        font-size: 22px;
        margin-top: 8px;
    }
}

@media(max-width:1680px) {
    .top_menuBox {
        padding-left: 138px;
        padding-right: 138px;
    }
}

@media(max-width:1680px) {
    .top_menuBox {
        padding-left: 100px;
        padding-right: 38px;
    }
    .header_menu_social {
        width: 10%;
    }
    .header_menu_number {
        width: 18%;
    }
}

@media(max-width:1320px) {
    .top_menuBox {
        padding-left: 50px;
        padding-right: 15px;
    }
    .company_logo {
        padding-left: 30px;
    }
    .header_menu_social {
        width: 10%;
    }
    .header_menu_number {
        width: 18%;
    }
    .header_menu_number {
        font-size: 20px;
    }
}

@media(max-width:1200px) {
    body {
        margin-top: 88px !important;
    }
    .bluredContainer.childPage .imageAfterBlured{
        margin-left: -20px;
    }
    .company_logo {
        font-size: 25px;
        margin-top: 7px;
    }
    .header_menu {
        padding-top: 20px;
        padding-bottom: 21px;
    }
}

@media(max-width:1070px) {
    .header_menu_number {
        font-size: 18px;
    }
    .header_menu_number {
        font-size: 17px;
    }
    .navbar-collapse li {
        font-size: 14px;
    }
    .header_menu_number {
        margin-top: 13px;
    }
}

@media(max-width: 992px) {
    .services-box-3 {
        margin-bottom: 30px;
        padding: 30px 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 12px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-header {
        position: absolute;
        right: 0;
        top: -4px;
    }
    .navbar-collapse {
        border: 0px;
    }
    .navbar-default .navbar-collapse {
        border-color: transparent;
        box-shadow: none;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle {
        padding-top: 30px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFEFE;
        border-radius: 5px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 36px;
        height: 4px;
        border-radius: 1px;
        background: #fff;
        color: #fff;
    }
    /*****************************/
    .company_logo,
    .header_menu_social,
    .header_menu_number {
        text-align: left;
    }
    .what_others_sayBox {
        text-align: center;
    }
    .header_menu {
        padding-top: 22px;
        padding-bottom: 29px;
    }
    .mobile_none {
        display: none;
    }
    .header_menu_social,
    .header_menu_number {
        text-align: center;
    }
    /*******************************/
    .review_list_itemBox,
    .review_input_Box {
        max-width: 100%;
    }
    .mobile_display {
        display: block;
    }
    .company_logo {
        width: 100%;
        padding-left: 0px;
    }
    .top_menuBox {
        padding-left: 15px;
    }
    .top_menu_list {
        width: 100%;
        float: none;
    }
    .header_menu_number {
        width: 100%;
        float: none
    }
    .header_menu_social {
        width: 100%;
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .business_hours_list {
        width: 100%;
        /* padding: 30px 50px; */
    }
}

@media(max-width:767px) {
    .site_map {
        height: 350px;
    }
    .centerContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .what_others_sayBox {
        margin-bottom: 25px;
    }
    .services_section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .aboutUs_section {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .menu_price_list {
        text-align: center;
    }
    .footer_copyright {
        margin-bottom: 75px;
    }
    .footer_menu li {
        margin-bottom: 20px;
    }
    .centerContainercontact {
        padding-left: 15px;
        padding-right: 15px;
    }
    /**************************/
    .centerContainerreviews {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contactUs_address {
        float: none !important;
        padding-left: 0px;
        text-align: left;
    }
    .contact_number {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contactUs_address {
        font-size: 15px;
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 14px;
    }
    .centermenuContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu_section {
        padding-bottom: 0px;
    }
    .menu_price {
        text-align: center;
    }
    .contact_form {
        margin-bottom: 32px;
    }
    .contact_br {
        display: none
    }
    /******************************/
    .reviewitem_addressdate,
    .reviewitem_date,
    .reviewitem_star {
        text-align: center
    }
    .reviewitem_date {
        margin-top: 5px;
    }
    .video_itemBox {
        margin-bottom: 50px;
    }
    /*************************/
}

@media(max-width: 650px) {
    .reviews {
        /* margin-top: 400px !important; */
    }
}

@media(max-width: 500px) {
    .reviews {
        /* margin-top: 444px !important; */
    }
    p {
        text-align: justify;
    }
    .img-responsive {
        width: 100%;
        max-width: 300px;
        height: 150px;
        margin-left: -50px;
    }
    .video_itemBox {
        padding-left: 15px;
        padding-right: 15px;
    }
    .what_others_say_box {
        padding-top: 22px;
        padding-bottom: 28px;
    }
    .submit_botton {
        margin-top: 17px !important;
    }
    .contactUs_address {
        padding-left: 0px;
    }
}

@media(max-width:480px) {
    .what_others_readMore {
        padding: 10px 5px;
        width: 120px;
    }
    .add_reviewTitle {
        float: none;
        margin-bottom: 0px;
    }
    .add_review_star {
        float: none;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 0px;
    }
}

@media(max-width: 1000px) {
    .blurContainer {
        height: 260px;
    }
    .blurBanner {}
    .header_menu {}
    .reviews {}
}

@media(max-width: 430px) {
    .reviews {
        /* margin-top: 544px !important; */
    }
    .imageAfterBlured {
        left: 0;
        right: 0;
        margin: auto;
    }
    .blurContainer.childPage .imageAfterBlured {
        left:0% !important;
    }
}

@media(max-width: 340px) {
    .reviews {
        /* margin-top: 644px !important; */
    }
}
.video-container {
    width: 55%;
    margin: auto;
    height: auto;
    display: block;
}

@media screen and (max-width: 500px) {
    .video-container {
        width: 70%;
        margin-left: 15%;
    }

}


@media screen and (min-width: 995px) {
    body {
        margin-top: 0px !important;
    }

    body > div.header_menu {
        width: 100%;
        text-align: center;
        position: relative;
        height: 140px;
        padding: 18px 0px;
    }

    body > div.header_menu > nav {
        padding: 0 !important;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    body > div.header_menu > nav > div.company_logo {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        float: initial;
        text-align: center;
        width: 90%
    }

    #navbar-brand-centered {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    body > div.header_menu > nav > ul {
        position: absolute;
        width: 200px;
        margin: auto !important;
        bottom: 0;
        top: 0;
        left: 20px;
        height: 25px;
    }

    body > div.header_menu > nav > div.col-md-2.header_menu_number.mobile_none {
        position: absolute;
        margin: auto;
        right: 20px;
        top: 0;
        bottom: 0;
        height: 32px;
        width: 220px;
        text-align: right;
    }






}