﻿body {
    background-image: unset !important;
}
body,p,span {
    font-size:17px!important;
}
h2 {
    color: var(--theme-color-01) !important;
    font-size: 26px !important;
    font-weight: bold !important;
}
h3 {
   line-height:unset!important;
   font-size:22px!important;
}
h4 {
    line-height: unset !important;
    font-size: 20px !important;
}

a {
    color: var(--theme-color-01);
}
a:hover,a:focus {
    color: var(--theme-color-02);
}

.txt1 {
    font-size: 18px !important;
}
.img1{
   width:100px !important;
   max-width:unset!important;
}
.pgTitle {
    font-size: 22px !important;
    font-weight: bold;
}
.card-cus-06 .card-date p
{
    line-height:1.5!important;
}
.info-circle .nav-pills .nav-link.active, .info-circle .nav-pills .show > .nav-link {
    background-color: var(--dark-color-50)!important;
}
.section-full-02
{
    z-index:unset!important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    iframe {
        height: 250px !important;
        width: 98%;
        max-height: 400px;
    }
    .desc img {
        width: 100% !important;
    }
    .accordion-body img {
        width:100%!important;
    }
   
}

@media (min-width: 992px) and (max-width: 1600px) {
    iframe {
        height: 400px !important;
        width: 640px ;
    }
    .desc img {
        width: 500px !important;
    }

    .accordion-body img {
        width:50%!important;
    }
}