/* (1366x768) WXGA Display */

@media screen and (min-width: 1441px) and (max-width: 1920px) {}


/*Medium Desktop Device*/

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .header-bottom{
        border: none;
    }
    .main-menu nav ul li a {
        padding: 35px 23px;
    }
    .hero-area {
        height: 556px;
        margin-top: 85px;
    }
    .hero-content h2 {
        font-size: 41px;
        line-height: 59px;
    }

    /*home two*/
    .hb-style2 .logo:before {
        bottom: -19px;
    }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
    .ptb--100 {
        padding: 90px 0;
    }
    .pt--100 {
        padding-top: 90px;
    }
    .pb--100 {
        padding-bottom: 90px;
    }
    .pb--80 {
        padding-bottom: 70px;
    }
    .pb--60 {
        padding-bottom: 50px;
    }
    /*home one*/
    .header-bottom{
        border: none;
    }
    .hero-content h2 {
        font-size: 35px;
        line-height: 53px;
    }
    .hero-area {
        height: 499px;
    }
    /* home two */
    .hb-style2 .main-menu nav ul li a {
        padding: 34px 16px;
    }
    .fsvc-single h2 {
        font-size: 17px;
    }
    .fsvc-single .icon {
        height: 85px;
        width: 85px;
        line-height: 85px;
        font-size: 35px;
        margin: 0 auto 24px;
    }
    .hb-style2 .logo::before {
        bottom: -30px;
        left: 12px;
        width: 114%;
    }
    .hero-s2 {
        height: 689px;
        margin-top: 85px;
        padding-bottom: 154px;
    }
    .ft-s2 {
        padding-top: 204px;
    }
    .contact-form-s2 form input {
        height: 55px;
    }
    .contact-form-s2 form textarea {
       font-size: 14px;
    }

    .contact-form-s2 form input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .contact-form-s2 form input::-moz-placeholder {
        font-size: 14px;
    }

    .contact-form-s2 form input:-ms-input-placeholder {
        font-size: 14px;
    }
    .event-details {
        padding-bottom: 70px;
    }
    #google_map {
        height: 400px;
    }
    .edu-desc p {
        font-size: 14px;
        padding: 8px 9px;
    }
}


/* Normal desktop :991px. */

