/*

Theme Name: Divi Child Theme

Description: Divi Child Theme

Author:  David Tierney

Author URI:  https://designsbytierney.com

Template: Divi

Version:  1.0.3

*/

/* =Theme customizations

------------------------------------------------------- */

/*@font-face {
  font-family:'Work Sans' !important;
  src: url(font/fontWorkSans-Bold.ttf);
  src: url(font/fontWorkSans-Regular.ttf);
  src: url(font/fontWorkSans-SemiBold.ttf);
  }*/
  @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

  .top-nineteen-per {
    top: 19% !important;
  }

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  ul,
  li,
  a {
    font-family:'Work Sans' !important;
    /*font-weight: 300 !important;*/
  }

  h1, h2, h3, h4, h5, h6{
    font-weight: bold !important;
  }

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

  body{
    background-color: transparent !important;
  }

  #page-container p,

  #page-container a,

  #page-container div,

  #page-container li,

  #page-container ul,

  #page-container ol,

  #page-container b,

  #page-container td,

  #page-container tr,

  #page-container th,

  #page-container span {

    font-family:'Work Sans' !important;

  }

  body div#et-top-navigation #top-menu-nav li {
    color: #2140AB;
    display: inline-block !important;
    height: 28px;
  }
  body div#et-top-navigation #top-menu-nav li a {
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #2140AB;
    background: transparent !important;
    min-height: 28px !important;
    min-width: auto !important;
    line-height: normal !important;
    text-transform: uppercase !important;
  }

  body div#et-top-navigation #top-menu-nav li:first-child{
    border-right: 1px solid #2140AB !important;
  }

  body div#et-top-navigation #top-menu-nav li:first-child>a{
    padding: 0px 12px 0px 0px !important;
    top: 5.5px;
    position: relative;
  }

  body div#et-top-navigation #top-menu-nav li:last-child {
    border-right: 0px solid #2140AB !important;
  }

  body div#et-top-navigation #top-menu-nav li:last-child>a {
    padding: 0px 0px 0px 10px !important;
    top: 5.5px;
    position: relative;
  }

  .container.search_container {

    padding-top: 0px !important;

    margin-top: 0px !important;

    width: 100%;

  }

  #main-content .container::before {

    background-color: transparent;

  }

  .displayNone {

    display: none;

  }

  .border_div {

    color: white;

    /*border-radius: 23px;*/

    /* border: 1px solid black; */

    /* padding: 20px; */

    /*width: 60%;*/

  }

  div#div1 {

    margin: 0px auto;

  }

  div#div2 {

    background: #fff;

    padding: 30px 0px 30px 0px !important;

    border-radius: 10px;

    max-width: 500px;

    margin: 0 auto;

    display: block;

  }

  div#div3 {

    margin: 0px auto;

  }

  div#div4 {

    background: #fff;

    padding: 30px 0px 30px 0px !important;

    border-radius: 10px;

    max-width: 500px;

    margin: 0 auto;

    display: block;

  }

  #main-header {

    box-shadow: none;

  }

  /* Sections starts */
  .et_pb_section {
    position: relative;
    background-color: transparent;
  }
  /* Sections ends */

  #et-secondary-nav .menu-item-has-children.mega-menu > a:after,

  #top-menu .menu-item-has-children.mega-menu > a:after {

    height: 0;

    width: 0;

    content: "";

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-bottom: 6px solid #fff;

    -webkit-transition: top 0.25s;

    transition: top 0.25s;

    top: 40px;

    opacity: 0;

    visibility: hidden;

    left: 50%;

    margin-left: -6px;

    position: absolute;

  }

  #et-secondary-nav .menu-item-has-children.mega-menu:hover > a:after,

  #top-menu .menu-item-has-children.mega-menu:hover > a:after {

    top: 35px;

    opacity: 1;

    visibility: visible;

  }

  #top-menu li.mega-menu > ul > li > a {

    border: 0px !important;

  }

  form label.error {

    color: #ff0000 !important;

  }

  #registrationform label.error,

  #edit_form label.error {

    color: #00438b !important;

  }

  form .error-at-bottom label.error {

    position: absolute;

    bottom: -20%;

  }

/*form .error-at-bottom input.error + input:last-child{

  margin-bottom: 20px;

}

form .error-at-bottom input.error ~ input:last-child{

  margin-bottom: 25px;

  }*/

  .submit-btn {

    -webkit-border-radius: 3px;

    border-radius: 3px;

    display: inline-block;

    vertical-align: middle;

    padding: 0 20px;

    height: 40px;

    line-height: 40px;

    font-weight: 400;

    font-family:'Work Sans' !important;

    font-size: 14px;

    text-decoration: none;

    text-align: center;

    cursor: pointer;

    -webkit-appearance: none;

    background-color: #0070ff;

    color: #fff;

    border: 0;

  }

  .slider {

    -webkit-appearance: none;

    width: 80% !important;

    height: 100%;

    border-radius: 5px;

    background: transparent;

    outline: none;

    -webkit-transition: 0.2s;

    transition: opacity 0.2s;

  }

  .slider::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #4caf50;

    cursor: pointer;

  }

  .slider::-moz-range-thumb {

    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #4caf50;

    cursor: pointer;

  }

  .light-bg .slider {

    background: #ff7703;

  }

  #main-header .nav li ul a {

    color: #333333 !important;

  }

  .searchBtn:hover,

  .searchBtn:active {

    background: #3f77bf;

    color: #fff;

  }

  .fieldset.form-control .searchingform {

    background-color: #0170ff;

  }

  .form-control .searchingform {

    border: none;

    background-color: #0170ff;

    color: white;

  }

  .btn {

    background-color: #00438b;

    border-radius: 40px;

    border: 0px;

  }

  .btn:hover,

  .btn:active,

  .btn:focus {

    background-color: #022e5f;

    color: #fff !important;

  }

  .submitBtn {

    margin-top: 20px;

  }

  .property_heading {

    text-align: center;

    font-weight: 700;

    font-size: 40px;

  }

  .service_checkbox {

    width: 94% !important;

    margin-left: auto;

    margin-right: auto;

  }

  #logo {
    max-height:44px !important;

  }

  .popup_form input[type="checkbox"] {

    vertical-align: middle;

    margin: 0 !important;

  }

  .popup_agent_search .et_pb_row_1,

  .popup_agent_search .et_pb_column_1,

  .popup_agent_search .et_pb_text_1 {

    background: transparent !important;

  }

  @media (min-width: 1200px) {

    .service_checkbox {

      width: 85%;

      margin-left: auto;

      margin-right: auto;

    }

  }

  .service_heading {

    text-align: center;

    font-weight: 700;

    font-size: 40px;

  }

  .slider_heading {

    text-align: center;

    font-weight: 700;

    font-size: 40px;

    margin-bottom: 30px;

  }

  input.myRange {

    margin: auto;

  }

  .next_btn {

    margin-top: 20px;

  }

  .slider_amount {

    /*margin-left: 14%;*/

    margin-top: 15px;

    text-align: center;

    font-size: 18px;

  }

  ul.property-checkbox-flow-questions {

    padding: 0px;

  }

  .property-checkbox-flow-questions > li {

    line-height: inherit;

  }

  .property-checkbox-flow-questions > li {

    -webkit-border-radius: 3px;

    border-radius: 3px;

    font-size: 16px;

    font-weight: 400;

    text-align: center;

    padding: 12px 25px;

    cursor: pointer;

    color: white;

    -webkit-transition: all 0.25s;

    transition: all 0.25s;

    background: #fff;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);

    list-style: none;

  }

  #page-container .property-checkbox-flow-questions > li,

  #get-newsletter2 *,

  #get-newsletter_popup * {

    font-family:'Work Sans' !important;

  }

  #get-newsletter2 .et_pb_row_1.et_pb_row,

  #get-newsletter2 .et_pb_row_1.et_pb_row .et_pb_column .et_pb_module {

    padding: 0 !important;

    margin: 0 auto !important;

  }

  #get-newsletter2 label.error {

    line-height: normal;

    display: block;

    margin-top: 3px;

  }

  .property-checkbox-flow-questions > li:not(:last-child) {

    margin-bottom: 15px;

  }

  .property-checkbox-flow-questions input[type="checkbox"] {

    /*display: none;*/

  }

  .property-checkbox-flow-questions > li:hover {

    -webkit-transform: scale(0.97);

    transform: scale(0.97);

  }

  .property-checkbox-flow-questions {

    width: 100%;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

  }

  .agent-search-form.dark-bg h1,

  .agent-search-form.dark-bg h2,

  .agent-search-form.dark-bg h3,

  .agent-search-form.dark-bg h4,

  .agent-search-form.dark-bg p,

  .agent-search-form.dark-bg label {

    color: #fff;

  }

  .agent-search-form.light-bg h1,

  .agent-search-form.light-bg h2,

  .agent-search-form.light-bg h3,

  .agent-search-form.light-bg h4,

  .agent-search-form.light-bg p,

  .agent-search-form.light-bg label,

  .agent-search-form.light-bg a {

    color: #333 !important;

  }

  .agent-search-form h2 {

    font-size: 36px;

  }

  .et_pb_text_0 .agent-search-form h2 {

    font-size: 46px;

  }

  .property-checkbox.property-checkbox-flow-questions {

    /*padding-left: 12px;*/

    width: 100%;

    text-align: center;

    margin-left: auto ;

    margin-right: auto;

    padding-left: 20px;

    padding-right: 20px;

  }

  .error-message {

    width: 100%;

    text-align: center;

  }

  .form-error-message {

    background: #ff3e3e;

    color: #fff;

    -webkit-border-radius: 0 0 3px 3px;

    border-radius: 0 0 3px 3px;

    position: relative;

    width: 100%;

    padding: 15px;

    font-size: 12px;

    margin-top: 10px;

  }

  #step-2 .form-error-message,

  #step-4 .form-error-message {

    display: inline-block;

    width: auto;

  }

  .column-radius-10 > .et_pb_column {

    border-radius: 10px;

  }

  #footer-widgets .footer-widget li:before {

    display: none;

  }

  #footer-widgets .footer-widget li {

    padding-left: 0px;

  }

  .checkcontainer span.checkmark {

    border-radius: 5px;

    border: 1px solid #000;

    top: 5px;

  }

  .checkcontainer span.checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 20px;

    width: 20px;

    background-color: transparent;

    border-radius: 100%;

    border: 1px solid #fff;

  }

  .checkcontainer .checkmark:after {

    content: "";

    position: absolute;

    display: none;

  }

  .checkcontainer .checkmark:after {

    left: 9px;

    top: -6px;

    width: 8px;

    height: 22px;

    border: solid #00438b;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  .checkcontainer input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

  }

  .checkcontainer .checkmark:after {

    border-color: #ff7703;

  }

  .checkcontainer input:checked ~ .checkmark:after {

    display: block;

  }

  /* sections bg starts */

  .why-landlords-use-us {
    /*background-color: rgba(49, 173, 242, 0.06);
    background-image: url(/wp-content/uploads/2021/09/women-bg.png),url(/wp-content/uploads/2021/09/Vector.png);
    background-position: left 13% top 100%,left 0% top 0px;
    background-repeat: no-repeat,no-repeat;
    background-size: 25% 60%,35% 98%;*/
    background-color: rgba(49, 173, 242, 0.06);
    background-image: url(/wp-content/uploads/2024/02/women-bg-min.webp),url(/wp-content/uploads/2021/09/Vector.png);
    background-position: 13% 100%, 0% 80%;
    background-repeat: no-repeat,no-repeat;
    background-size: 420px, 564px;
  }
