
@media (max-width:768px) {
    

.logo-bar {
    margin-top: 10px;
}
.toggle {
    display: block;
    background: #dfe0e0;
    padding: 0px 15px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-bar ul li {
    list-style:none;
    display:block;
    width: 100%;
    text-align: center;
}
.nav-bar {
    display: none;
    width: 100%;
    position: absolute;
    background: rgba(37, 37, 39, 0.9);
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.nav-bar ul {
    width:100%;
}
.menu-bar .nav-bar ul li a {
    margin: 0;
    padding: 15px;
}
.active {
    left: 0;
}
.slider-area {
    margin-top: 0px;
}
.top-banner {
    margin: 0px;
}
.service-overly h1 {
    font-size: 24px;
    margin-top: 12px;
    font-weight: 600;
}
.ser-icon {
    margin: auto;
    margin-bottom: 10px;
}
.ser-txt {
    width: 100%;
}
.ser-txt h3 {
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.ser-container {
    margin-bottom: 20px;
}
.tm-main-container {
    flex-flow: wrap;
}
.tm-left {
    width: 100%;
}
.tm-img {
    width: 100%;
}
.tm-social {
    float: none;
    margin: 5px auto 0px;
    display: table;
}
.footer-contact {
    margin-bottom: 30px;
}
.submit-btn {
    padding: 15px 35px;
}
.ss-content {
    padding: 0px 10px 0px 0px;
    right: -8px;
}
.tm-right {
    padding: 10px 0PX;
    height: 270px;
}
}
@media (max-width: 576px) { 
    /* top bar */
.top-bar {
    margin-bottom: 20px;
}
.toggle i.fas {
    padding-top: 0px;
}
.logo {
    margin: 0px;
    float: left;
}

.social-nav {
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
    align-items: center;
}
.wel-txt p {
    padding: 7px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.social-icons ul {
    padding: 5px;
    display: flex;
    justify-content: center;
}
.social-icons ul li:first-child a {
    padding: 0px;
}
.logo-bar .logo {
    margin: 15px 0px;
    display: none;
}
.logo img {
    width: 35%;
    margin: 0px auto;
    display: table;
    padding: 8px 0px;
    float: left;
}
.address-content {
    width: 100%;
    padding: 0px 0px 15px;
    margin: 0;
}
.add-txt {
    margin-left: 10px;
}
.add-icon {
    font-size: 24px;
    color: #00007e;
    margin-right: 0;
}
.add-txt h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.add-txt p {
    font-size: 14px;
}
.single-slider h1 {
    font-size: 15px;
    line-height: 23px
}
.single-slider p {
    font-size: 12px;
}
.txt-content {
    margin-top: 17px;
}
.menu-bar .nav-bar ul li {
    border-bottom: #616060 1px solid;
}
/* about us style */
.abo-img {
    margin-top: 30px;
}
.abo-img img{
    width: 100%;
}
.abo-title {
    font-size: 24px;
}
.sub-title span {
    font-size: 14px;
}
.abo-dtl .title-top {
    height: 20px;
    margin-bottom: 10px;
    width: 56px;
}
.btn.know-btn {
    width: 100%;
    padding: 9px;
}
/* service section */
.service-dtl .title-top {
    height: 20px;
    margin-bottom: 10px;
    width: 56px;
}
.ser-title {
    font-size: 24px;
}
.service-main {
    width: 100%;
}
.service-dtl .sub-title {
    font-size: 14px;
}
.service-dtl .sub-title {
    margin-bottom: 15px;
}
.service-item {
    margin-bottom: 30px;
}
.service-section {
    padding-bottom: 30px;
    padding: 0px;
}
/* team style */
.team-container {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.team-title {
    font-size: 24px;
}
.team-dtl .title-top {
    height: 20px;
    margin-bottom: 10px;
    width: 56px;
}
.team-dtl {
    margin: 0;
    width: 100%;
}
.team-section {
    padding: 40px 0px 20px;
}
/* footer style */
.Quick-links li {
    width: 48%;
    margin-bottom: 12px;
}
.Quick-links li a {
    width: 100%;
}
.Quick-links {
    margin-bottom: 20px;
}
    }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }