
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {}


/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    #timerBoxArea{
        padding: 50px 0px;
    }
    .singleTimerBox  {
        margin-bottom: 50px;
    }
    .singleTimerBox .singleClock {
        height: 222px;
    }
    #headerTop .logoBox img {
        height: auto !important;
    }
    #mainFooter .footerCopyright {
        text-align: center;
    }
    .footerSocialBox {
        text-align: center !important;
        margin-top: 10px;
    }
}


@media (max-width: 767px) {}

/*-- Phone Landscape --*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #headerTop .logoBox img{
        height: auto !important;
    }
    #headerTop .headerRightMenu nav .menu__link {
        font-size: 14px;
    }
    #timerBoxArea{
        padding: 50px 0px;
    }
    .singleTimerBox  {
        margin-bottom: 50px;
    }
    .singleTimerBox .singleClock {
        height: 222px;
    }
    #timerBoxArea .headingPart h3 {
        font-size: 40px;
    }
    #mainFooter .footerCopyright {
        text-align: center;
    }
    .footerSocialBox {
        text-align: center !important;
        margin-top: 10px;
    }
}


/* Extra small Device. */
@media (max-width: 575px) {
    #headerTop {
        padding: 20px 0px;
    }
    #headerTop .logoBox{
        text-align: center;
    }
    #headerTop .headerRightMenu nav .menu__link {
        font-size: 14px;
    }
    #headerTop .headerRightMenu{
        margin-top: 20px;
        text-align: center !important;
    }
    #timerBoxArea{
        padding: 50px 0px 0px 0px;
    }
    .singleTimerBox .singleClock {
        height: 212px;
    }
    .singleTimerBox  {
        margin-bottom: 60px;
    }
    .singleTimerBox .clockInfo h2 {
        font-size: 40px;;
    }
    .singleTimerBox .clockInfo h4 {
        font-size: 18px;
        margin-top: 6px;
    }
    #timerBoxArea .headingPart h3 {
        font-size: 30px;
    }
    #timerBoxArea .headingPart p {
        font-size: 16px;
    }
    #mainFooter .footerCopyright {
        text-align: center;
    }
    .footerSocialBox {
        text-align: center !important;
        margin-top: 10px;
    }
    #mainFooter .footerSocialBox nav ul li a {
        display: block;
        height: 35px;
        width: 35px;
        line-height: 37px;
    }
}
