/* @import url("https://fonts.googleapis.com/css?family=Titillium+Web"); */
* {
  /* font-family: 'Lora'; */
  /* font-family: 'Poppins'; */
}

/* cookies popup */
.cookies {
  z-index: 100;
  bottom: 4px;
  left: 4px;
  position: fixed;
  /* height: auto; */
  /* width: 400px; */
  max-width: 90%;
  background-color: rgb(255 255 255);
  ;
  /* border-radius: 7px; */
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 0% / 40%);
  border-radius: 0.3125rem;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  transition: all 2s;
}

.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.overlay-text2 {
  position: absolute;
  top: 10px;
  /* Adjust the top position as needed */
  left: 10px;
  /* Adjust the left position as needed */
  color: #102953;
  /* Text color */
  font-size: 14px;
  /* Adjust the font size as needed */
  font-weight: bold;
  /* Adjust font weight as needed */
  z-index: 1;
  /* Ensure the text appears above the image */
  padding: 4px;
  background-color: white;
  border-radius: 4px;
  min-width: 120px;
  text-align: center;
}

.login_btn12 {
  background-color: #F2A75C !important;
  border-radius: 20px;
  border: none;
  padding: 10px;
  cursor: pointer;
  /* width: 100px; */
  width: 150px;
  text-align: center;
}

/* sidebar start */
.category-sidebar {
  width: 101%;
  transition: all 0.4s;
  position: fixed;
  z-index: 1500;
  transform: translateX(-120%);
  top: 10%;
  height: 100vh;
}

.btn-close-sidebar {
  outline: none;
  border: none;
  background-color: transparent;
}

/* sidebar end */
/* ------------------new css added start ----------------------- */
.res_text {
  font-size: 18px;
}

