.instagarm iframe {
    height: 73% !important;
}


.header_type_image {
    height: 400px;
    max-height: 600px;
}

.default-form .form-group input[type="checkbox"],
.contact-form .form-group input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: 20px;
    line-height: 33px;
    padding: 0px;
    height: 20px;
    color: #000000;
    background: none;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    border-bottom: 2px solid #dadada;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

table.pricetable {

    width: 100%;
}

table.pricetable tr {
    border-bottom: 1px solid #f4f4f4;
}

table.pricetable tr td {
    padding: 5px 0;
}

.pagination a {
    font-weight: bold;
    padding: 5px 7px;
    margin-right: 5px;
    border: 1px solid #f4f4f4;

}

.pagination a.active {
    font-weight: bold;
    padding: 5px 7px;
    margin-right: 5px;
    border: 1px solid #000;
    color: #000;
}

.page-title .page-breadcrumb li a {
    color: #DF5C25;
}

@media screen and (max-width: 767px) {
    .main-menu .navbar-collapse>.navigation {
        border: 0px;
    }

    .page-title {
        position: relative;
        padding: 150px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width: 480px) {
    table.pricetable tr td {
        font-size: 14px;
        width: 30% !important;
    }

    .list-style-three li {

        font-size: 17px;

    }

    .top-right {
        display: none;
    }






}