@media only screen and (min-width: 1301px) {

}

@media only screen and (max-width: 1300px) {
    .navbar {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 0.875rem;
    }
    .navbar .dropdown-item {
        font-size: 0.875rem;
        line-height: 0.875rem;
    }
    .navbar .logo-image img {
        height: 65px;
    }
    body, p {
        font-size: 0.8rem;
    }
    .navbar .logo-image img {
        height: 37px;
    }
    .simpleslider .h1-large {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    .call-me > .input-group-text > i {
        font-size: 1rem;
    }
    .call-me > .form-control {
        font-size: 1rem;
    }
    .basic-1 {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }
    .basic-2 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    main section h2 {
        font-size: 1.2rem;
    }
    .ex-header h1 {
        font-size: 1.5rem;
    }
    .ex-header {
        padding-top: 6.5rem;
        padding-bottom: 2rem;
    }
    .breadcrumb {
        font-size: 0.7rem;
    }
    .serene-quotelink .btn.btn-lg.btn-primary {
        font-size: 1rem;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .accordion-button {
        padding: 0.25rem 1rem;
        font-size: 0.75rem;
    }
    h4 {
        font-size: 1rem;
    }
    main section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .serene-linkblock .card .card-body {
	    padding: 1.875rem 2.75rem;
    }
    h5 {
	    font-size: 1rem;
	    line-height: 1rem;
    }
    .card-title {
	    margin-bottom: .5rem;
    }
    h2 {
	    line-height: 1.5rem;
    }
    .call-me > .input-group-text {
        padding: 0.75rem;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {

}
@media only screen and (min-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 724px) {
    .ex-header h1 {
        line-height: 1.75rem;
    }
    .simpleslider {
        padding-top: 8.5rem;
        padding-bottom: 3.5rem;
    }
    .navbar-nav > .nav-item {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 384px) {

}
@media only screen and (max-width: 372px) {

}