.res_para {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

.margin_100 {
  padding-left: 100px;
  padding-right: 100px;
}

.ans_text {
  color: grey;
  font-size: 17px;
}

.que_text {
  font-size: 22px;
  font-weight: 500;
  color: black;
}

.d-res {
  display: flex;
}

.subscribe-input {
  height: 40px;
  max-width: 100%;
  width: 100%;
  border: none;
  outline: none;
  margin: .2rem;
  border-radius: 4px;
}

.subscribe-button {
  margin: .2rem;
  height: 40px;
  width: 100%;
  max-width: 100%;
  border: none;
  outline: none;
  background-color: #F2A75C !important;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

.fw-800 {
  font-weight: 800;
}

.collapse-category {
  display: none;
}

.news_heading {
  font-weight: 800;
  letter-spacing: .1rem;
}

.social-link a i {
  font-size: 35px;
}

.fa-times {
  font-size: 25px;
}

.about-data h2 {
  /* font-size: 50px */
}

.about-data h2,
.about-data p,
.about-data h4 {
  width: 75%;
}

.hr {
  height: 2px;
  width: 50%;
  margin: .5rem 0rem;
}

/* .input-choose-file {
  color: rgb(255, 255, 255);
  background-color: #102953;
  border: none;
  border-radius: 3px;
  width: 160px;
  height: 34px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
} */

input[type='file'] {
  color: transparent;
}

.news-card-title {
  font-size: 17px;
}

.news-card-text {
  font-size: 15px !important;
  text-align: justify;
}

pre {
  text-align: justify;
}

.theme-text {
  color: #102953;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #102953 !important;
}

.bg-light-navy {
  background-color: #6f91ca;
}

.ads {
  background-color: #102953;
}

.f_lora {
  font-family: "Lora", sans-serif;

}

.f_poppins {
  font-family: "Poppins", sans-serif;
}

.ammeniti-li-div {
  max-width: auto !important;
  width: auto !important;
}

.ammeniti-li-div li {
  display: inline-block;
  list-style-type: none;
  /* background-color: gray; */
  border-radius: 1rem;
  /* padding: 0.2rem 0.5rem; */
  /* margin: .2rem; */
  color: #102953;
  margin: 5px;
}

.col-pd {
  width: 45%;
  margin: .5rem;
  padding: .5rem;
}

.footer-greenbuds-link {
  text-decoration: none;
  color: #F2A75C !important;
}

.footer-greenbuds-link:hover {
  color: #F2A75C !important;
}

.home-banner-text {
  color: #ffffff;

}

.home-banner-text h1 {
  font-weight: 700;
  padding-bottom: 1.5rem;
  /* border-bottom: 3px solid #F2A75C !important; */
  display: inline-block;
  margin-top: 8.5rem;
  font: normal normal bold 68px/29px Lora;
  letter-spacing: 0.68px;
  font-size: 50px;
}

.home-banner-text h3 {
  border-bottom: 3px solid #F2A75C !important;
}

.home-banner-text h3 {
  font-weight: 400;
  font: normal normal normal 40px/31px Poppins;
  opacity: 1;
}

.home-banner-text span {
  font-weight: 600;
}


.dropdown-item1 {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.dropdown-item1:hover {
  text-decoration: none;
  color: black;
}

/* ------------------chat box css started */
.mobile_d_none {
  display: block;
}

.chat-box-outer {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 1000;
}

.chat-box-wrapper {
  position: relative;
  transition: all .5s;
  /* height:480px; */
  width: 300px;
  /* width: 430px; */
}

.chat-box {
  height: 100%;
  width: 430px;
  background-color: white;
  transition: all 0.3s;
  box-shadow: -1px 0px 12px -3px rgb(0 0 0 / 75%);
  scale: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  position: absolute;
  z-index: 20;
}

.chat-header {
  display: flex;
  justify-content: end;
  padding: 0.5rem;
  /* background-color: #102953; */
  /* height: 10%; */
}

.chat-body {
  height: 66%;
}

.chat-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .2rem .5rem;
}

/* .chat-footer input[type="file"] {
   height: 50px;
   width: 18%;
 } */
.chat-footer input[type="textarea"] {
  height: 50px;
  width: 76%;
  border-radius: 8px;
  border: 2px solid #565757;
  outline: none;
}

.chat-footer input[type="file"]::-webkit-file-upload-button {
  height: 50px;
  border: none;
}

.chat-footer input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
}

#submit {
  /* background-color: #102953; */
  width: 12%;
  cursor: pointer;
}

.chat-footer button {
  height: 40px;
  font-weight: 600;
  border-radius: 8px;
  color: white;
  border: none;
}

#openChatboxBtn {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #102953;
  color: white;
  width: auto;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 85%;
  right: 10%;
  z-index: 10;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid white;
}

#openChatboxBtn:focus {
  outline: none;
  border: none;
}

/* ------------- */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  width: 12%;
  /* display: inline-block; */
}

.btn {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.cross {
  border: none;
  background: transparent;
  outline: none;
  color: white !important;
  cursor: pointer;
}

.cross:focus {
  border: none;
  outline: none;
}

.chat-body {
  padding: .4rem;
  overflow-x: inherit;
}

.chat-body::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(217, 217, 217);
}

.chat-body::-webkit-scrollbar-thumb {
  width: 5px;
  height: 50px;
  background-color: #102953;
  border-radius: 1rem;
}

.user-msg-div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 60%;
  margin-left: 40%;

}

.admin-msg-div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 60%;
}

.res_para12 {
  font-size: 15px;
}

.user-msg {
  height: auto;
  width: auto;
  /* margin: 0.3rem; */
  padding: 5px;
  text-align: start;
  background-color: #e2e2e2;
  border-radius: 3px;
  font-weight: 450px;
  /* box-shadow: -1px -1px 10px -6px rgb(0 0 0 / 75%); */
}

.user-name {
  text-align: end;
  margin: 0;
  color: grey;

  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 60%;
  margin-top: 5px;
  /* margin-left: 40%; */

}

