.header {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 9999;
    opacity: 1;
    padding-top: 27px;
    visibility: visible;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    width: 100%;
}

.logo-panel {
    display: inline-block;
    width: 31%;
    vertical-align: middle;
} 
.logo-panel ul{
    padding: 0;
}
.logo .main-logo {
    max-width: 200px;
    height: auto;
    width: 100%;
}
.region.region-call-us { 
  display: inline-block;
  width: calc(69% - 10px);
  vertical-align: top; 
}
.region.region-call-us > .region.region-call-us { width: 100%; }

.logo-panel ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 3px;
    color: #817D83;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.logo-panel ul li:first-child {
    width: auto;
    margin-right: 71px;
}

.mainnav {
    text-align: right;
}
body.domain-elmwood-financial-co-uk-upgrade .mainnav { margin-top: -35px; }

.mainnav li {
    display: inline-block;
}

.nav>li {
 /*   padding: 5px 12.5px;*/
    padding: 5px 16px;
}

.nav>li>a {
    display: block;

    text-transform: uppercase;
    letter-spacing: 3.4px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    color: #244099;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 5px;
    letter-spacing: 1.75px;
}

.domain-gatewaypropertyuk-com .nav>li>a, .domain-gatewaypropertyuk-com .contact-header-inner.desktop-view-contact span, .contact-header-inner.desktop-view-contact span {
  font-size: 18px;
}
.domain-gatewaypropertyuk-com .contact-header-inner {
  font-size: 18px;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
    color: var(--secondary);
    border-bottom: 1px solid var(--secondary);
}

.nav>li:last-child {
    padding-right:3px;
}

/*==============Dropdown Menu=========================*/
/* .nav .button-dropdown {
    position: relative;
} */

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 41px;
    padding: 0;
    margin: 0;
    margin-top: 62px;
    text-align: left;
}

.nav li .dropdown-menu.active {
    display: block;
}
#mobileNav.nav li a {
    color: #FFFFFF;
}
.main-menu .dropdown-menu {
    background: #2CB3E7;
    width: 96.5%;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, .1);
    border-radius: 16px;
    z-index: 999;
}

.col-4 {
    width: 37.6%;
    background: #fff;
}

.col-8 {
    width: 62%;
}

.menu-content {
    display: inline-block;
    width: 63%;
    padding: 0px 67px 0px 62px;
    vertical-align: middle;
}

.menu-img {
    display: inline-block;
    width: 36.3%;
    text-align: right;
}

.menu-readmore.common-btn {
    background: #2CB3E7;
    margin-top: 43px;
}






