@media (max-width: 1199px) {
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* .mortimer-account-topbar{
       justify-content: center;
    }

    .header_right_panle .right-panel {
        justify-content: center;
    } */

        .navbar-default .navbar-nav>li>a {
            margin: 0 6px;
        }

    .header_right_panle{
        margin-top: 15px;
    }

    .navbar-default .navbar-nav>li>a {
        font-weight: 500;
        margin: 0 8px;
    }

    .nav-right_btn .mc-btn-primary, .nav-right_btn .mc-btn-secondary {
        padding: 5px 8px;
        font-size: 14px;
    }

    .banner-strip .container h1, h1{
        font-size: 34px;
    }

    

    .footer-logos {
        margin-bottom: 25px;
    }

    .logo img {
        max-width: 86px;
    }



}


@media (max-width: 991px) {
	
	.ph_btn{
		display:flex;
		align-items:center;
	}
	
	.mortimer-account-topbar .right-panel .btn-search{
		background-color:transparent;
	}
	
	.mobile-search path{
		fill: #000;
	}

    .banner_sec{
        margin-top: 30px;
    }

    .mobile_header .phone-number svg{
        display: none;
    }

    .mobile_header .mortimer-account-topbar .right-panel .phone-number a {
        font-size: 18px;
        margin-right: 16px;
    }

    .mobile_header .herder-right_btn .mc-btn-secondary {
        background: #fff;
        color: #7a232e;
        font-size: 14px;
        font-weight: 700;
    padding: 9px 14px;
    border-radius: 5px;
		border: 1px solid #7a232e;
    }

    .navbar.navbar-default{
        display: flex;
        justify-content: center
    }

    .nav-right_btn{
        margin-top: 15px;
    }

    header.header {
/*         background-color: #78232f; */
        padding-bottom: 0;
                padding-top: 0;
    }

    .desktop_header{
        display: none;
    }

    .mobile_header{
        display: block;
    }

    .mobile_header .mortimer-account-topbar .right-panel .phone-number a {
        color: #7a232e;
    }

    .mobile_header .phone-number svg path{
        fill: #fff;
    }

    .mobile_header .phone-number {
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        padding: 0;
        margin-right: 0;
    }


    span.glyphicon.glyphicon-search {
            cursor: pointer;
            background: #f0ad4e;
            padding: 40px;
            font-size: 30px;
            color: #fff;
            margin: 0 auto;
            display: table;
    }
            
    .search-wrap {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            background: rgb(120 35 47);
            position: fixed;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
    }
            
    .search-middle {
       display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: center;
    }
            
    .search-t {
            background: transparent;
            padding: 40px;
            color: #fff;
            font-size: 40px;
    }
            
     .close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        text-align: center;
        color: #ffff;
        font-size: 22px;
        border-radius: 50%;
        margin: 20px;
    }

    .search-middle span{
        font-size: 18px;
        color: #fff;
        margin-bottom: 30px;
    }

     .search-middle .btn-search-input{
        background-color: #78232f;
    border: 01px solid #fff;
    }

    .search-middle input{
        font-size: 14px;
    }

    .mobile_header  .herder-right_btn .mc-btn-primary{
    background-color: #3c3c3c;
    color: #fff;
    font-size: 14px;
        padding: 9px 14px;
        border-radius: 5px;
		border-color:#3c3c3c;
    }
	
	

    .mobile_header .mobile-search{
        border-left: solid 1px #000;
        padding-left: 10px;
        margin-left: 10px;
    }

    .mobile_header .mortimer-account-topbar .right-panel .btn-search{
        height: 30px;
    }

   .mobile_header .nav-right_btn .mc-btn-secondary, .mobile_header   .nav-right_btn .mc-btn-primary {
        border: 2px solid #fff;
        color: #fff;
    }

   .search-dropdown-showing {
        max-height: 80px;
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .mobile_header .container{
        max-width: 100%;
    }
	
	.menu-mobile-menu-container{
        width: 100%;
    }

    .navbar.mobile_menu{
        width: 100%;
        padding: 0;
        margin: 0;
/*         border: 0; */
    }

      .navbar.mobile_menu li{
        display: inline-block;
        width: 33.33%;
      }

       .navbar-nav.mobile_menu{
        display: flex;
        position: relative;
        flex-direction: row;
                flex-wrap: wrap;
       }

    .navbar.mobile_menu li a{
        color: #000;
        padding: 16px 2px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        flex-grow: 1;
/*         background: linear-gradient(#5b5b5b, #383838); */
        text-align: center;
        text-decoration: none;
         display: block;
    }


    .menu-more {
    position: static;
}

.menu-more .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    list-style: none;
    min-width: 100%;
   border: 0;
}


    .navbar.mobile_menu li .dropdown-menu li {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .navbar.mobile_menu .menu-main-menu-container{
        width: 100%;
    }

 header .container-fluid{
    padding:0;
}
/* 
  #menu-mobile-menu > li:nth-child(2) a{
        background: #490301;
    } */

    .mobile-top_menu{
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .navbar.mobile_menu .dropdown-menu li.current-menu-item a {
        background: #d9d9d9 !important;
        color: #222 !important;
    }

    .navbar.mobile_menu .dropdown-menu li a {
        text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
        padding: 16px 11px 18px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        background: #78232f;
    }

}


@media (max-width: 768px) 
{

    .page-template-about-us #about, .page-template-client-complaints #about{
        text-align: center;
    }

    
    #get-in-touch .btn {
        margin: 10px 0 0;
        width: auto;
    }
    .mc-paperbox {
        border: 0px;
        padding: 0 25px;
    }

    .mc-paperbox:after{
        content: '';
    }

    .banner-home .container h1 {
        font-size: 24px;
        line-height: 28px;
        width: 40%;
        text-align: left;
    }

    .banner-home {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media (max-width: 767px) {
	
/* 	.col-sm-5.mc-hp-rp{
		display:none;
	} */

    .container{
        max-width: 100%!important;
    }

    #footer {
        padding: 50px 0 30px;
    }

    .f_description {
        padding: 20px 0 10px;
    }
        .banner-strip .container h1, h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .mc-paperbox.jump-list {
        padding: 12px 0px;
        margin-right: 0;
    }

    .mid-module {
        text-align: center;
    }

    .mid-module .col-sm-9, .mid-module .col-sm-offset-1{
        width: 100%;
    
    }

    .mid-module .col-sm-offset-1{
        margin-left: 0;
    }
    
    .banner-strip {
        margin: 0 0 25px;
    }


}