.admin-msg {
  height: auto;
  width: auto;
  /* margin: .3rem; */
  padding: .3rem;
  text-align: start;
  background-color: #dedfdf;
  border-radius: 2px;
  font-weight: 500;
  box-shadow: -1px -1px 27px -6px rgba(0, 0, 0, 0.75);

}

/* ------------------chat box css end ------------------------*/
/* ------------------new css added end ----------------------- */

/* body {
  font-family: 'Poppins';
  
  background-color: #ffffff;
} */
.navbar .navbar-brand {
  font-size: 30px;
  color: white;
}

.dec1 {
  font-size: 24px !important;
}


.navbar .nav-item {
  padding: 10px 0px;
}

.card {
  height: 100%;
}

.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
  color: white;
  font-weight: 500;
}

.fa-bars {
  color: white;
  font-size: 30px;
}

.nav_color {
  background-color: #102953;
}

.navbar-toggler {
  background-color: white;
}

.label_name {
  color: #102953;
}

.active_color {
  color: #F2A75C !important;
  /* text-decoration: underline; */
}

.hover_marquee :hover {}

.register_btn {
  color: white;
  background-color: #102953;
  cursor: pointer;
  padding: 5px;
  width: 200px;
  border-radius: 5px;
  border: none;
}


div.vertical-line {
  width: 1px;
  /* Line width */
  background-color: #b5b1b1;
  /* Line color */
  height: 35vh !important;
  /* Override in-line if you want specific height. */
  float: left;
  /* Causes the line to float to left of content. 
      You can instead use position:absolute or display:inline-block
      if this fits better with your design */
}


/* -activity_container----- */
.activity_container {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 68% / 40%);
  border-radius: 0.3125rem;
  padding: 35px 35px 0px 35px;
  margin: 20px 0px 20px 0px;
}

.f_large {
  font-size: larger;
}

.activity_container_for_booking_inventory {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 68% / 40%);
  border-radius: 0.3125rem;
  padding: 20px;
  margin: 20px 0px 20px 0px;
}

.load_more {
  width: 150px;
  margin: auto;
  height: 48px;
  color: white !important;
  background-color: #F2A75C !important;

  /* color: #F2A75C  !important; */
  background-color: transparent;
  background-image: none;
  border-color: #F2A75C !important;
}

.web_color {
  color: #102953;
}

.grey_color {
  color: gray;
}


.banner_img_res {
  width: 100%;
  min-height: 330px;
}

.enquiry_btn {
  /* background-color: #F2A75C  !important; */
  border-radius: 7px;
  border: none;
  padding: 5px;
  cursor: pointer;
  /* width: 150px; */
  outline: none !important;
}

.enquiry_btn1 {
  background-color: #F2A75C !important;
  border-radius: 7px;
  border: none;
  padding: 3px;
  cursor: pointer;
  width: 130px;
  outline: none !important;
}

.category_btn {
  background-color: gray;
  border-radius: 7px;
  border: none;
  padding: 5px;
  color: white;
}



#all_search_pop {
  margin-top: 1 00px;
}

/* --------footer code */

.footer {
  background-color: #102953;
  height: auto;
}


.post_btn {
  background-color: #102953;
  color: white !important;
  width: 150px !important;
  border-radius: 20px;
  cursor: pointer;
  padding: 5px;
  border: none !important;
  outline: none !important;
  font-size: 16px !important;
}

textarea:focus {
  outline: 0;
}


.select2-selection__rendered {
  line-height: 35px !important;
}

.select2-container .select2-selection--single {
  height: 39px !important;
}

.select2-selection__arrow {
  height: 39px !important;
}

.card-img-top {
  height: 203px !important;
  width: 100% !important;
}

.card-img-top1 {
  /* height: 203px !important; */
  width: 100% !important;
}


.swiper-slide img {
  height: 80%;

}

.swiper-slide1 img {
  height: 80%;

}

.btn-info {
  color: #fff;
  background-color: #102953;
  border-color: #102953;
}

