
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Header Sticky */
    .section{
        padding:70px 0px;
    }
    .section-title {
        margin-bottom: 35px;
        padding: 0px 80px;
    }
    .section-title h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .section-title p {
        font-size: 13px;
    }
    .btn {
        padding: 11px 20px;
        font-weight: 400;
        font-size: 13px;
    }
    
    #scrollUp {
        bottom: 55px;
    }
    .header .top-link li a {
        font-size: 13px;
    }
    .header .top-contact li a{
        font-size:13px;
    }
    .header .top-contact li {
        display: inline-block;
        margin-right: 25px;
        color: #2C2D3F;
        font-size: 13px;
    }
    .header .header-inner .get-quote {
        margin-top: 12px;
        display: none;
        margin: 0;
    }
    .header .nav li a {
        font-size: 13px;
        font-weight: 500;
        padding: 20px 4px;
    }
    .header .nav li .dropdown {
        width: 200px;
        left: -20px;
        top: 65px;
    }
    .header .nav li .dropdown li a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .header .search-form {
        top: 64px;
    }
    .header .search-form input {
        width: 260px;
        height: 45px;
        line-height: 45px;
    }
    .header .search-form button {
        height: 45px;
        line-height: 45px;
    }
    .header.style2 .single-widget {
        margin-right: 18px;
        padding-left: 36px;
    }
    .header.style2 .get-quote .btn {
        color: #fff;
        padding: 10px 18px;
        font-size: 12px;
    }
    .header.style2 .single-widget.button {
        margin:0;
        padding:0;
    }
    .header.style2 .single-widget h4 {
        font-size: 13px;
        font-weight: 500;
    }
    .header.style2 .single-widget p {
        margin-bottom: 0;
        text-transform: capitalize;
        font-size: 13px;
    }
    .header.style2 .single-widget i {
        top: 50%;
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 13px;
        margin-top: -12.5px;
    }
    .header.style2 .right-bar {
        padding-top: 15px;
    }
    
    .schedule {
        background: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        padding: 70px 0;
        border-bottom:1px solid #eee;
    }
    .schedule .schedule-inner {
        transform: none;
    }
    .schedule .single-schedule.last{
        margin-top:30px;
    }
    .slider .single-slider{
        position:relative;
    }
    .slider .single-slider:before{
        position:absolute;
        content:"";
        left:0;
        top:0;
        height:100%;
        width:100%;
        background:#fff;
        opacity:0.5;
    }
    
    .footer .single-footer {
        margin: 20px 0;
    }
    .footer .single-footer h2 {
        padding-bottom: 20px;
    }
    .footer .footer-top {
        padding: 65px 0px;
    }
    
  
    
    }
    /* Mobile Screen */
    @media only screen and (max-width: 767px) {
    .header.sticky{
        
    }
    .header.sticky .header-bottom{
        position:absolute;
        z-index:999;
        top:initial;
        left:0;
        bottom:initial;
    }
    .header .header-inner {
        width: 100%;
        z-index: 333;
        position: absolute;
        position: relative;
        padding-bottom: 20px;
        background: #fff;
    }
    .slicknav_menu{
        display:block;
    }
    .slicknav_menu {
        display: block;
        background: transparent;
        padding: 0;
    }
    .slicknav_btn {
        background: transparent;
        padding: 0;
        margin-top: -30px;
    }
    .slicknav_menu .slicknav_icon-bar{
        box-shadow:none;
    }
    .slicknav_menu{
        display:block;
    }
    .slicknav_menu {
        display: block;
        background: transparent;
        padding: 0;
    }
    .slicknav_btn {
        background: transparent;
        padding: 0;
        margin-top: 28px;
    }
    .slicknav_menu .slicknav_icon-bar{
        box-shadow:none;
    }
    .slicknav_nav {
        clear: both;
        color: #2C2D3F;
        margin: 0;
        font-size: .875em;
        background: transparent;
    }
    .slicknav_nav li{
        
    }
    .slicknav_nav li a {
        color: #2C2D3F;
        transition: all 0.4s ease;
        background: none;
        padding: 4px 10px;
    }
    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        padding: 0 10px;
        background:transparent;
    }
    .slicknav_nav li a i{
        display:none;
        margin:0;
    }
    .slicknav_nav li:hover a{
        color:#1A76D1;
    }
    .slicknav_nav li .dropdown li a{
        color:#2C2D3F;
        background:transparent;
    }
    .slicknav_nav li .dropdown li a:hover{
        color:#1A76D1;
    }
    .slicknav_nav li .slicknav_item{
        background:transparent;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 0;
        margin: 0;
        padding: 6px 0;
        font-weight:400;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #1A76D1;
        box-shadow: none;
        text-shadow: none;
    }
    .slicknav_nav .slicknav_arrow{
        color:#2C2D3F;
    }
    .slicknav_nav li:hover .slicknav_arrow{
        color:#1A76D1;
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
        box-shadow: 0 1px 0 rgba(0,0,0,.25);
    }
    .header .main-menu{
        display:none 
    }
    .header .widget-main {
        float: right;
        display: none;
    }
    .header.style2 .slicknav_btn {
        margin-top: 18px;
    }
    .header .slicknav_nav {
        margin-top: 65px;
    }
    .header.style2 .slicknav_nav {
        margin-top: 60px;
    }
    .header.style2 .header-inner{
        display:none;
    }
    .header.style2 .main-menu{
        display:none;
    }
    .header .header-inner .get-quote{
        margin: 0;
        padding: 0;
    }
    .header .header-inner .get-quote .btn {
        color: #fff;
        display: none;
        margin: 0;
        padding: 0;
    }
    .section{
        padding:50px 0px;
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0px 20px;
    }
    .section-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 13px;
    }
    
    .breadcrumbs {
        padding: 60px 0;
    }
    
    .btn {
        padding: 11px 20px;
        font-weight: 400;
        font-size: 13px;
    }
    .header .top-link {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header .top-contact {
        float: none;
        text-align: center;
    }
    
    .schedule {
        background: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        padding: 50px 0;
        border-bottom:1px solid #eee;
    }
    .schedule .schedule-inner {
        transform: none;
    }
    .schedule .single-schedule{
        margin:15px 0;
    }
    
    .footer .single-footer {
        margin: 15px 0;
    }
    .footer .single-footer h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer .footer-top {
        padding: 50px 0px 60px 0;
    }
    .footer .single-footer.f-link ul {
        margin-bottom: 12px;
    }
    .footer .single-footer.f-link ul li a{
        display:inline-block;
    }
    .footer .copyright {
        padding: 20px 0;
    }
    
    
    }
    /* Mobile Screen */
    @media only screen and (max-width: 450px) {
    
    
    .section{
        padding:50px 0px;
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0px 20px;
    }
    .section-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 13px;
    }
    .btn {
        padding: 11px 20px;
        font-weight: 400;
        font-size: 13px;
    }
    .header .top-link {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header .top-contact {
        float: none;
        text-align: center;
    }
    .slider .single-slider {
        height: 380px;
    }
    .schedule {
        background: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        padding: 50px 0;
        border-bottom:1px solid #eee;
    }
    .schedule .schedule-inner {
        transform: none;
    }
    .schedule .single-schedule{
        margin:15px 0;
    }
    
    .footer .single-footer {
        margin: 20px 0;
    }
    .footer .single-footer h2 {
        padding-bottom: 20px;
    }
    .footer .footer-top {
        padding: 65px 0px;
    }
    
    
    }