.align-items-center {
  display: flex;
  align-items: center;
}

.light-blue-text {
  color: #0db3c5;
}

.btn {
  font-size: 20px;
  padding: 16px 12px;
  border-radius: 8px;
}

.btn-primary {
  border: 1px solid #0db3c5;
  background: #2a4089;
  transition: background 0.3s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #0db3c5;
  border-color: #0db3c5;
  box-shadow: none;
  outline: none !important;
}

.btn-primary-bordered {
  border: 2px solid #2a4089;
  background: transparent;
  transition: background 0.3s ease;
  color: #2a4089;
}

.btn-primary-bordered:hover,
.btn-primary-bordered:active,
.btn-primary-bordered:focus {
  background: #2a4089;
  border-color: #2a4089;
  color: #fff;
  box-shadow: none;
  outline: none !important;
}

.attachments-list .btn-primary-bordered:hover,
.attachments-list .btn-primary-bordered:active,
.attachments-list .btn-primary-bordered:focus {
  background: #fff;
  border-color: #2a4089;
  color: #2a4089;
}

.btn-secondary {
  border: 2px solid #fff;
  background: #0db3c5;
  transition: background 0.3s ease;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #fff;
  border-color: #0db3c5;
  color: #0db3c5;
  box-shadow: none;
  outline: none !important;
}

.btn-secondary-bordered {
  border: 2px solid #fff;
  background: transparent;
  transition: background 0.3s ease;
  color: #fff;
}

.btn-secondary-bordered:hover,
.btn-secondary-bordered:active,
.btn-secondary-bordered:focus {
  background: #fff;
  border-color: #0db3c5;
  color: #0db3c5;
  box-shadow: none;
  outline: none !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  color: red;
  font-size: 14px;
}

.sell_buy-property-inner h2,
.innerpage-content h2 {
  font-size: 36px;
  line-height: 58px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
  margin: 0 0 35px;
}

.innerpage-content h2 {
  margin: 0 0 50px;
}

.sell_buy-property-inner h2 .text-blue,
.innerpage-content h2 .text-blue {
  color: #2a4089;
}

.innerpage.sell_buy-property-inner section p,
.innerpages-top-banner p {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 25px;
}

.innerpages-top-banner p.blue-text {
  color: #2a4089;
}

.innerpage section .light-blue-text {
  color: #0db3c5;
}

.sell-buy-top-banner {
  padding: 50px 0 100px;
}

.sell-buy-top-banner .left {
  z-index: 9;
}

.sell-buy-top-banner .right img {
  width: 100%;
  height: auto;
}

.sell-buy-top-banner h1,
.innerpages-top-banner h1 {
  width: 150%;
  font-size: 76px;
  line-height: 96px;
  font-weight: 800;
  color: #000;
  margin: 50px 0;
}

.innerpages-top-banner h1 {
  width: 100%;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}

.sell-buy-top-banner h1 span,
.innerpages-top-banner h1 span {
  font-size: 86px;
  line-height: 96px;
}

.innerpage section.sell-buy-prop-section2 {
  background: #021a47;
  padding: 100px 0;
}

.sell_buy-property-inner .sell-buy-prop-section2 .col-md-12 p {
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 70px;
}

.sell_buy-property-inner .sell-buy-prop-section2 .right p {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.sell-buy-prop-section3 {
  margin: 70px 0;
}

.sell-buy-prop-section3 .blue-section {
  border-radius: 12px;
  background: rgba(13, 179, 197, 0.1);
  margin-bottom: 160px;
}

.sell-buy-prop-section3 .blue-section .left {
  padding: 60px 70px 30px;
}

.sell-buy-prop-section3 .blue-section .left p {
  margin-bottom: 25px;
}

.sell-buy-prop-section3 .blue-section .right img {
  width: 120%;
  border-radius: 0 12px 12px 0;
  margin-right: -15px;
  max-width: calc(100% + 15px);
}

.sell-buy-prop-section3 .row2 {
  margin-bottom: 150px;
}

.innerpage.sell_buy-property-inner .sell-buy-prop-section3 p .logo-text {
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
  font-weight: 700;
}

.innerpage.sell_buy-property-inner .sell-buy-prop-section3 p .font-gendy {
  font-weight: 400;
  font-size: 26px;
}

.innerpage .sell-buy-prop-section4 {
  background: #021a47;
  padding: 150px 0;
}

.innerpage .sell-buy-prop-section4 h2 {
  color: #fff;
}

.sell-buy-prop-section4 .row,
.sell-buy-prop-section5 .row {
  margin: 0 -30px 60px;
}

.sell-buy-prop-section4 .row:last-child,
.sell-buy-prop-section5 .row:last-child {
  margin: 0 -30px 0;
}

.img-text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 30px;
}

.img-text-box img {
  width: 72px;
  height: auto;
}

.img-text-box span.number {
  color: #0db3c5;
  font-size: 40px;
  border: 3px solid #0db3c5;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 65px;
  letter-spacing: -1px;
}

.img-text-box h3 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.innerpage .row .img-text-box p {
  color: #fff;
  margin: 0;
}

.innerpage .sell-buy-prop-section5 {
  background: #0db3c5;
  padding: 150px 0;
}

.innerpage .sell-buy-prop-section5 h2 {
  color: #2a4089;
}

.innerpage hr {
  margin: 0 0 150px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.innerpages-top-banner {
  padding: 50px 0 120px;
}

.innerpages-top-banner .left p {
  margin-right: 35px;
}

.buy-sell-info-steps {
  margin-bottom: 90px;
}

.entry-card-img img {
  border-radius: 12px 12px 0 0;
  height: 200px;
}

.entry-card-img .entry-content {
  padding: 20px;
  border: 1px solid rgb(0 0 0 / 20%);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  margin-bottom: 30px;
}

.entry-card-img .entry-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
  min-height: 150px;
  margin-bottom: 20px;
}

.entry-card-img .entry-content .read-more-text {
  color: #2a4089;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.col5 .entry-card-img img {
  height: 155px;
}

.col5 .entry-card-img .entry-content p {
  font-size: 20px;
  line-height: 30px;
}

.col5 .entry-card-img .entry-content .read-more-text {
  font-size: 18px;
  line-height: 28px;
}