.btn-info:hover {
  color: #fff;
  background-color: #102953;
  border-color: #102953;
}

.text-info {
  color: #102953 !important;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  /* background-color: #1c1212; */
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

.userInput {
  display: flex;
  justify-content: center;
}

.input123 {
  margin: 10px;
  height: 35px;
  width: 30px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-family: arimo;
  font-size: 1.2rem;
  background: #eef2f3;

}


.digit-group input {
  width: 40px;
  height: 40px;
  background-color: #102953;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: white;
  margin: 0 2px;
  border-radius: 3px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

/* -----------home page css --------------- */

.home_banner {
  /* background-image: url("../img/home.png"); */
  background-image: linear-gradient(rgba(49, 47, 47, 0.45), rgba(43, 42, 42, 0.45)),
    /* your image */
    url("../img/home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 510px;
  /* width:; */
}

.home_banner1 {
  /* background-image: url("../img/project_home.png"); */

  background-image:
    /* top, transparent red */
    linear-gradient(rgba(49, 47, 47, 0.45),
      rgba(43, 42, 42, 0.45)),
    /* your image */
    url("../img/project_home.png");
  width: 100%;
  height: 450px;

  /* width:; */
}

.news_banner {
  /* background-image: url("../img/project_home.png"); */

  background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)),
    /* your image */
    url(../img/project_home.png);
  width: 100%;
  height: 250px;

  /* width:; */
}

.padding_zero {
  padding: 0;
}

.home_banner_serach {
  z-index: 1000;

  margin-top: -14rem;


}

.Google {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 73vh
}

.Google1 {
  text-transform: none;
  /* width: 60vh;
   */
  background-color: #102953;
  margin-left: 20px;
  margin-right: 20px;

}

.Google2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh
}

.search-container_project {
  margin-top: -20rem;
}

.home_banner_serach1 {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 68% / 40%);
  border-radius: 0.3125rem;
  padding: 50px;
  /* margin-top: -15rem; */

}

.heading_project {
  font-weight: 900;
  color: white;
  font-size: 53px;
  margin-bottom: 20px;
}


.more_project {
  background-color: #102953;
  color: white;
  border: 1px solid #102953;
  padding: 4px;

  font-family: 'Poppins';
  font-weight: 500;
  padding: .3rem 1rem !important;
  width: 125%;
}

.more_project:hover {
  background-color: #315faf;
  border: 1px solid #315faf;

}

.shor_more {
  color: white;
  background-color: #102953;
  cursor: pointer;
  padding: 10px;
  width: 200px;
  font-weight: 400;
  border-radius: 5px;
  border: none !important;
  outline: none !important;

}

/* ----serach start -------------- */
.search-container {
  width: 600px;
  display: block;
  margin: 0 auto;
  height: 80px;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 1rem;
  border: 2px solid #d0cfce;
  outline: none;
  border-radius: 4px;
  border-radius: 7px;
}

input#search-bar:focus {
  border: 1px solid #102953;
  transition: 0.35s ease;
  /* color: #008abf; */
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}


input#search-bar1 {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 1rem;
  border: 2px solid #d0cfce;
  outline: none;
  border-radius: 4px;
}

input#search-bar1:focus {
  border: 1px solid #102953;
  transition: 0.35s ease;
  /* color: #008abf; */
}

input#search-bar1:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar1:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar1:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  color: #102953;
  /* right: -45px; */
}






/* ----serach start -------------- */


input#search-bar12 {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 1rem;
  border: 2px solid #d0cfce;
  outline: none;
  border-radius: 4px;
  border-radius: 7px;
}

input#search-bar12:focus {
  border: 1px solid #102953;
  transition: 0.35s ease;
  /* color: #008abf; */
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar12:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar12:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}


/* ---------serach end */


.ask_btn {
  width: 100%;
  background-color: #102953;
  color: white;
  height: 79px;
  border-radius: 4px;
  font-size: 1.6rem;
  /* margin-bottom: 20px; */
  font-weight: 900;
  border: none;
  outline: none !important;
  cursor: pointer;
}