@media (max-width: 600px) {


    .footer-logos {
        margin-bottom: 25px;
        padding: 0 22px;
    }
	
	.footer-logos img {
		max-height: 100px;
	}
	
	.footer-logos .img_box {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.ph_btn {
        align-items: flex-end;
        flex-direction: column;
    }

    .header__nav .herder-right_btn .mc-btn-primary, .header__nav .herder-right_btn .mc-btn-secondary {
        display: block;
        margin: 5px 0;
    }
    #get-in-touch h3{
        display: block;
    }

    .info {
        display: none;
    }

    .menu-btn .bar {
        width: 20px;
        height: 2px;
    }

    .mortimer-account-topbar .right-panel .phone-number a {
        font-size: 12px;
    }

    .phone-number svg{
        width:16px;
    }

    .mobile_header .mobile-search {
        margin-left: 10px;
        margin-right: 0px;
    }



/*     .logo img{
        max-width: 60px;
    } */


   .banner-home .container h1 {
        font-size: 24px;
        line-height: 28px;
        width: 40%;
        text-align: left;
    }


    .banner-home {
        padding-bottom: 10px;
        padding-top: 10px;
    }



    .navbar.mobile_menu li a{
        font-size: 14px;
        font-weight: 500;
    }

    .navbar.mobile_menu .dropdown-menu li a {
            padding: 15px;
            font-size: 12px;
     }

     .mobile-top_menu {
        margin-bottom: 15px;
		 padding-top: 15px;
    }

    .right-panel{
        margin-top: 15px;
    }

    .mobile_header .herder-right_btn .mc-btn-secondary, .mobile_header .herder-right_btn .mc-btn-primary{
               font-size: 12px;
        padding: 9px 8px;
                margin: 0 3px;
    }
    .mobile_header .mortimer-account-topbar .right-panel .phone-number a {
        font-size: 14px;
        margin-right: 3px;
    }

    .btns {font-size: 0;}
    
    .btns .btn{
        display: block;
    }

    .mc-paperbox .mc-btn-primary, .mc-paperbox .mc-btn-secondary{
        width: 100%;
    }

    .btn-box {
        margin: 10px 0px;
        width: 100%;
        
    }
	
	    .right-panel {
        align-items: flex-end !important;
    }

}


@media (min-width: 1368px) {
    .container {
        width: 1170px;
    }
}


