@charset "UTF-8";

.show-1line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-2lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-3lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.show-4lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-height-50px {
  line-height: 50px;
}

.mo-effect {
  -webkit-box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
}

.mo-effect:hover {
  -webkit-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.65);
}

.eng-fontface {
  font-family: "Sen", sans-serif !important;
}

.affiliate-header-form {
  margin-top: 11rem;
  background-color: rgb(62, 62, 62, 0.8);
  -webkit-box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.65);
  border-radius: 8px !important;
  border: 5px solid #aa8453;
  padding: 30px;
}

.filter-box {
  display: flex;
}

.filter-box li a {
  color: #ffffff;
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
  padding: 15px 30px;
  line-height: 50px;
  font-size: 16px;
  border: none;
  margin: 10px;
}

.filter-box li a:hover {
  color: var(--theme-white-color);
  background-color: var(--theme-primary-color);
  border-color: transparent;
  filter: brightness(110%);
}

.filter-box li a.active {
  color: var(--theme-white-color);
  background-color: var(--theme-primary-color);
  border-color: transparent;
  filter: brightness(110%);
  border: solid 3px #89593d;
}

.own-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.own-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.own-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.own-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.own-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.own-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ul-style-1 {
  margin: auto;
}

.ul-style-1 li {
  margin: auto;
  list-style-type: disc;
  margin-left: 5%;
}

.ul-style-2 {
  margin: 0px !important;
  padding: 0px !important;
}

.ul-style-2 li {
  list-style-type: disc !important;
  display: list-item !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 35px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  font-family: var(--theme-general-font) !important;
  color: var(--theme-general-color) !important;
}

.ul-style-3 {
  margin: auto;
}

.ul-style-3 li {
  margin: auto;
  list-style-type: decimal;
  margin-left: 5%;
}

.display-listitem {
  display: list-item !important;
}

.show-bullets {
  display: list-item;
  margin-left: 25px !important;
  list-style-type: inherit !important;
}

.lh-1 {
  line-height: 0.5rem !important;
}

.lh-1p2 {
  line-height: 1.2rem !important;
}

.lh-2 {
  line-height: 1rem !important;
}

.lh-3 {
  line-height: 1.5rem !important;
}

.lh-4 {
  line-height: 2rem !important;
}

.lh-5 {
  line-height: 2.5rem !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.text-blue {
  color: #0024ff;
}

.text-green {
  color: #069a17;
}

.text-red {
  color: #cc0000;
}

.text-yellow {
  color: #d4ff00;
}

.text-orange {
  color: #fdbe0e;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: pre-wrap !important;
}

.custome-pad-1 {
  padding: 0.6rem 0.75rem;
}

.checkbox-style-1 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 18px;
  top: 0.25rem;
  width: 18px;
  box-sizing: border-box;
  border-radius: 0.25rem;
  content: "";
  left: 0;
  /*position: absolute; */
  position: relative;
  transition: border-color 0.3s ease 0s;
  cursor: pointer;
}

.label-style-1 {
  position: absolute;
  padding-left: 5px;
  cursor: pointer;
}

input[type="checkbox"] {
  accent-color: #aa8453;
}

.mix-tab ul li,
.tab-simple ul li {
  font-size: 18px;
}

.font-style-1 {
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--theme-general-font);
  color: var(--theme-general-color);
}

.img-thumb-title-inside::before,
.overlay-secondary::before {
  opacity: 0.3;
}

.whatsapp-tab {
  background: #5acf68;
  width: 80px;
  border-radius: 50px;
  padding: 5px;
}

.available {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  margin-left: 10px;
  padding-left: 5px;
  font-style: normal;
  -webkit-box-shadow: 0px 1px 10px -2px rgb(0 0 0 / 52%);
  -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 1px 10px -2px rgb(0 0 0 / 52%);
  border: 1px solid #aa8453;
}

.available::before {
  position: relative;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: var(--theme-primary-color);
  text-align: center;
}