.btn_block {
  width: 100%;
  /* padding-left: 60px; */
  /* padding-right: 60px; */
}



.btn_group {
  width: 100%;
  height: 79px;
  color: #102953;
  font-weight: 800;
  font-size: 24px;
  border: 3px solid #102953;
}


.follow_btn {
  background-color: #102953;
  color: white !important;
  width: 90px !important;
  border-radius: 40px;
  cursor: pointer;
  outline: none !important;
  border: none;

}



.l-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

/* Parsley CSS */

.parsley-success {
  color: #2fde32;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

.parsley-error {
  color: #f40400;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-required {
  color: red;
  margin: 10px;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}


.login_btn {
  background-color: #F2A75C !important;
  border-radius: 4px;
  border: none;
  padding: 8px;
  cursor: pointer;
  /* width: 100px; */
  width: 150px;
  text-align: center;
}

.img_compare {
  width: 85% !important;
  height: 90% !important;

  /* max-width: 0ch; */
  /* max-height: 364px !important; */
}

.swiper-button-next,
.swiper-button-prev {
  color: #F2A75C !important;
}


.container_model {
  padding: 2rem 0rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 400px; */
  }

  .modal-dialog .modal-content {
    padding: 1rem;
  }
}

.modal-header .close {
  margin-top: -1.5rem;
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons .btn {
  margin: 0 0.5rem 1rem;
}

.signup-section {
  padding: 0.3rem 0rem;
}

.hover:hover {
  box-shadow: 0 1px 5px 0 rgba(150, 146, 146, 0.16), 0 2px 5px 0 rgba(150, 146, 146, 0.16);
  /* padding: 20px; */
  padding: 10px;
}

.padding_and_margin {
  padding-left: 30px;
  padding-right: 30px;

}


.cdVMwV {
  appearance: none !important;
}

.qu-borderRadius--pill {
  border-radius: 1000px;
}

.qu-tapHighlight--white {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
}

.qu-textAlign--center {
  text-align: center;
}

.qu-justifyContent--center {
  justify-content: center;
}

.qu-alignItems--center {
  /* align-items: center; */
}

.GUuHn .icon_svg-stroke {
  stroke: rgb(46, 105, 255);
  stroke-width: 1.5;
}

.qu-color--gray {
  color: #636466;
}

.qu-medium {
  font-weight: 570;
}

.qu-cursor--pointer {
  cursor: pointer;
}

.qu-medium {
  font-weight: 570;
}

.qu-alignItems--center {
  /* align-items: center; */
}

.qu-ml--tiny {
  margin-left: 4px;
}

.smsal :hover {
  /* background-color: #636466; */
  box-shadow: 0 1px 5px 0 rgba(150, 146, 146, 0.16), 0 2px 5px 0 rgba(150, 146, 146, 0.16);
  /* padding: 20px; */
  /* padding-top: 10px; */

}


.qu-borderRadius--pill {
  border-radius: 1000px;
}


.qu-tapHighlight--white {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
}


.qu-textAlign--center {
  /* text-align: center; */
}

.qu-justifyContent--center {
  justify-content: center;
}

.qu-alignItems--center {
  /* align-items: center; */
}


.qu-display--inline-flex {
  display: inline-flex;
}




/* ----------------read more and less start----------------------- */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #102953;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}


/* ----------------read more and less endd----------------------- */



/* ----------------read more and less start----------------------- */
.addReadMore1.showlesscontent1 .SecSec1,
.addReadMore1.showlesscontent1 .readLess1 {
  display: none;
}

.addReadMore1.showmorecontent1 .readMore1 {
  display: none;
}

.addReadMore1 .readMore1,
.addReadMore1 .readLess1 {
  font-weight: bold;
  margin-left: 2px;
  color: #102953;
  cursor: pointer;
}

.addReadMoreWrapTxt1.showmorecontent1 .SecSec1,
.addReadMoreWrapTxt1.showmorecontent1 .readLess1 {
  display: block;
}


/* ----------------read more and less endd----------------------- */

.blue {
  color: blue
}


.btn-row {
  display: flex;
  align-items: center;
  width: 240px;

}

.input {
  color: rgb(34, 34, 34);
  outline: none;

  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.icon {
  height: 16px;
  width: 20px;
  border-radius: 50%;
  background-color: #102953;
  color: rgb(255, 255, 255);

  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(27px);
}

::-webkit-file-upload-button {
  color: rgb(255, 255, 255);
  background-color: #102953;
  border: none;
  border-radius: 20px;
  width: 160px;

  height: 34px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  padding-left: 15px;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}


.r_size {
  cursor: pointer;
}

.hover_color {
  color: #F2A75C !important;
}

.render_hover_profile {
  cursor: pointer;
  font-weight: 400;

}



.render_hover_profile :hover {
  text-decoration: underline !important;
  /* color: #102953; */
  text-underline-position: under;

}

.abc>iframe {
  width: 100%;
  height: 100%;
}

.abc1>iframe {
  width: 100%;
  height: 100%;
}


/* ------------v_CSS responsive Q & A */

@media (min-width: 375px) {

  /* .v_filter_resp {
    display: none;
  }

  .v_sorted_resp{
    display: none;
  } */

  .V_resp_choose_file {
    margin-left: -37px;
  }

  .v_icon_resp_ {
    font-size: 17px !important;
    margin-left: -5px !important;
  }

  .v_resp_render_number {
    font-size: 16px !important;
  }

}

@media (max-width: 412px) {

  .v_check_resp {
    padding: 0px !important;
    margin-left: -36px;
  }



}

/* 
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'adelle_rgregular';
  src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */

body {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  /* font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif; */
}

* {
  /* font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif; */

}

h1 {
  /* font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif; */
}


.pop_up>img>.swiper-slide {
  border-radius: 2px !important;
}

.price_in_compare {
  font-weight: 600;
  font-size: 22px;
}

.comment_box {
  font-size: 24px !important;
  cursor: pointer;
}

.comment_box_user {
  font-size: 30px !important;
  cursor: pointer;

}

.back_comment_add {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 82% / 40%);
}

.comment_input {
  width: 100%;
  border-radius: 24px;
  color: #282829;
  background-color: #fff;
  /* margin-left: 8px; */
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid grey;
}

.add_comment_btn {
  box-sizing: border-box;
  font: inherit;
  padding: 15px 8px;
  transition-property: box-shadow, background-color;
  transition-duration: 60ms;
  transition-timing-function: ease-out;
  height: 30px;
  min-width: 30px;
  position: relative;
  border-width: 0px;
  outline: none;
  color: inherit;
  border-radius: 50px;
  color: white;
}

.replay_button:hover {
  text-decoration: underline;
}

.comment_section_div {
  cursor: pointer;
}

.user_render_class :hover {
  cursor: pointer;
  text-decoration: underline;

}




.remove_link {
  visibility: visible;
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 34px;

}

.news_shere {
  font-size: 34px;
  text-align: end;
  margin-right: 6px;

}

#id_div_1:hover .remove_link {
  visibility: visible;
}

