/* ///// MEDIA QUERY CSS START ////// */
/*/////////////////// media query css for mobile start ////////////////*/

@media (min-width:300px) and (max-width:700px) {
    .navbar {
        position: relative;
        top: 0 !important;
        margin-bottom: 0;
        padding: 10px;
        display: block;
    }
    .main-navigation ul {
        display: none;
        list-style: none;
    }
    #site-navigation{
        padding: 0;
    }

    .front .p-5 {
        padding: 5rem 1rem !important;
    }

    .wrapper{
        padding: 0;
    }

    .topheader{
        display: none !important;
    }

    #site-navigation {
        margin: 0;
    }

    #masthead {
        position: relative;
    }

    #featured-slider .wrapper {
        top: 15%;
    }

    #featured-slider .entry-header h3 {
        padding: 0;
        font-size: calc(1.3rem + .6vw);
    }

    #featured-slider .entry-header {
        padding: 0px;
    }

    #featured-slider .slick-dots li {
        width: 13px;
        height: 13px;
    }
    #featured-slider .entry-title {
        font-size: 50px;
        letter-spacing: normal;       
        font-weight: 400;           
        color: #fff;
        margin: 20px 0px;
    }

    #featured-slider .read-more .btn {
        padding: 6px 10px;
    }

    #featured-slider .slick-dots {
        bottom: 0rem;
    }

   .featured-whatweoffer .head-title:before {
        margin-left: -65%;
    }

   .featured-whatweoffer .head-title:after {
        margin-left: 65%;
    }

   .featured-whatweoffer .head-subtitle {
        text-align: center;
    }

    .gap-20 {
        gap: 1rem;
    }
    .social-links {
        display: none;   
    }

    #colophon .footerbox:first-child .hentry:not(:first-child) {
        margin: 0 0 0 0%;
    }

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 25vh;
    }
    .site-main .banner-head .center-div {
        position: relative;
        text-align: center;
        top: 44%;
    }

    .mainrow .box {
        padding: 0;
    }
    /*---------- ## Front Page End ## -------- */

     /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 30% 0 30% 20%;
    }
     /*---------- ## Page End ## -------- */

      /*---------- ## Single Page Start ## -------- */
     .singlepage img {
        margin-left: 0px;
     }

     .singlepage .entry-header{
        padding-top: 0 !important;
     }

     .singlepage .categories {
        left: 8px;
     }

     nav.navigation.pagination{
        margin-top: 0;
        padding: 0;
        margin-bottom: 3rem;
     }

     .pagination a, .pagination span{
        padding: 8px 16px;
     }
     .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 1rem;
    }
    .menu-toggle {
        display: block;
        position: relative;        
        right: -30px;
        right: 0px;
    }
    .sitenave {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
      /*---------- ## Single Page End ## -------- */

}

@media (min-width:710px) and (max-width:860px) {
    .navbar {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0;
        padding: 10px;
        display: block;
    }
    .main-navigation ul {
        display: none;
        list-style: none;
        text-align: center;
    }
    .site-branding,
    #site-navigation{
        padding: 0;
    }
    /*-----------## Slider Section Start ## -------- */
    .topheader .quote p {
        font-size: 14px;
    }

    .contact-info .me-5 {
        margin-right: 1.5rem !important;
    }

    #featured-slider .wrapper {
        top: 45%;
    }
    #featured-slider .entry-container p{
        font-size: 1.5rem;
    }

    #featured-slider .entry-header {
        padding: 0px;
    }

    #featured-slider .slick-dots {
        bottom: 1rem;
    }

    .front .mainrow .box {
        padding: 0px 2rem 0 0;
    }

    .front .p-5 {
        padding: 2rem !important;
    }

    #featured-slider .read-more .btn,
    #featured-slider .contact-us .btn {
        padding: 7px 20px;
    }

    #colophon .menu-footer ul li {
        line-height: 2rem;
    }

    #featured-slider .entry-header h3 {
        font-size: 30px;
        padding:0px 10px;
    }
    .featured-whatweoffer .head-title:before {
        margin-left: -32%;
        text-align: right;
    }
    .featured-whatweoffer .head-title:after {
        margin-left: 32%;
        
    }

    .entry-title, .section-title {
        margin: 0;
    }

    .gap-20 {
        gap: 3rem;
    }
    .social-links {
        display: none;   
    }

    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 30vh;
    }
    .site-main .banner-head .center-div {
        position: relative;
        text-align: center;
        top: 70%;
    }
    /*---------- ## Front Page End ## -------- */

     /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 30% 0 10% 40%;
    }
     /*---------- ## Page End ## -------- */

      /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 20px;
    }

    .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: 10px 12px;
    }

    .sidebar-div label, .sidebar-div .wp-block-heading, .single_sidebar label, .single_sidebar .wp-block-heading {
        font-size: 18px;
    }

    nav.navigation.pagination{
        padding: 0;
    }
    .menu-toggle {
        display: block;
        position: relative;        
        right: -30px;
        right: 0px;
    }
    .sitenave {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
}

