.row
{
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col
{
    max-width: 100%;

    flex-basis: 0;
    flex-grow: 1;
}

.col-auto
{
    width: auto;
    max-width: none;

    flex: 0 0 auto;
}

.col-1
{
    max-width: 8.33333%;

    flex: 0 0 8.33333%;
}

.col-2
{
    max-width: 16.66667%;

    flex: 0 0 16.66667%;
}

.col-3
{
    max-width: 25%;

    flex: 0 0 25%;
}

.col-4
{
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
}

.col-5
{
    max-width: 41.66667%;

    flex: 0 0 41.66667%;
}

.col-6
{
    max-width: 50%;

    flex: 0 0 50%;
}

.col-7
{
    max-width: 58.33333%;

    flex: 0 0 58.33333%;
}

.col-8
{
    max-width: 66.66667%;

    flex: 0 0 66.66667%;
}

.col-9
{
    max-width: 75%;

    flex: 0 0 75%;
}

.col-10
{
    max-width: 83.33333%;

    flex: 0 0 83.33333%;
}

.col-11
{
    max-width: 91.66667%;

    flex: 0 0 91.66667%;
}

.col-12
{
    max-width: 100%;

    flex: 0 0 100%;
}

.p-0
{
    padding: 0 !important;
}

.pr-2
{
    padding-right: .5rem !important;
}

.pr-3
{
    padding-right: 1rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.m-0
{
    margin: 0 !important;
}

.d-flex
{
    display: flex !important;
}

.align-items-center
{
    align-items: center !important;
}

.justify-content-center
{
    justify-content: center;
}

.w-100
{
    width: 100%;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mr-3
{
    margin-right: 1rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.main-btn.download {
    background-color: #2d8a98;
    border-radius: 0;
    display: inline-block;
}

.main-btn.download:hover {
    color: #fff;
    border: none;
}

#estimate-form-2017-wrapper,
.span6,
.estimation-page .row .span6, .products-page .row .span6, .about-us-page .row .span6 {
    width: 100% !important;
}

.heritage-card {
    margin-top: 0;
    margin-bottom: 20px;
    height: auto !important;
}

p {
    padding: 0;
    margin: 0;
}

#edit-submit--2 {
    width: 433px !important;
}

ul.heir-research-list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.expert-card {
    background-color: #e8e8e8;
    margin: 5px;
    min-height: 400px !important;
}

.v-card {
    /* height: 20px; */
    opacity: .4;
    transition: opacity .3s ease-in-out;
    width: 100%;
}

.linkedin {
    /* height: 30px; */
    transition: opacity .3s ease-in-out;
    width: 80%;
}

h6 {
    font-size: 11px;
}

.header_image {
    background-size: cover;
    background-position: center center;
}

.product-details-list {
    min-height: 150px;
    margin-top: 15px;
    list-style: none;
}

.product-details-list li {
    font-size: 16px;
}

.heritage-card p {
    font-size: 16px;
    color: #1a1a1a;
}

.user-info {
    margin: -5px 5px !important;
    background-color: #e8e8e8;
    padding: 10px 5px !important;
    justify-content: center;
}

.tab-content {
    overflow: visible;
}

.image-section {
    width: 80%;
}

.heritage-container span {
    top: -12px;
}

.additional-expert {
    display: none;
}

.additional-expert-button {
    width: 200px;
}

@media only screen and (max-width: 480px)
{
	.col-xs
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-xs-auto
    {
        width: auto;
        max-width: none;

        flex: 0 0 auto;
    }
    .col-xs-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-xs-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-xs-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-xs-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-xs-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-xs-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-xs-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-xs-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-xs-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-xs-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-xs-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-xs-12
    {
        max-width: 100%;

        flex: 0 0 100%;
	}
    .pr-3
    {
        padding-right: 0 !important;
    }
    .mb-2 {
        margin-bottom: 0 !important;
    }
    .mr-3
    {
        margin-right: 0 !important;
    }
     .mobile-mt-3 {
         margin-top: 1rem !important;
     }
     #edit-submit--2 {
         width: 292px !important;
     }
     .page-node-246 .heritage-card {
         height: auto !important;
         padding-bottom: 20px;
     }
     .main-btn.download {
         display: block !important;
         text-align: center !important;
     }
     .expert-bio-modal-wrapper {
         width: unset !important;
     }
     .header_image {
         background-size: cover !important;
         background-position: left center !important;
     }
     .user-info {
         margin: -5px 5px 5px !important
     }
     .image-section {
         width: 100% !important;
     }
}
