/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1400px) {
.header__leftTxt h2 {
    font-size: 75px;
}

.header__area:after {
    width: 40%;
}

.section__title h2 {
    font-size: 50px;
}

.section__title li {
    font-size: 33px;
}


}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header__leftTxt h2 {
   font-size: 50px;
    line-height: 1.1;
    margin-top: 30px;
}

.header__area:after {
    width: 50%;
}

.header__right h2 {
    font-size: 40px;
}

.header__area {
    height: 700px;
}
.section__title h2 {
    font-size: 50px;
}

.section__title li {
    font-size: 33px;
}


.top__txt {
    display: block;
    text-align: center;
}

.section__box__txt h4 {
    font-size: 25px;
}

.section__box__txt {
    padding: 0;
}

.section__box__txt h5 {
    font-size: 20px;
}

.section__box__txt li {
    font-size: 20px;
}

.section__4_title h2 {
    font-size: 28px;
}


.logo__365 {
    margin-top: 30px;
    text-align: center;
}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.top__txt {
    display: block;
    text-align: center;
}

.section__box__txt h4 {
    font-size: 25px;
}

.section__box__txt {
    padding: 0;
}

.section__box__txt h5 {
    font-size: 20px;
}

.section__box__txt li {
    font-size: 20px;
}

.section__4_title h2 {
    font-size: 28px;
}

.section__4_title {
}

.logo__365 {
    margin-top: 30px;
    text-align: center;
}


.header__leftTxt h2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 30px;
}

.header__left {
    padding-top: 30px;
}

.header__right {
    margin-top: 0;
    padding-top: 0;
}

.header__right h2 {
    font-size: 40px;
    margin-top: 42px;
}

.header__area:after {
    display: none;
}

.section__title h2 {
    font-size: 30px;
}

.section__title li {
    font-size: 20px;
}

.section__2 {
    height: 600px;
}

.section__4_title {
    margin-top: 0;
}

.footer__facebook h4 {
    font-size: 22px;
}

.footer__facebook h4 a {
    display: block;
}

 }   
    
 
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 


}






