@media (min-width: 768px) and (max-width: 991px) {
    .header-bottom{
        border: none;
    }
    .ptb--100 {
        padding: 80px 0;
    }
    .pt--100 {
        padding-top: 80px;
    }
    .pb--100 {
        padding-bottom: 80px;
    }
    .pb--80 {
        padding-bottom: 60px;
    }
    .pb--60 {
        padding-bottom: 40px;
    }
    /* home one */
    .header-bottom {
        padding-top: 20px;
    }
    .slicknav_btn {
        margin-top: -52px;
    }
    .hero-area {
        height: 440px;
        padding-bottom: 19px;
    }
    .hero-content h2 {
        font-size: 31px;
        line-height: 47px;
    }
    .abt-img {
        display: none;
    }
    .post-content {
        padding: 18px 15px 40px;
    }
    .blog-meta li:last-child{
        display: none;
    }
    .contact-address {
        padding-left: 0;
    }
    .tst-item p::after {
        bottom: -28px;
    }
    .contact-form p {
        margin-bottom: 29px;
    }
    .footer-top .widget {
        margin-bottom: 50px;
    }
    .footer-top {
        padding-bottom: 40px;
    }
    /* home two */
    .hb-style2 .slicknav_btn {
        margin-top: -55px;
    }
    .hb-style2 .logo {
        margin: 0;
        z-index: 0;
    }
    .hb-style2 .logo a {
        max-width: 186px;
    }
    .hb-style2 .logo::before {
        display: none;
    }
    .h-address-s2 {
        display: flex;
        justify-content: space-between;
    }
    .hb-style2 {
        padding-top: 29px;
    }
    .hero-s2 {
        margin-top: 74px;
        height: 604px;
        padding-bottom: 119px;
    }
    .feature-service{
        margin-bottom: -20px;
    }
    .fsvc-single {
        margin-bottom: 30px;
    }
    .contact-form-s2 {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .fsvc-single,
    .fsvc-inner {
        transform: skew(0deg);
    }
    .contact-form-s2 {
        margin-top: 60px;
    }
    /* about us */
    .crumbs-content h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 32px;
    }
    /* teacher single */
    .tdr-content {
        margin-top: 40px;
    }
    /* course details */
    .sidebar .widget {
        padding: 20px 15px;
    }
    .event-details {
        padding-bottom: 60px;
    }
    #google_map {
        height: 300px;
    }
    
    .h-address-s2 li h2 {
        font-size: 18px;
    }
    .h-address-s2 li h2 span {
        font-size: 15px;
        margin-top: 4px;
    }
    .header-middle {
        padding: 9px 0;
    }

    /*course*/
    .csd-content h2 a {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .csd-content>span {
        font-size: 17px;
        margin-bottom: 20px;
    }
    /*event*/
    .event-content {
        position: inherit;
        bottom: 0;
    }
    .event-single .event-content a {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .ptb--100 {
        padding: 70px 0;
    }
    .pt--100 {
        padding-top: 70px;
    }
    .pb--100 {
        padding-bottom: 70px;
    }
    .pb--80 {
        padding-bottom: 50px;
    }
    .pb--60 {
        padding-bottom: 30px;
    }
    .sidebar {
        margin-top: 60px;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* home one */
    .header-bottom {
        padding-top: 20px;
        border: none;
    }
    .slicknav_btn {
        margin-top: -52px;
    }
    .hero-area {
        margin-top: 91px;
        height: 440px;
        padding-bottom: 19px;
    }
    .hero-content h2 {
        font-size: 31px;
        line-height: 47px;
    }
    .abt-img {
        display: none;
    }
    .ht-address li a {
        font-size: 13px;
        margin-left: 10px;
    }
    .ht-address li a i {
        margin-right: 4px;
    }
    .contact-form p {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .contact-form form button{
        width: 100%;
    }
    .footer-bottom{
        text-align: center;
    }
    .fb-social{
        margin-top: 10px;
        text-align: center;
    }
    .contact-address{
        padding-left: 0;
        margin-top: 70px;
    }
    .cnt-single {
        display: inline-block;
        width: 47%;
    }
    .contact-area {
        padding-bottom: 40px;
    }
    .footer-top .widget {
        margin-bottom: 50px;
    }
    .footer-top {
        padding-bottom: 30px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .fb-social li a {
        font-size: 15px;
        margin-left: 7px;
    }
    .ht-social li a {
        margin-right: 9px;
    }
    /* home two */
    .h-address-s2 li {
        margin-left: 56px;
    }
    .hb-style2 .logo {
        margin: 0;
        z-index: 0;
    }
    .hb-style2 .logo::before {
        display: none;
    }
    .h-address-s2 {
        text-align: center;
    }
    .hb-style2 {
        padding-top: 29px;
        position: inherit;
    }
    .hb-style2 .slicknav_btn {
        margin-top: -55px;
    }
    .hero-s2 {
        margin-top: 0;
        height: 604px;
        padding-bottom: 119px;
    }
    .h-address-s2 {
        display: flex;
        justify-content: space-between;
    }
    .header-middle {
        display: none;
    }
    .hb-style2 .logo a {
        max-width: 186px;
    }
    .fsvc-single {
        margin-bottom: 30px;
    }
    .contact-form-s2 {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .fsvc-single,
    .fsvc-inner {
        transform: skew(0deg);
    }
    .contact-form-s2 {
        margin-top: 60px;
    }
    /* teacher single */
    .tdr-content {
        margin-top: 40px;
    }
    .event-details {
        padding-bottom: 50px;
    }
    #google_map {
        height: 300px;
    }
    /*about*/
    .crumbs-content h2 {
        font-size: 36px;
    }
    .crumbs-area {
        height: 384px;
    }

    /*course*/
    .csd-content h2 a {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .csd-content>span {
        font-size: 17px;
        margin-bottom: 20px;
    }
}


/* small mobile :320px. */

@media (min-width: 240px) and (max-width: 479px) {
    /* home one */
    ul.ht-social {
        text-align: center;
    }
    .ht-address {
        text-align: center;
    }
    .ht-address li a {
        margin: 0;
    }
    .header-bottom {
        position: inherit;
        padding-top: 20px;
        border: none;
    }
    .slicknav_btn {
        margin-top: -46px;
    }
    .logo a {
        max-width: 177px;
    }
    .hero-content h2 {
        font-size: 21px;
        line-height: 31px;
        font-weight: 500;
        color: #555;
    }
    .hero-content p {
        font-size: 14px;
    }
    .abt-content a {
        margin-top: 18px;
    }
    .hero-area {
        height: 480px;
        margin: 0;
        padding-bottom: 22px;
    }
    .section-title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .section-title p {
        font-size: 14px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .abt-img {
        display: none;
    }
    .course-single h2 a {
        font-size: 20px;
    }
    .course-single>p {
        font-size: 15px;
    }
    .event-content {
        position: inherit;
        bottom: 0;
    }
    .event-content>a {
        opacity: 1;
        transform: translateY(0px);
    }
    .blog-meta li {
        font-size: 13px;
        margin-right: 14px;
    }
    .blog-meta li:last-child{
        display: none;
    }
    .post-time span:last-child {
        font-size: 28px;
        line-height: 39px;
    }
    .post-time {
        padding: 7px 10px;
    }
    .post-content {
        padding: 18px 15px 40px;
    }
    .post-content h2 a {
        font-size: 20px;
        line-height: 27px;
    }
    .contact-form p {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .contact-address {
        margin-top: 70px;
        padding: 0;
    }
    .contact-area {
        padding-bottom: 30px;
    }
    .footer-top .widget {
        margin-bottom: 50px;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .footer-bottom {
        text-align: center;
    }
    .fb-social {
        text-align: center;
        margin-top: 10px;
    }
    .fb-social li a {
        margin: 0 8px;
    }
    /* home two */
    .fsvc-single,
    .fsvc-inner {
        transform: skew(0deg);
    }
    .h-address-s2 {
        margin-top: 20px;
        text-align: center;
    }
    .h-address-s2 li {
        margin-left: 0;
        display: inline-block;
    }
    .h-address-s2 li:first-child {
        margin-right: 15px;
    }
    .h-address-s2 li i {
        font-size: 31px;
        margin-right: 8px;
        margin-top: 6px;
    }
    .h-address-s2 li h2 {
        font-size: 16px;
    }
    .h-address-s2 li h2 span {
        font-size: 12px;
        margin-top: 0;
    }
    .hb-style2 .logo::before {
        display: none;
    }
    .hb-style2 .logo {
        margin-top: 0;
        z-index: 0;
    }
    .header-middle .ht-social li a {
        margin: 0 5px;
    }
    .hb-style2 {
        position: inherit;
        padding-top: 19px;
    }
    .hb-style2 .slicknav_btn {
        margin-top: -50px;
    }
    .ht-s2 .ht-social,
    .ht-s2 .ht-address {
        text-align: center;
    }
    span.search {
        margin: auto;
        float: none;
        margin-top: 20px;
    }
    .ht-s2 .xs-text-center {
        text-align: center;
    }
    .hero-s2 {
        height: 663px;
        padding-bottom: 137px;
        margin-top: 0;
    }
    .fsvc-single {
        margin-bottom: 30px;
    }
    .contact-form-s2 {
        margin: 50px 0 40px;
        padding: 40px 20px;
    }
    .hero-s2 .hero-content h2{
        font-size: 23px;
    }
    .contact-form-s2 form input,
    .contact-form-s2 form button {
        height: 58px;
    }
    .contact-form-s2 form textarea {
       font-size: 14px;
    }

    .contact-form-s2 form input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .contact-form-s2 form input::-moz-placeholder {
        font-size: 14px;
    }

    .contact-form-s2 form input:-ms-input-placeholder {
        font-size: 14px;
    }
    /* about us */
    .crumbs-content ul li span {
        padding: 10px 8px;
    }
    .crumbs-area {
        height: 278px;
        padding-top: 0;
    }
    .crumbs-content h2 {
        font-size: 33px;
        line-height: 41px;
        margin-bottom: 23px;
    }
    .crumbs-content ul li {
        font-size: 15px;
    }
    .crumbs-content ul li span {
        font-size: 16px;
    }
    /* our teacher */
    .tdr-content {
        margin-top: 40px;
    }
    /*course details*/
    .csd-content h2 a {
        font-size: 23px;
        margin-bottom: 9px;
    }
    .csd-thumb {
        margin-bottom: 23px;
        border-radius: 5px;
    }
    .csd-content>span {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .csd-content p {
        font-size: 14px;
    }
    .csd-content ul li a {
        font-size: 15px;
    }
    /* event details */
    .evd-content ul li span {
        display: block;
    }
    .evd-content ul li {
        margin: 18px 0 26px;
    }
    .event-details {
        padding-bottom: 50px;
    }
    /* blog details */
    .children {
        padding-left: 20px;
    }
    .comment-content {
        padding: 20px;
    }
    .comment-thumb img {
        height: 60px;
        width: 60px;
        margin-right: 15px;
    }
    #google_map {
        height: 300px;
    }

    .feature-service{
        margin-bottom: -30px;
    }
    .contact-form form button {
        width: 100%;
    }
    cnt-single .icon {
        margin-right: 23px;
    }
}