.n-available {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  margin-left: 10px;
  padding-left: 7px;
  font-style: normal;
  -webkit-box-shadow: 0px 1px 10px -2px rgb(0 0 0 / 52%);
  -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 1px 10px -2px rgb(0 0 0 / 52%);
  border: 1px solid #aa8453;
}

.n-available::before {
  position: relative;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: var(--theme-primary-color);
  text-align: center;
}

.theme-bright-light {
  color: #ffa42f !important;
}

.theme-dark {
  color: #aa8453 !important;
}

.notification-box {
  width: auto;
  height: 300px;
  white-space: normal;
  overflow-y: auto;
}

.notification-item {
  width: 335px;
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
  white-space: normal;
  background-color: #f8f8f8;
  border: 1px solid #cacaca;
}

.notification-item row:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.notification-item-img-border {
  /*	border:1px solid #7F7F7F; */
  padding: 5px;
}

.notification-item-text-border {
  /*	border:1px solid #7F7F7F;
	border-left:none;*/
  padding: 5px;
}

.notification-item img {
  width: 80px;
  height: 80px;
}

.notification-item h6 {
  line-height: 1rem;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.notification-item p {
  line-height: 18px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.notification-item p:hover {
  color: #5f5f5f;
}

.notification-item button {
  line-height: 25px;
  border: none;
  width: auto;
  background-color: #ffc107;
  display: inline-flex !important;
  transition-duration: 0.5s;
}

.notification-item button:hover {
  box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 0.15) !important;
  transition-duration: 0.3s;
}

.weblink-copy-tab {
  padding: 0 20px;
  line-height: 25px;
}

.funnel-blk-1 {
  display: block;
  height: 72px;
}

.funnel-blk-1 p {
  position: relative;
  font-size: 12px;
  top: -30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.funnel-blk-2 {
  display: block;
  height: 58px;
}

.funnel-blk-2 p {
  position: relative;
  font-size: 11px;
  top: -25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.funnel-blk-3 {
  display: block;
  height: 50px;
}

.funnel-blk-3 p {
  position: relative;
  font-size: 10px;
  top: -21px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
}

.funnel-blk-4 {
  display: block;
  height: 46px;
}

.funnel-blk-4 p {
  position: relative;
  top: -20px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
}

.funnel-blk-5 {
  display: block;
  height: 68px;
}

.funnel-blk-5 p {
  position: relative;
  top: -22px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
}

.zoomin {
  color: inherit;
  text-decoration: none;
  transition: transform 0.5s;
}

.zoomin:hover {
  transform: scale(1.1);
}

.add-new-lead-tab {
  padding: 0 20px;
  line-height: 30px;
}

.investor-selection {
  width: 100%;
  padding-left: 4px;
  background-color: #eee;
  border-color: #a3a3a3;
  display: inline-flex;
}

.fa-1-5x {
  font-size: 1.5em;
}

.email-content-selection {
  width: 100%;
  padding-left: 4px;
  background-color: #eee;
  border-color: #a3a3a3;
  display: inline-flex;
}

.language-dropdown {
  width: 50px !important;
  min-width: 50px !important;
}

.language-dropdown li {
  line-height: 22px !important;
}

.language-dropdown li a {
  color: #000 !important;
  padding: 0px 15px !important;
}

.green-investment-para-bg {
  background-color: rgba(138, 205, 16, 0.7);
  padding: 15px;
}

.select-input {
  height: 45px !important;
  padding: 0.375rem 1rem !important;
}

.texture-bg {
  background-image: url("https://www.safewayturkey.com/assets/images/background/texture-bg.png");
}

.footer-bg-square {
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-bottom-color: #bb915b;
  position: relative;
  top: -10px;
  margin-right: 3px;
}

.footer-bg-square:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #bb915b;
}

.footer-bg-square:before {
  position: relative;
  left: -7px;
  top: 10px;
  z-index: 100;
  color: #ffffff;
  font-size: 18px;
}

.whats_app {
  position: fixed;
  width: 72px;
  height: 72px;
  /* bottom: 175px; */
  bottom: 20px;
  top: auto;
  right: auto;
  /* left: 40px; */
  left: 15px;
  z-index: 999999;
}

.whats_app a {
  position: relative;
  right: 1px;
  top: 1px;
  float: right;
  width: 64px;
  height: 62px;
  background: center center no-repeat #189d0e;
  box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
  background-size: 30px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  z-index: 99999;
}

.whats_app img {
  vertical-align: middle;
  border-style: none;
}

.fb-signup-button {
  background-color: #2e5187;
  color: #ffffff !important;
  padding: 5px 25px;
  border-bottom: 3px solid #2e5187;
  transition: transform 0.5s;
}

.google-signup-button {
  background-color: #fe332a;
  color: #ffffff !important;
  padding: 5px 30px;
  border-bottom: 3px solid #fe332a;
  transition: transform 0.5s;
}

.email-signup-button {
  background-color: #0eb84d;
  color: #ffffff !important;
  padding: 5px 37px;
  border-bottom: 3px solid #0eb84d;
  transition: transform 0.5s;
}

.fb-signup-button:hover,
.google-signup-button:hover,
.email-signup-button:hover {
  border-bottom: 3px solid #03421a;
  transform: scale(1.1);
  webkit-box-shadow: 3.346px 3.716px 22.5px rgb(5 0 0 / 30%);
  box-shadow: 3.346px 3.716px 22.5px rgb(5 0 0 / 30%);
  transition: transform 0.5s;
  transition-delay: 0.3s;
}

.hyperlink {
  color: #d38c30 !important;
}

.hyperlink:hover {
  transition-delay: 0.3s;
  color: #959595 !important;
}

.nl-lang-selection {
  width: 100px;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-flex;
}

.add-a-contact-bg {
  background-color: #97e0d0;
}

.add-a-contact-bg2 {
  background-image: url("https://www.safewayturkey.com/assets/images/background/crissxcross.png");
}

.import-contact-bg {
  background-color: #f8db89;
}

.import-contact-bg2 {
  background-image: url("https://www.safewayturkey.com/assets/images/background/wall-4-light.png");
}

.select-contacts-heading {
  position: absolute;
  top: 195px;
  left: 10px;
}

.add-contacts-para {
  position: absolute;
  top: 210px;
  right: 10px;
  color: #ffffff;
}

.share-button1 {
  font-weight: lighter;
  font-size: 13px;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  line-height: 30px;
}

.blue-clr {
  color: #fff;
  background-color: #0d6efd;
}

.blue-clr {
  color: #fff;
  background-color: #0d6efd;
}

.share-button {
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.share-button:hover {
  opacity: 0.7;
  color: #fff;
}

.fb {
  background: #3b5998;
  color: white;
}

.tw {
  background: #55acee;
  color: white;
}

.ig {
  background: #125688;
  color: white;
}

.wa {
  background: #00b489;
  color: white;
}

.pdf {
  background: #e61a1a;
  color: white;
}

.urllink {
  background: #ea4c89;
  color: white;
}

.copy-text {
  background: #ff6600;
  color: white;
}

.invester-selection {
  width: 190px;
  background-position: calc(100% - 5px) !important;
  background-color: #fff6ea;
  padding-left: 6px;
}

.nl-category-selection {
  width: auto;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-flex;
}

.tab-active {
  background-color: #f1ad2a !important;
  color: #0d0d0d !important;
}

.newsletter-active {
  color: #000000;
  font-weight: bold;
}

.text-style1 {
  font-size: 15px;
  font-weight: lighter;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

.yellow-bg {
  background-color: #f6b809 !important;
}

.cusstom-shadow {
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.65);
}

.curved-div {
  background: #f8f8f8;
  text-align: center;
}

.curved-div svg {
  display: block;
}

.agent-profile-logo {
  max-width: 170px;
}

.agent-profile-img {
  max-width: 450px;
}

.contractor-img {
  max-height: 185px;
}

.bg-l-orange {
  background-color: #ffedba;
}

.respo-border {
  border: 1px solid #dee2e6;
}

.timeline {
  position: relative;
  display: flex !important;
  float: left !important;
}

.task-done-active {
  background-color: #ffe38f !important;
}

.task-done {
  background-color: #f7f7f7;
}

.vertical-timeline::before {
  left: 75px;
  z-index: -1;
}

.vertical-timeline::after {
  left: 80px;
}

.table-light th {
  position: sticky;
  top: 0px;
  z-index: 1;
  background: rgb(100, 102, 110);
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.stats-tab1-bg {
  background-color: #3e9274 !important;
  color: #ffffff !important;
}

.stats-tab2-bg {
  background-color: #843d91 !important;
  color: #ffffff !important;
}

.stats-tab3-bg {
  background-color: #907b3a !important;
  color: #ffffff !important;
}

.stats-tab4-bg {
  background-color: #8b3737 !important;
  color: #ffffff !important;
}

.animate {
  animation-duration: 1s;
  animation-delay: 2s;
}

.quantity8px {
  gap: 8px;
}

.whatsapp-clr {
  color: #36dd82 !important;
}

.facebook-clr {
  color: #618ada !important;
}

.twitter-clr {
  color: #1d9bf0 !important;
}

.socialsharing:hover {
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.price-range-toggle {
  width: 380px !important;
}

.two-clr-box {
  left: 0px;
  top: 17px;
}

.accordion .card-header .card-link::after {
  position: absolute;
  right: 30px;
  top: 20px;
  content: "\f054";
  font-family: "Font Awesome 5 free";
  color: #ffffff;
  font-weight: 900;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion .card-header .card-link[aria-expanded="true"]::after {
  webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  right: 30px;
  top: 20px;
  content: "\f054";
  font-family: "Font Awesome 5 free";
  color: #ffffff;
  font-weight: 900;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-custom {
  border: 0;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.45);
}

.card-custom .card-header {
  padding: 20px 50px 20px 30px;
  margin-bottom: 0;
  background-color: rgba(55, 58, 68);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-custom .card-header a {
  color: #ffffff !important;
}

.accordion .card-custom + .card-custom {
  margin-top: 20px;
}

.label {
  border-radius: 5px;
  padding: 4px 15px 3px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
}

.label-danger {
  background: #373a44;
}

.header-icon {
  width: 50px !important;
}

.themeBG {
  background-color: #aa8453 !important;
}

.shadow-text {
  top: 10px;
}

.safeway-paralex {
  background-image: url(../images/background/UAE-rental-management-page-imageB.webp);
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.tick-list-displayflex li {
  display: flex !important;
}

.tick-list-displayflex li span {
  width: 90% !important;
  font-weight: 400;
}

.sharing-PDF-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
}


.offer-titile-BG{
	background-color:#ff1515;
}

.offer-logo{
	width:300px;	
}

.offer-red-text{
	color:#ff1515;	
}

.offer-agent-name{
    font-size: 21px;
    font-weight: bold;
    color: #353535;	
}

.offer-red-rounded-bg{
	background-color: red;
    color: white;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 15px 0px 15px;	
}

.offer-headings{
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold; 	
}

.offer-table-1{
	width:98% !important;	
}

.offer-table-1 tr td{
	border:1px solid #818181 !important;	
}

.offer-table-2-heading-BG{
	background-color:#4471c4;
}

.ar-dir{
	direction:rtl;	
}

.whatsapp-green-button{
	background-color:#3fc254;
	color:#FFFFFF !important;
	padding:5px 8px 5px 8px;
}

.share-red-button{
	background-color:#ff1515;
	color:#FFFFFF !important;
	padding:5px 8px 5px 8px;
}


.insurance-bg-img{
	background-image: url(../images/background/Medical-insurance-couple-desk.webp); 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	background-color: rgba(63, 63, 63, 0.3);	
}



.insurance-bg-img:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;	
}
	

.z-index-10{
	z-index:10 !important;	
}
	
.bg-ash-light-grey{
	background-color:#f9f9f9;
}
	
.bg-sky-light-blue{
	background-color:#f6fbff;
}
	
.img-auto{
	width:auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	









@media (min-width: 1367px) {
  .funnel-blk-1 {
    display: block;
    height: 112px;
  }

  .funnel-blk-1 p {
    font-size: 18px;
    top: -45px;
  }

  .funnel-blk-2 {
    display: block;
    height: 88px;
  }

  .funnel-blk-2 p {
    font-size: 18px;
    top: -35px;
  }

  .funnel-blk-3 {
    display: block;
    height: 75px;
  }

  .funnel-blk-3 p {
    font-size: 17px;
    top: -34px;
  }

  .funnel-blk-4 {
    display: block;
    height: 70px;
  }

  .funnel-blk-4 p {
    font-size: 16px;
    top: -32px;
  }

  .funnel-blk-5 p {
    top: -32px;
    font-size: 16px;
  }

  .detail-full {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .funnel-blk-1 {
    display: block;
    height: 88px;
  }

  .funnel-blk-1 p {
    font-size: 16px;
    top: -38px;
  }

  .funnel-blk-2 {
    display: block;
    height: 69px;
  }

  .funnel-blk-2 p {
    font-size: 15px;
    top: -29px;
  }

  .funnel-blk-3 {
    display: block;
    height: 60px;
  }

  .funnel-blk-3 p {
    font-size: 14px;
    top: -30px;
  }

  .funnel-blk-4 {
    display: block;
    height: 55px;
  }

  .funnel-blk-4 p {
    font-size: 13px;
    top: -30px;
  }

  .funnel-blk-5 p {
    top: -27px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .own-py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .own-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .own-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .own-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .own-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .own-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 992px) {
  .own-py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .own-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .own-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .own-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .own-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .own-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .funnel-blk-1 {
    text-align: center;
    height: 165px;
  }

  .funnel-blk-1 p {
    top: -50px;
    font-size: 18px;
  }

  .funnel-blk-2 {
    text-align: center;
    height: 140px;
  }

  .funnel-blk-2 p {
    top: -42px;
    font-size: 18px;
  }

  .funnel-blk-3 {
    text-align: center;
    height: 120px;
  }

  .funnel-blk-3 p {
    top: -36px;
    font-size: 16px;
  }

  .funnel-blk-4 {
    text-align: center;
    height: 110px;
  }

  .funnel-blk-4 p {
    top: -34px;
    font-size: 14px;
  }

  .funnel-blk-5 {
    text-align: center;
    height: 100px;
  }

  .funnel-blk-5 p {
    top: -32px;
    font-size: 14px;
  }

  .language-dropdown {
    background-color: #ffffff !important;
  }

  .dropdown-menu {
    background-color: #ffffff;
  }

  .dropdown-toggle::after {
    right: inherit;
  }

  .vertical-timeline::before {
    left: -25px;
  }

  .vertical-timeline::after {
    left: -20px;
    top: 25px;
  }

  .timeline {
    display: block !important;
    float: none !important;
  }

  .bg-dark .dropdown-item,
  .nav-white .dropdown-item,
  .nav-dropdown-white .dropdown-item {
    color: #333;
  }
}

@media (max-width: 768px) {
  .tab-height-full {
    height: 100%;
  }

  .own-py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .own-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .own-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .own-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .own-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .own-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .contractor-img {
    max-width: 180px;
  }

  .respo-border {
    border: none;
  }
}

@media (max-width: 576px) {
  .own-py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .own-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .own-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .own-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .own-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .own-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .agent-profile-img {
    max-width: 250px;
  }

  .detail-full {
    width: 100%;
  }

  .funnel-blk-1 {
    height: 90px;
  }

  .funnel-blk-1 p {
    font-size: 18px;
    top: -40px;
  }

  .funnel-blk-2 {
    display: block;
    height: 70px;
  }

  .funnel-blk-2 p {
    font-size: 17px;
    top: -32px;
  }

  .funnel-blk-3 {
    display: block;
    height: 60px;
  }

  .funnel-blk-3 p {
    font-size: 15px;
    top: -30px;
  }

  .funnel-blk-4 {
    display: block;
    height: 55px;
  }

  .funnel-blk-4 p {
    font-size: 13px;
    top: -29px;
  }

  .funnel-blk-5 p {
    top: -27px;
    font-size: 13px;
  }

  .price-range-toggle {
    width: 100% !important;
  }
}