.page-id-18097 .why-landlords-use-us{
  background-image: url(https://assets.compareagentfees.com/uploads/2026/01/4-removebg-preview.webp),url(/wp-content/uploads/2021/09/Vector.png);
}
   /* .et_pb_section.et_pb_section_0.et_section_regular {
        background-image: url(/wp-content/uploads/2021/09/header-img.png);
        background-position: right 0% top 0%;
        background-repeat: no-repeat,no-repeat;
        background-size: 50% 11.7%;
        }*/

        .landlord-faq-section {
          background-image: url(/wp-content/uploads/2024/02/landlord-faq-min.webp);
          background-position: 0% bottom;
          background-repeat: no-repeat;
          background-size: 32% 65%;

        /*background-image: url(/wp-content/uploads/2021/09/continue-diet-order-pizza-portrait-1.png),url(/wp-content/uploads/2021/09/Vector-1.png);
        background-position: 16% bottom,-5% 140%;
        background-repeat: no-repeat,no-repeat;
        background-size: 18% 65%,36% 78%;*/
      }

.landlord-faq-section{
  min-height: 882px;
}


      /* sections bg ends */

      /* search_box css header */

      .search_box .form-group.range-field {
        padding: 6px;
        width: 570px;
        max-width: 100%;
        margin: 0px;
        background: #FFFFFF;
        border: 2px solid #2140AB;
        box-sizing: border-box;
        border-radius: 40px;
      }
      .main_term{
        display: flex;
        padding-top: 80px;
        justify-content: space-between;
      }

      .search_box .container.search_container {
        padding-top: 0px !important;
        margin-top: 0px !important;
        width: 100%;
      }

      div.search_box #div1 {
        width: 100% !important;
        margin: 0px !important;
        max-width: 100% !important;
        padding: 0px !important;
        position: relative !important;
      }

      .search_box .fa.fa-map-marker {
        position: absolute !important;
        color: #2140AB !important;
        max-width: 40px !important;
        padding-top: 12px;
        padding-left: 16px;
        font-size: 26px !important;
        display: flex !important;
      }

      .search_box input.postcodeSearch.searchText {
        padding-left: 42px !important;
        border: 0px solid #333333 !important;
        width: 100% !important;
        height: 48px !important;
        font-weight: bold !important;
        line-height: 19px!important;
        background: transparent !important;
        font-size: 16px;
      }

      .search_box #div1 input.btn.searchBtn.next_btn1.next-btn.hide-xs {
        font-weight: bold !important;
        font-size: 18px!important;
        line-height: 21px!important;
        background: #FF7703 !important;
        top: 0 !important;
        height: 48px !important;
        right: 0 !important;
        width: 40% !important;
        text-transform: initial !important;
        border-radius: 25px !important;
        color: #fff !important
      }

      /* search_box header css end */

      /* search_box_2 css start */

      .search_box_2 .form-group.range-field {
        border: 2px solid #2140AB;
        padding: 5px;
        border-radius: 30px;
        width: 100%;
        background: #fff;
      }

      .search_box_2 .container.search_container {
        padding-top: 0px !important;
        margin-top: 0px !important;
        width: 100%;
      }

      div.search_box_2 #div1 {
        width: 100% !important;
        margin: 0px !important;
        max-width: 100% !important;
        padding: 0px !important;
        position: relative !important;
        display: flex;
        align-items: center;
      }

      .search_box_2 .fa.fa-map-marker {
        position: absolute !important;
        color: #2140AB !important;
        max-width: 40px !important;
        padding-top: 0px !important;
        padding-left: 16px !important;
        font-size: 26px !important;
      }

      .search_box_2 input.postcodeSearch.searchText {
        padding-left: 42px !important;
        border: 0px solid #333333 !important;
        width: 100% !important;
        font-weight: 500 !important;
        line-height: 19px!important;
        background: #FFFFFF !important;
        font-size: 16px !important;
      }

      .search_box_2 .next-btn {
        font-weight: 500!important;
        font-size: 18px!important;
        line-height: 21px!important;
        background: #2140AB !important;
        top: 0 !important;
        height: 50px !important;
        right: 0 !important;
        width: 40% !important;
        border-radius: 25px !important;
        font-family: 'Work Sans' !important;
        text-transform: capitalize !important;
        color: #fff !important;
      }

      /* search_box_2 css end */

      /* search_box_3 css start */

      .search_box_3 .form-group.range-field {
        border: 2px solid #2140AB;
        padding: 5px;
        border-radius: 30px;
        width: 80%;
        background: #fff;
      }

      .search_box_3 .container.search_container {
        padding-top: 0px !important;
        margin-top: 0px !important;
        width: 100%;
      }

      div.search_box_3 #div1 {
        width: 100% !important;
        margin: 0px !important;
        max-width: 100% !important;
        padding: 0px !important;
        position: relative !important;
        display: flex;
        align-items: center;
      }

      .search_box_3 .fa.fa-map-marker {
        position: absolute !important;
        color: #2140AB !important;
        max-width: 40px !important;
        padding-top: 0px !important;
        padding-left: 16px !important;
        font-size: 26px !important;
      }

      .search_box_3 input.postcodeSearch.searchText {
        padding-left: 42px !important;
        border: 0px solid #333333 !important;
        width: 100% !important;
        font-weight: 500 !important;
        line-height: 19px!important;
        background: #FFFFFF !important;
        font-size: 16px !important;
      }

      .search_box_3 .next-btn {
        font-weight: 500!important;
        font-size: 18px!important;
        line-height: 21px!important;
        background: #2140AB !important;
        top: 0 !important;
        height: 50px !important;
        right: 0 !important;
        width: 40% !important;
        border-radius: 25px !important;
        font-family: 'Work Sans' !important;
        text-transform: capitalize !important;
        color: #fff !important;
      }

      /* search_box_3 css end */

      /* search_box_4 css start */

      .search_box_4 .form-group.range-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }

      .search_box_4 .container.search_container {
        padding-top: 0px !important;
        margin-top: 0px !important;
        width: 100%;
      }

      div.search_box_4 #div1 {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .search_box_4 .fa.fa-map-marker {
        position: absolute !important;
        color: #2140AB !important;
        max-width: 88px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        font-size: 22px !important;
        left: 20%;
        padding-left: 0px !important;
      }

      .search_box_4 input.postcodeSearch.searchText {
        border: 2px solid #2140AB;
        border-radius: 30px;
        width: 100%;
        text-align: center;
        height: 56px;
      }

      .search_box_4 input.btn.searchBtn.next_btn1.next-btn {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        background: #2140AB;
        border-radius: 25px;
        top: 16px;
        position: relative;
        height: 56px;
        right: 0;
        width: 100% !important;
        color: #fff;
        text-transform: capitalize;
      }

      /* search_box_4 css end */

      /* sec-1 cards starts */

      .companies {
        padding-left: 50px;
        float: right;
      }

      .cmp{
        position: relative;
        width: 100%;
        padding: 16px;
        left: 0px;
        top: 0px;
        background: #F7FBFF;
        box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
        border-radius: 8px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
      }
      .cmp1{
        position: relative;
        width: 100%;
        padding: 16px;
        left: 0px;
        top: 0px;
        background: #F7FBFF;
        box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
        border-radius: 8px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
      }
      .cmp-badge1{
        float: right;
        height: 35px;
        background: #E0E5FF;
        color: #434C99;
        font-size: 14px;
        font-weight: 600;
        padding-top: 8px;
        border-radius: 16px;
        text-transform: uppercase;
        text-align: center;
        padding: 8px 12px;
      }
      .cmp-badge2{
        float: right;
        height: 35px;
        background: #CCF4D2;
        color: #045611;
        font-size: 14px;
        font-weight: 600;
        padding-top: 8px;
        border-radius: 16px;
        text-transform: uppercase;
        text-align: center;
        padding: 8px 12px;
      }
      .cmp-badge3{
        float: right;
        height: 35px;
        background: #E0EFFF;
        color: #01438A;
        font-size: 14px;
        font-weight: 600;
        padding-top: 8px;
        border-radius: 16px;
        text-transform: uppercase;
        text-align: center;
        padding: 8px 12px;
      }
      .cmp-p{
        width: 100%;
        padding-top: 12px;
      }
      .cmp-txt{
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: #2140AB;
        text-align: center;
      }

      .img-rw {
        display: flow-root;
        text-align: center;
        margin-top: 16px;
      }

      .rw {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .agent-free p{
        margin-bottom:0px !important;
      }

      /* sec-1 cards ends */

      /* sec-2 letting-card */
      .cp-2 {
        display: flex;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 30px;
      }
      .cp-2:last-child{
        margin-bottom: 0px;
      }
      .img-2 {
        height: 100%;
        width: 12%;
        margin: 0px;
      }
      .mn-2 {
        padding-top: 2px;
        padding-left: 12px;
        font-size: 18px;
        font-weight: 100;
        color: #333333;
        opacity: 0.8;
      }

      .letting-img {
        width: 570px !important;
      }

      .letting-txt {
        width: 600px !important;
        padding-left: 80px;
        margin: 0px !important;
      }

      /* sec-2 letting-card end */

      /* map-card */

      .avatar {
       margin-top: -8rem;
       margin-bottom: 1rem;
       max-width: 12rem;
       border-radius: 62px;
     }
     .find-the-best-agent-near-you .avatar{
      margin-top: -60px;
      width: 120px;
      height: 120px;
      max-width:120px;
    }

    .card-d-p {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 36px;
    }

    .card-p {
      font-size: 24px;
      text-align: center;
      color: #fff;
      font-weight: 700;
    }

      /*.card-8{
            background-color: #fff;
            padding-bottom: 55px;
            padding-left:20px;
            padding-right:20px;
            padding-top:20px;
            border-radius:0px 0px 14px 14px;
            box-shadow: 0px 33px 80px rgb(93 93 93 / 7%), 0px 9.94853px 24.1177px rgb(93 93 93 / 5%), 0px 4.13211px 10.0172px rgb(93 93 93 / 4%), 0px 1.4945px 3.62304px rgb(93 93 93 / 2%);
            }*/

            .card-text{
              font-size: 16px;
              font-family: 'Work San',sans-serif!important;
              color: #333333;
              font-weight: 400;
              padding-top: 20px;
            }

            .card-text2 {
              font-size: 18px;
              color: #2140AB;
              font-weight: 700;
              margin-bottom: 32px;
              line-height: 28px;
            }

            .card-bg{
              background-color: #31ADF2;
              height:188px;
              border-radius: 14px 14px 0px 0px;
            }

            .card-body{
              background-color: #fff;
              padding-bottom: 36px;
              box-shadow: 0px 0px 20px -8px #888888;
              border-radius: 0px 0px 12px 12px;
              padding-left: 18px;
              padding-right: 18px;
              text-align: center;
            }

            /* map-card end */

            /* section-8 ul style starts */
            .sec-8-ul{
              display: flex;
              list-style: none !important;
              justify-content: space-between;
              width: 100%;
              padding: 30px 0px 0px 0px !important;
              color: #333 !important;
            }

            /* section-8 ul style ends */

            /* footer style starts */

            #footer-widgets > .footer-widget:first-child img {
              display: none;
            }

            #footer-widgets > .footer-widget:first-child .hidden-xs {
              display: none;
            }

            /* footer style ends */

            @media screen and (min-width: 600px)  {
              .mobile-break { display: none !important; }
            }

            @media (max-width: 400px) {

              .searchText {

                width: 80%;

              }

              .searchBtn {

                margin: auto;

                width: 30%;

              }

              .featured_rating .agency-rating {

                width: 100% !important;

                text-align: center !important;

              }

            }

            @media only screen and (max-width: 768px) and (min-width: 400px) {

              .featured_mobile img {

                width: 150px !important;

                position: unset !important;

              }

              .featured_rating {

                text-align: center;

              }

              .featured_rating .agency-rating,

              .featured_rating .miles-away {

                float: none !important;

                display: inline-block !important;

              }

              .img-rw {
                margin-bottom: 23px;
              }
              .cmp{
                position: relative;
                width: 100%;
                padding: 16px;
                left: 0px;
                top: 0px;
                background: #F7FBFF;
                box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
                border-radius: 8px;
                max-width: 100%;
                margin-left: auto !important;
                margin-right: auto !important;
                margin-bottom: 16px;
              }
              .cmp1{
                position: relative;
                width: 70%;
                padding: 16px;
                left: 0px;
                top: 0px;
                background: #F7FBFF;
                box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
                border-radius: 8px;
                max-width: 100%;
                margin-left: auto !important;
                margin-right: auto !important;
                margin-bottom: 16px;
              }
              .cmp-p {
                width: 100%;
                display: none;
              }

            }

            @media (max-width: 991px) {

              #step-3 .border_div {

                width: 100%;

              }

              .featured_mobile img {

                width: 200px;

                position: absolute;

                right: 30px;

                top: 30px;

              }
              .cp img{
                max-width: 130px;
              }

              .stars-5{
                width: 145px;
              }
              .trustpilot{
                width: 112.5px;
              }
            }

            @media (max-width: 767px) {

              .searchText {

                width: 80%;

              }

              .searchform .searchBtn {

                margin: auto;

                width: 80%;

                margin-top: 6px;

                border-radius: 100px;

              }

              .property-checkbox-flow-questions {

                width: 70%;

              }

              .border_div {

                width: 100%;

              }

              #step-2 .form-error-message,

              #step-4 .form-error-message {

                display: block;

                width: 70%;

                margin-left: auto;

                margin-right: auto;

              }

              .slidecontainer {

                width: 100% !important;

              }

              .popup_outer_wrap .bullet {

                display: none;

              }

              #get-newsletter2 .et_pb_row_1.et_pb_row {

                margin: 20px auto !important;

              }

              .Slider_bottom_bg,

              #agent_search_footer {

                background: #f5f6f7 !important;

              }

              .hidden-mobile {

                display: none !important;

              }

              .cmp, .cmp1{
                width: 100% !important;
              }
            }

          @media (max-width: 700px) {

            .searchform .searchBtn {

              padding-right: 0px;

            }

          }

          @media (min-width: 768px) {

            .searchText {

              width: 100%;

              height: 50px;

            }

            div#div1 {

              max-width: 500px;

              margin: auto;

              position: relative;

            }

            .searchform .searchBtn {

              position: absolute;

              right: 5px;

              top: 5px;

              height: 40px;

              margin: 0;

              border-radius: 100px;

            }

            .featured_img {

              margin-left: -50px;

            }

            .block-5.sell-time-cell.tests.hidden-xs.is_featured {

              padding-bottom: 0;

            }

          }

          @media (max-width: 1024px) {

            .property-checkbox-flow-questions {

              width: 50%;

            }

            .cmp{
              position: relative;
              width: 100%;
              padding: 18.5px 16px;
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              /*margin-left: auto;*/
              /*margin-right: 94px;*/
              margin-bottom: 16px;
            }
            .cmp1{
              position: relative;
              width: 100%;
              padding: 18.5px 16px;
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              /*margin-left: auto;*/
              /*margin-right: 78px;*/
              margin-bottom: 16px;
            }

          }

          /* Ipad devices only css */
          @media (max-width:1023px) and (min-width:481px) {
            .img-rw {
              width: 100%;
            }
            .cmp{
              position: relative;
              width: 100%;
              /*padding: 4.5% 3% 4.5% 3%;*/
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 16px;
            }
            .cmp1{
              position: relative;
              width: 100%;
              /*padding: 3.8% 3% 3.8% 3%;*/
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 16px;
            }
          }

          @media (max-width: 1280px) and (min-width:1024px) {

            .cmp{
              position: relative;
              width: 100%;
              padding: 18.5px 16px;
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              /*margin-left: auto;*/
              /*margin-right: 94px;*/
              margin-bottom: 16px;
            }
            .cmp1{
              position: relative;
              width: 100%;
              padding: 18.5px 16px;
              left: 0px;
              top: 0px;
              background: #F7FBFF;
              box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
              border-radius: 8px;
              max-width: 100%;
              /*margin-left: auto;*/
              /*margin-right: 78px;*/
              margin-bottom: 16px;
            }

          }

          @media (max-width: 1000px) {

            .service_checkbox {

            }

          }

          @media (max-width: 800px) {

            .service_checkbox,

            .property-checkbox-flow-questions {

              width: 70%;

            }

          }

          @media (max-width: 400px) {

            .property_heading {

              font-weight: 500;

              font-size: 30px;

            }

          }

          @media (max-width: 400px) {

            .service_heading {

              font-weight: 500;

              font-size: 30px;

            }

            .featured_mobile {

              text-align: center;

              margin-top: 15px;

              margin-bottom: 15px;

            }

            .featured_mobile img {

              width: 120px;

              position: unset !important;

            }

          }

          @media (max-width: 500px) {

            .slider_heading {

              font-weight: 500;

              font-size: 30px;

            }

            .property-checkbox-flow-questions {

              width: 90%;

            }

            #step-2 .form-error-message,

            #step-4 .form-error-message {

              width: 90%;

            }

          }

          @media (max-width: 450px) {

            .service-heading {

              font-weight: 500;

              font-size: 30px;

            }

          }

          @media (max-width: 350px) {

            .searchBtn {

              font-size: 12px;

            }

            .container.search_container {

              width: 100%;

            }

          }

          input.postcodeSearch.searchText {

            min-width: 230px;

          }

          input.btn.searchBtn.next_btn1.next-btn {

            min-width: 142px;

            outline: 0px;

          }

          .btn-color {

            background: #00438b !important;

            color: white !important;

          }

          .btn-color:hover {

            background: #022e5f;

            color: white;

          }

          .property-checkbox-flow-questions > li :hover {

            background: #022e5f;

            color: white;

          }

          /* .img1Size h3 { position: absolute;top: 54px;left: 64px ;color: white;} */