.innerpage .sell-buy-prop-info-section2 h2 {
  color: #fff;
  margin-bottom: 60px;
}

.sell-buy-prop-info-section2 .right p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-left: 15px;
}

.innerpage section.home-selling-tips-section2 {
  padding: 100px 0;
}

.innerpage section.home-selling-tips-section2 p {
  color: #fff;
  font-weight: 400;
  line-height: 48px;
}

.innerpage section.home-selling-tips-section2 h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 48px;
}

.innerpage section.home-selling-tips-section2 h2.blue-text {
  color: #0db3c5;
}

/* tabs */
.sell-buy-tabs-section3 {
  background: rgb(13 179 197 / 10%);
}

.tabs-container {
  margin-top: 100px;
}

.tabs {
  border-bottom: 0;
}

.tabs button {
  flex: 1;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 15px;
  color: rgb(42 64 137 / 50%);
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}

.tabs button.active {
  color: #2a4089;
  border-color: #2a4089;
}

.tab-content .content {
  display: none;
  border: 0;
  margin: 70px 0 50px;
}

.tab-content .content.active {
  display: block;
}

.tab-content .accordion-title {
  display: none;
  /* Hidden on desktop */
  padding: 10px;
  cursor: pointer;
  border-bottom: 0;
  font-weight: bold;
}

.tab-content .accordion-body {
  display: none;
  /* Hidden by default */
  padding: 10px;
}

.info-container .info-index {
  font-size: 76px;
  font-weight: 900;
  color: #0db3c5;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: -0.5px;
}

.innerpage section .info-container h2 {
  color: #2a4089;
  margin-bottom: 25px;
  font-weight: 800;
}

.innerpage section .info-container h2 a {
  color: #2a4089;
}

.innerpage section .info-container p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 400;
}

.innerpage section .info-container p a {
  color: #0db3c5;
}

.innerpage section.real-estate-professionals-section2 {
  background: #021a47;
  padding: 100px 0;
}

.innerpage section.real-estate-professionals-section2 p {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
}

.innerpage section.real-estate-professionals-section2 p b {
  font-size: 45px;
}

.innerpage section.real-estate-professionals-section2 p b .font-gendy {
  font-size: 47px;
  line-height: 54px;
}

.innerpage section.pt-150,
.pt-150 {
  padding-top: 150px;
}

.innerpage section.p-y-150,
.p-y-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.info-with-image-block {
  display: flex;
  gap: 70px;
  margin-bottom: 150px;
}

.info-with-image-block:last-child {
  margin-bottom: 0;
}

.info-image {
  flex: 1 1 520px;
  max-width: 520px;
}

.info-image img {
  width: 100%;
  height: auto;
}

.info-with-image-block .info-container {
  flex: 1 1 300px;
}

.innerpage section.about-section3 h2 {
  width: 70%;
  margin: 0 auto 30px;
}

.innerpage section.about-section3 p {
  font-size: 36px;
  line-height: 54px;
}

.innerpage section.about-section3 .blue-button.text-center {
  padding: 16px 24px;
  font-size: 32px;
  line-height: 48px;
  width: 500px;
  margin: 40px auto 0;
  display: block;
}

.innerpage section.about-section3 .blue-button a {
  color: #fff;
}

section.about-section4 {
  background: rgb(13 179 197 / 10%);
}

.innerpage section.about-section4 h2 {
  margin-bottom: 60px;
  word-wrap: break-word;
}

.innerpage section.about-section4 h2 span {
  font-size: 62px;
}

.innerpage section.about-section4 h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #2a4089;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

section.about-section4 .list-info img {
  margin: 15px 0;
}

section.about-section4 .list-info p {
  font-size: 24px;
  line-height: 36px;
}

.innerpage section.home-worth-section2 p {
  font-size: 32px;
  line-height: 48px;
}

.info-with-image-block {
  display: flex;
  gap: 70px;
  margin-bottom: 150px;
}

.info-image {
  flex: 1 1 520px;
  max-width: 520px;
}

.info-image img {
  width: 100%;
  height: auto;
}

.info-with-image-block .info-container {
  flex: 1 1 300px;
}

.dark-blue-bg {
  background: #021a47;
  text-align: center;
}

.innerpage section .dark-blue-bg h2 {
  color: #ffffff;
}

.highlighted-info p.font-large {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 60px;
}

.highlighted-info .info-container p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
  color: #000;
}

.font-bold {
  font-weight: 700;
}

.light-blue-text {
  color: #0db3c5;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 970px;
  aspect-ratio: 16 / 9;
  margin: 60px auto 0;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.devider {
  width: 100%;
  border: 1px solid #0db3c5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-card P {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 48px;
  margin-top: 20px;
  color: #000;
}

.innerpages-top-banner.contact-top-banner {
  padding: 50px 0 0;
}

.innerpage section.contact-form-section {
  padding: 0;
}

.innerpage-content .realestateagent-section4 h2 {
  font-size: 76px;
  line-height: 96px;
  margin: 0 5% 0 0;
}

.contact-form-container {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  max-width: 596px;
  padding: 40px;
  margin: 25px auto;
}

.innerpage section .contact-form-container h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0db3c5;
  margin-bottom: 30px;
}

.contact-form-container img.banner-img {
  margin: -40px -40px 40px;
  width: calc(100% + 80px) !important;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}

.form-control {
  font-size: 16px;
  padding: 14px 16px;
  height: 100%;
  border-radius: 14px;
  border-color: #1c3880;
  color: #2a4089;
  opacity: 1;
}