/*/////////////////// media query css for mobile end ////////////////*/

/* ====================== media query css for landscape mobile start ============================== */
@media (min-width:870px) and (max-width:950px) {
    .navbar {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0;
        padding: 10px;
        display: block;
    }
    .main-navigation ul {
        display: none;
        list-style: none;
        text-align: center;
    }
    .site-branding,
    #site-navigation{
        padding: 0;
    }
    /*-----------## Slider Section Start ## -------- */
    .topheader .quote p {
        font-size: 14px;
    }

    .contact-info .me-5 {
        margin-right: 1.5rem !important;
    }

    #featured-slider .wrapper {
        top: 45%;
    }
    #featured-slider .entry-container p{
        font-size: 1.5rem;
    }
    #featured-slider .entry-container h4{
        font-size: 1rem;
    }

    #featured-slider .entry-header {
        padding: 0px;
    }

    #featured-slider .slick-dots {
        bottom: 1rem;
    }

    .front .mainrow .box {
        padding: 0px 2rem 0 0;
    }

    .front .p-5 {
        padding: 2rem !important;
    }
    #featured-slider .read-more .btn,
    #featured-slider .contact-us .btn {
        padding: 7px 20px;
    }

    #colophon .menu-footer ul li {
        line-height: 2rem;
    }

    #featured-slider .entry-header h3 {
        font-size: 30px;
        padding:0px 10px;
    }
    .featured-whatweoffer .head-title:before {
        margin-left: -30%;
        text-align: right;
    }
    .featured-whatweoffer .head-title:after {
        margin-left: 30%;
        
    }

    .entry-title, .section-title {
        margin: 0;
    }

    .gap-20 {
        gap: 3rem;
    }
    .social-links {
        display: none;      
    }
    #section-header .social-links a{
        padding: 6px 10px;
    }

    /*---------- ## Slider Section End ## -------- */

    /*---------- ## Front Page Start ## -------- */
    .site-main .banner-head {
        height: 35vh;
    }

    /*---------- ## Front Page End ## -------- */

     /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 30% 0 10% 40%;
    }
     /*---------- ## Page End ## -------- */

      /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 20px;
    }

    .widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: 10px 12px;
    }

    .sidebar-div label, .sidebar-div .wp-block-heading, .single_sidebar label, .single_sidebar .wp-block-heading {
        font-size: 18px;
    }

    nav.navigation.pagination{
        padding: 0;
    }
    .menu-toggle {
        display: block;
        position: relative;        
        right: -30px;
        right: 0px;
    }
    .sitenave {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    /*---------- ## Single Page End ## -------- */
}

/*/////////////////// media query css for tab end ////////////////*/

/*/////////////////// media query css for laptop start ////////////////*/

@media (min-width:1023px) and (max-width:1024px) {

    /*-----------## Slider Section Start ## -------- */
    #featured-slider .entry-header h3 {
        padding: 10px 3rem;
    }
    #featured-slider .slick-dots {
        bottom: 1.5rem;
    }
    
    /*---------- ## Page Start ## -------- */
    .page .entry-header .entry-title {
        padding: 22% 0 0% 45%;
    }
    /*---------- ## Page End ## -------- */

    /*---------- ## Single Page Start ## -------- */
    .singlepage .entry-content {
        padding-right: 50px;
    }
    /*---------- ## Single Page End ## -------- */
    .site-main .banner-head {
        height: 70vh;
    }
}


/*/////////////////// media query css for laptop end ////////////////*/