/**

 *

 * navigation bar sub Menu

 *

 *

 *  */

 .imgSize-one {

  background: url(https://rentround.com/wp-content/uploads/2019/05/a.jpg)

  no-repeat center center;

  background-size: cover;

  width: 100%;

  height: 200px;

  position: relative;

}

h3.img1Test {

  position: absolute;

  top: 60px;

  font-size: 21px;

  color: white;

  z-index: 9999;

  text-align: center;

  left: 0%;

}

/* h3.img1Test {

z-index: 9999;

font-size: 35px;

text-align: center;

left: 0%;

} */

.imgSize-one:after {

  content: "";

  background: #000;

  position: absolute;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  z-index: 1;

}

.imgSize-two {

  background: url(https://rentround.com/wp-content/uploads/2019/05/b.jpg)

  no-repeat center center;

  background-size: cover;

  width: 100%;

  height: 200px;

  position: relative;

}

.imgSize-three {

  background: url(https://rentround.com/wp-content/uploads/2019/05/c.jpg)

  no-repeat center center;

  background-size: cover;

  width: 100%;

  height: 200px;

  position: relative;

}

h3.img2Test {

  position: absolute;

  top: 60px;

  color: white;

  z-index: 9999;

  font-size: 21px;

  text-align: center;

  left: 0%;

}

.imgSize-two:after {

  content: "";

  background: #000;

  position: absolute;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  z-index: 1;

}

h3.img3Test {

  position: absolute;

  top: 60px;

  color: white;

  z-index: 9999;

  font-size: 21px;

  text-align: center;

  left: 20%;

}

.imgSize-three:after {

  content: "";

  background: #000;

  position: absolute;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  z-index: 1;

}

/* Bullet */

::-ms-thumb {

  position: relative;

  width: range-slider-width;

  height: range-slider-height;

  border-radius: range-slider-border-radius;

  background-color: toggle-handle-off-bg-color;

  box-shadow: range-slider-box-shadow;

  cursor: pointer;

  -ms-appearance: none;

  border: 0;

}

::-ms-thumb:before {

  position: absolute;

  top: (range-slider-height / 2) - (range-track-height / 2);

  left: -2001px;

  width: 2000px;

  height: range-track-height;

  background: dark;

  content: " ";

}

::-ms-thumb:after {

  position: absolute;

  top: -15px;

  left: -15px;

  padding: 30px;

  content: " ";

}

.checkbox.checkbox-styling {

  display: inline-block !important;

  width: 100% !important;

  margin-bottom: 20px;

}

.border_div.slider-form {

  width: 100%;

}

.slidecontainer {

  width: 60%;

  margin: 0 auto;

}

.range-amount {

  width: 60%;

  margin: 0 auto;

}

/* Pop up

 User

 Details */

 a.link_styling:hover {

  color: #23527c !important;

}

div#get-newsletter2 {

  border: 2px solid #a7a7a7;

  background: #fff !important;

  border-radius: 16px;

  padding-top: 20px;

  padding-bottom: 20px;

}

.popUp-top-text {

  padding: 0px 20px;

  margin-bottom: 10px;

  padding-top: 8px;

  font-size: 13px;

}

#get-newsletter2 label {

  font-weight: bold;

  color: #646464;

  font-size: 13px;

}

#get-newsletter2 a.evr-close:hover {

  cursor: pointer;

}