.form-control:focus {
  outline: 0;
  border-color: #1c3880;
  box-shadow: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

.innerpage .footer-banner {
  background: url(../img/footer-banner-img.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 110px;
}

.innerpage .footer-banner p {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}

.innerpage .footer-banner h2 {
  color: #fff;
  margin: 20px 0 50px;
}

.footer-btns {
  display: flex;
  gap: 20px;
}

.footer-btns .btn {
  font-weight: 700;
  padding: 15px 24px;
}

/* home-improvement-page */
.grid-container {
  padding: 40px;
}

@import url("https://fonts.googleapis.com/css?family=Amatic+SC");

.home-improvement .button_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

.home-improvement .description,
.home-improvement .link {
  font-family: "Amatic SC", cursive;
  text-align: center;
}

.home-improvement .description {
  font-size: 35px;
}

.home-improvement .link {
  font-size: 20px;
  margin-top: 30px;
}

.home-improvement .link a {
  color: #000;
  font-size: 25px;
}

.home-improvement .btn-large {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #1c3881;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
  width: 100%;
  font-size: 22px;
}

.home-improvement .btn-large:hover {
  background: red;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.innerpage .landing-banner form.form-inline {
  background: rgba(2, 26, 71, 0.75);
  border: 1px solid #00e8e5;
  padding: 18px 15px;
  border-radius: 8px;
  display: flex;
  width: 140%;
  overflow: visible;
  z-index: 999;
  position: absolute;
}

.innerpage .landing-banner form.form-inline .form-group input.search-icon {
  position: absolute;
  top: 35%;
  right: 5%;
  left: inherit;
  width: 30px;
  height: 30px;
}

.innerpage .landing-banner form.form-inline .form-group .form-control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #00c8d7;
  height: 66px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  padding-right: 55px;
  padding-left: 16px;
}

.innerpage .landlord-section3 h2,
.innerpage .landlord-section9 h2 {
  font-weight: 800;
}

.innerpage .landlord-section3 h2,
.innerpage .landlord-section7 h2,
.innerpage .landlord-section9 h2,
.innerpage .landlord-section13 h2 {
  color: #2a4089;
  font-weight: 800;
}

.innerpage .landlord-section3 p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.innerpage .landlord-section4 h2 {
  font-weight: 800;
  color: #2a4089;
  margin: 0 0 60px;
}

.innerpage .landlord-section4 p,
.innerpage .landlord-section13 p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}

.innerpage .blue-bg {
  background: #2a4089;
}

.innerpage .blue-bg h2 {
  color: #fff;
  font-weight: 800;
  margin: 0 0 60px;
}

.innerpage .blue-bg p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px;
  font-weight: 400;
}

.landlord-section5 .custom-listing1 li {
  color: #fff;
}

.innerpage .landlord-section7 p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}

.innerpage .landlord-section7 .row {
  margin-bottom: 60px;
}

.innerpage .landlord-section7 .row:last-child {
  margin-bottom: 0;
}

.innerpage .landlord-section8 h2 {
  font-weight: 800;
  margin: 0 15px;
}

.innerpage .landlord-section8 p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin: 0 15px 25px;
  font-weight: 400;
}

.innerpage section.landlord-section9 {
  background: #0db3c5;
  padding: 100px 0;
}

.innerpage .landlord-section9 p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 0;
}

.innerpage .landlord-section10 h2 {
  color: #2a4089;
  font-weight: 800;
}

.innerpage .landlord-section10 p {
  font-size: 24px;
  line-height: 36px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.custom-listing1 {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.custom-listing1 li {
  background: url(../img/rectangle.png) no-repeat top 10px left;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px 0 36px;
  margin: 0 0 10px;
}

.custom-listing2 {
  list-style: none;
  padding: 30px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-listing2 li {
  background: url(../img/Check-circle.png) no-repeat top 6px left;
  background-size: 30px auto;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px 0 46px;
  margin: 0 0 20px;
  width: 33.33%;
}

.tenant-information-section3 h2 {
  color: #000;
  font-weight: 800;
}

.tenant-information-section4 .row.first h2 {
  margin-bottom: 30px;
}

.tenant-information-section4 .number {
  color: #0db3c5;
  font-size: 36px;
}

.tenant-information-section4 h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 25px;
}

.tenant-information-section4 .custom-listing1 li {
  color: #fff;
}

.innerpage .tenant-information-section5 h2 {
  margin: 0 auto 100px;
  color: #000;
}

.tenant-information-section5 p {
  margin-bottom: 25px;
}

.question-circle {
  margin-bottom: 16px;
}

.tenant-information-section6 .five-boxes h3 {
  font-weight: 700;
  color: #0db3c5;
  font-size: 24px;
  margin: 0 0 20px;
}

.tenant-information-section6 .five-boxes .row {
  margin-bottom: 0px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.landlord-tenant-information-section2 a h3 {
  color: #fff;
  font-size: 40px;
}

.innerpage section.landlord-tenant-information-section2 a p {
  color: #0db3c5;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.landlord-section-highlight {
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
}

.landlord-section-highlight h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0db3c5;
  margin-bottom: 30px;
}

.Signing-lease-section h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2a4089;
  margin: 0;
}

.question-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.question-block {
  flex: 0 0 calc(50% - 30px);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.question-block:hover {
  box-shadow: 0 4px 8px 0 rgba(35, 50, 106, 0.4),
    0 6px 20px 0 rgba(35, 50, 106, 0.19);
}

.question-block h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #2a4089;
  margin-bottom: 16px;
  margin-top: 0;
}

.question-block p {
  margin-bottom: 0 !important;
}

.reminder-section .reminder-counter {
  font-size: 36px;
  color: #0db3c5;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 30px;
}

.innerpage .blue-bg.reminder-section h2 {
  margin-bottom: 30px;
}

.innerpage .landlord-information2 {
  padding: 100px 0;
  background: #021a47;
}

.innerpage section.landlord-information2 h2.light-blue-text {
  font-size: 40px;
  line-height: normal;
  color: #0db3c5;
  margin: 0 0 15px;
  font-weight: 700;
}

.innerpage section.landlord-information2 h2.light-blue-text.w-100 {
  padding: 0 2%;
  margin: -10px 0 30px;
}

.innerpage section.landlord-information2 h2 {
  color: #fff;
  padding: 0 15%;
  margin: 0 0 40px;
}

.innerpage section.landlord-information2 .btn.btn-secondary {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: auto;
  max-width: max-content;
  padding: 11px 24px;
  margin-top: 10px;
}

.landlord-information3 .row h2 {
  color: #2a4089;
  font-weight: 800;
}

.landlord-information3 .row p {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

p.big-text {
  font-size: 32px;
  line-height: 45px;
  color: #000000;
}

.map-bottom-section .row a p {
  color: #0db3c5;
  font-size: 40px;
  text-decoration: underline;
  margin: 25px 0;
}

.innerpage section.open-house-section3 h2 {
  color: #2a4089;
  font-weight: 800;
  margin-bottom: 60px;
}

.innerpage section.open-house-section3 p b {
  font-size: 20px;
  color: #000;
}

.innerpage section.open-house-section3 p {
  color: #666;
  font-size: 16px;
  line-height: normal;
}

/* Romit css */

.flex-container {
  display: flex;
}

.flex-container.equal-width>div {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.gap-100 {
  gap: 100px;
}

.rhode-island-main h1 span {
  font-size: 76px;
}

.state-resource-container h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  margin-top: 0;
}

.state-resource-container .btn {
  padding: 9px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.state-resource-container .btn:last-of-type {
  margin-right: 0;
}

.state-resource-container .btn-navy-blue {
  background: #021a47;
  border: 2px solid #0db3c5;
}

.state-resource-container .btn-blue {
  background: #0db3c5;
  border: 2px solid #2a4089;
}

.state-resource-container .btn-navy-blue-outline {
  border: 2px solid #2a4089;
  color: #2a4089;
}

.inter-link {
  margin-bottom: 50px;
}

.inter-link a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #666;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 2px solid #666666;
  margin-right: 30px;
}

.inter-link a:last-of-type {
  margin-right: 0;
}

.inter-link a.active {
  color: #2a4089;
  border-color: rgba(42, 64, 137, 1);
}

/*Agent detail page css starts*/
.w-100 {
  width: 100% !important;
}

.agent-details {
  margin-bottom: 70px;
  pointer-events: none;
}

.img-container {
  position: relative;
  display: inline-block;
}

.agent-details .owner-image {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}

.agent-details .owner-company {
  position: absolute;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 138px;
  left: 168px;
}

.agent-details .owner-image img,
.agent-details .owner-company img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.agent-details .agent-section h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  color: #2a4089;
}

.agent-details .agent-section p {
  color: #2a4089;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.prop-detail-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.prop-detail-box {
  padding: 5px 10px;
  box-sizing: border-box;
  background: rgba(128, 128, 128, 0.05);
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: #2a4089;
}

.agent-details {
  display: flex;
}

.agent-details .img-container {
  margin-top: -100px;
}

/* .agent-details .prop-detail-boxes {
  margin-top: 30px;
} */

.agent-section-container {
  display: flex;
  align-items: flex-start;
  margin-left: 80px;
  margin-top: 12px;
}

/* Certified badge — Figma: property/header & agent row 44×60; hero 100×136; license row 72×98 */
.cert-badge {
  display: inline-block;
  line-height: 0;
}

.cert-badge__img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.cert-badge--hidden {
  display: none !important;
}

.cert-badge--small .cert-badge__img {
  width: 44px;
  height: 60px;
  min-width: 44px;
  min-height: 60px;
}

.cert-badge--medium .cert-badge__img {
  width: 72px;
  height: 98px;
  min-width: 72px;
  min-height: 98px;
}

.cert-badge--large .cert-badge__img {
  width: 100px;
  height: 136px;
  min-width: 100px;
  min-height: 136px;
  margin-left : 8px;
}

.cert-badge-hero-anchor {
  position: absolute;
  top: 4px;
  left: 12px;
  z-index: 2;
}

/* Owner page: .notab shifts .cover-main down 29px; offset badge so it matches agent/professional hero */
main#profile-detail-main.notab .agent-video-container .cert-badge-hero-anchor {
  top: 33px;
}

