﻿body{
    line-height: 1.8 !important;
    font-size:18px!important;
}
p {
    font-size: 17px !important;
}
a {
    color: var(--theme-color-01);
}
    a:hover {
        color: var( --black-color);
    }
.h2, h2 {

    font-weight:bold;
    font-size: 22px !important;
    color: var(--theme-color-01);
}
h4{
    font-size:18px!important;
    margin:0px!important;
}
.h3, h3 {
    font-size: 20px;
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6
{
    text-transform:unset;
}
.titleHeight
{
height:80px;
}
.briefHeight {
    height: 250px;
}
.serviceBriefHeight {
    height: 400px;
}


.chooseHeight
{
    height:600px;
}
.success {
    color: green;
}
.error {
    color: var(--red-color);
}
.font-size-3 {
    font-size: 35px;
    line-height: 50px;
}
footer .social a, footer .social a:focus {
    font-size: 1.8em !important;
}
.bigSize{
    font-size:26px!important;
}
.otherImage {
    padding-top: 75% !important;
}

/*.card-cus-01 .card-img
{
    padding-top:50%!important;
}*/
.page-title {
    height: unset !important;
    background-image: unset !important;
    background-color: unset !important;
}
.sec-home-01::before
{
    height:unset;
}
.sec-home-01 {

    z-index:unset;
}
.table-1 {
    width: 100% !important;
    direction: ltr;
}
    .table-1 tr:first-child {
        background-color: var(--theme-color-01);
        color: var(--white-color);
    }
    .table-1 tr td {
        padding: 10px;
        border: 1px solid var(--theme-color-01);
        text-align: center;
    }
.darkColor {
    color: var(--theme-color-02)!important;
}
.btn-cus-03, .btn-cus-03:focus {
    color: var(--theme-color-01) !important;
}
.card-cus-01 .card-name {
    padding: 15px 15px;
}
    .card-cus-01 .card-name a, .card-cus-01 .card-name a:focus
    {
        font-size:18px!important;
    }
.card-cus-02 .card-name, .card-cus-02 .card-name a, .card-cus-02 .card-name a:focus
{
    direction:ltr;
}
.section-full-02 {
    z-index:unset;
}

    @media only screen and (min-width: 250px) and (max-width: 991px) {
        iframe {
            height: 250px !important;
            width: 98%;
        }

        .wid-50 {
            width: 100%;
        }

        .flexdis {
            display: unset;
        }

        .testi-home {
            height: 600px;
        }

        .bgHeight {
            height: 280px;
        }

        .marg-top {
            margin-top: 150px !important;
        }

        .bgmob {
            background-size: contain !important;
            background-position: 0 0 !important;
        }

        .card-cus-05 .card-info p {
            height: 220px !important;
        }

        .bgHeight2 {
            height: 270px;
        }
    }

    @media (min-width: 992px) and (max-width: 1600px) {
        iframe {
            height: 350px !important;
            width: 60% !important;
        }

        .sec-home-01 {
            height: 500px !important;
        }

        .bgHeight {
            height: 180px;
        }

        .bgHeight2 {
            height: 250px;
        }
    }

    .mfp-iframe-scaler iframe {
    width: 100% !important;
    height: 100% !important;
}