#get-newsletter2 a.evr-close {

  text-indent: -9999px;

  width: 25px;

  height: 25px;

  background: url("shortcode/img/popUp-close.png");

  background-position: center center;

  background-size: contain;

  /*margin-right: 10px;*/

  /*margin-top: 10px;*/

}

span.evr-close_wrap {

  margin-right: 5px;

  margin-top: 5px;

}

a.evr-close {

  border-radius: 50%;

}

#get-newsletter2 a.evr-close {

  /* border: 1px solid black; */

  font-size: 30px;

  text-decoration: none;

  font-weight: 500;

}

#get-newsletter2 .et_pb_row_1.et_pb_row {

  padding-top: 0px !important;

  padding-bottom: 0px !important;

  display: inherit !important;

  height: auto !important;

}

@media (max-width: 490px) {

  .container-div-2 {

    /*padding-top: 20px;*/

  }

}

@media (max-width: 450px) {

  /* #get-newsletter2 .et_pb_row_1.et_pb_row{

    margin-bottom:20px !important;

    } */

    .admin-bar .popup_outer_wrap.popup_full_height {

      top: 5% !important;

    }

  }

  #get-newsletter2::-webkit-scrollbar {

    display: none;

  }

  .et_pb_row.et_pb_row_1.pop-heading-styling {

    width: 100%;

  }

  input.input-style {

    width: 90%;

    height: 46px;

    border: 1px solid #a7a7a7;

    margin: 0 auto;

  }

  button.user-submit-detail-style {

    margin-bottom: 10px;

    width: 90%;

    margin-left: 20px;

    border-radius: 20px;

    background-color: #ff7703;

    color: white;

    white-space: normal;

  }

  button.user-submit-detail-style:hover {

    background-color: #e96d00 !important;

  }

  .et_pb_row.et_pb_row_1.user-form-style {

    background: white;

    height: 100%;

    max-height: 100%;

    width: 80%;

    line-height: 1.5;

    border-radius: 16px;

    border: 1px solid #a7a7a7;

    float: left;

    width: 90%;

  }

  .agylink {

    display: block;

    text-align: center;

    padding-bottom: 15px;

    font-size: 14px;

    color: #01a2e8 !important;

    font-weight: 400;

    margin-top: -25px;

    width: 100%;

    float: left;

  }

  a.agylink.mobile {

    padding-top: 15px;

    font-size: 18px;

  }

  input#mdsg_agyUrl {

    margin-top: 40px;

  }

  .agy_link {

    position: absolute;

  }

/* #get-newsletter2 a.evr-close{

  text-indent: -9999px;

    width: 40px;

    height: 40px;

    background-position: center center;

    background-size: contain;

    } */

    @media (max-width: 410px) and (min-width: 320px) {

      .col-sm-6.container-div-1 {

        /*height:325px !important;*/

      }

    }

    @media (max-width: 500px) and (min-width: 410px) {

      .col-sm-6.container-div-1 {

        /*height:270px;*/

      }

    }

/* @media(max-width:500px){

  .col-sm-6.container-div-1{

    height:270px;

  }

  } */

  @media (max-width: 767px) and (min-width: 500px) {

    .col-sm-6.container-div-1 {

      /*height:253px;*/

    }

  }

  @media (max-width: 767px) {

  /* .col-sm-6.container-div-2 {

    padding-top: 20px;

    margin-top: 130px;

    } */

    .et_pb_row.et_pb_row_1.user-form-style {

      width: 90% !important;

      margin-bottom: 30px !important;

      padding-top: 10px !important;

      padding-bottom: 10px !important;

      margin-top: 20px;

      float: none;

      /*top: 100px;*/

    }

  }



  @media (max-width: 480px) {

    body {
      background: #fff !important;
    }

    .et_pb_column.et_pb_column_1_3.et_pb_column_20.et_pb_css_mix_blend_mode_passthrough.et-last-child{
      display:none ;
    }


    /*div.et_pb_section.et_pb_section_7 {
      background-position: 136px center !important;
      background-repeat: no-repeat;
      background-image: url(https://www.compareagentfees.com/wp-content/uploads/2021/09/Bg-Vector.png)!important;
      }*/

      .sec-8-ul {
        display: list-item !important;
        list-style: none;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0px 0px 0px !important;
      }

      ul.sec-8-ul>li {
        margin-bottom: 16px !important;
      }

      .et_pb_section_6.letting-agent.et_section_regular{
        display: none;
      }

      .column123{
        width: 100% !important;
      }

      .cmp-m {
        display: inline-block !important;
      }

      .cmp-p {
        display: none !important;
      }

      .cmp-txt {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #2140AB;
        text-align: center;
      }

      .et_pb_module.et_pb_image.et_pb_image_3.et_multi_view__hover_selector {
        width: auto;
      }

      input.btn.searchBtn.next_btn1.next-btn.hide-xs {
        width: 142px !important;
        border-radius: 12px;
        min-width: 142px !important;
      }

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top: 100px;*/

      }

      .cmp{
        position: relative;
        width: 100%;
        padding: 18.5px 16px;
        left: 0px;
        top: 0px;
        background: #F7FBFF;
        box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
        border-radius: 8px;
        max-width: 100%;
        /*margin-left: auto;*/
        /*margin-right: 94px;*/
        margin-bottom: 16px;
      }
      .cmp1{
        position: relative;
        width: 100%;
        padding: 18.5px 16px;
        left: 0px;
        top: 0px;
        background: #F7FBFF;
        box-shadow: 0px 4px 8px rgb(1 67 138 / 30%);
        border-radius: 8px;
        max-width: 100%;
        /*margin-left: auto;*/
        /*margin-right: 78px;*/
        margin-bottom: 16px;
      }
      .rw{
        display: flex;
      }
      .cp{
        margin: 0%;
        padding-right: 0px;
      }

      .how_its_works_home p{
        max-width: 335px !important;
        width: 100%;
        margin: 0px;
      }

    }

    @media (max-width: 450px) {

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top:30px;*/

      }

      .page-id-307 .popup_outer_wrap {

        min-width: 90%;

      }

      button.user-submit-detail-style {

        font-size: 12px;

        margin-left: 2%;

        padding: 10px 0px;

        width: 96%;

      }

      #user_form_9808 > button:nth-child(6) {

        padding-right: 12px;

        padding-left: 7px;

      }

    }

    @media (max-width: 420px) {

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top: 90px;*/

      }

    }

    @media (max-width: 380px) {

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top: 40px;*/

      }

    }

    @media (max-width: 360px) {

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top: 50px;*/

      }

    }

    @media (max-width: 320px) {

      div#get-newsletter2 {

        max-width: 67% !important;

      }

      button.user-submit-detail-style {

        font-size: 10px;

      }

      .col-sm-6.container-div-1 {

        /*height: 395px !important;*/

      }

      .et_pb_row.et_pb_row_1.user-form-style {

        /*top: 0px;*/

      }

    }

    @media (max-width: 350px) and (min-width: 320px) {

      div#get-newsletter2 {

        max-width: 80% !important;

      }

    }

    @media (max-width: 400px) and (min-width: 350px) {

      .page-id-307 .popup_outer_wrap {

        min-width: auto !important;

      }

    }

    @media (max-width: 450px) and (min-width: 350px) {

      div#get-newsletter2 {

        max-width: 90% !important;

      }

  /* div#get-newsletter2{

    max-width:90% !important;

    } */

    .page-id-307 .popup_outer_wrap.popup_full_height {

      min-width: 80% !important;

    }

  }

  @media (min-width: 820px) {

    .page-id-307 .popup_outer_wrap {

      width: 50% !important;

    }

  }

  @media (max-width: 320px) {

    .page-id-307 button.style-back-to-search {

      font-size: 11px;

    }

  }

  .col.style-contact-pop-up {

    color: white;

    width: 90%;

    margin: 0 auto;

  }

  .page-id-307 .popup_outer_wrap {

    width: 80%;

  }

  @media (max-width: 380px) {

    .page-id-307 .popup_outer_wrap {

      min-width: 90% !important;

    }

  }

  .style-back-to-search {

    background-color: #00438b !important;

    border-radius: 20px;

    color: white;

    margin-top: 50px;

    width: 100%;

    height: 50px;

    border: 1px solid #00438b;

  }

  .style-back-to-search:hover {

    background-color: #022e5f !important;

  }

  .style-container {

    width: 82%;

    margin: 0 auto;

  }

  @media (max-width: 720px) {

    .style-container {

      width: 100%;

    }

  }

  input.textBoxes-style {

    border: 2px solid #5fa4de;

    /* height:40px; */

  }

  input.textBoxes-style:focus {

    border-color: #5fa4de;

  }

  .label-hide {

    display: none !important;

  }