/* YouTube/Vimeo playing: iframe stacks above badge (badge position unchanged; no layout shift) */
.agent-video-container.agent-video-playing .cert-badge-hero-anchor {
  z-index: 1;
}

.agent-video-container.agent-video-playing iframe {
  position: relative;
  z-index: 10;
}

/* Owner profile (main.notab): reinforce stacking so hero badge stays under the playing iframe */
main#profile-detail-main.notab .agent-video-container.agent-video-playing .cert-badge-hero-anchor {
  z-index: 1;
}

main#profile-detail-main.notab .agent-video-container.agent-video-playing iframe {
  position: relative;
  z-index: 10;
}

.profile-license-badge-row {
  margin-top: 30px;
  column-gap: 16px;
  row-gap: 12px;
}

.profile-license-badge-row__boxes {
  flex: 1 1 auto;
  min-width: 0;
}

.profile-bottom-cert-badge-wrap {
  display: none;
  align-items: center;
  align-self: center;
}

main#profile-detail-main.profile-bottom-badge-visible .profile-bottom-cert-badge-wrap {
  display: flex;
}

@media (max-width: 991px) {
  .cert-badge-hero-anchor {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 16px;
    padding-top: 4px;
    text-align: center;
    display: block;
  }

  main#profile-detail-main.notab .agent-video-container .cert-badge-hero-anchor {
    top: 0;
  }

  .profile-license-badge-row {
    justify-content: center !important;
    margin-top: 20px;
  }

  main#profile-detail-main.profile-bottom-badge-visible .profile-bottom-cert-badge-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
}

.professional-bottom-section .agent-details+p {
  color: #000;

  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
}

#readMore {
  cursor: pointer;
  margin-top: 5px;
  border: 2px solid #2a4089;
  padding: 5px;
  border-radius: 8px;
  color: #021a47;
  font-weight: 700;
  font-size: 14px;
  width: auto;
  max-width: fit-content;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.property-details #read-more-text {
  margin-bottom: 10px;
  line-height: 33.8px !important;
}

.professional-tab-section {
  margin-bottom: 0px;
}

.firm-details {
  border: 5px solid #021a47;
  padding: 25px;
}

.professional-tab-section .col-md-5.equal-height .firm-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.professional-tab-section .col-md-5.equal-height .firm-details .btn.btn-small.btn-primary-bordered {
  margin-top: 0;
}

.professional-tab-section .col-md-5.equal-height .firm-details .btn.btn-small.btn-primary-bordered:hover,
.professional-tab-section .col-md-5.equal-height .firm-details .btn.btn-small.btn-primary-bordered:focus {
  color: #fff;
}

.firm-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.firm-logo {
  width: 164px;
  height: 164px;
}

.firm-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.firm-rating {
  color: #021a47;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.firm-address p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 26px;
}

.firm-address p a {
  color: #000000;
}

