﻿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;
}

.bgHeight {
    height: 180px;
}
.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:19px!important;
    }
    @media only screen and (min-width: 320px) and (max-width: 991px) {
        iframe {
        height: 250px !important;
        width: 98%;
    }
    .wid-50{
        width:100%;
    }
    .flexdis{
        display:unset;
    }
        .testi-home {
            height: 600px;
        }
    /*.page-title {
        margin-top: 63px !important;
    }*/
}

@media (min-width: 992px) and (max-width: 1600px) {
    iframe {
        height: 350px !important;
        width: 60% !important;
    }
    .sec-home-01
    {
        height:500px!important;
    }
   /* .page-title {
        margin-top:75px!important;
    }*/
}
.mfp-iframe-scaler iframe {
    width: 100% !important;
    height: 100% !important;
}