/* .slider::-moz-range-thumb{

  background:#00438B !important ;

}

*/

.slider::-moz-range-thumb {

  width: 25px;

  height: 25px;

  border-radius: 50%;

  background: #00438b !important ;

  cursor: pointer;

}

input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;

  background: #00438b;

}

.service-checkbox-styling {

  margin-bottom: 20px !important;

}

.service-descp {

  text-align: center;

}

/* Range Slider  */

/*! nouislider - 14.0.2 - 6/28/2019 */

.slider::-webkit-slider-thumb {

  -webkit-appearance: none;

  appearance: none;

  width: 25px;

  height: 25px;

  background: transparent;

  cursor: pointer;

  z-index: 9999;

}

.slider::-moz-range-thumb {

  width: 25px;

  height: 25px;

  background: transparent;

  cursor: pointer;

  z-index: 9999;

}

input[type="range"]::-ms-track {

  width: 300px;

  height: 5px;

  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */

  background: transparent;

  /*leave room for the larger thumb to overflow with a transparent border */

  border-color: transparent;

  border-width: 6px 0;

  /*remove default tick marks*/

  color: transparent;

}

input[type="range"]::-ms-track {

  background: transparent;

  color: transparent;

}

input[type="range"]::-ms-fill-lower {

  background: transparent;

  /* border-radius: 10px; */

}

input[type="range"]::-ms-fill-upper {

  background: transparent;

  border-radius: 10px;

}

input[type="range"]::-ms-thumb {

  border: none;

  height: 30px;

  width: 30px;

  border-radius: 50%;

  background: #00438b;

  z-index: 9999;

}

input[type="range"]:focus::-ms-fill-lower {

  background: transparent;

}

input[type="range"]:focus::-ms-fill-upper {

  background: transparent;

}

.search_breakdown {

  border: 0px solid transparent !important;

  background: #fff;

}

table.search_breakdown td {

  border: none;

  padding: 6px 16px;

}

table.search_breakdown td {

  border: none;

}

.search_breakdown tr.agency img {

  max-height: 50px;

}

span.top-content {

  padding-left: 5%;

}

.search_breakdown h4 {

  font-size: 16px;

  padding-bottom: 0;

  margin-bottom: 0;

}

.search_breakdown h3,

.search_breakdown p {

  margin-bottom: 0px;

  margin-top: 14px;

  padding-bottom: 20px;

}

.search_breakdown tr.feature td:nth-child(1) {

  background: #ff7703;

  color: #fff;

}

.search_breakdown tr.feature td:nth-child(2) {

}

.search_breakdown tr.feature td:nth-child(3) {

  max-width: 230px;

}

.search_breakdown tr.feature td:nth-child(4) {

  width: 144px;

  vertical-align: top;

}

.search_breakdown tr.feature td:nth-child(5) {

  padding: 6px 10px;

}

.search_breakdown .star img {

  float: left;

  display: inline-block;

}

table.search_breakdown tr.feature td {

  border: 1px solid #ccc;

}

table.search_breakdown tr.feature td:last-child {

  border-top: none;

  border-right: none;

  border-bottom: none;

}

table.search_breakdown tr.agency td:nth-child(1) {

  border-top: 1px solid #fff;

  border-left: 1px solid #fff;

  padding-left: 0px;

}

table.search_breakdown tr.agency td:last-child {

  border: 1px solid #fff;

}

table.search_breakdown tr.feature td:last-child {

  border: 1px solid #fff !important;

}

tr.separator,

tr.separator td {

  border: 1px solid transparent !important;

}

table.search_breakdown .btn {

  background: #00438b;

  color: #fff;

}

.agent-search-form.searchform.dark-bg label.checkcontainer {

  display: block;

  position: relative;

  margin-bottom: 0;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  padding-left: 0px;

}

.agent-search-form.searchform.dark-bg .checkcontainer input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}

.agent-search-form.searchform.dark-bg .checkcontainer span.checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 20px;

  width: 20px;

  background-color: transparent;

  border-radius: 100%;

  border: 1px solid #fff;

}

.agent-search-form.searchform.dark-bg .checkcontainer .checkmark:after {

  content: "";

  position: absolute;

  display: none;

}

.agent-search-form.searchform.dark-bg .checkcontainer .checkmark:after {

  left: 9px;

  top: -6px;

  width: 8px;

  height: 22px;

  border: solid #00438b;

  border-width: 0 3px 3px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.agent-search-form.searchform.dark-bg

.checkcontainer

input:checked

~ .checkmark:after {

  display: block;

}

.badges .gdpr,

.badges .trustpilot {

  width: 42%;

}

.badges .gdpr {

  position: relative;

  float: left;

}

.badges .trustpilot {

  float: right;

}

.badges {

  padding: 0 15px 0px 22px;

  display: inline-block;

  width: 100%;

}

.pop-heading-styling h4.bullet {

  margin-bottom: 20px;

}

.badges .gdpr:after {

  content: "";

  background: #ccc;

  width: 1px;

  height: 40px;

  position: absolute;

  right: -25px;

  top: 7px;

}

.result-found-line {

  padding-top: 100px;

}

@media (max-width: 1280px) and (min-width: 768px) {

  .search_breakdown h3 {

    font-size: 18px;

  }

  .search_breakdown p {

    font-size: 13px;

  }

}

.popup_agent_search h3.property_heading, .property-checkbox .img-outer, .popup_agent_search h3.service_heading, .service-checkbox-styling .img-outer span  {

  color: #2771AA !important;

}

body .search_form_slide h3.property_heading, body .search_form_slide h3.service_heading{

  line-height: 26px!important;

  color: #01438A!important;

  font-size: 22px!important;

  text-align: center!important;

  margin-bottom: 10px!important;

  margin-left: auto!important;

  margin-right: auto!important;

  max-width: 280px;

}

@media (max-width:1024px) {

  div#get-newsletter2 .col-md-4 {

   width: 33.33%;

   float: left;

   padding: 0 7px;

 }

 div#get-newsletter2 h4 {

   line-height: 18px;

   margin: 10px 0 20px;

   padding: 0 20px;

 }

 div#get-newsletter2 h2.popup_heading {

   margin-bottom: 15px;

 }

 body div#get-newsletter2 {

   max-width: 500px !important;

   padding: 50px 30px 15px !important;

 }

 div#get-newsletter2 span.evr-close_wrap {

   top: 12px !important;

   right: 5px !important;

 }

 body .popup_agent_search .agent-search-form.searchform label.checkcontainer {

   padding: 5px;

   width: 100%;

 }

 body .property-checkbox .img-outer {

   padding: 20px 10px;

   font-size: 20px;

 }

 body .service-checkbox-styling {

   margin-bottom: 10px !important;

   margin-left: 0 !important;

   margin-right: 0 !important;

 }

 body .agent-search-form #step-4 {

   margin-top: 0px !important;

 }

 .popup_agent_search .progress {

   margin: 0 auto;

 }

 body .popup_agent_search h3.property_heading {

   font-size: 22px;

   margin-bottom: 15px !important;

 }

 body .popup_agent_search .agent-search-form.searchform .service-checkbox-styling label.checkcontainer {

   padding: 5px;

 }

 body .popup_agent_search .service_checkbox {

   width: 100%;

 }

 body .service_checkbox .img-outer img {

   max-width: 22px;

   width: 22px !important;

 }

 body .service-checkbox-styling .img-outer span {

   font-size: 20px !important;

   width: calc(100% - 60px);

   position: relative;

   top: 4px;

 }

 body .popup_agent_search h3.service_heading {

   font-size: 22px;

   margin-bottom: 15px !important;

   padding-left: 25px;

   padding-right: 25px;

 }

 body .service-checkbox-styling {

   width: 100%;

 }

 body .popup_agent_search div#div4 {

   width: 100%;

 }

 .service-checkbox-styling .img-outer {

   padding: 5px;

   display: flex;

   align-items: center;

   margin-bottom: 15px;

 }

 body .service_checkbox .mobile-span.sm-text{

  position: relative !important;

  top: unset !important;

}

.property-checkbox.property-checkbox-flow-questions {

 padding-left: 28px;

 padding-right: 28px;

}

.service_checkbox .overlay, .property-checkbox .overlay {

 width: 100% !important;

}

body .service-checkbox-styling {

 padding-bottom: 0px !important;

}

}

@media (max-width: 1024px) and (min-width: 768px) {

  .search_breakdown h3 {

    font-size: 15px;

  }

  .search_breakdown h4 {

    font-size: 14px;

  }

  .search_breakdown p {

  }

  .search_breakdown .star img {

    width: 11px;

  }

}

@media (max-width: 960px) and (min-width: 768px) {

  .search_breakdown tr.feature td:nth-child(3) {

    max-width: 185px;

  }

  .result-found-line {

    padding-top: 150px;

  }

}

@media (max-width: 767px) {

  table.search_breakdown tr {

    display: block;

    float: none;

  }

  table.search_breakdown tr td {

    display: block;

    float: none;

    width: 100% !important;

    max-width: 100% !important;

  }

  .search_breakdown .star img {

    float: none;

  }

  table.search_breakdown tr.agency,

  table.search_breakdown .feature td:nth-child(5) {

    text-align: center;

  }

  table.search_breakdown .feature td:nth-child(5) a {

    width: 50%;

    margin-top: 20px;

    margin-bottom: 20px;

  }

  span.top-content {

    padding: 10px 0px !important;

    display: block;

  }

  tr.agency td:last-child {

    display: none !important;

  }

  input.postcodeSearch.searchText {

    text-align: center;

    padding-left: 2px !important;

  }

  div#get-newsletter2 {

    padding: 0px 8px !important;

  }

  #get-newsletter2 label.checkcontainer {

    padding-left: 50px !important;

  }

  .result-found-line {

    padding-top: 130px;

  }

}