.firm-address p a:hover {
  color: #23527c;
}

.firm-social-media {
  margin-top: 15px;
}

.firm-social-media a {
  margin-right: 8px;
}

.firm-social-media img {
  width: 38px;
  height: auto;
}

.professional-tab-section .firm-address {
  flex: 0;
}

.professional-tab-section .firm-bottom {
  margin-top: auto;
}

.firm-details .firm-bottom a.btn {
  background: #021a47;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 9px 12px;
}

.firm-details .firm-bottom a.btn:hover,
.firm-details .firm-bottom a.btn:focus {
  background: #0db3c5;
}

.agent-specialties {
  border: 5px solid #021a47;
  padding: 25px;
}

.professional-tab-section .col-md-7.equal-height .agent-specialties {
  height: 510px !important;
}

.specialties-top {
  display: flex;
}

.specility-primary-details {
  width: 100%;
}

.speciality-basic-details .list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.speciality-basic-details {
  display: flex;
}

.speciality-basic-details .speciality-title {
  flex: 0 0 175px;
}

.speciality-basic-details .list-container .list-item {
  background: #f9f9f9;
  width: calc(50% - 8px);
  padding: 8px 10px;
  color: #2a4089;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.agent-specialties .speciality-basic-details {
    flex-direction: column;
    gap: 0px;
}

.agent-specialties .speciality-basic-details .speciality-title {
  flex: inherit;
  line-height: 34px;
}
.agent-specialties .speciality-basic-details .list-container {
  gap: 1px;
}
.agent-specialties .speciality-basic-details .list-container .list-item {
  padding: 3px 10px 3px 16px;
  position: relative;
  background: transparent;
  line-height: 24px;
}

.agent-specialties .speciality-basic-details .list-container .list-item:before {
  background: #2a4089;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 44%;
}

.specialties-top .agent-image {
  flex: 0 0 164px;
  height: 164px;
  border-radius: 50%;
}

.specialties-top .agent-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.speciality-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.education p {
  color: #2a4089;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 5px;
}

.speciality-bottom {
  margin-top: 3px;
}

.back-to-main {
  margin-top: 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  color: #000000;
}

.tabs-main {
  margin-bottom: 1px;
  margin-top: 50px;
}

.tabs {
  padding: 0;
  margin: 0;
}

.tabs li {
  text-decoration: none;
  background: #031a47;
  display: inline-block;
  border-radius: 0.5em 0.5em 0 0;
  color: #ffffff;
  margin: 0 2px;
  position: relative;
}

.tabs li a {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  position: relative;
}

.tabs li.opened a::before {
  content: "";
  width: 85%;
  height: 3px;
  background: rgba(13, 179, 197, 1);
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 2px;
}

.tabs li::after,
.tabs li:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 12px;
  width: 12px;
  z-index: 1;
}

/* .tabs li:before {
    right: 100%;
    background-image: radial-gradient(circle at top left,
            transparent,
            transparent 12px,
            #031a47 12px,
            #031a47 50px);
}

.tabs li::after {
    left: 100%;
    background-image: radial-gradient(circle at top right,
            transparent,
            transparent 12px,
            #031a47 12px,
            #031a47 50px);
} */

.tab-content-wrapper>div {
  display: none;
}

.tab-content-wrapper .active {
  display: block;
}

.tab-content-wrapper .banner-slider-wrapper {
  margin-top: 0;
}

.Profile-SetUp-section2 h3 {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  color: #000;
  margin: 0;
  padding: 20px 0 30px;
}

.Profile-SetUp-section2 span.number {
  color: #0db3c5;
  font-size: 36px;
  line-height: 48px;
}

.Profile-SetUp-section2 .row {
  margin-bottom: 100px;
}

.start-profile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: max-content;
  background: #021a47;
  margin: 0 auto;
  border: 2px solid #0db3c5;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 24px;
}

@media (max-width: 1200px) {
  .rhode-island-main h1 span {
    font-size: 62px;
  }

  .flex-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .rhode-island-main h1 span {
    font-size: 52px;
  }
}

