:root{
     --rk-primary-color:#2dc0e2;
     --rk-secondary-color:#007199;
    --rk-red-transparent:#06535cc2
}

.bg-rokea{
    background-color: var(--rk-primary-color) !important;
}
.bg_unset{
 background: unset !important;
}
.bg-white{
 background: white !important;
}
.text-rk-secondary{
    color: var(--rk-secondary-color) !important;
}
.text-rk-primary{
    color: var(--rk-primary-color) !important;
}
.input-group_ab{
    position: relative;
}
.blog_search_input, .custom-search-input{
    border: 1px solid var(--rk-primary-color) !important;
    border-radius: 5px;
    font-size: 14px; 
    font-weight: bold;
}
.centerInput{
    text-align: center;
}
select.custom-search-input{
    color: var(--rk-primary-color);
    background-image: unset;
    
}

select.custom-search-input:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
 }
 .more__filters{

    background: unset !important;
    height: 100%;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;

    border: 1px solid var(--rk-primary-color) !important;
    border-radius: 5px;
    font-size: 14px; 
    font-weight: bold;
    color:var(--rk-primary-color) !important;
 }
/*select.form-select {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232dc0e2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E);
}

*/

.input-group_ab .search_btnn{
    position: absolute;
    right: 5px;
    font-size: 20px;
    color: var(--rk-primary-color);
    top: 0px;
}
.blog_search_input::placeholder, .custom-search-input::placeholder {
    font-size: 14px; /* Adjust the font size as needed */
     color: var(--rk-primary-color);
     font-weight: bold;
  }
.inner-pages .blog-section .news-item{
    border-radius: 15px;
}
.rk_img_title{
    width: 115px;
    margin-bottom: 20px;
}
.footer_navigation h3.text-rk-secondary{
   font-size: 28px;
    margin-bottom: 40px;
}
.footer_navigation .linkss{
    display: flex;
    list-style: none;
    text-decoration: none;
    justify-content: space-around;
    padding: 0px;
}
.footer_navigation .linkss li a{
 color: var(--rk-secondary-color);
 text-decoration: none;
 font-weight: bold;
 font-size: 18px;
}
@media screen and (max-width: 950px) {
    .footer_navigation .linkss li a{
      
      font-size: 14px;
    }
}
.footer_navigation .linkss li a:hover{
  color: var(--rk-primary-color);
}
#header.head-tr {
    min-height: 80px !important;
}
.inner-pages .headings {
    height: 285px;
}
.header-user-menu.user-menu.add {
    margin-right: 5px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-20 {
    font-size: 20px;
}
.fs-25 {
    font-size: 25px !important;
}
.project-single .homes-content{
  border: 1px solid #e9e4e4;
    border-radius: 0px 0px 15px 15px;
    padding: 10px 15px ;
    border-top: 0px;
    padding-bottom: 5px;
}
.project-single .ts-property-head{
    border-radius:15px 15px 0 0 !important;
}
h1.slider__typed_h1 .typed, h1.slider__typed_h1 .typed-cursor{
    text-transform: lowercase ;
    font-size: 3rem ;
     font-weight: 600;
}
.navbar___link .text-rk{
    font-weight: bold;
    color: var(--rk-primary-color) !important;
}
li.navbar___link .text-rk:hover{
    color: var(--rk-secondary-color) !important;
    font-weight: bold !important;
}
li.navbar___link:hover{
    background: unset !important;
}
.mt-6{
    margin-top: 5rem;
}
.pt-50{
    padding-top: 50px;
}
.rk-btn-transparent{
    background: #d5d5d533;
    border: 3px solid var(--rk-primary-color);
    text-decoration: none;
    color: white;
    padding: 5px 20px;
    border-radius: 1rem;
}
.rk-btn-transparent:hover{
    color: white;
}
.rk-btn-primary{
  background-color: var(--rk-primary-color);
  border: none;
  color: white;
  text-decoration: none;
  padding: 12px 20px; 
  border-radius: 1rem;
/*  padding: 10px; */
}

.rk-btn-primary:hover{
    color: white;
}
.ts-btn-animated {
    transition: all 300ms ease-in-out;
}
.ts-btn-animated:hover {
    transform: scaleX(1.1);   
}


.pricing-box .card-body {
    background: #e5e5e5;
    margin: 10px;
}
.form-select {
    border: 1px solid #ebebeb;
    padding: 0.7rem;
    background-color: white;
}

.google-maps-right {
    top: 75px;
}
.ts-property-head .propertyy-img {
    height: 230px;
}
.ts-rld-main-search--property .form-control {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}
.homepage-4 .portfolio .homes-price {
    background: rgba(74, 74, 76, 0.7) !important;
    border-radius: 10px;
}
.form-check-input {
    width: 1.1em !important;
    height: 1.1em;
    margin-top: 0.2em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ced4da;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.hover-rk-secondary:hover{
  color: var(--rk-secondary-color) !important;
}
/*.first-footer.rec-pro{
  margin-top: 20px;
}
#header-container{
  margin-
}*/
.has-search {
    position: relative;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    /*    display: block;*/
    /* width: 2.375rem;
    height: 2.375rem;*/
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 29%;
    left: 1.5%;
}
.input-search {
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px;
    background-color: rgba(147, 238, 218, 0.1) !important;
    color: #fff !important;
    padding-left: 46px;
    font-size: 20px;
}

/*.input-search::placeholder{ 
  color: white !important;
}*/

.navbar .nav-link:hover {
    color: #f64c72 !important;
}
/*.otherpages .navbar .nav-link{
  color: #242582;
}*/
.otherpages .btn-secondary {
    background-color: #f64c72;
    border-color: #f64c72;
}
.bg-blue {
    background-color: #242582 !important;
}
.mb-10 {
    margin-bottom: clamp(6rem, 6vw, 9rem) !important;
}
.nounderline {
    text-decoration: none;
}

.tab-span {
    background-color: rgba(36, 38, 130, 0.8);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 12px 34px;
}
.pricing .tab-span {
    background-color: rgb(36 37 130);
}
.tab-span .tab-btn {
    color: white;
    padding: 9px 48px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    margin: 2px;
}
.tab-span .tab-btn.active {
    background: #ecf0f3;
    color: black;
}
.tab-span .tab-btn:hover {
    background: #ecf0f3;
    box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
    border-radius: 5px;
    color: black;
}

/*Pagination*/
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.ts-logo-text-home {
    width: 100px;
    margin-bottom: 14px;
}

@media (max-width: 450px) {
    .ts-logo-text-home {
        width: 80px;
    }
}