img.img-before {

  display: block;

  position: absolute;

  height: auto;

  width: 25px;

  left: 15%;

}

span.commission_type {

  display: block !important;

  color: #333333 !important;

}

@media (max-width: 973px) and (min-width: 761px) {

  div#get-newsletter2 {

    height: auto;

  }

}

@media (max-width: 480px) {

  .user-form-style button.user-submit-detail-style {

    width: 90%;

    margin-left: 5%;

  }

  #get-newsletter2 label {

    display: block;

  }

  .badges {

    padding: 0 15px 0 20px;

  }

  #get-newsletter2 label {

    font-size: 12px;

    padding-right: 0px !important;

    line-height: normal;

  }

  /*header#main-header img#logo {

    margin-left: 10px !important;

  }*/

}

div#page-container {

  padding: 0 !important;

}

.rev-btn {

  text-align: center !important;

  text-transform: uppercase;

}

.side-text {

  width: 65%;

  display: inline-block;

  margin: 0;

  padding: 0;

}

.right-img {

  display: inline-block;

  position: relative;

  bottom: 100px;

  margin-left: 20px;

  width: 26%;

}

.side-btn {

  display: block;

  margin: 20px 4px;

  margin-top: 30px !important;

  margin-bottom: 0 !important;

  text-align: center;

  width: 100%;

  max-width: 100%;

}

.custom {

  color: #ffffff !important;

  border-width: 0px !important;

  border-radius: 12px;

  font-weight: 700 !important;

  background-color: #ff7703 !important;

  padding: 10px 0 !important;

  display: inline-block;

  text-transform: uppercase;

  width: 100%;

  max-width: 100%;

}

.custom:hover {

  text-decoration: none;

}

.free-trial .et_pb_text_inner {

  padding: 30px 30px;

  background: #fff;

  border-radius: 30px;

  padding-bottom: 0px !important;

  padding-right: 10px !important;

}

.agents-rentround,

.agent-rentround {

  padding-top: 40px !important;

  list-style-type: none !important;

  padding-left: 0 !important;

}

.agents-rentround li,

.agent-rentround li {

  padding-bottom: 30px;

  padding-left: 72px;

  position: relative;

}

.agents-on-rntrnd h2 {

  margin-top: 10px;

}

.agents-rentround li:before {

  content: "";

  background-image: url("https://rentround.com/wp-content/uploads/2020/01/Vector.png");

  height: 24px;

  width: 29px;

  display: inline-block;

  background-position: center;

  background-size: cover;

  position: absolute;

  left: 0;

  top: 4px;

}

.agent-rentround li:before {

  content: "";

  background-image: url("https://rentround.com/wp-content/uploads/2020/01/Vector.png");

  height: 24px;

  width: 29px;

  display: inline-block;

  background-position: center;

  background-size: cover;

  position: absolute;

  left: 0;

  top: 3px;

}

.how-works .et_pb_blurb_content {

  padding: 18px 20px;

  background: #fff;

  border-radius: 30px;

}

.how-works .et_pb_blurb_description {

  padding-top: 20px;

  padding-bottom: 25px;

  padding-right: 30px;

  padding-left: 30px;

}

.how-works .et_pb_image_wrap img {

  border-radius: 20px;

}

.blurb-top-para {

  display: inline-block;

  width: 35%;

}

.blb-2 {

  margin-top: -132px;

}

.blb-3 {

  margin-top: -226px;

}

.three-sec-one-bg {

  background-size: 56% !important;

  background-position: left top 1194px, right top 186px !important;

  background-image: url("https://rentround.com/wp-content/uploads/2020/01/Ellipse-38.png"),

  url("https://rentround.com/wp-content/uploads/2020/01/Ellipse-36.png") !important;

  background-repeat: no-repeat;

}

.cal-three .testCol1.div-part1 {

  margin: 0 !important;

}

.cal-three .commission-container {

  border: none;

}

.cal-three .monthlyFee {

  border: 0.5px dashed #ff7703 !important;

  border-radius: 20px;

  font-weight: bold;

  font-size: 45px;

  color: #ff7703;

  margin-top: 20px;

}

.cal-three .monthlyProfit,

.cal-three .yearlyProfit {

  box-shadow: inset 10px 10px 30px rgba(0, 0, 0, 0.05);

  border-radius: 20px;

  border: none !important;

  font-weight: bold;

  font-size: 45px;

  color: #ff7703;

  margin-top: 20px;

}

.cal-three .label-style span {

  font-size: 20px;

  font-weight: bold;

  color: #0d0d0d;

}

.cal-three .row {

  position: relative;

}

.cal-three .text {

  position: absolute;

  right: 0;

  top: 45px;

}

.cal-three .text p {

  font-weight: 300;

  font-size: 20px;

  line-height: 30px;

}

.cal-three .slider {

  -webkit-appearance: none;

  width: 100% !important;

  height: 2px;

  border-radius: 5px;

  background: #ff7703 !important;

}

.commission-rate {

  font-weight: bold;

  font-size: 24px;

  line-height: 30px;

  margin-bottom: 45px;

  margin-top: 50px;

}

.cal-three .slider::-moz-range-thumb {

  border: none;

}

.second_class {

  padding-top: 30px;

  padding-bottom: 60px;

  border-radius: 30px 0px 0px 30px;

}

.range_result {

  position: absolute;

  left: 22%;

}

.range_result:after {

  content: "%";

}

.text-ipad-head {

  color: #fff !important;

}

.free-trial h2 {

  font-weight: 700 !important;

}

body.et_fixed_nav:not(.home):not(.page-id-7198) #et-main-area {

  /*padding-top: 35px;*/

}

@media (max-width: 480px) {

  .agents-rentround li,

  .agent-rentround li {

    padding-left: 60px;

  }

  .blurb-top-para {

    width: 100%;

  }

  .how-works .et_pb_blurb_description {

    padding-top: 20px;

    padding-bottom: 25px;

    padding-right: 0px;

    padding-left: 0px;

  }

  .how-works .et_pb_blurb_description p {

    font-size: 20px !important;

  }

  .mob-class .free-trial h2 {

    width: 50%;

  }

  .mob-class .free-trial .et_pb_text_inner {

    padding: 25px 25px !important;

    background: #fff;

    border-radius: 30px;

  }

  .mob-class .et_pb_module.free-trial p.side-text {

    padding-right: 0 !important;

    width: 100%;

  }

  .mob-class .right-img {

    display: block;

    position: absolute;

    width: 35%;

    top: 40px;

    right: 25px;

  }

  .row.visible-xs.mobile-text-slider {

    margin-bottom: 105px;

  }

  .cal-three .monthlyFee {

    font-size: 35px;

  }

  .cal-three .monthlyProfit,

  .cal-three .yearlyProfit {

    font-size: 35px;

  }

  .col-md-12.testCol1.div-part1 {

    padding-bottom: 0 !important;

  }

  .cal-three .text p {

    font-size: 19px;

  }

}

@media (max-width: 768px) {

  .et_pb_section.et_pb_section_3.three-sec-one-bg.et_pb_with_background.et_section_regular {

    background-color: #f5f6f7 !important;

    background-image: none !important;

  }

  .three-sec-one-bg .agents-on-rntrnd.center-text {

    text-align: center;

  }

  .blurb-top-para {

    display: inline-block;

    width: 100%;

  }

  p.blurb-top-para {

    padding-right: 0 !important;

  }

  .blb-2 {

    margin-top: 0;

    margin-bottom: 55px;

  }

  .blb-3 {

    margin-top: 0;

    margin-bottom: 55px;

  }

  .how-works.blb-1 {

    margin-top: 0;

    margin-bottom: 55px;

  }

  .agents-on-rntrnd h2 {

    text-align: center;

  }

  .cal-three .text {

    padding: 30px 0 0 !important;

    position: initial;

  }

  .testCol1.div-part1 {

    max-width: 100% !important;

  }

  .text-col-left {

    padding-left: 20px !important;

  }

  .text-col-left .et_pb_button_module_wrapper {

    text-align: center;

    margin-left: -20px;

  }

}

@media (min-width: 2800px) {

  .et_pb_row {

    max-width: 1300px !important;

  }

}

/* CSS 2/4/2020 */

.postid-2369 #main-content .container {

  margin: 0;

  width: 100%;

  left: 0%;

  padding: 0 !important;

}

.postid-2369 .et_post_meta_wrapper {

  display: none;

}

.postid-2369 .et_pb_row {

  max-width: 100% !important;

}

.faq-custom .agents-rentround {

  padding-top: 5px !important;

}

.faq-custom .agents-rentround li:before {

  display: none !important;

}

.faq-custom .agents-rentround li {

  padding-bottom: 10px;

  padding-left: 0px;

}

#post-2369 {

  margin-bottom: 0;

}

/*New Post Calculator Page*/

.body-text {

  font-weight: 300;

  font-size: 20px !important;

  line-height: 30px;

  color: #000000;

}

.post-main h3 {

  font-weight: bold;

  text-transform: uppercase;

}

.post-main h4 {

  font-size: 20px;

  color: #ef7b00;

}

.text-col-left {

  margin-right: 1.5% !important;

  background: #ffffff;

  border-radius: 30px;

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 40px;

  padding-right: 0px;

  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);

  margin-top: 50px;

}

.post-template-lettingFeeTemp #main-content .container {

  padding-left: 0 !important;

  padding-right: 0 !important;

}

.post-template-lettingFeeTemp #sidebar {

  background-color: #f5f6f7;

}

/* How it works NEW Layout */

.point-left.hiw {

  display: inline-block;

  width: 75%;

  font-weight: 500 !important;

}

.free-trial.hiw .et_pb_text_inner {

  position: relative;

  background-color: rgb(255, 255, 255);

  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);

  padding-top: 0px;

  padding-bottom: 18px !important;

}

.right-img.hiw {

  position: absolute;

  width: 22%;

  margin-left: 15px;

  right: 31px;

  bottom: 86px;

}