/* ks start Start*/
.dropDiv {
    position: absolute;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--primary);
    border: none;
    border-radius: 15px;
    text-align: left;
    font-size: 0;
    overflow: hidden;
    top: calc(100% + 52px);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    opacity: 0;
}
.dropDiv{
    padding: 0 0 0 0 !important;
}
.dropDiv {
    min-height: 550px;
}
.dropDiv .infoDv {
    width: 38%;
    font-size: 0;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.dropDiv .infoDv {
    background: #FFFFFF;
    min-height: 550px;
}
.dropDiv .infoDv .modtext {
    width: 100%;
    display: table-cell;
    text-align: left;
    padding: 30px 48% 30px 8%;
    vertical-align: middle;
    height: 550px;
    vertical-align: middle;
}

.dropDiv .infoDv .modtext p {
    line-height: 26px;
    margin-bottom: 50px;
}
.dropDiv .infoDv .modtext p {
    color: #244099;
}
.dropDiv .infoDv .modtext .common-btn {
    margin-top: 0;
}

.dropDiv .infoDv .menuImg {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dropDiv .infoDv .menuImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropDiv .MnuDv {
    width: 62%;
    display: inline-block;
    vertical-align: top;
}

.dropDiv .MnuDv .mnul {
    display: inline-block;
    margin-left: 76px;
    position: relative
}

.dropDiv .MnuDv .mnul li {
    display: block;
}

.dropDiv .MnuDv .mnul a {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 28px;
    display: block;
    position: relative;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.header .MnuDv a {
    color: #FFFFFF;
}
.domain-col-tec-net .dropDiv .MnuDv .mnul a{
    padding-bottom: 5%;
}
.dropDiv .MnuDv .mnul a:before {
    display: none;
    content: "";
    width: 60px;
    position: absolute;
    top: 50%;
    border-top: 1px solid var(--secondary);
    right: calc(100% + 15px);
}

.dropDiv .MnuDv .mnul a:hover::before,
.dropDiv .MnuDv .mnul a:focus::before,
.dropDiv .MnuDv .mnul a:active::before/*,
.dropDiv .MnuDv .mnul li.open>a::before */{
    display: block;
    ;
}

.dropDiv .MnuDv .mnul a:focus,
.dropDiv .MnuDv .mnul a:hover,
.dropDiv .MnuDv .mnul a:active,
.dropDiv .MnuDv .mnul a:active/*,
.dropDiv .MnuDv .mnul li.open>a*/ {
    color: var(--secondary);
}

.dropDiv .MnuDv .innrMnu {
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 15px;
}

.dropDiv .MnuDv .mnul.levtwo {
    position: absolute;
    top: 0;
    left: 100%;
    width: 400px;
    max-width: 470px;
    margin-left: 90px;
}

.dropDiv .MnuDv .closer {
    position: absolute;
    right: 15px;
    top: 15px;
}

#main-menu li.active .dropDiv {
    visibility: visible;
    opacity: 1;
}

.dropDiv .MnuDv .mnul li ul {
    visibility: hidden;
}

#main-menu li.active .dropDiv li.open ul {
    visibility: visible;
}

.dropDiv .infoDv .modalMenu1 {
    display: none;
}

.dropDiv .infoDv .modalMenu1.in {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.modWrap {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

/* ks start End*/


/* ks Mobile menu start */

.mobileNav,
.mobileTog{
    display: none;
}

.mobileTog {
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    padding: 33px 20px;
    line-height: 90px;
}

.mobileTog,
.mobileTog * {
    transition: transform 0.2s ease;
}

.mobileTog span {
    border-top: 1px solid #212121;
    margin-bottom: 10px;
    display: block;
    width: 30px;

}
.mobileTog.clicked span {
    border-color: #FFFFFF;
}
.mobileTog span:last-child {
    /*width: 25px;*/
    margin-bottom: 0;
}

.mobileTog.clicked span {
    float: none;
}

.mobileTog.clicked {
    top: 0px;
    background: #2CB3E7;
    top: 32px;
    right: 0;
}

.mobileTog.clicked span:first-child {
    transform: translate(0px, 15px) rotate(45deg);
    /*margin: -1px;*/
}

.mobileTog.clicked span:nth-child(2) {
    visibility: hidden;
    /*margin: 0;*/
}

.mobileTog.clicked span:last-child {
    -webkit-transform: translate(0px, -7px) rotate(-45deg);
    transform: translate(0px, -7px) rotate(-45deg);
    width: 30px;
    /*width: 15px;
			float: right;
			-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
			transform: translate(-3px, -3.5px) rotate(45deg);*/
}

.mobileNav {
    background: #2CB3E7;
    position: fixed;
    top: 140px;
}

.mobileNav li {
    display: block;
}

.mobileTog,
.mobTogl {
    display: none;
}

.mobTogl {
    margin-right: -10px;
    overflow-x: hidden;
}

.mobileNav {
    display: none;
}

* {
    outline: 0;
}

.dropDiv .infoDv .modtext .common-btn:hover,
.dropDiv .infoDv .modtext .common-btn:focus {
    background: #907342;
    color: #fff;
}



/* ks Mobile menu end*/


/* ks media query start */
@media only screen and (min-width:992px) {
}

@media only screen and (max-width:1500px) {
    .logo-panel ul li:first-child { margin-right: 35px; }
}

@media only screen and (max-width:1366px) {

    .dropDiv .MnuDv .innrMnu {
        max-width: 90%;
    }

    .dropDiv .MnuDv .mnul a {
        letter-spacing: 1px;
    }

    .logo-panel ul li:last-child span {
        display: none;
    }


}

@media only screen and (max-width:1200px) {

    .dropDiv .MnuDv .innrMnu {
        max-width: 100%;
    }

    .dropDiv .MnuDv .mnul {
        margin-left: 40px;
    }

    .dropDiv .MnuDv .mnul.levtwo {
        margin-left: 40px;
    }

    .dropDiv .MnuDv .mnul a {
        letter-spacing: 1px;
    }

    .dropDiv .MnuDv .mnul a:before {
        width: 15px;
    }

    .dropDiv .infoDv .modtext p {
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .dropDiv .MnuDv .innrMnu {
        padding: 40px 15px;
    }

    .dropDiv .common-btn {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }

    .mainnav {
        font-size: 0;
    }


    .nav>li>a {
        letter-spacing: 1px;
    }

}

@media only screen and (max-width:1140px) {
    .mobTogl,
    .mobileNav { display: block; margin-top: 0px; }
    .desktopNav { display: none; }
    .mobileTog { display: inline-block; float: right; direction: rtl; }
    .header { padding-top: 0; top: 0; z-index: 999999; }
    .header .inner-width, .inner-width-menu { padding-right: 0; }

    .mobileNav {
        width: 95%;
        right: 0;
        text-align: left;
        z-index: 9999999;
        /*max-width: 360px;*/
    }

    .mobileNav {
        padding: 26px 0;
       /* border-radius: 15px 0px 0px 15px;*/
        transform: translate(100%, 0);
        transition: transform 0.4s ease;
        /*width: 360px;*/
        /*right: -2.5%;*/
        right: 0;
        width: 100%;
    }

    .mobileNav li {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 52px;
        padding-right: 15px;
    }

    .mobileNav li a {
        padding: 0;
        font-size: 14px;
        line-height: 28px;
        display: block;
        letter-spacing: 1px;
        position: relative;
        font-weight: 600;
    }


    .mobileNav li>a:hover::before,
    .mobileNav li.active>a::before {
        content: "";
        border: 1px solid #fff;
        width: 12px;
        height: 1px;
        position: absolute;
        left: -30px;
        top: 50%;
    }

    .mobileNav li a:hover,
    .mobileNav li a:focus,
    .mobileNav li a:active,
    .mobileNav li.active>a {
        color: #fff;
        border: none;
    }

    #mobileNav.clicked {
        transform: translate(0px, 0);
    }

    .mobTogl.clicked {
        background: #2CB3E7;
    }

    .mobTogl .mainMenuBack {
        line-height: 90px;
        display: inline-block;
        padding: 0 20px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        visibility: hidden;
        padding-left: 52px;
        padding-right: 15px;
    }

    .mobTogl .mainMenuBack.visibl {
        visibility: visible;
    }

    #mobileNav li ul {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background: #2CB3E7;
        z-index: 1;
        transform: translate(100%, 0);
        transition: transform 0.4s ease;
        padding: 26px 0;
        /*border-radius: 15px 0px 0px 15px;*/
    }

    #mobileNav li.active ul.in {
        transform: translate(-100%, 0);
    }

    #mobileNav li.active li.active ul.in {
        transform: translate(-200%, 0);
        background: #F4CE8F;
    }

    .currentMenuWrap {
        display: block;
    }

    .currentMenuWrap .currentMenu {
        background: #F4CE8F;
        display: block;
        padding: 10px 15px;
        color: #fff;
        border: none;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px;
        position: relative;
        font-weight: 600;
        padding-left: 52px;
        padding-right: 15px;
    }

    .currentMenuWrap {
        display: none;
    }

    .menu-panel {
        margin-right: -2.5%;
        max-width: 302px;
        position: relative;
        z-index: 10;
        float: right;
    }

    .mobTogl {
        margin-right: 0;
        overflow-x: hidden;
    }


    .logo-panel ul li:last-child span {
        display: none;
    }

    .header .logo-panel {
        position: absolute;
        width: 85%;
        height: 90px;
        left: 0;
        z-index: 1;
        display: table;
    }

    .header .logo-panel ul {
        display: table-cell;
        vertical-align: middle;
    }

    .header .logo-panel .logo {
        margin-left: 11px;
        display: block;
    }
    .idraft16-webprosites-co-uk .header .logo-panel .logo {
        margin-left: 0 !important;
        display: block;
    }

    .header .logo-panel ul li:last-child {
        width: auto;
        text-align: center;
        /* margin-left: 20px; */
    }
    .idraft16-webprosites-co-uk .header .logo-panel ul li:last-child {
        width: auto;
        text-align: center;
        margin-left: 0 !important;
    }

    .logo-panel ul li:first-child {
        width: 13%;
    }


    /* ks 18-1-2019 comment start */
    .menu-panel {
        pointer-events: none;
    }

    .menu-panel .mobTogl .mainMenuBack,
    .menu-panel .mobTogl #mobileTog,
    .menu-panel .mobTogl .currentMenuWrap,
    #mobileNav.clicked,
    #mobileNav ul {
        pointer-events: visible;
    }

    /* ks 18-1-2019 comment end */

}
@media only screen and (max-width: 1140px) {
    .header .logo-panel .logo {
        margin-left: 11px;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .logo {
        width: 70px;
    }
}
@media screen and (max-width:767px) {
    .menu-panel {
        margin-right: 0;
    }
}

@media screen and (max-width:640px) {
    .logo-panel ul li:first-child {
        width: auto;
    }

    .header .logo-panel {
        /*width: auto;*/
    }


}

@media screen and (max-width:480px) {
    .logo-panel ul li:first-child {
        margin-right: 0px;
    }
}

@media screen and (max-width:400px) {
  /*  .mobileNav {
        width: 300px;
  } */ 
}

@media screen and (max-width:340px) {

    .header .logo-panel ul li:last-child {
        margin-left: 10px;
    }

    .mobileTog {
        padding: 33px 10px;
    }

    .about-slider-panel {
        padding: 35px 14px 40px;
    }
}

/* ks media query end*/

/********************************************
qdmortgages.co.uk start start
********************************************/
@media screen and (max-width: 1140px){
    body header.header .mainMenuBack {
        background-color: inherit;
        /* background-color: #fff; */
        position: absolute;
        width: 100%;
        top: 90px;
        line-height: unset !important;
        padding: 0 52px !important;
        z-index: 1;
    }
    body header.header #mobileNav{
        margin-top: 0;
    }
    body header.header #mobileNav li ul ul{
        padding-top: 0;
    }
    body header.header .currentMenuWrap a {
        padding: 0;
    }
    body header.header .currentMenuWrap{
        position: absolute;
        width: 100%;
        top: 110px;
        line-height: unset !important;
        /* padding: 0 52px !important; */
        background-color: #fff;
    }
    body header.header .currentMenuWrap a{
        padding: 0 52px !important;
    }

    .idraft16-webprosites-co-uk header.header .currentMenuWrap{
        background-color: #00A3E5!important;
    }
    body .header,
    /* body .header{
        padding: 15px 0 !important;
        margin-bottom: 0 !important;
    } */
    body .header, body .header {
        padding: 15px 0 !important;
        margin-bottom: 0 !important;
        min-height: 110px;
        display: flex;
        align-items: center;
    }
    body .header .logo-panel,
    body .header .logo-panel{
        position: unset;
        padding: 0;
        display: flex;
        align-items: center;
        height: auto;
    }
    body .menu-panel,
    body .menu-panel{
        padding-top: 0 !important;
        height: 100%;
    }
    body .mobTogl,
    body .mobTogl{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0;
        height: 100%;
    }
    body .mobileTog,
    body .mobileTog{
        position: unset;
        padding: 10px !important;
        margin-right: 30px;
    }
    .idraft16-webprosites-co-uk .mobileTog{
        position: unset;
        padding: 10px !important;
        margin-right: 0!important;
        margin-top:auto!important;
    }
    /* Home hero banner  */
    body .sliderImg::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       /* background: rgb(255,255,255);
        background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    }
}
@media screen and (max-width: 991px){
 body header.header #mobileNav ul ul{
    margin-top: 28px;
 }
}
@media screen and (max-width: 535px){
    body .slider-section,
    body .slider-section{
        margin-top: 0;   
        padding-top: 0;
    }
}

@media screen and (max-width: 991px){
    body header.header #mobileNav ul ul{
       margin-top: 28px;
    }
   }

   .contact-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.contact-header-inner {
    margin-left: 20px;
    padding: 8px 0 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #244099;
}

.contact-header-inner a {
    color: #2CB3E7;
}
.contact-header-inner.desktop-view-contact span, .contact-header-inner.desktop-view-contact span {
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.75px;
}
.mobile-view-contact {
    display: none;
}
/*******************************
HEADER
*******************************/
.inner-width, .inner-width-menu {
    margin-right: auto;
    margin-left: auto;
    max-width: 1678px;
    padding: 0px 0px;
}
.reponsive-logo {
    display: none;
}

