﻿body{
    line-height: 1.8 !important;
    font-size:18px!important;
}
p {
    font-size: 17px !important;
}
a {
    color:var( --black-color);
 
}
    a:hover {
        color: var(--theme-color-01);
    }
.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: 450px;
}

.bgHeight {
    height: 250px;
}
.chooseHeight
{
    height:600px;
}
.success {
    color: green;
}
.error {
    color: var(--red-color);
}
.font-size-3 {
    font-size: 35px;
    line-height: 50px;
}
    @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;
        }
}
footer .social a, footer .social a:focus {
    font-size: 1.8em!important;
}
.otherImage {
    padding-top: 75%!important;
}
@media (min-width: 992px) and (max-width: 1600px) {
    iframe {
        height: 350px !important;
        width: 60% !important;
    }
   
}