.side-text.hiw {

  width: 100%;

  padding-right: 0 !important;

}

.Slider_bottom_bg.hiw {

  background-size: contain !important;

  background-position: left top 30px, right top -450px !important;

  background-image: url("https://rentround.com/wp-content/uploads/2020/01/Ellipse-38.png"),

  url("https://rentround.com/wp-content/uploads/2020/01/Ellipse-36.png") !important;

  background-repeat: no-repeat;

}

.number-right {

  display: inline-block;

  width: auto;

  position: absolute;

  text-align: center;

  border: 4px dashed #ff7703;

  border-radius: 50%;

  padding: 7px 7px;

}

.content-right {

  display: inline-block;

  width: 80%;

  padding-left: 80px;

}

.faq {

  position: relative;

}

.number-right h3 {

  margin: 0px 0 !important;

  padding: 7px 16px !important;

  color: #fff;

  background: #ff7703;

  border-radius: 50%;

  padding-left: 10px;

  position: relative;

  left: 0px;

  font-size: 22px;

}

.landrord_signup.hiw {

  width: 40%;

  text-align: center;

}

.agents-rentround.hiw {

  padding: 0;

  margin: 0;

}

.empty-blue-box {

  background: #4f9dcd;

  width: 433px;

  height: 549.22px;

  border-radius: 30px;

}

@media (max-width: 480px) {

  .number-right {

    position: static;

  }

  .content-right {

    width: 100%;

    padding-left: 0;

  }

  .empty-blue-box {

    width: auto !important;

  }

}

@media (max-width: 991px) and (min-width: 768px) {

  #get_leads_col1 .et_pb_image_wrap {

    border-radius: 30px 0px 0px 30px !important;

  }

  #get_leads_col1 {

    padding: 40px 0;

    margin-top: 10px;

  }

  #get_leads_col2 {

    border-radius: 30px !important;

  }

  .rentround_landrord.tabb2 {

    float: none !important;

  }

  #agents_tab.active {

    display: flex;

    flex-direction: column;

  }

  #agents_tab div:nth-child(1) {

    order: 2;

  }

  .rentround_section {

    float: none !important;

  }

  .rentround_landrord .et_pb_text_inner {

    text-align: center;

  }

  #revslider_section {

    margin-bottom: 60px;

  }

  .Slider_bottom_bg .et_pb_image_wrap {

    display: none;

  }

  .Slider_bottom_bg {

    padding-bottom: 0;

  }

  .Get_Leads_bg {

    padding-top: 0;

  }

  .how-works {

    margin-left: 15%;

    margin-right: 15%;

  }

  p.blurb-top-para {

    padding-right: 0 !important;

  }

}

.postid-675 #sidebar {

  display: none;

}
#main-footer{
    background-color: #F9F9F9;
  }
  p.link_info img{
    padding-right: 8px !important;
    margin-top: 0px !important;
  }
  #main-footer .link_info{
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
@media (max-width: 1300px) {

  img#logo {

    margin-left: 0% !important;

  }

}

@media (max-width: 991px){
  footer>.container {
    width: 95%;
    max-width: 1080px;
    margin: auto;
    position: relative;
  }

  footer#main-footer div#footer-widgets .footer-widget:nth-child(-n+2) {
    margin-bottom: 15px!important;
    padding-bottom: 15px;
    border-bottom: 0.3px solid #A0A0A0;
  }

  #footer-widgets > .footer-widget:first-child img {
    display: block;
  }

  #footer-widgets > .footer-widget:first-child .hidden-xs {
    display: block !important;
    width: 175px;
    max-width: 100%;
    margin: auto;
  }

  #footer-widgets > .footer-widget:last-child img {
    display: none;
  }

  #footer-widgets > .footer-widget:first-child .hidden-xs {
    display: none;
  }

  #footer-widgets .widget_nav_menu{
    width: 100%;
  }
  #footer-widgets .widget_nav_menu ul{
    display: none;
  }
  #footer-widgets .widget_nav_menu .widgettitle{
    position: relative;
    padding: 0px;
  }
  #footer-widgets .widget_nav_menu .widgettitle:after{
    content: "";
    background-image: url(images/menu-arrow-down.png);
    width: 12.5px;
    height: 6.25px;
    background-size: cover;
    position: absolute;
    background-position: center;
    right: 0;
    top: calc(50% - 3.125px);
  }

  img.image.wp-image-14399.attachment-full.size-full {
    margin: auto;
  }

  div#media_image-6 {
    width: 100%;
  }

  div#custom_html-5 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  #main-footer .link_info {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
  }

  #main-footer .link_info img {
    /*position: absolute;
    left: 70px;
    width: 4%;
    margin-top: 6px;
    margin-left: 36px;
    padding: 0px !important;*/
   margin-top: 0px;
    padding-right: 8px;
        width: auto;
    height: 11px;
  }

  #main-footer .link_info a {
    Font-Family: Work-Sans !important;
    Font-weight: 400;
    Font-Size: 12px !important;
    Line-Height: 21px;
    color: #000000;
  }


}

#video-sec .video-row .video-col {

  position: relative;

  width: 55%;

}

#video-sec .video-row .video-main {

  position: absolute;

  top: -150px;

  border: 10px solid #fff;

  border-radius: 15px;

}

#et-boc #video-sec {

  padding-bottom: calc(25.5vh + 20px);

}

@media (max-width: 480px) {

  #et-boc #video-sec {

    padding-bottom: 20px;

  }

  #video-sec .video-row .video-main {

    top: -70px;

  }

}

@media (max-width: 768px) and (min-width: 481px) {

  #video-sec .video-row .video-col {

    width: 100%;

  }

  #et-boc #video-sec {

    padding-bottom: calc(10.5vh + 20px);

  }

}

#revslider_section .tp-bgimg.defaultimg {

  background-color: #4f9dcd;

  background-image: linear-gradient(

    180deg,

    rgba(0, 0, 0, 0.24) 0%,

    rgba(79, 157, 205, 0) 43.23%,

    rgba(0, 0, 0, 0.12) 100%

    ) !important;

}

.Slider_bottom_bg

.et_pb_column.et_pb_column_1_2.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {

  margin-left: 5.5%;

  margin-right: 0;

}

.Slider_bottom_bg

.et_pb_module.et_pb_image.et_pb_image_0.et_always_center_on_mobile {

  text-align: left;

}

#revslider_section.cusom_revslider .tp-bgimg.defaultimg {

  background-color: #4f9dcd;

  background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.24) 0%, rgba(79, 157, 205, 0) 43.23%, rgba(0, 0, 0, 0.12) 100% ) !important;

}

div#revslider_section.cusom_revslider {

  background-color: transparent;

  /*background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.24) 0%, rgba(79, 157, 205, 0) 43.23%, rgba(0, 0, 0, 0.12) 100% ) !important;*/

  padding-top: 70px;

}

#slide-7-layer-28{

  z-index: 10; min-width: 657px; max-width: 657px; white-space: normal; font-size: 64px; line-height: 80px; font-weight: 700; color: #2140AB !important; letter-spacing: 0px; font-family: 'Work Sans' !important; visibility: inherit; transition: none 0s ease 0s; text-align: inherit; border-width: 0px; margin: 0px; padding: 0px; min-height: 80px; max-height: 80px; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform-origin: 50% 50% 0px;

}

#slide-7-layer-35{

  z-index: 10; min-width: 657px; max-width: 657px; white-space: normal; font-size: 64px; line-height: 80px; font-weight: 700; color: #2140AB !important; letter-spacing: 0px; font-family: 'Work Sans' !important; visibility: inherit; transition: none 0s ease 0s; text-align: inherit; border-width: 0px; margin: 0px; padding: 0px; min-height: 80px; max-height: 80px; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform-origin: 50% 50% 0px;

}

#slide-7-layer-4{
  width: 560px;
  max-width: 100%;
  white-space: normal;
  color: rgb(51 51 51 / 80%);
  letter-spacing: 0px;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.slider_left {
  padding-top: 75px;
}

#revslider_section.cusom_revslider .slider_left_sec .agent-search-form div#div1 {

  width: 83%;
  border: 2px solid #2140AB;
  border-radius: 40px;

}

.term_section span {
  margin-left: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
}

.slider_r {

  width: 75%;

}

.page-id-12953 #main-header, .home #main-header {

  background: transparent;

}

.et_pb_row.et_pb_row_0.slider_r {

  padding-bottom: 120px;

}

.page-id-12953.et_fixed_nav #main-header.et-fixed-header, .home.et_fixed_nav #main-header.et-fixed-header {

  position: inherit;

}

.et_header_style_left .logo_container {

  padding-top: 20px;

}

div#revslider_section.cusom_revslider{top:-35px;}

body:not([class*="home"]).et_fixed_nav #main-header, body:not([class*="home"]).et_fixed_nav #main-header {

  position: absolute !important;

  background-color: transparent;

  padding-top: 30px;

}

body.page-id-307.et_fixed_nav #main-header, body.page-id-307.et_fixed_nav #main-header {

  padding-top: 0px;

}