.fa-share-alt {
  color: #102953;
}

.fa-share-alt:hover {
  color: #102953;
}

.icon_size16 {
  font-size: 22px;
}




/* Container holding the image and the text */
/* .img_section_slider {
  position: relative;
  text-align: center;
  color: white;
} */

/* Bottom left text */
/* .bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}


.img_of_home_page_slider {
  box-shadow: 0px 3px 6px #E9ECEF99;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000BA 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  height: 201px;
} */


.img_section_slider {
  background: transparent url('../img/card_project1.png') 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #E9ECEF99;
  border-radius: 10px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000BA 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #E9ECEF;
  border-radius: 0px 0px 10px 10px;
  opacity: 1;
}


.card-overlay {
  background: transparent linear-gradient(180deg, #00000000 0%, #000000BA 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #E9ECEF !important;
  /* border-radius: 0px 0px 10px 10px; */
  opacity: 1;
}


.services_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #E9ECEF66;
  border-radius: 10px;
  opacity: 1;
}

.services_box12 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  opacity: 1;
}

.activity_container1712 {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0 hsl(0deg 0% 68% / 40%);
  border-radius: 0.3125rem;
  padding: 18px 18px 0px 18px;
  margin: 20px 0px 20px 0px;
  min-height: 400px;
}


.margin_top_section {
  margin-top: 130px;

}

