/*==================================
         RESPONSIVE WEBSITE
====================================*/
@media only screen and (min-width : 1920px) {/* to 1366px */
}
@media only screen and (max-width : 1919px) {/* to 1366px */
}
@media only screen and (max-width : 1620px) {/* to 1366px */
}
@media only screen and (max-width : 1536px) {/* to 1366px */
}
@media only screen and (max-width : 1440px) {/* to 1366px */
}
@media only screen and (max-width : 1365px) { /* to 1024 */
}
@media only screen and (max-width : 1280px) { /* to 1024 */
}
@media only screen and (max-width : 1120px) { /* to 1024 */
    div#headerNav ul li a {
        padding: 10px 10px;
    }
    div#headerLogo {
        width: 130px;
    }
    div#headerBookBtn a {
        padding: 14px 20px;
    }
    div#headerNav .hfe-nav-menu-icon svg {
        margin-top: 6px;
    }
}
@media only screen and (max-width : 1023px) { /* to 980 */
    div#siteHeader #logoContent {
        width: 33%;
    }
    div#siteHeader #navContent {
        width: calc(66% - 200px);
        padding-right: 0;
    }
    div#siteHeader #bookContent {
        width: 200px;
        padding-left: 0;
    }
    div#headerNav .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding: 0;
    }
    div#siteNewsletter .e-con-inner {
        flex-flow: column;
        max-width: calc(100% - 180px);
        margin: 0 auto;
    }
    div#siteNewsletter .e-con-inner .elementor-element.elementor-element-36f4d9b {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    div#siteNewsletter .e-con-inner .elementor-element.elementor-element-d026897 {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    div#siteNavehere .e-con-inner {
        flex-wrap: wrap;
    }
    div#siteNavehere .e-con-inner .footerColumn {
        width: 50%;
    }
    div#siteNavehere .e-con-inner .footerColumn .hfe-site-logo {
        width: 190px;
    }
}
@media only screen and (max-width : 979px) { /* to 800 */
}
@media only screen and (max-width : 799px) { /* to 768 */
}
@media only screen and (max-width : 767px) { /* to 600 */
    div#siteNavehere .e-con-inner .footerColumn {
        width: 100%;
    }
    div#siteNewsletter .e-con-inner {
        max-width: calc(100% - 30px);
    }
    div#contactUsInfo {
        margin-top: 0;
    }
    div#ContactnfoHere {
        margin-bottom: 30px !important;
    }
}
@media only screen and (max-width : 599px) { /* to 480 */ 
    .SinglePageTemp .single-post .post-navigation {
        display: none;
    }
}
@media only screen and (max-width : 479px) { /* to 375 */ 
}
@media only screen and (max-width : 420px) {
    div#headerBookBtn a {
        padding: 11px 10px;
        font-size: 12px;
    }
    div#siteHeader #bookContent {
        width: 140px;
    }
    div#siteHeader #navContent {
        width: calc(66% - 140px);
        padding-right: 0;
    }
    div.myFormHere input[type="submit"] {
        padding: 10px 15px;
        font-size: 14px;
    }
    div.myFormHere .wpcf7-spinner {
        position: absolute;
        right: 3px;
    }
    .elementor-57 .elementor-element.elementor-element-69b1590 .elementor-heading-title {
        font-size: 28px;
    }
    div.myFormHere .wpcf7-form-control-wrap input {
        max-width: 100%;
        width: 100%;
        height: 37px;
    }
    div.myFormHere p .wpcf7-not-valid-tip {
        color: #000;
    }
    div#mainBanner h2 {
        font-size: 40px;
    }
    div#blogSectionBlog {
        margin: 40px 0px;
    }
}
@media only screen and (max-width : 374px) { /* to 360 */
}
@media only screen and (max-width : 359px) { /* to 320 */
}