@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
} */
.container-slide{
  width: 1180px;
  max-width: 100%;
}
.slider-wrapper{
  margin:  0 30px 20px;
  padding: 20px 30px;
  overflow: hidden;
}
.card{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px #00000030;
  /* width: 350px !important; */
  /* margin-right: 20px !important;
  margin-left: 20px !important; */
}
.card:hover{
  /* background: rgb(189, 211, 245); */
  background:#01aebb;
  /* background: rgb(250, 213, 213);  */
  /* background:#0186bb;  */
  /* background:#5498b3;   */
  /* background:#6aa0b6;   */
  /* background:#93cde4;  */
  /* background:#8acce5;  */
  /* background:#389bd4;  */
  /* background: #346eca; */
  /* background:#8fbeb1;  */
 
  border-radius: 5px;
  box-shadow: 0 0 20px #00000030;
}

.card:hover .content-box .username {
  color: #fff;
}
.card:hover .content-box .user-profession{
  color: #fff;
}
.content-img,
.content-box{
  padding: 30px 14px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-img{
  position: relative;
  row-gap: 2px;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00039d;
  border-radius: 25px 25px 25px 0;
}
.overlay::before{
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background: #00039d;
  left: 0;
  bottom: -40px;
}
.overlay::after{
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background: #ffffff;
  left: 0;
  bottom: -40px;
  border-radius: 25px 0 0 0;
}
.card-img{
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-img .card-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #00039d;
}
.content-box .username{
  font-size: 22px;
  font-weight: 600;
  color: #f75220;
  padding-bottom: 6px;
  z-index: 1;
}
.content-box .user-profession{
  font-size: 20px;
  font-weight: 600;
  /* color: #193379; */
  /* color: #144a9f; */
  color: #2c2c2c;
}
.social-icon{
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
}
.social-icon li{
  list-style: none;
}
.social-icon li a{
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00039d;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .social-icon li a::before{
  content: '';
  position: absolute;
  height: 40px;
  width: 0;
  top: 0;
  left: 0;
  background: #ff008c;
  transition: 0.5s;
  z-index: -1;
}
.social-icon li a:hover::before{
  width: 100%;
} */
.btn-1{
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #01aebb;
  border-radius: 6px;
  border: 1px solid #01aebb;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
/* .btn-1::before{
  content: '';
  position: absolute;
  height: 44px;
  width: 0;
  top: 0;
  left: 0;
  background: #ff008c;
  transition: 0.5s;
  z-index: -1;
} 
.btn-1:hover::before{
  width: 100%;
} */

.btn-1:hover{
  background: #018a94;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #c4c3c3;
}

.btn-2{
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #fc6e43;
  color: #fff;
  border-radius: 6px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
/* .btn-2::before{
  content: '';
  position: absolute;
  height: 44px;
  width: 0;
  top: 0;
  left: 0;
  background: #ff008c;
  transition: 0.5s;
  z-index: -1;
} 
.btn-2:hover::before{
  width: 100%;
}*/

.btn-2:hover{
  background:#fff ;
  color: #01aebb;
  border: 1px solid #c4c3c3;
}

.btn-3{
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #284780;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #284780;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-3:hover{
  background:#fff ;
  color: #284780;
  border: 1px solid #c4c3c3;
}
.btn-4{
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #fc6e43;;
  border-radius: 6px;
  border: 1px solid #fc6e43;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.btn-4:hover{
  background:#fff ;
  color: #01aebb;
  border: 1px solid #c4c3c3;
}

.btn-5{
  cursor: pointer;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #fc6e43;
  color: #fff;
  border-radius: 6px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.btn-5:hover{
  background: #d6542d;
  color: #fff;
  border: 1px solid #f79b85;
}

.slider-wrapper .swiper-pagination-bullet{
  background: #ee4c01;
  height: 13px;
  width: 13px;
  opacity: 0.5;
 }
.slider-wrapper .swiper-pagination-bullet-active{
  opacity: 1;
}
.slider-wrapper .swiper-slide-button{
  color: #fc864d;
  margin-top: 20px;
  transition: 10s;
  width: 30px !important;
  height: 30px !important;
  /* background: #80808030;
  font-size: 10px !important;
  border-radius: 25px;
  border: 1px solid gray; */
}
.slider-wrapper .swiper-slide-button:hover{
  color: #ff008c;
}
/* Responsive Code */
@media screen and (max-width: 768px) {
  .slider-wrapper{
    margin:  0 20px 20px;
    padding: 20px 30px;
  }
}

.border-bt{
  position: absolute;
  /* left: 20%;
  width: 1130px; */
  border-bottom: 1px solid rgb(201, 201, 201) !important;
  margin-top: 30px;
  left: 15%;
  width: 75%;
}

.bg-blu{
  /* background: #79acd1; */
  background-color: #8db9da;
}

.txt-white{
  color: #fff !important;
}
/* .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
  background-image: no-repeat;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
} */

/* html .swiper-navigation-size {
  width: calc(35/ 44 * 27);
  height: 35;
  margin-top: calc(0px - (35/ 2));

} */

/* Arrows Position */
/* .swiper-button-next {
  right: unset !important;
  left: 50%;
}
.swiper-button-prev {
  left: calc(~"50% - 50px") !important;
} */

.swiper-button-prev {
  background-image: url(/assets/img/left.png) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  }
  
  .swiper-button-next {
  background-image: url(/assets/img/arrow-right.png) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  }
  
  .swiper-button-next::after {
  display: none;
  }
  
  .swiper-button-prev::after {
  display: none;
  }

 /*************** 
=========================
Sidepanel  
========================
****************/

.container-1{
  width: 0%;
  height: 1px;
  /* background-color: #284e95; */
}
.box{
  /* width: fit-content; */
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  position: relative;
  text-align: left;
  z-index: 20;
  opacity: 0;
  /* left: -500px; */
  left: -204px !important;
  pointer-events: none;
  transition: 0.3s;
  top: -30px;
}
.active_box{
  opacity: 1;
  left: 0px;
  pointer-events: fill;
}
.menu_icon_box{
  z-index: 22;
  width: fit-content;
  height: auto;
  background-color: #fff;
  margin: 30px;
  position: absolute;
  border-radius: 2px;
  cursor: pointer;
  margin-top: -20px;
  margin-left: -80px;
}
.line1 , .line2 , .line3{
  width: 40px;
  height: 2px;
  margin: 10px 8px;
  background-color: #fa723c;
  border-radius: 50px;
  transition: 0.2s;
}
.active .line1{
  transform: translate(0px , 15px)rotate(45deg);
}
.active .line2{
  opacity: 0;
}
.active .line3{
  transform: translate(0px , -15px)rotate(-45deg);
}
nav{
  padding-top: 100px;
}
nav ul{
  margin: 0px 30px;

}
nav ul li{
  list-style: none;
  margin-bottom: 10px;
  transition: 0.2s;
}
/* nav ul li:hover{
  background-color: #c6c6c66f;
  border-radius: 8px;
} */

nav ul li a:hover{
  text-decoration: none;
  color: #ee4c01;
}

nav ul li a{
  /* color: #192a5e; */
  color: #37455a;
  font-size: 18px;
  /* padding: 10px 30px;   */
  display: block;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-left: 15%;
}

.pagebottomAdvt {
  background: #f2f2f2;
  /* background: linear-gradient(90deg,#f2f2f2,#f2f2f2 49%,#dcf1ff 50%,#dcf1ff); */
  /* background: linear-gradient(90deg,#edf1fc,#edf1fc 49%,#faedea 50%,#faedea ); */
  background: linear-gradient(90deg,#f2f2f2,#f2f2f2 49%,#faedea 50%,#faedea );
  padding: 10px 0 0px;
}

.descTwo button {
  background: transparent;
  border: none;
  outline: none;
  margin-top: 15px;
  color: #222;
}
.descOne {
  padding-top: 12px;
  line-height: 25px;
}
.pagebottomAdvt ul {
  margin-top: 30px;
  list-style: none;
}
.pagebottomAdvt ul li {
  display: inline-flex;
}

.pagebottomAdvt ul li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: initial;
}
.link-ui, .link-ui:hover {
  color: #2d2d2d;
  text-decoration: none;
}
.descOne h3:hover{
 text-decoration: none !important;
}
.addOne img{
  max-width: 200px;
  margin-right: 10px;
  margin-left: -80px;
}
@media screen and (max-width: 851px) {
  .pagebottomAdvt {
    background: #f2f2f2;
    padding: 10px 0 0;
  }
  .pagebottomAdvt .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pagebottomAdvt .down-app {
    background: #dcf1ff;
  }
  .addOne img {
    max-width: 125px;
    margin-right: 10px;
    margin-left: 0;
    text-align: right;
  }

  /* .product-details-slider-area .product-details-big-image-slider-wrapper .single-image{
  width: 461px;
  margin-right: 10px;
} */
}