@media (max-width: 1200px) {
  .info-with-image-block {
    gap: 30px;
  }

  .info-image {
    flex: 1 1 320px;
    max-width: 320px;
  }

  .info-container .info-index {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .info-container h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .innerpage-content .realestateagent-section4 h2 {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .info-with-image-block {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 75px;
  }

  .info-image,
  .info-with-image-block .info-container {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .info-with-image-block .info-container {
    order: 1;
  }

  .home-improvement .btn-large {
    margin-bottom: 20px;
  }

  .home-improvement .row .col-sm-4:last-of-type .btn-large {
    margin-bottom: 0;
  }
}

.light-blue-bg {
  background: #e7f7f9;
}

.innerpage section.highlighted-info .info-container h2 {
  color: #000000;
}

.innerpage section.highlighted-info .info-container h2 span {
  color: #2a4089;
}

.innerpage section.highlighted-info .info-container p.font-large {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 60px;
}

.list-info {
  display: flex;
  align-items: start;
  gap: 20px;
}

.highlighted-info .list-info {
  margin-bottom: 60px;
  flex-direction: column;
  gap: 0;
}

.list-info img {
  margin-bottom: 20px;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.realestateagent-section4 {
  margin-bottom: 70px;
}

.innerpage section.do-homework h2 {
  color: #ffffff;
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 93px;
}

.innerpage section.do-homework p {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.56px;
}

.agent-list-container .col-md-3.equal-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.agent-list-container .agent-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

section.landing-section3.do-homework {
  padding: 30px 0;
}

.agent-list .agent-name {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.agent-list .agent-name p {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #2a4089;
  text-align: center;
  margin-bottom: 0;
  word-wrap: break-word;
}

.agent-list .img-container {
  display: block;
}

.agent-list .owner-image {
  width: 300px;
  height: 300px;
  /* width: 100%;
    height: 100%; */
}

.agent-list .owner-company {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

.agent-list .img-container .modern-save-indicator {
  top: 0;
  right: 0;
}

.agent-list .agent-info {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex: 1;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* .agent-list .agent-info h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
} */

  .agent-list .agent-info h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
  }

.agent-list .agent-info p.experience {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2a4089;
  margin-bottom: 0;
}

.agent-list .agent-info p.contact {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.agent-video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 400px;
}

.agent-video-container {
  position: relative;
  min-height: 510px;
}

.video-cover {
  width: 100%;
  height: 100%;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  cursor: pointer;
}

.agent-video-container a.other-videos {
  min-height: 450px;
  height: 100%;
  display: block;
}

.cover-main {
  max-width: 500px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.notab .agent-video-container .cover-main {
  margin-top: 29px;
}

.notab .video-cover .play-button {
  top: 55%;
}

.notab .agent-video-container iframe {
  margin-top: 30px;
}

.cover-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-cover .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* rating-section */
.innerpage .rating-section h2 {
  color: #2a4089;
}

.rating-section .rating-top p {
  font-size: 32px;
  color: #021a47;
  margin: 0;
  line-height: normal;
}

.rating-section .rating-top p.votes-no {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #021A47;
  margin-top: 12px;
}

.rating-section .rating-top .rating-star {
  margin: 10px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.rating-section .rating-top .fa {
  font-size: 38px;
  color: #828282;
}

.rating-section .votes-list {
  margin: 0 0 30px 0;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.rating-section .votes-list .votes {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding: 30px 0;
  gap: 30px;
}

.rating-section .rating-top .rating-star .star-text {
  font-size: 20px;
  color: #000000;
}

.votes h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.votes .rating-top {
  margin-bottom: 20px;
}

.votes .text {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 18px;
}

.votes p.user-name,
.votes-load-more {
  font-size: 16px;
  color: #2A4089;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  margin: 0 10px;
}

.votes .date-section p {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

.rating-section .white-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  min-height: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.votes .profile-section img {
  border-radius: 100%;
}

.rating-section .white-box p {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
}

.rating-section .white-box p.thank-you {
  color: #2a4089;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.rating {
  border: none;
  float: left;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 38px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating>.half:before {
  content: "\f089";
  position: absolute;
}

.rating>label {
  color: #666666;
  float: right;
}

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
  color: #0db3c5;
}

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
  color: #ffed85;
}

.rating-form {
  width: 100%;
  overflow: hidden;
}

.rating-form h3 {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}

.rating-section .white-box .rating-form p {
  font-size: 20px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: left;
}

.rating-section .white-box .rating-form p.comment {
  display: inline-block;
  margin: 30px 0 10px;
  font-size: 14px;
  line-height: 20px;
}

.rating-form textarea {
  width: 100%;
  border: 1px solid #1c3880;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 10px;
  font-weight: 700;
  color: #2a4089;
}

.rating-form .btn {
  padding: 16px 24px;
  font-weight: 700;
}

.map-bottom-section a img{
  aspect-ratio:32/21;
  object-fit:cover;
  height:100%;
  width:100%
}

@media only screen and (max-width: 1400px) {
  .entry-card-img .entry-content p {
    font-size: 22px;
    line-height: 34px;
  }

  .agent-list .owner-image {
    width: 270px;
    height: 270px;
  }

  .agent-section-container {
    margin-top: 30px;
  }

  .agent-details .agent-section p {
    font-size: 24px;
    margin: 0;
  }

  .agent-details .agent-section p.company-small-text {
    font-size: 18px;
  }

  .professional-tab-section .tabs li a {
    font-size: 18px;
    padding: 10px 12px;
  }

  .firm-details .firm-bottom a.btn {
    font-size: 24px;
    line-height: 36px;
  }

  .agent-details .img-container {
    margin-top: -68px;
  }
}

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

  .sell-buy-top-banner h1,
  .innerpages-top-banner h1,
  .innerpages-top-banner h1 span {
    font-size: 56px;
    line-height: 75px;
    margin: 30px 0;
  }

  .sell-buy-top-banner h1 .font-gendy,
  .innerpages-top-banner h1 .font-gendy {
    font-size: 66px;
    line-height: 74px;
  }

  .sell_buy-property-inner .sell-buy-prop-section2 .col-md-12 p {
    font-size: 32px;
    line-height: 44px;
  }

  .sell_buy-property-inner .sell-buy-prop-section2 .right p {
    font-size: 28px;
    line-height: 36px;
  }

  .sell-buy-prop-section3 .blue-section .left {
    padding: 40px 40px 30px;
  }

  .img-text-box img {
    width: 64px;
  }

  .img-text-box h3 {
    font-size: 36px;
    line-height: 48px;
  }

  .video-responsive iframe {
    width: 100% !important;
    height: 400px;
  }

  .innerpages-top-banner {
    padding-bottom: 75px;
  }

  .innerpage section.real-estate-professionals-section2 {
    padding: 75px 0;
  }

  .innerpage-content .realestateagent-section4 h2 {
    font-size: 62px;
    line-height: 75px;
  }

  .innerpage section.p-y-150,
  .p-y-150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .innerpage section.pt-150,
  .pt-150 {
    padding-top: 75px;
  }

  .info-with-image-block {
    margin-bottom: 75px;
  }

  .innerpage section.do-homework h2 {
    font-size: 54px;
    line-height: 84px;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  .agent-list-container .col-lg-3 {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .entry-card-img .entry-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .entry-card-img img {
    height: 150px;
  }

  .buy-sell-info-steps {
    margin-bottom: 0;
  }

  .col5 .entry-card-img img {
    height: 120px;
  }

  .col5 .entry-card-img .entry-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .col5 .entry-card-img .entry-content .read-more-text {
    font-size: 14px;
    line-height: 24px;
  }

  .info-with-image-block {
    gap: 30px;
  }

  .info-image {
    flex: 1 1 320px;
    max-width: 320px;
  }

  .info-container .info-index {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .info-container h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .agent-list .owner-image {
    width: 230px;
    height: 230px;
  }

  .professional-tab-section .tabs li a {
    font-size: 14px;
    padding: 10px 10px;
  }

  .agent-details .img-container {
    margin-top: -38px;
  }

  .innerpage section.do-homework h2 {
    font-size: 46px;
    line-height: 56px;
  }
  .agent-list .agent-name p{
    font-size: 24px;
    line-height: 36px;
  }
  .agent-details{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .agent-details .col-md-7,.agent-details .col-md-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .innerpage .landing-banner.realestateagent-top-banner h1 {
    font-size: 62px;
    line-height: 62px;
    margin: 0 0 30px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h1 .font-gendy {
    font-size: 62px;
    line-height: 62px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h2 {
    font-size: 34px;
    line-height: 50px;
    margin: 0 0 20px;
    font-weight: 500;
  }

  .speciality-basic-details .speciality-title {
    flex: 0;
  }

  .speciality-basic-details {
    flex-direction: column;
  }

  .innerpage-content h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .innerpage .landing-banner.realestateagent-top-banner h1 {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 30px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h1 .font-gendy {
    font-size: 62px;
    line-height: 70px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .innerpages-top-banner {
    padding: 50px 0 50px;
  }

  .sell-buy-top-banner h1,
  .innerpages-top-banner h1 {
    width: 100%;
  }

  .innerpage .sell-buy-prop-section4,
  .innerpage .sell-buy-prop-section5 {
    padding: 70px 0 0;
  }

  .sell-buy-prop-section4 .row,
  .sell-buy-prop-section5 .row {
    margin: 0 -15px -50px;
    display: flex;
    gap: 50px;
    flex-direction: column;
  }

  .sell-buy-prop-section4 .row:first-child,
  .sell-buy-prop-section5 .row:first-child {
    gap: 0;
  }

  .sell-buy-prop-section4 .row:last-child,
  .sell-buy-prop-section5 .row:last-child {
    margin: 0 -15px 0;
  }

  .info-with-image-block {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 75px;
  }

  .info-image,
  .info-with-image-block .info-container {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .info-with-image-block .info-container {
    order: 1;
  }

  .tab-content .content {
    margin: 50px 0;
  }

  .innerpage section.real-estate-professionals-section2 {
    padding: 40px 15px;
  }

  .innerpage section.p-y-150,
  .p-y-150 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .innerpage section.pt-150,
  .pt-150 {
    padding-top: 40px;
  }

  .info-with-image-block {
    margin-bottom: 40px;
  }

  .innerpage section.real-estate-professionals-section2 p {
    font-size: 28px;
    line-height: 40px;
  }

  .innerpage section.landlord-tenant-information-section2 a p {
    margin: 16px 0;
  }

  .innerpage section.pt-150,
  .pt-150,
  .innerpage section.p-y-150,
  .p-y-150 {
    padding-top: 40px;
  }

  .innerpage section.p-y-150,
  .p-y-150 {
    padding-bottom: 40px;
  }

  .row.d-flex.col5 {
    flex-wrap: wrap;
  }

  .col5 .entry-card-img img,
  .entry-card-img img {
    height: auto;
  }

  .entry-card-img .entry-content p {
    min-height: inherit;
  }

  .innerpage section.sell-buy-prop-section2,
  .innerpage section.about-section3 {
    padding: 50px 0;
  }

  .innerpage section.about-section3 p {
    font-size: 28px;
    line-height: 40px;
  }

  .innerpage section.landlord-information2 h2{
    padding: 0;
  }

  .sell-buy-prop-info-section2 .right p {
    margin-left: 0;
  }

  .innerpage section.real-estate-professionals-section2 p b {
    font-size: 34px;
  }

  .innerpage section.real-estate-professionals-section2 p b .font-gendy {
    font-size: 38px;
    line-height: 44px;
  }

  .blue-button{
    margin: 16px 0;
  }

  .tabs-container {
    margin-top: 50px;
  }

  .innerpage .landing-banner form.form-inline {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
  }

  .innerpage .landing-banner h1 .font-gendy {
    font-size: 86px;
    line-height: 94px;
  }

  .landlord-section10 ul.custom-listing1 {
    margin: 30px 0;
  }

  .innerpage .landlord-section13 h2 {
    margin-top: 20px;
  }

  .landlord-information3 .row h2 {
    margin: 6px 0;
  }

  .custom-listing2 li {
    width: 100%;
  }

  .agent-list .owner-image {
    margin: 0 auto;
    text-align: center;
  }

  .agent-list .owner-company {
    right: 10%;
  }

  .agent-details .col-md-7.d-flex {
    flex-direction: column;
  }

  .agent-section-container {
    margin-left: 0;
  }

  .agent-video-container {
    min-height: 400px;
  }

  .cover-main {
    max-width: 370px;
    margin: 20px auto;
  }

  .video-cover .play-button {
    transform: translate(-50%, -50%);
  }

  .agent-details .img-container {
    margin-top: 0;
  }

  .agent-specialties {
    min-height: inherit;
  }
  .Profile-SetUp-section2 span.number {
    font-size: 30px;
    line-height: 40px;
  }
  .Profile-SetUp-section2 h3 {
    font-size: 48px;
  }
  .company-container, .about-container, .property-container {
    width: 100%;
  }

  .info-container {
    margin-bottom: 30px;
  }
  .agent-list .agent-name p{
    font-size: 20px;
    line-height: 32px;
  }
  .agent-details{
    margin-top: 20px;
  }
  .professional-tab-section .col-md-7.equal-height .agent-specialties{
    height: auto !important;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .Profile-SetUp-section2 .row {
    margin-bottom: 32px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h1 {
    font-size: 46px;
    line-height: 62px;
    margin-bottom: 16px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h1 .font-gendy {
    font-size: 50px;
    line-height: 56px;
  }

  .innerpage .landing-banner.realestateagent-top-banner h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .align-items-center {
    flex-direction: column;
  }
  .firm-address .align-items-center {
    flex-direction: unset;
  }

  .sell-buy-top-banner {
    padding: 50px 0 70px;
  }

  .sell-buy-top-banner h1,
  .innerpages-top-banner h1,
  .innerpages-top-banner h1 span {
    font-size: 52px;
    line-height: 68px;
    word-wrap: break-word;
  }

  .sell-buy-top-banner h1 .font-gendy,
  .innerpages-top-banner h1 .font-gendy {
    font-size: 56px;
    line-height: 68px;
  }

  .sell_buy-property-inner h2,
  .innerpage-content h2,
  .innerpage-content .realestateagent-section4 h2,
  .innerpage section.about-section4 h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .innerpage section.about-section4 h2 span {
    font-size: 50px;
    line-height: 56px;
  }

  .sell_buy-property-inner .sell-buy-prop-section2 .col-md-12 p {
    font-size: 28px;
    line-height: 40px;
  }

  .sell_buy-property-inner .sell-buy-prop-section2 .right p {
    margin: 0;
  }

  .sell-buy-prop-section2,
  .innerpage .sell-buy-prop-section4,
  .innerpage .sell-buy-prop-section5,
  .highlighted-info,
  .about-section4,
  .innerpage .footer-banner,
  .light-blue-bg,
  .innerpage .blue-bg,
  .innerpage section.landlord-section9,
  .sell-buy-tabs-section3,
  .innerpage section.real-estate-professionals-section2,
  .home-worth-section3 {
    margin: 0 -15px;
  }

  .sell-buy-prop-section2 .row,
  .highlighted-info .row,
  .highlighted-info h2,
  .about-section4 .row,
  .innerpage .footer-banner .row,
  .light-blue-bg .row,
  .innerpage .blue-bg .row,
  .innerpage section.landlord-section9 .row,
  .sell-buy-tabs-section3 .row,
  .innerpage section.real-estate-professionals-section2 .row,
  .home-worth-section3 .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sell-buy-prop-section3 .blue-section .left {
    padding: 30px;
  }

  .sell-buy-prop-section2 .row .right,
  .sell-buy-prop-section3 .row .right,
  .sell-buy-prop-bottom-section .right {
    margin-top: 30px;
  }

  .sell-buy-prop-section3 .blue-section .right img {
    width: 130%;
    border-radius: 0 0 12px 12px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }

  .img-text-box img {
    width: 50px;
  }

  .img-text-box h3,
  .innerpage .rating-section h2,
  .Profile-SetUp-section2 h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .Profile-SetUp-section2 span.number {
    font-size: 24px;
    line-height: 30px;
  }

  .innerpage.sell_buy-property-inner section p {
    font-size: 20px;
    line-height: 30px;
  }

  .sell-buy-prop-section3 .blue-section,
  .sell-buy-prop-section3 .row2 {
    margin-bottom: 70px;
  }

  .video-responsive iframe {
    width: 100% !important;
    height: 250px;
  }

  .innerpages-top-banner {
    padding: 20px 0 70px;
  }

  .innerpages-top-banner .left p {
    margin-right: 0;
  }

  .innerpage hr {
    margin: 0 0 50px;
  }

  .entry-card-img img {
    height: inherit;
    width: 100%;
  }

  .entry-card-img .entry-content p {
    min-height: inherit;
  }

  .buy-sell-info-steps {
    margin-bottom: 30px;
  }

  .innerpage section.real-estate-professionals-section2 p,
  .video-card P {
    font-size: 24px;
    line-height: 35px;
  }

  .tabs {
    display: none;
    /* Hide tabs in mobile view */
  }

  .tabs-container {
    margin-top: 100px;
  }

  .tab-content .content {
    display: block;
    border-bottom: 0;
    margin: 0 0 10px;
  }

  .tab-content .accordion-title {
    display: block;
    background: #021a47;
    color: #fff;
    position: relative;
  }

  .tab-content .accordion-title:after {
    content: "+";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .tab-content .content.active .accordion-title:after {
    content: "-";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .tab-content .info-container {
    display: none;
  }

  .tab-content .content.active .info-container {
    display: block;
    /* Show content when active */
  }

  .info-container .info-index {
    font-size: 40px;
    margin: 20px 0 0;
  }

  .innerpage section .info-container p {
    font-size: 18px;
    line-height: 30px;
  }

  .innerpage section.home-selling-tips-section2 {
    padding: 40px 0;
  }

  .innerpage section.home-selling-tips-section2 p {
    line-height: 34px;
  }

  .innerpage section.about-section3 p {
    font-size: 24px;
    line-height: 34px;
  }

  .home-worth-section3 {
    padding: 60px 20px !important;
  }

  .innerpage section.highlighted-info .info-container p.font-large {
    font-size: 22px;
    line-height: 30px;
  }

  .innerpage section.about-section3 h2 {
    width: 100%;
    margin: 0 auto 30px;
  }

  .innerpage section.about-section3 .blue-button.text-center {
    width: 100%;
  }

  .innerpage section.about-section4 h3 {
    margin: 40px 0;
  }

  .innerpage .footer-banner {
    padding: 50px 0;
  }

  .footer-btns {
    flex-direction: column;
  }

  .innerpage section.real-estate-professionals-section2 p b {
    font-size: 26px;
  }

  .innerpage section.real-estate-professionals-section2 p b .font-gendy {
    font-size: 28px;
    line-height: 32px;
  }

  .innerpage .landlord-section7 .row {
    margin-bottom: 30px;
  }

  .home-worth-section1 img {
    margin-top: 30px;
  }

  .innerpage .landlord-section8 h2 {
    margin-bottom: 20px;
  }

  .innerpage section.landlord-section9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .agent-list .owner-company {
    right: 30%;
  }

  .professional-tab-section .tabs {
    display: inherit;
  }

  .professional-tab-section .tabs li a {
    font-size: 12px;
  }

  .rating-section .rating-top p {
    font-size: 24px;
  }

  .rating-section .rating-top p i {
    font-size: 16px;
    line-height: 24px;
  }

  .rating-form h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .votes .text {
    font-size: 20px;
    line-height: 30px;
  }
  .agent-list .agent-name p{
    font-size: 24px;
    line-height: 36px;
  }
  .inter-link a{
    margin-right: 5px;
    font-size: 18px;
    padding: 15px 0;
  }
  .state-resource-container .btn{
    text-wrap: wrap;
    text-align: left;
  }
  
  .agent-list .agent-info .btn.btn-small.btn-primary-bordered {
    margin-top: 0;
  }
}
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*
 * plugins.js = Bootstrap 4 modal JS; layout = Bootstrap 3 CSS.
 * BS4 adds .show (not .in). BS3 .fade dialogs need opacity — keyframes give visibility + smooth motion.
 */
.modal.show {
  display: block !important;
}
@keyframes lenox-modal-dialog-show {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.modal.fade.show .modal-dialog {
  animation: lenox-modal-dialog-show 0.35s ease-out forwards;
  transition: none;
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
}
.modal-backdrop.fade.show {
  opacity: 0.5;
}