@media screen and (min-width:1141px){
    header .logo .main-logo{
        max-height: 170px;
    }
    header .header-topbar{
        max-height: 50px;
    }
    header #main-navigation{
        max-width: calc(100% - 350px);
        margin-right: 0;
        margin-left: auto;
    }
    header #main-navigation .desktopNav{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        grid-gap: 0 24px;
    }
    header #main-navigation .desktopNav > li{
        padding-inline: 0;
    }
    /*inner page top spacing*/
    .inner-banner {
        margin-top: 250px;
    }
}
@media screen and (min-width:541px) and (max-width:1140px){
    header .logo .main-logo{
        max-height: 200px;
    }
    .inner-banner {
        margin-top: 250px;
    }
}

.common-btn {
    display: inline-block;
    width: 215px;
    background: #244099 !important;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    -webkit-transition: .5sease all;
    transition: .5sease all;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}
.common-btn {
    width: unset;
    padding: 0 30px;
}
.dropDiv .infoDv .modtext .common-btn {
    margin-top: 0;
}
.menu-readmore.common-btn:hover {
    background: var(--secondary) !important;
}
/********************************************
qdmortgages.co.uk start start
********************************************/
@media screen and (max-width: 1140px){
    body header.header .mainMenuBack {
        background-color: inherit;
        /* background-color: #fff; */
        position: absolute;
        width: 100%;
        top: 90px;
        line-height: unset !important;
        padding: 0 52px !important;
        z-index: 1;
    }
    body header.header #mobileNav{
        margin-top: 0;
    }
    body header.header #mobileNav li ul ul{
        padding-top: 0;
    }
    body header.header .currentMenuWrap a {
        padding: 0;
    }
    body header.header .currentMenuWrap{
        position: absolute;
        width: 100%;
        top: 110px;
        line-height: unset !important;
        /* padding: 0 52px !important; */
        background-color: #fff;
    }
    body header.header .currentMenuWrap a{
        padding: 0 52px !important;
    }

    .idraft16-webprosites-co-uk header.header .currentMenuWrap{
        background-color: #00A3E5!important;
    }
    body .header,
    /* body .header{
        padding: 15px 0 !important;
        margin-bottom: 0 !important;
    } */
    body .header, body .header {
        padding: 15px 0 !important;
        margin-bottom: 0 !important;
        min-height: 110px;
        display: flex;
        align-items: center;
    }
    body .header .logo-panel,
    body .header .logo-panel{
        position: unset;
        padding: 0;
        display: flex;
        align-items: center;
        height: auto;
    }
    body .menu-panel,
    body .menu-panel{
        padding-top: 0 !important;
        height: 100%;
    }
    body .mobTogl,
    body .mobTogl{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0;
        height: 100%;
        background-color: transparent !important;
    }
    body .mobileTog,
    body .mobileTog{
        position: unset;
        padding: 10px !important;
        margin-right: 30px;
    }
    .idraft16-webprosites-co-uk .mobileTog{
        position: unset;
        padding: 10px !important;
        margin-right: 0!important;
        margin-top:auto!important;
    }
    /* Home hero banner  */
    body .sliderImg::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       /* background: rgb(255,255,255);
        background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    }
}
@media screen and (max-width: 991px){
 body header.header #mobileNav ul ul{
    margin-top: 28px;
 }
}
@media screen and (max-width: 535px){
    body .slider-section,
    body .slider-section{
        margin-top: 0;   
        padding-top: 0;
    }
}

@media screen and (max-width: 991px){
    body header.header #mobileNav ul ul{
       margin-top: 28px;
    }
   }

   .mobileNav, .mobileTog.clicked, #mobileNav li ul, #mobileNav li.active li.active ul.in, .currentMenuWrap .currentMenu {
    background-color: #244099;
}
@media screen and (max-width:767px) {
	body.domain-derwentmortgages-co-uk .header .logo-panel, body .header .logo-panel {
		position: unset;
	}
	body.domain-derwentmortgages-co-uk .header, body .header, body .header {
		display: flex;
	}
}
@media screen and (max-width:1140px) {
    body.domain-derwentmortgages-co-uk .header .logo-panel, body .header .logo-panel {
		position: absolute;
	}
	body.domain-derwentmortgages-co-uk .header, body .header, body .header {
		display: block;
	}
}
@media screen and (max-width:991px) {
	.page-contact .inner-middle-section .section-topbanner.faq-section .inner-width {
		width: 100%;
	}
	.domain-derwentmortgages-co-uk body .header .logo-panel, body .header .logo-panel {
		position: absolute;
	}
}
@media screen and (max-width:767px) {
	body.domain-derwentmortgages-co-uk .header .logo-panel, body .header .logo-panel {
		position: unset;
	}
	body.domain-derwentmortgages-co-uk .header, body .header, body .header {
		display: flex;
	}
}

@media only screen and (max-width:1140px) {
    .header{
        padding-top: 0 !important;
        margin-bottom: 30px;
    }
    header .header-topbar .region-call-us{
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        background: #FFF; 
    }
    .header-contact-wrapper {
        padding: 20px 0;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        position: unset;
        background: #FFF;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .contact-header {
        justify-content: center;
    }

    .menu-panel {
        max-width: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 50px;
    }

    .menu-panel.mobTogl-submenu {
        padding-top: 140px;
    }

    .mobileTog {

        position: absolute;
        top: 32px;
        right: 0;
        z-index: 99;
        padding: 15px 19px;
    }
}

@media only screen and (max-width:1024px) {
    .domain-isma-org-uk .tb-content {
        min-height: 345px;
    }

    .mobile-view-contact {
        display: block;
    }

    .desktop-view-contact {
        display: none;
    }

}
@media screen and (max-width: 1700px) {
    .inner-width, .inner-width-menu {
        width: 93%;
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1140px) {
    .header .inner-width, .inner-width-menu {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .mobileNav {
        top: 110px;
    }
}