table.result_table_head th {

  padding: 9px 5px;

}
.et_pb_text_inner, .et_pb_text_inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: rgb(51 51 51 / 80%);
}
.et_pb_text_inner h1{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 80px;
  color: #2140AB;
}
.et_pb_text_inner h2{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #2140AB;
}
.et_pb_text_inner h3{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #2140AB;
}
.et_pb_text_inner h5{
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.et_pb_text_inner h6{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #2140AB;
}
.mn-2 p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.how_its_works_home p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgb(51 51 51 / 80%);
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.featured_letting_agents h2 p{
  width: 100%;
  max-width: 335px !important;
}
.div123{
  display: inline-flex;
  justify-content: space-between;
  width: 544px;
  max-width: 100%;
  flex-wrap: wrap;
  float: right;
}

.shadow {
  box-shadow: -1px 0px 2px -1px rgb(0 0 0 / 14%), 0px 2px 5px 0px rgb(0 0 0 / 13%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.box {
 border-radius: 0.65rem;
 height: 258px;
 width: 264px;
 max-width: calc(50% - 8px);
 margin-bottom: 16px;
 padding: 0px 32px;
}

.img-1 {
  width: 72px;
  height: 72px;
  /*margin-left: 20px;*/
  margin-top: 40px;
}
.image-2 {
  /*margin-left: 20px;*/
  margin-top: 42px;
}
.img-p {
  font-size: 16px;
  /*margin-left: 16px !important;*/
  margin-top: 4px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  color: #333333;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.img-h {
  font-size: 40px;
  line-height: 56px;
  margin-top: 26px;
  margin-bottom: 0px !important;
  /*margin-left: 15px;*/
  color: #2140ab;
  font-weight: 700 !important;
  font-family: Work Sans !important;
  padding: 0px;
}
.img-h2 {
  font-size: 40px;
  line-height: 56px;
  margin-top: 44px;
  margin-bottom: 0px !important;
  /*margin-left: 15px;*/
  color: #2140ab;
  font-weight: 700 !important;
  font-family: Work Sans !important;
  padding: 0px;
}
.featured-letting-agents-images .et_pb_module.et_pb_image{
  width: 50%;
  float: left;
}
.r-w {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.d-txt {
  width: 305px;
  max-width: calc(50% - 30px);
  margin-bottom: 40px;
}
.d-h6 {
 font-size: 18px;
 margin-top: 28px;
 margin-bottom: 12px;
 padding: 0px;
 line-height: 28px;
 color: #333333;
}
.d-p6 {
 font-style: normal;
 font-weight: normal;
 font-size: 16px;
 line-height: 24px;
 color: rgb(51 51 51 / 80%);
 margin: 0px;
 padding: 0px;
}
div#revslider_section{
  margin-bottom: 0px !important;
}
#revslider_section .agent-search-form div#div1 input{
  font-family: Work Sans;
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 24px;
  padding-left: 45px !important;
  color: #333333;
}
.container45{
  margin: -105px 0px;
}
.landlords-helped .et_pb_module.et_pb_image{
  margin-bottom: 30px !important;
}
.landlords-helped .percent{
  margin-bottom: 6px !important;
}
.landlords-helped h3{
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1600px) {

  .page-id-12953 .container.et_menu_container, .home .container.et_menu_container {

    width: 76%;

  }

}
@media (max-width: 992px) {
  nav#top-menu-nav {
      display: none;
  }
}
@media (max-width: 980px) {
  div.et_pb_section.et_pb_section_5 {
    background-position: top right -10px !important;
    background-image: url(https://www.compareagentfees.com/wp-content/uploads/2021/09/bg-find-your-letting-agent.png)!important;
    background-size: 65% 100% !important;
  }

  .find-your-letting-agent-mobile .fa.fa-map-marker.mob.map{
    padding-top: 0px !important;
    padding-left: 12px !important;
  }

  .et_pb_text_inner h2, .et_pb_code_inner h2 {
    font-size: 28px !important;
    line-height: 33px !important;
    text-align: center !important;
  }
  .et_pb_text_inner h3, .et_pb_code_inner h3 {
    font-size: 28px !important;
    line-height: 33px !important;
    text-align: center !important;
  }
  .container45{
    margin-top: 50px !important;
  }
  .find-the-best-agent-near-you .fa.fa-map-marker.mob.map{
    left: 37.5px !important;
    padding: 0px !important;
    top: 13px !important;
  }

  .card-d-p{
    padding-top: 28px;
  }
  .card-bg{
    height: 176px;
  }
  .card-body{
    padding-bottom: 28px;
  }
  .why-landlords-use-us{
    background-image: none;
  }
  .d-txt{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .search_box_3 .form-group.range-field{
    width: 100%;
  }
  .cmp-m{
    width: 100%;
  }
  .img-rw {
    margin: 16px auto 32px;
    width: 100%;
  }
  .cmp-txt{
    margin-top: 40px;
  }
  .main_term{
    width: 50%;
    padding-top: 30px;
  }
  .main_term .term_section{
    margin: 0px;
  }
  .main_term .term_section img{
    width: 24px;
    height: 24px;
  }
  .main_term .term_section > span{
    margin-left: 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
  }
  .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
    background-image: none;
  }
  .companies{
    width: 100%;
    float: unset;
    padding: unset;
  }
  .cmp, .cmp1 {
    width: 50%;
    margin-inline: unset;
  }
  .box{
    padding: 0px 20px;
  }
  .img-1{
    width: 60px;
    height: 60px;
    margin-top: 28px;
  }
  .image-2 {
    margin-top: 40px;
  }
  .img-h, .img-h2{
    font-size: 24px;
    line-height: 48px;
  }
  .img-h {
    margin-top: 20px;
  }
  .img-h2{
    margin-top: 36px;
  }
  .img-p{
    font-size: 14px;
    line-height: 20px;
  }
  .letting-txt, .letting-img{
    width: auto !important;
    padding: 0;
  }
  .div123 .box{
   max-width: calc(50% - 7.5px);
   height: 220px;
 }
 .landlord-faq-section, .find-your-letting-agent-with-side-bg{
  background: none;
}

#slide-7-layer-28{

  min-width:100%;

  width:100%;

}

#slide-7-layer-35{

  min-width:100%;

  width:100%;

}

#slide-7-layer-4{
  min-width:100%;
  width:100%;
  font-size: 18px !important;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
}
#slide-7-layer-4 ~ .search_box{
  padding-top: 40px !important;
}
.slider_right {

  display: none;

}

#revslider_section.cusom_revslider .slider_left_sec .agent-search-form div#div1 {

  width: 82%;

}

#et_mobile_nav_menu {

  display: none;

}

.et_pb_row.et_pb_row_0.slider_r {

  padding-bottom: 30px;

}

}

@media (max-width: 768px) {
  .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
    background-image: none;
  }

  #slide-7-layer-28{

    font-size:35px;

    width:100%;

    min-height: inherit;

    max-height: inherit;

  }

  #slide-7-layer-35{

    font-size:35px;

    width:100%;

    min-height: inherit;

    max-height: inherit;

  }

  .companies{
    padding-left: 0;
    float: none;
    width: 100%;
  }

  .main_term{
    padding-top: 40px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }

}

@media (max-width: 480px) {
  .et_pb_column_1 {
    padding-top: 0px !important;
  }

  div#div1 input#search_agent_txt {
    padding-left: 36px !important;
    background-color: transparent !important;
    font-size: 13px !important;
    display: inline-block
  }

  .fa.fa-map-marker.mob.map {
    padding-top: 0!important;
    padding-left: 12px!important;
    font-size: 22px !important;
  }
  #revslider_section .fa.fa-map-marker.mob.map {
    padding-top: 0!important;
    padding-left: 12px!important;
}
  .search_box .form-group.range-field {
    width: 100%;
  }

  .search_box input.btn.searchBtn.next_btn1.next-btn.hide-xs {
    font-weight: bold !important;
    font-size: 14px!important;
    line-height: 21px!important;
    background: #FF7703 !important;
    top: 4.5px !important;
    height: 50px !important;
    right: 5px !important;
    color: #fff !important;
    text-transform: initial !important;
    display: inline-block;
    width: 128px !important;
    border-radius: 12px;
    min-width: 128px !important;
    font-family: 'Work Sans' !important;
  }

  #slide-7-layer-4 {
    font-size: 18px;
  }

  .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
    background-image: none;
  }

  #revslider_section.cusom_revslider .slider_left_sec .agent-search-form div#div1 {

    width: 100%;

  }

  .et_pb_text_inner div#step-1 {

    padding: 0 0px !important;

  }

  #slide-7-layer-28{

    font-size:32px;

    line-height:48px;

  }

  #slide-7-layer-35{

    font-size:32px;

    line-height:48px;

  }

}

.promotion_offer {

  color: #6babda;

  font-size: 16px;

  font-weight: 900;

}

.discrption_box_detail{

  padding: 10px 70px;

  font-size: 15px;

  color: #000;

  font-weight: bold;

}

.discrption_box_detail_mobile{

  display:none;

}
.h2{
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 48px !important;
  line-height: 60px !important;
  color: #2140AB !important;
  margin: 0px !important;
  padding: 0px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.landlord-FAQ .et_pb_accordion_item {
  background-color: transparent !important;
  padding: 20px 0px;
  border-bottom-color: rgba(33, 64, 171, 0.2) !important;
}
.landlord-FAQ .et_pb_accordion_item .et_pb_toggle_title{
  margin-top: 0px;
  margin-bottom: 0px;
}
.landlord-FAQ .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title{
}
#revslider_section {
  background-image: url(/wp-content/uploads/2021/09/header-img.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
header#main-header .container, .et_pb_row{
  max-width: calc(100% - 40px) !important;
  width: 1170px !important;
}
header#main-header .container{
  padding: 0px !important;
  height: 0px;
}
.find-your-letting-agent-with-side-bg{
  background-color: rgba(49, 173, 242, 0.06);
  background-image: url(/wp-content/uploads/2024/02/find-your-letting-agent-with-side-bg-min.webp);
  background-position: right -25% top;
  background-repeat: no-repeat;
  background-size: contain;
}
.pound-symbol p .percent-value:before {
  content: "£";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #333333;
}

@media (max-width: 980px){
  #revslider_section{
    background: none;
  }

}

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

  .discrption_box_detail {

    display:none;

  }

  .discrption_box_detail_mobile{

    display:block;

    padding: 10px;

    font-size: 15px;

    color: #000;

    font-weight: bold;

  }

}

#et-top-navigation.open #top-menu-nav{
	right: 22px;
	margin: 0px !important;
	background: #fff;
	width: 142px;
	top: 36px;
	position: absolute;
	border-radius: 8px;
	padding: 8px 0;
  display: block;
}

#et-top-navigation.open ul#top-menu {
  display: flex;
	flex-direction: column;
	margin: 0px;
	width: 100%;
}

#et-top-navigation.open #top-menu #menu-item-18873, #et-top-navigation.open #top-menu #menu-item-18864 {
	display: flex!important;
	width: 100%;
	flex-wrap: wrap;
	padding: 0px !important;
	border: 0px !important;
}

#et-top-navigation.open #top-menu #menu-item-18873 a, #et-top-navigation.open #top-menu #menu-item-18864 a {
	color: #666 !important;
	padding: 2px 20px !important;
}