


/* ------------------------------------------------------
    Normal Device: 992px
------------------------------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {}



/* ------------------------------------------------------
    Tablet Device: 768px
------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    max-width: 720px;
}
.single-item-wrapper a span {
    padding: 0 20px;
}
.hreo-content h1 {
    font-size: 40px;
}
.hreo-content p {
    font-size: 20px;
}
.section-title h2 {
    font-size: 30px;
}
.section-title p {
    font-size: 16px;
}
.single-item-wrapper a span {
    font-size: 12px;
    padding: 0 30px;
}
.footer-top h3 {
    font-size: 26px;
}
.footer-top p {
    font-size: 16px;
}
.footer-bottom p {
   font-size: 13px;
}




}


/* -----------------------------------------------------
    Small Mobile: 320px
------------------------------------------------------ */
@media (max-width: 767px) {
.container {
    max-width: 100%;
    width: 100%;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}


.hreo-content h1 {
    font-size: 25px;
}
.hreo-content p {
    font-size: 14px;
}
.section-title h2 {
    font-size: 24px;
}
.section-title p {
    font-size: 14px;
}
.single-item-wrapper a span {
    font-size: 12px;
    padding: 0 30px;
}
.footer-top h3 {
    font-size: 26px;
}
.footer-top p {
    font-size: 16px;
}
.footer-bottom p {
   font-size: 13px;
}


}



/* ------------------------------------------------------
    Large Mobile: 480px
------------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


