﻿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;
    margin-top: 10px;
    margin-bottom: 0px;
}
.h2, h2 {
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6
{
    text-transform:unset;
}
.titleHeight
{
height:80px;
}
.briefHeight {
    height: 250px;
}
.successHeight {
    height: 150px;
}
.serviceBriefHeight {
    height: 510px;
}

.bgHeight {
    height: 250px;
}
.chooseHeight
{
    height:600px;
}
.success {
    color: green;
}
.error {
    color: var(--red-color);
}
.font-size-3 {
    font-size: 35px;
    line-height: 50px;
}
.imgNoHeight{
    height:unset!important;
    border:unset!important;
}
.table-1 td {
    border: 1px solid var(--theme-color-01);
    text-align: center;
    padding: 10px;

}
.table-1 tr:first-child {
    background-color: var(--gray-color);
    color: var(--theme-color-01);
}
.page-title
{
    z-index:unset!important;
}
.section-full-02 {
    z-index: unset !important;
}
.section-full-02 {
    z-index: unset !important;
}


footer .social a, footer .social a:focus {
    font-size: 1.8em!important;
}
.otherImage {
    padding-top: 75%!important;
}
.whcolor {
    color:#fff;
}
.size2 {
    font-size:20px!important;
}
.padBottom {
    padding-bottom: 20px !important;
}
header .nav-item .nav-link, header .nav-item .nav-link:focus {
    font-size: 15px!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 {
            background-size: cover;
            background-position: center;
            background-color: var(--theme-color-01);
            height: 300px;
        }
    }

    @media (min-width: 992px) and (max-width: 1600px) {
        iframe {
            height: 350px !important;
            width: 60% !important;
        }

        .page-title {
            background-size: contain;
            background-position: top;
            background-color: var(--theme-color-01);
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 5px !important;
            padding-left: 5px !important;
        }
    }