.login_btn123 {
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  text-align: center;
  font: normal normal 600 16px/22px Poppins;
  letter-spacing: 0.26px;
  /* color: #F2A75C  !important; */
  opacity: 1;
  padding: 12px;
  background: #F2A75C !important;
  color: white !important;
  font-size: larger;


}

.img_ads {
  /* border: 2px solid black; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.parentContainer {
  position: relative;
  text-align: center;
  color: white !important;
  text-decoration: none;
  padding-left: 49px;
}

.top-left {
  position: absolute;
  top: 25px;
  left: 53px;
  background: gray;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
}

.activity_container_section {
  border-radius: 0.3125rem;
  padding: 18px 18px 0px 18px;
  margin: 20px 0px 20px 0px;
}


.glitter-text1 {
  font-size: 36px;
  color: transparent;
  background-image: linear-gradient(45deg, #f06, #9f6, #06f, #f06);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: glitter 4s linear infinite;
  font-weight: 900 !important;
  font-size: 20px;
}

.glitter-text {
  font-size: 36px;
  color: transparent;
  background-image: linear-gradient(45deg, #000080, #0000FF, #000080, #000080, #f06, #9f6, #06f, #f06);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: glitter 7s linear infinite;
  font-weight: 900 !important;
  font-size: 20px;
  display: none;
}

.no_cashback {
  display: none;
}


#offer_data_section {
  display: none;
}

.sticky-top1 {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  z-index: 1 !important;
}

/* .sticky-top {
  z-index: 1 !important;
} */

.nav-link1 {
  color: #212529;
}

.dropdown-menu {
  top: 80% !important;
}

.a_tag {
  cursor: pointer;
}

@keyframes glitter {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 200%;
  }
}

.choices__list--dropdown .choices__item {
  color: black;
}

#helpButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  /* background-color: #F2A75C !important; */
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 22px;
  z-index: 10000000;
}

#options1111 {
  position: fixed;
  bottom: 20px;
  right: 11px;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 22px;
  display: none;
  z-index: 10000000;
  background: white;
  width: 400px;
  /* padding: 30px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.swal2-cancel {
  margin: 10px !important;
}


.btn_c {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  border: 1px solid;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: 'FontAwesome', sans-serif;
  font-size: medium;
}

/* WhatsApp button style */
.whatsapp-btn {
  background-color: #25d366;
  /* Green color for WhatsApp */
  border-color: #25d366;
}

/* Call Me button style */
.call-btn {
  background-color: #007bff;
  /* Blue color for Call Me */
  border-color: #007bff;
}

/* Hover effect for the buttons */
.btn_c:hover {
  background-color: #0056b3;
}

/* WhatsApp icon */
.fa-whatsapp:before {
  content: "\f232";
}

/* Phone icon */
.fa-phone:before {
  content: "\f095";
}

.render_configuration_type {
  background: #e3e8ef;
  padding: 6px;
  border-radius: 4px;
  margin-top: 4px;
  display: inline-table;
}

.come_height_youtube {
  height: 500px;
}

.hide_for_site {
  display: none;
}

.show_project_data {
  display: block;
  position: fixed;
  top: 200px;
  right: 30px;
  height: 100vh;
  overflow-y: auto;
  z-index: 1;

}