/*===========================
    01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #65677E;
  overflow-x: hidden;
  background: #F4F7FC;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #365ae1;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #3D4270;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #65677E;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 10px 26px;
  font-size: 16px;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: linear-gradient(180deg, #00AFEF 0%, #0044EA 100%);
  background-size: 200% auto;
  overflow: hidden;
}

.theme-btn:hover, .theme-btn:focus {
  background-position: right center;
  color: #fff;
}

.theme-btn-2 {
  background-image: linear-gradient(to right, #365ae1 0%, #6286eb 50%, #365ae1 100%);
}

.theme-btn-2:focus, .theme-btn-2:hover {
  background-position: right center;
}

.theme-btn-3 {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 10px 26px;
  font-size: 16px;
  border-radius: 40px;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background-size: 200% auto;
  overflow: hidden;
  background-color:#FFFFFF;
  color: #0044EA;
}

.theme-btn-3:focus, .theme-btn-3:hover {
  background-position: right center;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #365ae1;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  background: rgba(54, 90, 225, 0.8);
  color: #fff;
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}

/*===== All Section Title Style =====*/
.section-title span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #3A424E;
  margin-bottom: 12px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #365ae1 #365ae1 #ddd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes ytp-spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

/*===========================
    02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  background: #000000;
}

.sticky {
  position: fixed;
  z-index: 99;
  background: #000000;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(61, 66, 112, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-left: 30px;
  position: relative;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 10px 0;
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: #365ae1;
    display: inline-block;
    padding: 6px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #365ae1;
    display: inline-block;
    padding: 6px 0;
  }
}

.navbar-nav .nav-item a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item a.active::after, .navbar-nav .nav-item a:hover::after {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #365ae1;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

/*===========================
    03.Hero-section CSS
===========================*/
.hero-section {
  /* background-image: linear-gradient(#365ae1 0%, #244ae2 4.66%, #1029a6 76.69%, #1029a6 100%); */
  background-image: url('https://res.cloudinary.com/datwe07wn/image/upload/v1737941711/slide3_xniu7b.png');
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section {
    padding-top: 220px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding-top: 210px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding-top: 210px;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}

.hero-section .hero-content-wrapper h1 {
  line-height: 82px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content-wrapper h1 {
    line-height: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-content-wrapper h1 {
    line-height: 55px;
    font-size: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-content-wrapper h1 {
    line-height: 65px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-section .hero-content-wrapper h1 {
    line-height: 65px;
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-content-wrapper h1 {
    line-height: 50px;
    font-size: 36px;
  }
}

.hero-section .hero-content-wrapper p {
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img {
    margin-top: 50px;
  }
}

.hero-section .shapes .shape {
  position: absolute;
  width: 970px;
  height: 540px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 73px;
  z-index: -1;
  transform: rotate(-26deg);
}

.hero-section .shapes .shape-1 {
  top: -344px;
  left: -124px;
}

.hero-section .shapes .shape-2 {
  bottom: 0;
  left: -224px;
}

.hero-section .shapes .shape-3 {
  top: -393px;
  left: 540px;
}

/*===========================
    04.Feature css 
===========================*/
.features-wrapper {
  background-image: linear-gradient(#365ae1 0%, #244ae2 22.16%, #1029a6 76.69%, #1029a6 100%);
  padding: 60px 50px 20px;
  border-radius: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .features-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .features-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.features-wrapper .single-feature .feature-content h5 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper .single-feature .feature-content h5 {
    font-size: 22px;
  }
}

.features-wrapper .single-feature .feature-content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper .single-feature .feature-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

/*===========================
    05.About css 
===========================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img {
    margin-left: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-section .about-img img {
    width: 100%;
  }
}

.about-section .about-content {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-content {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-content {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .about-section .about-content {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-content .section-title h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content .section-title h2 {
    font-size: 37px;
  }
}


.countdown-section {
  position: relative;
}

.countdown-section .countdown-img {
  margin-left: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-section .countdown-img {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-section .countdown-img {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .countdown-section .countdown-img {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-section .countdown-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-section .countdown-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .countdown-section .countdown-img img {
    width: 100%;
  }
}

.countdown-section ul#countdown-example {
  margin-bottom: 50px;
}

.countdown-section ul#countdown-example li {
  display: inline-block;
  margin: 0;
  margin-right: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .countdown-section ul#countdown-example li {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section ul#countdown-example li {
    margin-right: 25px;
  }
}

.countdown-section ul#countdown-example li:last-child {
  margin-right: 0;
}

.countdown-section ul#countdown-example li span {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  display: block;
}

@media (max-width: 767px) {
  .countdown-section ul#countdown-example li span {
    font-size: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section ul#countdown-example li span {
    font-size: 35px;
  }
}

.countdown-section ul#countdown-example li p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .countdown-section ul#countdown-example li p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section ul#countdown-example li p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-section .countdown-content h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section .countdown-content h2 {
    font-size: 35px;
  }
}

.countdown-section .countdown-content p {
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-section .countdown-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-section .countdown-content p {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .countdown-section .countdown-content p {
    padding-right: 0;
  }
}

/*===========================
    12.Contact css 
===========================*/
.contact-section .contact-wrapper .contact-form input,
.contact-section .contact-wrapper .contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 23px rgba(171, 177, 232, 0.13);
  transition: all 0.3s ease-in 0s;
}

.contact-section .contact-wrapper .contact-form input:focus,
.contact-section .contact-wrapper .contact-form textarea:focus {
  border-color: #365ae1;
}

.contact-section .contact-wrapper .contact-form .theme-btn-2 {
  font-size: 16px;
  padding: 16px 85px;
}

@media (max-width: 767px) {
  .contact-section .contact-wrapper .contact-form .theme-btn-2 {
    padding: 16px 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .contact-section .contact-wrapper .contact-form .theme-btn-2 {
    padding: 16px 60px;
  }
}

.contact-section .contact-map .map-search input {
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-map .map-search input:focus {
  border-color: #365ae1;
}

.contact-section .contact-map .map-canvas .map {
  width: 100%;
  height: 388px;
  border-radius: 5px;
}

/*===========================
    13.footer css 
===========================*/
.footer .footer-widget p {
  color: #fff;
}

.footer .footer-widget h4 {
  font-size: 26px;
  margin-bottom: 40px;
  color: #fff;
}

.footer .footer-widget ul.footer-links li a {
  color: #fff;
  display: block;
  line-height: 34px;
  transition: all .3s;
  font-size: 12px;
}

.footer .footer-widget ul.footer-links li a:hover {
  color: #00AFEF;
  padding-left: 6px;
}

.footer .footer-widget .footer-social-links ul li {
  display: inline-block;
}

.footer .footer-widget .footer-social-links ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .footer .footer-widget .footer-social-links ul li a {
    padding: 0 7px;
    margin-right: 10px;
  }
}

.footer .footer-widget .footer-social-links ul li a:hover {
  background: white;
  color: #365ae1;
}

.footer .copyright-area {
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  padding: 30px 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 15px;
  }
}

.footer .copyright-area p a {
  color: #fff;
}

.footer .copyright-area p a:hover {
  color: #00AFEF;
}

/* Other Styles */
.innerBox {
  position: absolute;
  width: 445px;
  height: 470px;
  background: linear-gradient(180deg, #5ED6FF 0%, #0044EA 100%);
  border-radius: 20px;
}

.outerBox {
  position: absolute;
  width: 435px;
  height: 475px;
  left: -15px;
  top: -20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}


.service-section {
  background-color: #ffffff;
}

.ratingStyle1 {
  font-family: 'Sombra';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 40px;
/* or 86% */
color: #000000;
}


.ratingStyle2{
  color: #030303;
  font-weight: 600;
  font-size:14px;
}

.partnerBox {
  width: 231px;
  height: 207px;

  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
}

.carousel {
	/* margin: 50px auto; */
	/* padding: 0 70px; */
}

.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.linkStyleMenu {
  color:black !important; 
  padding-left:10px !important; 
  padding-right:10px !important;
}

.card-header{
  background: transparent !important;
}


.headerMenu {
  background-color: #000000;
  color: #ffffff;;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}

.headerMenuIcon {
  font-size:13px; 
  color:#5ED6FF;
}

.headerMenuText {
  color:#ffffff; 
  font-size:13px;
}

.textBGImage {
  background-image: url('/assets/img/Group21.png');
}

.btn-custom-white {
  font-size: 13px !important;
  color:#fff;
  background-color:transparent;
  border-color:#ffffff;
  padding: 5px 20px 5px 20px !important;
  border-radius: 20px !important;
}

.btn-custom-white:hover {
  color:#fff;
  background-color:#0E53DA;
  border-color:#0E53DA;
  padding: 5px 20px 5px 20px !important;
  border-radius: 20px !important;
}

@media (max-width: 920px) {
  .btn-custom-white {
    font-size: 13px !important;
    color:#0E53DA;
    background-color:transparent;
    border-color:#0E53DA;
    padding: 5px 20px 5px 20px !important;
  }
  
  .btn-custom-white:hover {
    color:#fff;
    background-color:#0E53DA;
    ;border-color:#0E53DA;
    padding: 5px 20px 5px 20px !important;
  }

  .btn-active {
    color:#0E53DA !important;
    background-color:#000000 !important;
    border:1px solid #0E53DA !important;
    border-radius: 20px !important;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none !important;
  }
}

.btn-active {
  color:#fff !important;
  background-color:transparent !important;
  border:1px solid #ffffff !important;
  border-radius: 20px !important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

.btn-primary {
  font-size: 13px !important;
  padding: 5px 20px 5px 20px !important;
}

.search-container {
  position: absolute;
  top: 11%;  
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%; 
  display: block;
  /* height: 140px; */
  z-index: 15; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
  /* background: #fff;  */
  /* border-radius: 20px;  */
  /* padding: 15px;  */
  
}

/* Make sure the search container is responsive */

@media (max-width: 920px) {
  .search-container {
      top: 8%; /* Adjust the position for small screens */
      width: 60%; /* You can adjust the width to fit smaller screens */
      /* ...any other adjustments... */
  }

  .carousel-caption h5 {
    font-family: Helvetica !important;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
  }
  
  .carousel-caption p {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
  }
}

.input-group .form-control {
  border: 2px solid #eaeaea; /* Light grey border */
  margin: 0 10px; /* Spacing between inputs */
  border-radius: 15px; /* Rounded corners for inputs */
}

.input-group .form-control:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 0;
}

.input-group .form-control:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.btn-primary {
  border-radius: 15px; /* Rounded corners for button */
}


.carousel-caption {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
}

@media (max-width: 920px) {
  .carousel-caption {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
  }
  }

/* Optional: Ensure the text is centered within the caption */
.carousel-caption h5 {
  font-family: Helvetica !important;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
}

.carousel-caption p {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.carousel {
  position: relative;
}

.carousel-item {
  border-radius: 10px;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 2; /* Make sure this z-index is lower than that of .carousel-caption */
}

.segmented-control .nav-pills {
  border-radius: 50px;
  background-color: #E1E7F4;
  padding: 3px 20px 3px 20px;
  display: inline-flex; /* Adjust as needed */
}

.segmented-control .nav-link {
  border-radius: 25px; /* Half the height to create a pill shape */
  color: #000;
  border: none !important;
  background-color: transparent;
  margin: 2px;
  transition: background-color 0.3s, color 0.3s;
}

.segmented-control .nav-link.active {
  color: #fff;
  background-color: #007bff; /* Bootstrap primary color */
}

/* Optional: Add hover effects */
.segmented-control .nav-link:hover {
  color: #fff;
  background-color: #0056b3; /* A darker shade of Bootstrap primary color for hover state */
}

.cardB {
  border-radius: 10px;
  background-color: #ffffff;
  height: 100%; /* Allow equal height for cards */
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.card-img-top {
  height: 200px; /* Adjust as needed */
  object-fit: cover; /* Ensures the image fills the space without distortion */
  border-radius: 10px 10px 0 0; /* Rounded corners for the top */
}

.text-left {
  margin-top: auto; /* Push text content to the bottom if space allows */
}


.card-title {
  color: #0E53DA !important;
  font-size: 20px;
}

.card-subtitle {
  font-size: 14px;
  color: #000000;
}

.card-subtitle-2 {
  font-size: 12px;
  color: #7C7373;
}

.card-subtitle-3 {
  font-size: 12px;
  color: red;
}

.timeline-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.timeline-block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.timeline-circle {
  width: 50px;
  height: 40px;
  border-radius: 50%;
  background-color: #aaa;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}

.timeline-circle span {
  display: inline-block;
  vertical-align: middle;
}

.timeline-content {
  border-radius: 4px;
  padding: 20px;
  margin-left: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
}

.timeline-content h2 {
  margin: 0 0 10px 0;
}

/* Vertical line */
.timeline-container::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #aaa;
}

/* Adjustments to make sure the circles are correctly aligned with the line */
.timeline-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px; /* Half the thickness of the line to align correctly */
  width: 6px; /* Thicker than the line for a nice effect */
  height: 6px;
  background: white;
  border: 2px solid #aaa;
  border-radius: 50%;
  z-index: 1;
}

/* Adjust the margin for the first block so that the line starts at the center of the circle */
.timeline-container .timeline-block:first-child .timeline-circle {
  margin-top: 20px;
}

/* Hide the line after the last block */
.timeline-container .timeline-block:last-child::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 40px;
  width: 2px;
  background: white;
  height: 100%;
}

@media (max-width: 920px) {
  .timeline-content {
    /* Adjust text size and padding for smaller screens */
    font-size: 14px;
    padding: 15px;
  }
}


.image-overlay-container {
  position: relative;
  background-size: cover;
  height: 300px; /* Set this to the desired height */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
}

.image-overlay-container-small {
  position: relative;
  background-size: cover;
  height: 250px; /* Set this to the desired height */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
}

.overlay-text {
  text-align: center;
  color: white;
  /* Apply any additional styling for your text here */
}

.imgSpacer {
  margin-left: 50px;
}

@media (max-width: 920px) {
  .imgSpacer {
    margin-left: 0px;
  }
}

/* If you want a dark overlay on the image */
.image-overlay-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 1;
  border-radius: 10px !important;
}

.image-overlay-container-small::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 1;
  border-radius: 10px !important;
}

/* Make sure the text appears above the dark overlay */
.overlay-text {
  top: 25%;
  position: relative;
  z-index: 10;
}

.sliderRadius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.valuebox {
  border-radius: 15px; /* Adjust the border radius as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
  padding: 10px; /* Adjust the padding as needed */
  color: white; /* Set text color to white */
  font-size: 18px; /* Set the font size */
  line-height: 1.0; /* Set the line height */
  text-align: center; /* Align text to the center */
}

.contact-form .form-control {
  margin-top: 5px;
  border-radius: 40px;
  border-color: #0E53DA;
  padding: 20px;
}

/* Catalogue Styles */

.catalogueTopHeader {
  border-bottom: 1px solid gray;
}

.catalogueleftdiv {
  border-radius: 10px;
  height: 100vh;
  background-color: #ffffff;
  padding: 40px;
}

.catalogueleftdivCart {
  border-radius: 10px;
  height: auto;
  background-color: #ffffff;
  padding: 40px;
}

.catalogueformBg {
  background-color: #ffffff;
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Adds shadow for depth */
}

.catsearch-container {
  width: 100%; /* Or however wide you want your search bar to be */
  height: 140px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Adds shadow for depth */
  background: #fff; /* Change as necessary */
  border-radius: 20px; /* Rounded corners */
  padding: 10px; /* Spacing around the input group */
}

.property-container {
  width: 100%; /* Or however wide you want your search bar to be */
  height: 300px;
}

.property-overlay-img {
  background-size: cover;
  height: 300px; /* Set this to the desired height */
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.property-overlay-img-single {
  background-size: cover;
  height: 300px; /* Set this to the desired height */
  align-items: center;
}

.property-overlay-detail {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Adds shadow for depth */
  height: 300px; 
  background: #fff; /* Change as necessary */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.property-overlay-detail-one {
  padding: 45px;
}

.property-overlay-detail-two {
  padding: 25px;
}

.property-overlay-detail-two h5 {
  color: #22994B;
  text-align: right;
}

.avgstyle {
  font-size: 10px;
  text-align: right;
}

.reviewsdiv {
  text-align: right;
  margin-top: 20px;
}


.property-h5 {
  font-size: 18px;
  color: #0E53DA;
}

.property-p {
  font-size: 10px;
  line-height: 12px;
  color: #979797;
}

.property-pp {
  font-size: 12px;
  line-height: 15px;
}

/* Extra Form / Button Style */
.btn-outline {
  border-radius: 10px;
  border: 1px solid #0E53DA;
  background-color: #ffffff;
  padding: 8px;
  color: #0E53DA;
}

.btn-featured {
  font-size:11px;
}

.btn-transparent {
  background-color: transparent !important;
}

.form-control-2 {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
  color: #113C8F !important;
}


.accordion-button {
  border: none !important;
  background-color: transparent !important;
}

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

.accordion-item {
  padding: 10px;
}

.catalogueTopHeader img {
  width: 50% !important;
}

.property-overlay-img-heart {
  margin-top:200px !important;
}


@media (max-width: 920px) {
  .catalogueTopHeader {
    padding-top:130px !important;
  }

  .catalogueTopHeader span {
    font-size: 10px;
  }

  .catalogueTopHeader img {
    width: 30% !important;
  }

  .catalogueleftdiv {
    height: auto;
    margin-bottom: 20px;
  }

  .btn-outline {
    margin-top: 10px !important;
    padding: 5px;
    font-size: 10px;
  }

  .form-control-2 {
    padding: 10px;
  }

  .property-overlay-detail-one {
    padding: 35px;
  }
  
  .property-overlay-detail-two {
    padding: 15px;
  }

  .property-overlay-detail-two h5 {
    color: #22994B;
    text-align: left;
  }

  .property-overlay-img {
    background-size: cover;
    height: 250px; /* Set this to the desired height */
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }

  .property-container {
    width: 100%; /* Or however wide you want your search bar to be */
    height: auto;
  }

  .property-overlay-img-heart {
    margin-top:150px !important;
  }

  .property-overlay-detail {
    height: auto; 
    background: #fff; /* Change as necessary */
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .avgstyle {
    text-align: left;
  }

  .reviewsdiv {
    text-align: left !important;
    margin-top: 0px !important;
  }

  .property-overlay-detail-two {
    padding: 20px;
  }
}

.extra-primary {
  padding:15px !important; 
  background-color: #ECEFF7 !important; 
  border-radius:30px !important; 
  font-size:14px !important; 
  color:#000000; 
  border-color:#ECEFF7;
}

.productIconActive {
  background-color:blue !important; 
  border-radius:50% !important;
  width:30px !important;
  height:30px !important; 
  color:#ffffff !important; 
  padding-top:5px !important;
}

.productIconNoneActive {
  background-color:#827e7e; 
  border-radius:50%;
  width:30px;
  height:30px; 
  color:#ffffff; 
  padding-top:5px;
}

.img-fluid-single {
  max-width: 100%;
  height: 80px;
  border-radius: 10px;
}

.img-fluid-testimony {
  max-width: 80;
  height: 80px;
  border-radius: 50%;
}

.iconStylesx {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
}

.descStyle {
  background-color:#ffffff; 
  border-radius:10px; 
  padding:40px;
}

.form-control {
  border-radius:20px;
}

.btn-primary-outline {
  padding: 10px !important;
  color: #4e73df;
  border-color: #4e73df;
  font-size:10px !important;
  border-radius: 10px;
}

.btn-primary-outline-2 {
  padding: 5px !important;
  color: #4e73df;
  border-color: #4e73df;
  font-size:9px !important;
  border-radius: 10px;
}

.btn-primary-outline-3 {
  padding: 5px !important;
  color: #ffffff;
  background-color:#277E47; 
  border-color: #277E47;
  font-size:9px !important;
  border-radius: 10px;
}

.btn-primary-single {
  padding: 10px !important;
  background-color:#4e73df; 
  color: #ffffff;
  border-color: #4e73df;
  font-size:10px !important;
  border-radius: 10px;
}

.btn-success-cart {
  padding: 5px 10px 5px 10px !important;
  background-color:#277E47; 
  color: #ffffff;
  border-color: #277E47;
  font-size:10px !important;
  border-radius: 10px;
}

.cartText {
  background-color:#EAF0FC;
  padding:20px; 
  font-size:11px; 
  border-radius:10px;
}

/* .circular-carousel .carousel-inner {
  overflow: hidden;
  border-radius: 50%;
} */

.circular-carousel .carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  transition: transform 0.5s ease;
}

label {
  margin-bottom: 10px;
}



input[type="checkbox"] + i {
  margin-right: 5px;
  font-size: 15px;
}

input[type="checkbox"]:checked + i {
  color: red; /* Change color when checkbox is checked */
}

/* Review stars */

.star-rating {
  direction: rtl !important;
  display: inline-flex !important;
  padding: 20px !important;
}

.star-rating input[type=radio] {
  display: none !important;
}

.star-rating label {
  font-size: 30px;
  color: #ddd !important;
  cursor: pointer !important;
}

.star-rating input[type=radio]:checked ~ label {
  color: #ffc107 !important;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #ffc107 !important;
}

.cart-area .text-right {
  text-align: right;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
  text-align: center;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #f16d07;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #f16d07;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #323232;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #323232;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  max-width: 620px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666;
  font-weight: normal;
}