/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.preloader-spinner img {
    width: 100%;
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome-text h3 {
        font-size: 32px;
    }
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .padding-top {
        padding-top: 80px;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 30px;
    }
    .subscriber-form form {
        width: 60%;
    }
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
    .welcome-text-area.track {
    overflow: scroll;
    display: block;
}
    .card2{
        box-shadow: 0px 10px 30px 0px rgb(0 0 29 / 8%);
    background: #fff;
    border: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 20px 30px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    }
    p.copyright {
    left: 16px;
    bottom: 23px
}
p.copyright {
    color: #fff;
    font-size: 11px;
}
    .modal {
    top: 63% !important;
}
   .resp_soc a {
    color: #fff;
    display: inline-block;
    padding-top: 6px;
    text-align: center;
    width: 23.6%;
    border-right: 1px solid #9e9e9e;
}
button.close {
    position: absolute;
    right: 0;
    border: navajowhite;margin-top: -8px !important;

}
.resp_soc {
    display: block !important;
  height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #312a2a;
    z-index: 99999;
}
    .single-contact {
    margin-bottom: 9px;
}
.h4, h4 {
    font-size: 15px;
}
.digit img {
    /* height: 96px; */
    padding: 13px;
}
.subscriber-form form input{
    font-size: 15px;
}
    .section-padding {
        padding: 50px 0;
    }
    .area-title {
        margin-bottom: 25px;
        display: none;
    }
    .h3, h3 {
    font-size: 17px;
}
    .area-title h2 {
        font-size: 28px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .service-area.padding-bottom,
    .gallery-area.padding-bottom {
        padding-bottom: 20px;
    }
    /*-----------------*/
    .welcome-text h1 {
        font-size: 27px;    line-height: 1.3;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    .welcome-text h3 {
        font-size: 15px;
    }
    .clock-countdown {
        width: 280px;
    }
    .clock-countdown .days-counter {
        margin-top: auto;
    }
    .clock-countdown .days-counter .digit {
        font-size: 80px;
    }
    .clock-countdown .hour-counter::before {
        left: 82%;
    }
    .clock-countdown .hour-counter::after {
        right: 82%;
    }
    .clock-countdown .hour-counter .border::after,
    .clock-countdown .hour-counter .border::before {
        height: 100px;
    }
    .subscriber-form form {
        width: 100%;
    }
    .subscriber-form form button {
        width: auto;
    }
    .social-book-mark {
        display: none;
    }
    .information-contact {
        display: none;
    }
    .home-button {
        margin-top: inherit;
    }
    .home-button a {
        margin: 0 8px;
        min-width: 120px;
    }
    .right-details-content {
        left: -100%;
        width: 100%;
    }
    .right-details-content {
        left: auto;
        right: -100%;
    }
    .area-title::after {
        display: none;
    }
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 40px;
    }
    .welcome-text h3 {
        font-size: 26px;
    }
    .welcome-text h1 {
        font-size: 60px;
    }
    .clock-countdown {
        margin-bottom: 40px;
        width: auto;
        max-width: 460px;
    }
    .home-button {
        margin-top: 60px;
    }
    .home-button a {
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 20px;
        padding: 15px 30px;
        display: inline-block !important;
    }
}
