.inner_banner {
  background-color : #e4f1ff;
  height: 375px;
  position : relative;
  overflow : hidden;
}
  .inner_banner:after {
  content : "";
  position : absolute;
  right : 0px;
  display : inline-block;
  bottom : 0;
  z-index : 3;
  width : 100%;
  padding : 2.4%;
  background : url(../images/slider_curve.png) no-repeat;
  background-size : 100%;
}
  .inner_banner:before {
  content : "";
  position : absolute;
  left : 0;
  right : 0;
  top : 0;
  width : 100%;
  height : 100%;
  z-index : 2;
}
.inner_banner>img {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: none;
  min-width: 101%;
}
.inner_banner .container {
  position : absolute;
  z-index : 111;
  left : 0;
  right : 0;
  top: 220px;
  text-align : center;
}
@media (max-width : 1299px) {
  .inner_banner .container{width : 100%;
    padding : 0;
  }
}
@media (max-width : 1200px) {
  .inner_banner{
    height: 310px;
  }
  .inner_banner .container {
  top: 185px;
  }
}
@media (max-width : 896px) {
  .inner_banner{
    height: 260px;
  }
}
@media (max-width: 768px) {
  .inner_banner{
    height: 180px;
  }
  .inner_banner .container{
    top: 105px;
  }
}
.inner_banner h2 {
  color : #002157;
  position : relative;
  padding : 0 0 5px;
  text-align : center;
  font-weight : 600;
  margin : 0 auto;
  font-size: 55px;
  text-transform : capitalize;
  display : inline-block;
}
@media (max-width : 896px) {
  .inner_banner h2{
    margin: 0 auto;
    font-size: 24px;
  }
}
ul.breadcrumb {
  padding : 0px;
  list-style : none;
  background-color : transparent;
  text-align : center;
  display : block;
}
ul.breadcrumb li {
  color : #000000;
  display : inline;
  font-size : 18px;
  font-weight : 400;
}
  ul.breadcrumb li : first-child {
  padding-left : 0;
}
  ul.breadcrumb li:before {
  display : none;
}
  ul.breadcrumb li+li:before {
  content : "\F285";
  font-family : "bootstrap-icons";
  display : inline-block;
  padding : 0 7px;
  font-size : 11px;
  color : #ef9f00;
}
ul.breadcrumb li a {
  color : #000000;
  text-decoration : none;
}
  ul.breadcrumb li a : hover {
  color : #ed1f24;
  text-decoration : underline;
}
.pagination_block {
  display : inline-block;
}
.pagination_block a {
  color : #000;
}
.post_card {
  background-color : #fff;
  margin-bottom : 35px;
  display : block;
}
.post_card h1,.post_card h2,.post_card h3,.post_card h4 {
  color : #002157;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}
.post_card h3, .post_card h4 {
  margin : 10px 0;
}
.post_card h2 {
  line-height : 1.2;
  margin-bottom: 20px;
}
.post_card>div {
  padding : 20px 0 5px;
  display : flex;
  justify-content : space-between;
}
.post_card div span {
  color: #a0a0a0;
}
.post_card div span i {
  color : #ff5468;
  font-size : 22px;
}
.post_card figure {
  position : relative;
  overflow : hidden;
  border-radius : 25px;
  border-bottom : #ff5468 solid 5px;
}
.post_card figure span {
  text-align : center;
  position : absolute;
  right : 10px;
  top : 10px;
  background-color : #ff5468;
  color : #fff;
  font-size : 16px;
  display : inline-block;
  text-transform : uppercase;
  line-height : 1.2;
  padding : 10px 15px;
  border-radius : 15px;
}
.post_card figure span strong {
  font-size : 27px;
}
.post_card figure span strong {
  display : block;
}
.blog_media {
  display : inline-block;
  width : 100%;
}
.blog_media a i {
  width : 35px;
  height : 35px;
  border-radius : 100px;
  padding : 5px 0 0 0;
  text-align : center;
  text-decoration : none;
  color : #fff;
  font-size : 17px;
  display : inline-block;
  margin : 0 5px 10px 0;
  transition : 0.3s;
  background-color : #e91d24;
}
.blog_media a i.bi-facebook {
  background-color : #0f98f7;
}
.blog_media a i.bi-twitter {
  background-color : #1aa3f9;
}
.blog_media a i.bi-youtube {
  background-color : #fe0000;
}
.blog_media a i.bi-linkedin {
  background-color : #0a66c2;
}
.blog_media a i.bi-whatsapp {
  background-color : #2bdb4e;
}
  .blog_media a i : hover {
  background : #e9e9e9;
  color : #072f5c;
}
.popular_blog ul {
  margin : 0;
  padding : 0;
}
.popular_blog ul li {
  display : block;
  padding: 20px 0;
  border-bottom : 1px solid #cbd0d9;
  overflow : hidden;
}
.popular_blog ul li figure {
  width : 125px;
  height : 120px;
  position : relative;
  overflow : hidden;
  float : left;
  border-radius : 25px;
  margin : 0;
}
.popular_blog ul li figure>img {
  min-height : 100%;
  min-width : 100%;
  max-width : none;
  transition : 0.3s;
  width : auto;
  height : auto;
  position : absolute;
  top : 50%;
  left : 50%;-ms-transform : translateX(-50%) translateY(-50%);-webkit-transform : translate(-50%, -50%);
  transform : translate(-50%, -50%);
  margin : auto;
  bottom : auto;
  right : auto;
  max-height : 101%;
}
.popular_blog ul li article {
  overflow : hidden;
  padding-left : 15px;
  font-size : 16px;
}
.popular_blog ul li article h5 {
  font-weight : 500;
  margin : 0 0 15px;
  font-family : 'Jost', sans-serif;
  color : #002157;
}
.popular_blog ul li article p {
  color: #a0a0a0;
  margin : 0;
}
.popular_blog ul li article p i{
   background: #ededed;
   padding: 2px 5px;
   border-radius: 50px;
   font-size: 12px;
   color: #ff5468;
}
.popular_blog ul li article p b{
   font-weight: 500;
}
  .popular_blog ul li : last-child {
  border : none;
}
.blog_sidebar {
  padding-left : 30px;
}
  @media(max-width : 992px) {
  .blog_sidebar{padding-left : 0;
  padding-top : 20px;
}
}.panel.services_form_step {
  border : 1px solid #fff;
  border-radius : 20px;
  background-color : #eef6f5;
  padding : 20px 40px;
}
  @media(max-width : 992px) {
  .panel.services_form_step{padding: 20px 10px;margin: 0 -10px;}
  }.wizard-content .wizard>.steps>ul>li:after, .wizard-content .wizard>.steps>ul>li:before {
  content : '';
  z-index : 9;
  display : block;
  position : absolute;
}
.wizard-content .wizard {
  width : 100%;
  overflow : hidden;
}
.wizard-content .wizard .content {
  margin-left : 0 !important
}
.wizard-content .wizard>.steps {
  position : relative;
  display : block;
  width : 100%;
}
.wizard-content .wizard>.steps .current-info {
  position : absolute;
  left : -99999px;
}
.wizard-content .wizard>.steps>ul {
  display : table;
  width : 100%;
  table-layout : fixed;
  margin : 0;
  padding : 0;
  list-style : none;
}
.wizard-content .wizard>.steps>ul>li {
  display : table-cell;
  width : auto;
  vertical-align : top;
  text-align : center;
  position : relative;
}
.wizard-content .wizard>.steps>ul>li a {
  position : relative;
  padding-top : 52px;
  margin-top : 20px;
  margin-bottom : 20px;
  display : block;
}
  .wizard-content .wizard>.steps>ul>li:before {
  left : 0;
}
  .wizard-content .wizard>.steps>ul>li:after {
  right : 0;
}
  .wizard-content .wizard>.steps>ul>li:first-child:before, .wizard-content .wizard>.steps>ul>li:last-child:after {
  content : none;
}
.wizard-content .wizard>.steps>ul>li.current>a {
  color : #2f3d4a;
  cursor : default;
  font-weight : 500;
}
.wizard-content .wizard>.steps>ul>li.current .step {
  border-color : #4caf50;
  background-color : #fff;
  color : #000000;
}
  .wizard-content .wizard>.steps>ul>li.disabled a, .wizard-content .wizard>.steps>ul>li.disabled a : focus, .wizard-content .wizard>.steps>ul>li.disabled a : hover {
  color : #999;
  cursor : default;
}
  .wizard-content .wizard>.steps>ul>li.done a, .wizard-content .wizard>.steps>ul>li.done a : focus, .wizard-content .wizard>.steps>ul>li.done a : hover {
  color : #999;
}
.wizard-content .wizard>.steps>ul>li.done .step {
  background-color : #4caf50;
  border-color : #4CAF50;
  color : #fff;
}
.wizard-content .wizard>.steps>ul>li.error .step {
  border-color : #f62d51;
  color : #f62d51;
}
.wizard-content .wizard>.steps .step {
  background-color : #fff;
  display : inline-block;
  position : absolute;
  top : 0;
  left : 50%;
  margin-left : -24px;
  z-index : 10;
  text-align : center;
}
.wizard-content .wizard>.content {
  overflow : hidden;
  position : relative;
  width : auto;
  padding : 0;
  margin : 0;
}
.wizard-content .wizard>.content>.title {
  position : absolute;
  left : -99999px;
}
.wizard-content .wizard>.content>.body {
  padding : 10px 20px;
}
  @media(max-width : 768px) {
  .wizard-content .wizard>.content>.body{padding : 10px 0;
}
}.wizard-content .wizard>.content>iframe {
  border : 0;
  width : 100%;
  height : 100%;
}
.wizard-content .wizard>.actions {
  position : relative;
  display : block;
  text-align : center;
  padding : 0 20px 20px;
}
.wizard-content .wizard>.actions>ul {
  display : flex;
  list-style : none;
  padding : 0;
  margin : 0;
  justify-content : center;
  flex-wrap : wrap;
  gap : 15px;
}
  .wizard-content .wizard>.actions>ul:after {
  content : '';
  display : table;
  clear : both;
}
.wizard-content .wizard>.actions>ul>li {
  float : left;
}
.wizard-content .wizard>.actions>ul>li+li {
  margin-left : 10px;
}
.wizard-content .wizard>.actions>ul>li>a {
  background : #ef9f00;
  color : #fff;
  display : block;
  padding : 8px 25px;
  border-radius : 50px;
  border : 1px solid transparent;
  font-weight : 500;
  white-space : nowrap;
}
  .wizard-content .wizard>.actions>ul>li>a : focus, .wizard-content .wizard>.actions>ul>li>a : hover {
  -webkit-box-shadow : 0 0 0 100px rgba(0, 0, 0, .05) inset;
  box-shadow : 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
  .wizard-content .wizard>.actions>ul>li>a : active {
  -webkit-box-shadow : 0 0 0 100px rgba(0, 0, 0, .1) inset;
  box-shadow : 0 0 0 100px rgba(0, 0, 0, .1) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
  background-color : #fff;
  color : #54667a;
  border : 1px solid #d9d9d9;
}
  .wizard-content .wizard>.actions>ul>li>a[href="#previous"] : focus, .wizard-content .wizard>.actions>ul>li>a[href="#previous"] : hover {
  -webkit-box-shadow : 0 0 0 100px rgba(0, 0, 0, .02) inset;
  box-shadow : 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
  .wizard-content .wizard>.actions>ul>li>a[href="#previous"] : active {
  -webkit-box-shadow : 0 0 0 100px rgba(0, 0, 0, .04) inset;
  box-shadow : 0 0 0 100px rgba(0, 0, 0, .04) inset;
}
  .wizard-content .wizard>.actions>ul>li.disabled>a, .wizard-content .wizard>.actions>ul>li.disabled>a : focus, .wizard-content .wizard>.actions>ul>li.disabled>a : hover {
  color : #999;
}
  .wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"], .wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] : focus, .wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] : hover {
  -webkit-box-shadow : none;
  box-shadow : none;
}
  .wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
  top : 45px;
  width : 50%;
  height : 3px;
  background-color : #4caf50;
}
  .wizard-content .wizard.wizard-circle>.steps>ul>li.current:after, .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
  background-color : #cecece;
}
.wizard-content .wizard.wizard-circle>.steps .step {
  width : 50px;
  height : 50px;
  line-height : 45px;
  border : 3px solid #cecece;
  font-size : 1.3rem;
  border-radius : 50%;
}
  .wizard-content .wizard.wizard-notification>.steps>ul>li:after, .wizard-content .wizard.wizard-notification>.steps>ul>li:before {
  top : 39px;
  width : 50%;
  height : 2px;
  background-color : #009efb;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
  border : 2px solid #009efb;
  color : #009efb;
  line-height : 36px;
}
  .wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
  border-top-color : #009efb;
}
  .wizard-content .wizard.wizard-notification>.steps>ul>li.current:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after, .wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
  background-color : #F3F3F3;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
  color : #FFF;
}
.wizard-content .wizard.wizard-notification>.steps .step {
  width : 40px;
  height : 40px;
  line-height : 40px;
  font-size : 1.3rem;
  border-radius : 15%;
  background-color : #F3F3F3;
}
  .wizard-content .wizard.wizard-notification>.steps .step:after {
  content : "";
  width : 0;
  height : 0;
  position : absolute;
  bottom : 0;
  left : 50%;
  margin-left : -8px;
  margin-bottom : -8px;
  border-left : 7px solid transparent;
  border-right : 7px solid transparent;
  border-top : 8px solid #F3F3F3;
}
.wizard-content .wizard.vertical>.steps {
  display : inline;
  float : left;
  width : 20%;
}
.wizard-content .wizard.vertical>.steps>ul>li {
  display : block;
  width : 100%;
}
  .wizard-content .wizard.vertical>.steps>ul>li.current:after, .wizard-content .wizard.vertical>.steps>ul>li.current:before, .wizard-content .wizard.vertical>.steps>ul>li.current~li:after, .wizard-content .wizard.vertical>.steps>ul>li.current~li:before, .wizard-content .wizard.vertical>.steps>ul>li:after, .wizard-content .wizard.vertical>.steps>ul>li:before {
  background-color : transparent;
}
  @media (max-width : 768px) {
  .wizard-content .wizard>.steps>ul{margin-bottom : 20px;
}
.wizard-content .wizard>.steps>ul>li {
  display : block;
  float : left;
  width : 50%;
  margin : auto;
}
.wizard-content .wizard>.steps>ul>li>a {
  margin-bottom : 0;
}
  .wizard-content .wizard>.steps>ul>li : first-child:before {
  content : '';
}
  .wizard-content .wizard>.steps>ul>li : last-child:after {
  content : '';
  background-color : #009efb;
}
.wizard-content .wizard.vertical>.steps {
  width : 15%;
}
  }@media (max-width : 480px) {
.wizard-content .wizard>.steps>ul>li{
}
  .wizard-content .wizard>.steps>ul>li.current:after {
  background-color : #009efb;
}
.wizard-content .wizard.vertical>.steps>ul>li {
  display : block;
  float : left;
  width : 50%;
}
.wizard-content .wizard.vertical>.steps {
  width : 100%;
  float : none;
}
}.services_form_step label {
  margin-bottom : 10px;
  font-weight : 600;
}
.services_form_step textarea {
  height: 150px;
}
@media(max-width:768px){
  .services_form_step textarea {
    height: 250px;
  }
}
.services_filter {
  position : relative;
  display : flex;
  gap : 15px;
  align-items : baseline;
  margin : 15px 0px 15px;
}
@media(max-width:768px){
  .services_filter {
    gap: 10px;
    margin: 0;
  }
}
.services_filter span {
  white-space : nowrap;
}
.date_filter {
  position : relative;
  padding : 15px;
  border-radius : 15px;
  margin-bottom : 25px;
  background-color : #fff;
  box-shadow : 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width:768px){
  .date_filter {
    padding : 10px;
  }
}
.date_filter input[type="date"] {
  width : 100%;
  margin : 0 0 16px;
  padding : 8px 12px;
  border : solid 1px #ccc;
  height : 50px;
  border-radius : 5px;
  outline : none;
}
.daterangepicker .drp-buttons .btn {
  margin-left : 5px;
  padding : 6px 10px !important;
  height : auto;
  line-height : normal;
}
.range-wrap {
  width : 100%;
  position : relative;
  margin-top : 15px;
}
.range-wrap .range-value {
  position : absolute;
  top : -50%;
}
.range-wrap .range-value span {
  width : 30px;
  height : 24px;
  line-height : 24px;
  text-align : center;
  background : #ef9f00;
  color : #fff;
  font-size : 12px;
  display : block;
  position : absolute;
  left : 50%;
  transform : translate(-50%, 0);
  border-radius : 3px;
}
  .range-value span:before {
  content : "";
  position : absolute;
  width : 0;
  height : 0;
  border-top : 5px solid #ef9f00;
  border-left : 5px solid transparent;
  border-right : 5px solid transparent;
  top : 100%;
  left : 50%;
  margin-left : -5px;
  margin-top : -1px;
}
.range-wrap input[type=range] {
  -webkit-appearance : none;
  margin : 18px 0;
  width : 100%;
}
  .range-wrap input[type=range] : focus {
  outline : none;
}
  .range-wrap input[type=range] : :-webkit-slider-runnable-track {
  width : 100%;
  height : 4px;
  cursor : pointer;
  background : #c1c1c1;
  border-radius : 25px;
}
  .range-wrap input[type=range] : :-webkit-slider-thumb {
  height : 20px;
  width : 20px;
  border-radius : 50%;
  background : #fff;
  box-shadow : 0 0 4px 0 rgba(0, 0, 0, 1);
  cursor : pointer;-webkit-appearance : none;
  margin-top : -8px;
}
  .range-wrap input[type=range] : focus : :-webkit-slider-runnable-track {
  background : #c1c1c1;
}
.profile_block {
  position : relative;
  margin-left : 25px;
  /* max-height: 791px; */
  /* overflow: hidden; */
  /* overflow-y: auto; */
  /* padding: 5px 15px; */
}
.profile_card {
  position : relative;
  display : flex;
  gap : 20px;
  padding: 15px;
  background : #f9f9f9;
  box-sizing : border-box;
  border-radius : 1px 30px;
  transition : all .3s ease;
  margin-bottom : 20px;
  box-shadow : 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  transform: scale(1);
}
.profile_card:hover { 
  transform: scale(1.02);
  background : #f9f9f9; 
  box-shadow : 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.profile_card.confirm {
  position : relative;
  display : flex;
  gap : 20px;
  padding : 0;
  background : transparent;
  box-sizing : border-box;
  border-radius : 0;
  transition : all .3s ease;
  margin-bottom: 0;
  box-shadow : none;
}
.profile_card .profile_img {
  position : relative;
}
.profile_card .profile_logo {
  position : relative;
  width: 110px;
  height: 110px;
  border: 5px solid #e8e8e8;
  border-radius : 100px;
  overflow : hidden;
  margin: 0 auto;
  background-color : #e8e8e8;
}
.profile_card .profile_logo.checkout_logo {
  width: 70px;
  height: 70px;
  border: none;
}
.profile_card .profile_logo img {
  width : 100%;
  height : 100%;
  object-fit : cover;
  border-radius : 4px;
}
.profile_card .profile_img .btn {
  margin : 0px;
  border : 1px solid #ccc !important;
  height: 32px;
  text-transform : capitalize;
  line-height: 32px;
  min-width: 135px;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 13px;
}
.profile_card .profile_img .btn.select {
  background-color : #ef9f00 !important;
  border : 1px solid #ef9f00 !important;
  color : #fff !important;
}
  .profile_card .profile_img .btn.select:before {
  content : "\F633";
  left : 0;
  top : 3px;
  font-family : "bootstrap-icons";
  color : #fff;
  font-size: 16px;
  position : relative;
  line-height : 0;
  margin-right: 2px;
}
.profile_content {
  position : relative;
}
.profile_content .name_title {
  margin-bottom : 10px;
  color : #002157;
  font-size : 22px;
  font-family : "Jost", sans-serif;
  font-weight : 500;
}
.profile_content hr {
  margin : 12px 0;
}
.profile_content p {
  margin : 0px;
}
.profile_content p span{
  color:#000;
  font-size:16px;
}
.detail_box dl {
  font-size: 17px;
  padding-left : 0px;
  position : relative;
  margin : 0 25px 5px 0px;
  display: inline-flex;
  white-space : nowrap;
  font-weight : 500;
  gap: 10px;
}
@media(max-width:768px){
  .detail_box dl {
    font-size: 15px;
    margin : 5px 15px 5px 0px;
  }
} 
.confirm .detail_box dl {
  font-size : 18px;
  padding-left : 0px;
  position : relative;
  margin: 0 0 10px 0px;
  display: flex;
  white-space : normal;
  align-items: baseline;
  text-align: left !important;
}
.confirm .detail_box dl i {
  font-size : 16px;
  margin-right : 7px;
  color : #ef9f00;
}
.care_name {
  border-radius : 100px;
  background-color : #4caf50;
  padding : 2px 12px;
  margin : 0 0 5px;
  display : inline-block;
  color : #fff;
}
.care_name i {
  color : #fff !important;
}
  @media (max-width : 991px) {
    .services_form_step .offset-8{
      margin-left : 0px;
    }
    .profile_block {
      margin-left : 0px;
      max-height: none;
    }
  }
@media (max-width : 575px) {
  .profile_content .name_title{
    font-size : 20px;
    margin: 5px 0;
    line-height : normal;
  }
}
@media (max-width : 480px) {
  .profile_card{
  display : block;
  text-align : center;
  /* box-shadow : none; */
  border : #dedede solid 0px;
}
.profile_card.confirm {
  display : block;
}
.profile_card .profile_logo {
  margin: 0px auto 5px;
  width: 95px;
  height: 95px;
}
}.form_block {
  position : relative;
  background : #dceaf4 url(../images/nestling_bg.png) no-repeat;
  background-size : cover;
  background-position : center;
  padding : 40px;
  border : 1px solid #d4e5f1;
  border-radius : 10px;
}
.confirm_detail_left {
  position : relative;
  border : 1px solid #ccc;
  padding : 20px;
  border-radius : 10px;
  min-height: 95%;
  background : #ffffff;
}
.confirm_detail_left .profile_card:hover { 
  transform: scale(1) !important;
}
.confirm_detail_left h4 {
  font-size : 25px;
  color : #002157;
  font-weight : bold;
}
.confirm_detail_left h5 {
  font-family : 'Jost';
  font-weight : 500;
}
.address_box {
  position : relative;
  display : flex;
  gap : 20px;
  padding : 10px 0px;
}
.address_img {
  position : relative;
}
.address_img .address_logo {
  position : relative;
  width : 80px;
  height : 80px;
  border : 1px solid #ccc;
  border-radius : 100px;
  overflow : hidden;
  margin : 0px auto 10px;
}
.address_img .address_logo img {
  width : 100%;
  height : 100%;
  object-fit : cover;
}
.address_img h3 {
  font-size : 15px;
}
.address_detail_box dl {
  font-size : 17px;
  padding-left : 0px;
  position : relative;
  margin : 0px 0px 10px 0px;
  display : flex;
  gap : 5px;
}
.address_detail_box dl i {
  color : #002157;
}
.ellipse_full {
  width : 100%;
  display : block;
  font-weight : 500;
  background : #ededed;
  padding : 10px !important;
  border-radius : 8px;
  margin-top : 10px !important;
  border : 1px solid #fff;
}
.confirm_detail_right {
  position : relative;
  border : 1px solid #ccc;
  padding : 20px;
  border-radius : 10px;
  min-height: 95%;
  background : #ffffff;
}
.payment_box {
  position : relative;
  margin-bottom : 15px;
}
.payment_box dl {
  font-size : 18px;
  padding-left : 0px;
  position : relative;
  margin : 0px 0px 5px 0px;
  display : flex;
  justify-content : space-between;
}
.link_btm a {
  color : #ef9f00;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.link_btm a i{ 
  position:relative;
  top:2px;
}
.newsletter {
  display : flex;
  max-width : 330px;
  margin-top : 15px;
  gap : 2px;
}
.newsletter input {
  outline : none;
  color : #000;
  padding : 5px 15px;
  background-color : #fff;
  border : 1px solid #ccc;
  border-radius : 8px;
  flex : 1 1 auto;
  width : 100%;
}
.newsletter .btn {
  margin : 0px;
  font-size : 17px;
  border-radius : 100px !important;
}
  @media (max-width : 767px) {
  .confirm_detail_left, .confirm_detail_right{min-height : auto;
  padding : 10px;
}
}.recommend {
  background-color : #d4ffd6;
  border-radius : 20px;
  padding : 2px 10px 2px 2px;
  color : #136916;
  font-size : 15px;
  white-space : nowrap;
}
.recommend.less {
  background-color : #d4f6ff;
  color : #002157;
}
.recommend i {
  font-size : 15px;
  margin : 0 5px;
  line-height : 0;
  position : relative;
  top : 0px;
}
.hourfee {
  color : #1c7a04;
  white-space : nowrap;
}
.profile_info {
  font-size : 17px;
  color : #7e7e7e;
  line-height : 21px;
}
.profile_info a{
  font-size: 16px;
  margin: 0 5px;
}
.error_text {
  color : #ef9f00;
  margin : -15px 0 15px 0;
  font-size : 17px;
}
.wizard-content .disabled {
  display : none;
}
.gray_txt {
  color : #999;
}
.block_table {
  border-radius : 15px;
  margin-bottom : 15px;
  overflow : hidden;
}
.block_table table {
  margin : 0 !important;
}
.block_table td {
  color : #000 !important;
  padding: 7px 0px;
}
.block_table td i {
  position: absolute;
  left: 0;
  top:7px;
  font-size : 20px !important;
}
.checkout_item{
  position: relative;
  padding-left: 30px;
}
#confirm_booking_submit{
  background-color : #4caf50!important;
  color : #fff;
}
.next_billing{
  display: flex;
  justify-content: space-between;
  background-color: #eff6ff;
  padding: 2px 10px;
}
.next_billing p{
  margin-bottom: 0px;
}
.block_table_icolor1{
  color : #3b82f6
}
.block_table_icolor2{
  color : #22c55e
}
.block_table_icolor3{
  color : #a855f7
}
.block_table td img {
  height : 24px;
}
  .block_table tr : last-child td {
  border-bottom : #d3dbf2 solid 0px !important;
}
.white_block {
  border : 1px solid #ccc;
  padding : 20px;
  border-radius : 10px;
  display : inline-block;
  margin : auto;
  background : #fff;
}
.steps {
  display : flex;
  justify-content: center;
  margin : 15px 0;
  overflow: hidden;
}
.steps h6 {
  display : flex;
  flex-direction : column;
  align-items : center;
  text-align : center;
  font-family : 'Jost';
  font-weight : 400;
  font-size : 19px;
  color : #999;
  min-width: 235px;
}
.steps span {
  width : 50px;
  height : 50px;
  line-height : 45px;
  border : 3px solid #4caf50;
  font-size : 1.3rem;
  border-radius : 50%;
  display : inline-block;
  position : relative;
  background-color : #eef6f5;
  z-index : 2;
  color : #000;
  font-weight : 500;
  cursor : pointer;
}
  .steps h6 span:after {
  content : '';
  position : absolute;
  display : block;
  height : 3px;
  width : 200px;
  background-color : #4CAF50;
  top : 50%;
  left : 100%;
  z-index : 1;
}
  .steps h6:last-child span:after {
  content : '';
  background-color : #EEF6F4;
  left: 107%;
}

  @media(max-width : 768px) {
  .steps h6{
    width: 33.333%;
    margin-bottom : 30px;
    font-size: 14px;
    min-width: auto;
    font-weight: 500;
    gap: 5px;
  }

}
  @media(max-width : 540px) {
    .steps {
      gap: 5px;
      width: auto;
      justify-content: space-between;
    }
    .steps h6{
      width: auto;
    }
  }
.steps h6.active {
  color : #000;
}
.steps h6.active span {
  background-color : #4CAF50;
  color : #fff;
}
.services_form_step>section {
  display : none;
}
.services_form_step>section.active_step {
  display : block;
}
.key_txt{}.key_txt span {
  background-color : #e6ebeb;
  padding : 4px 14px;
  margin : 0 10px 15px 0;
  display : inline-block;
  border-radius : 100px;
  min-width : 180px;
  white-space : nowrap;
  font-size : 22px;
}
.key_txt span i {
  color : #ff5468;
  font-size : 18px;
}
.care_block {
  background-color : #ff5468;
  border-radius : 0 50px;
  padding: 15px;
  margin-right: 30px;
  /* min-height: 475px; */
  background: -webkit-linear-gradient(0deg, #eefaec, #faf1ef 100%);
  border: #ef9f00 dashed 1px;
}
.care_block .care_title {
  background : #ffffff url(../images/shape_1.png) right bottom no-repeat;
  border-radius : 0 40px;
  padding: 42px;
  background-size : contain;
  position : relative;
}
.care_block .care_title h2{
    font-size: 38px;
    letter-spacing: normal;
    margin-bottom: 15px;
    color: #002157;
}
.care_block .care_title h3{
    color: #000000;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
}
.care_block .care_title .btn {
  background-color: #002157;
}
.care_block .care_info{}.care_block ul {
  list-style : none;
  padding : 0;
  margin: 25px 15px 0;
}
.care_block ul li {
  display : flex;
  width : 100%;
  justify-content : space-between;
  color : #fff;
  margin: 8px 0;
  align-items : center;
}
  .care_block ul li:after {
  content : "\F26A";
  left : 0;
  top : 3px;
  font-family : "bootstrap-icons";
  color : #fff;
  font-size : 17px;
  position : relative;
  line-height : 0;
  margin-right : 4px;
}
.care_img{
    position: relative;
    border-radius: 0px 70px 0px 70px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 116%;
    background-color: #e6ebeb;
    margin-right: 30px;
    border: #dfdfdf solid 1px;
}
.care_img img{
    min-width: 101%;
    width: 101%;
    border: #ccc solid 1px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    min-height: 101%;
}
@media(max-width : 768px) {
  .care_block .care_title {
    padding: 15px; 
}
    .care_img{ 
        border-radius: 0px 50px 0px 50px;
        padding-top: 110%;
        margin: 0 auto 15px;
    }
    .care_block {
      margin-right: 0px;
      margin-bottom: 15px;
      min-height: auto;
    }
    .care_block .care_title h2 {
      font-size: 35px;
    }
}


.accordion-header button {
     border: none;
     border-radius: unset;
     display: block;
     width: 100%;
     text-align: left;
     padding: 0;
     position: relative;
     text-transform: none;
     background-color: transparent;
     font-size: 22px;
     color: #000;
     font-family: "Jost", sans-serif;
     font-weight: 500;
     line-height: 1.3;
     height: auto;
     margin: 30px 0 0 0;
}
@media (max-width: 992px){
     .accordion-header button {
         font-size: 22px;
    }
}
 .accordion.light .accordion-header button {
     color: #fff;
}
 .accordion-header button::after {
     content: '';
     height: 0;
     width: 45px;
     display: block;
     margin-top: 0;
     border-top: #fe5468 solid 3px;
     position: absolute;
     bottom: -10px;
}
 .accordion.light .accordion-header button::after {
     border-top: #fff solid 2px;
}
 .accordion-header button.collapsed::after {
     content: '';
     display: none;
}
 .accordion-header button i {
     background-color: #fe5468;
     color: #fff;
     height: 40px;
     display: inline-block;
     width: 40px;
     text-align: center;
     font-size: 26px;
     padding-top: 0px;
     margin-right: 10px;
     border-radius: 100px;
     position: absolute;
     left: -55px;
     top: -5px;
     box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
     line-height: 42px;
}
 .accordion-header button.collapsed i {
     background-color: #fff;
     color: #144185;
}
 .accordion-item {
     background-color: transparent;
     border: none;
}
 .accordion-body {
     padding: 35px 0 0 0;
}
 .accordion.light .accordion-body {
     color: #fff;
}
 .accordion {
     padding-left: 55px;
}
.heading2{
    font-size: 40px;
    color: #002157;
    margin-bottom: 20px;
}
@media (max-width: 992px){
    .heading2{
        font-size: 35px; 
    }
}
.nestling_img{
    overflow: hidden;
    border-radius: 0 50px 200px 200px;
    margin-right: 20px;
}
@media (max-width: 992px){
    .nestling_img{
        margin: 0 0 20px 0;
    }
}




.panel.professionals_form_step {
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #eef6f5;
    padding: 20px 40px;
}
@media (max-width: 992px) {
    .panel.professionals_form_step {
        padding: 20px 10px;
        margin: 0 -10px;
    }
}
/*
.panel.professionals_form_step .steps h6:last-child span:after{
    content:'';
    background-color: #EEF6F4;
    display:none;
}
.panel.professionals_form_step .steps h6 span:after{
    width: 222px;
}*/

.success_bar{
    background: rgb(177 225 182);
    border: 1px solid #6cb372;
    padding: 6px 10px;
    color: #145e17;
    display: block;
    border-radius: 5px;
}
.skills_card {
    position:relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 95%;
    margin-bottom: 5%;
    width: 100%;
}
@media(max-width:992px){
  .skills_card {
      height: auto;
      margin-bottom: 15px;
      padding: 10px;
  }
}
.skills_card .skills_box{
    display: flex;
    align-items: flex-start;
}
.skills_card .image_wrap img {
    width: 100%;
    /* height: 220px; */
    border: 1px solid #cccccc;
    border-radius: 0px 40px;
}
.skills_card .skills_info {
    padding-left: 15px;
    width: 100%;
}
.skills_card .image_wrap{
  max-width: 258px;
  width: 100%;
}
.skills_card .skills_info h3{
    font-size:30px;
    color:#002157;
}
.skills_card .skills_info .list_ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 5px;
    min-height: 180px;
}
@media(max-width:768px){
  .skills_card .skills_info .list_ul {
      min-height: auto;
  }
}
.skills_card .skills_info .list_ul li {
    position: relative;
    padding: 0 0 0px 22px;
    display: inline-block;
    min-width: 60%;
    color: #999;
    margin-bottom: 6px;
    font-size: 17px;
}
.skills_card .skills_info .list_ul li a {
    text-transform: capitalize;
    position: relative;
    right: 0;
    transition: 0.3s;
}
.skills_card .skills_info .list_ul li:before {
    content: "\F26A";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "bootstrap-icons";
    color: #4caf50;
    font-size: 14px;
}
.price_text{
    text-align:end;
}
.skills_info span{
    font-size:18px;
}

.choose_skills {
    position: absolute;
    margin: 0px;
    top: 20px;
    right: 0px;
}
.choose_skills .switch {    
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}
.choose_skills .switch label{   
    position: relative;
    height: 30px;
    width: 60px;
    vertical-align: middle;
}
.choose_skills .switch label input {
    display: none;
}
.choose_skills .switch span{
    margin-top:5px;
    font-weight:500;
}
.choose_skills .slider {
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #002157;
}
.choose_skills .round {
    border-radius: 20px;
}
.choose_skills .slider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #002157;
}
.choose_skills .round:before {
    border-radius: 50%;
}
.choose_skills .switch input:checked + .slider {
    background-color: #002157;
}
.choose_skills .switch input:checked + .slider:before {
    -webkit-transform: translate(26px, -50%);
    -ms-transform: translate(26px, -50%);
    transform: translate(26px, -50%);
}
@media(max-width:575px){
    .choose_skills{
        position: absolute;
        top: 265px;
        right:10px;
        text-align: end;
    }
    .choose_skills .switch {
        margin: 10px 0px 0px;
    }
    .skills_card .skills_box{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .skills_card .image_wrap img{
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .skills_card .skills_info{
        padding-left:0px;
    }
    .price_text,.choose_skills{
        text-align: center;
        margin: 10px 0;
    }
}

.howitworks_card.work_steps .howitworks_box{
    opacity: 1;
    margin: 62px 0 0;
}
.work_steps.howitworks_card .howitworks_box .howitworks_content {
    padding: 60px 15px 15px;
    background: #44a990;
    position: relative;
    border-radius: 25px 0px 25px 25px;
    min-height: 288px;
}
.work_steps.howitworks_card .howitworks_box .howitworks_content h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #000;
} 
.work_steps.howitworks_card .howitworks_box:first-child .howitworks_content h2 {
    color: #fff;
}   
.work_steps.howitworks_card ul li{
  /* font-size: 16px !important; */
  /* line-height: 1.2; */
}
.howitworks_card.work_steps{
    display: flex;
    gap: 25px;
    margin: 0 0 20px;
}
@media(max-width:675px){
    .howitworks_card.work_steps{
        flex-direction: column;
    }
    .howitworks_card.work_steps .howitworks_box{
        width: 100%;
    }
    .work_steps.howitworks_card .howitworks_box .howitworks_content {
        min-height: auto;
        margin: 0;
    }
}



.left_sidebar{
    background: #eef6f5;
    padding: 30px 20px;
    border-radius: 20px;
    min-height: 670px; 
    margin-right: 30px;
}
 @media (max-width: 767.98px) {
     .left_sidebar{
         margin-bottom:20px;
        margin-right: 0px;
    }
}
.profile_pic {
    position: relative;
    display: block;
    margin: 0px auto 20px;
    height: 200px;
    overflow: hidden;
    border: #ffffff solid 8px;
    border-radius: 200px;
    width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
 @media (max-width: 767.98px) {
  .profile_pic {
      height: 180px;
      width: 180px;
      border: #ffffff solid 5px;
  }
}
.profile_pic.parent {
    height: 100px;
    width: 100px;
    border: #fff solid 5px;
}
.profile_pic img {
    display: block;
    width: 100%;
}

.sidebar_nav .nav-tabs {
    margin-bottom: 0px;
    display: block;
    border-bottom: none;
}
.sidebar_nav .nav-tabs li {
    position: relative;
    float: none;
    margin:0px;  
}
.sidebar_nav .nav-tabs .nav-item.show .nav-link, .sidebar_nav .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #002157;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 15px;
}
.sidebar_nav .nav-tabs .nav-item.show .nav-link, .sidebar_nav .nav-tabs .nav-link.active i{
    color: #ffffff;
}
.sidebar_nav .nav-tabs .nav-link {
    color: #6f6f6f;
    margin-right: 5px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 18px 3px !important;
    background-color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 10px;
    text-align:left;
    min-width: 100%;
    line-height: normal;
    font-size:16px;
    height: auto;
    transition: all 0.3s;
    border: none;
}
.sidebar_nav .nav-tabs .nav-link i{
    position: relative;
    margin-right: 0;
    font-size: 20px;
    transform: scale(1);
    transition: all 0.3s;
    top: 2px;
}
.sidebar_nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #002157;
    background-color: #002157;
    color: #fff;
}
.sidebar_nav .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover i{
    color: #fff;
}
.sidebar_nav .nav-tabs .nav-link {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.green_tick i {
    color: #4CAF50;
}
.green_tick.warning i {
    color: #ff9800;
}
.green_tick{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
}
.green_tick i{
    color: #4CAF50;
}
.green_tick:hover i{
    color: #4CAF50 !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #ef9f00 !important;
}

.right_content_panel {
    padding: 30px;
    border-radius: 20px;
    background: #f9fcff;
    min-height: 670px;
    border: #ddd solid 1px;
}
.right_content_panel .panel-heading{
    border-bottom: 1px solid #ddd;
}
.right_content_panel .panel-heading h4{
  color:#002157;
  font-family: "Jost", sans-serif;
  font-weight:500;
  font-size:28px;
}
.name_title h4{
    color:#002157;
  font-family: "Jost", sans-serif;
  font-weight:500;
  font-size:28px;
}
.custom_radio_2 {
    display: inline-flex;
    flex-direction: row;
    justify-content:left;
    align-items: center;
    white-space: nowrap;
    max-width: none;
}
@media(max-width:768px){
    .custom_radio_2 {
        flex-wrap: wrap;
    }
}
.custom_radio_2 input{
    margin: 0;
}
.custom_radio_2 input[type="radio"] {
    display: none;
}
.custom_radio_2 input[type="radio"]+label {
    position: relative;
    cursor: pointer;
    transition: all 200ms ease;
    z-index: 0;
    line-height: 18px;
    font-weight: 500;
}
.custom_radio_2 input[type="radio"]+label:before {
    content: "";
    position: relative;
    top: -1px;
    height: 19px;
    width: 19px;
    display: block;
    border: #d3dbf2 solid 2px;
    border-radius: 100px;
}
.custom_radio_2 input[type="radio"]:checked+label {
    border-color: #00aeff; 
    color: #000;
}
.custom_radio_2 input[type="radio"]:checked+label:before {
    border: #002157 solid 6px;
}
.custom_radio_2 input[type="radio"]+label {
    padding: 0px;
    text-align: center;
    color: #6f6f6f;
    min-width: 80px;
    display: flex;
    gap: 5px;
}
@media(max-width:767px){
    .left_sidebar,.right_content_panel{
        min-height: auto;
        padding: 10px;
    }
}
@media(max-width:390px){
    .sidebar_nav .nav-tabs .nav-link{
        font-size:13px;
    }
}


.upload_images  {
  position: relative;
  overflow: hidden;
  border: #ef9f00 dashed 2px;
  border-radius: 10px;
  padding: 20px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  height: 180px;
}
.upload_images.large_upload {
    width: 100%;
}

.upload_images span {
  border: none;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.upload_images i {font-size: 30px;color: #ef9f00;}

.upload_images input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.upload_images_block{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.upload_images_block figure{
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  width: 180px;
  margin: 0;
  background-color: #eef6f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: #d1e7e4 solid 1px;
}
.upload_images_block figure img{
    width: 100%;
}


.faq .accordion {
    margin-top: 0px;
    padding-left: 0;
}
.faq .accordion .accordion-item {
    border: none;
    margin-bottom:8px;
    padding: 0px;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
}
.faq .accordion .accordion-item .accordion-header button{
    padding: 16px 45px 16px 30px;
    background: #dceaf4;
    color: #000000;
    font-size: 18px;
    font-weight:500;
    text-transform: capitalize;
    margin: 0px;
    border-radius: 24px;
    outline:none;
}
 @media (max-width: 767.98px) {
   .faq .accordion .accordion-item .accordion-header button{
        padding: 12px 45px 12px 15px;
        font-size: 16px;
        line-height: 1.4;
    }
}
.faq .accordion .accordion-item .accordion-header button:focus{
  outline:none;
  border: none;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header button.collapsed{
    background: transparent;
    color:#000;
}
.faq .accordion .accordion-item .accordion-header button:after {
    content: "\F4FA";
    position: absolute;
    font-family: "bootstrap-icons";
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    color: #011941;
    background-image: none;
    font-size: 24px;
    border: none;
}
.faq .accordion .accordion-item .accordion-header button.collapsed:after {
    content: "\F2E6";
    font-family: "bootstrap-icons";
}
.faq .accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 30px;
}
 @media (max-width: 767.98px) {
    .faq .accordion .accordion-body {
        padding: 20px 15px;
    }
}
.left_img{
    overflow: hidden;
    margin-right: 30px;
    border-radius: 0 70px;
}
.left_img img{
    width: 100%;
}
.contactus_info {
     list-style: none;
     margin: 0 40px 20px 0;
     background-color: #ecf6fa;
     padding: 40px;
     border-radius: 30px;
}
.contactus_info h3{
  font-family:Jost;
  font-weight: 500;
  color: #002157;
}
 @media (max-width: 768px) {
    .contactus_info {
         margin: 0 0 20px 0;
         padding: 15px;
         border-radius: 0 30px;
         min-height: auto;
    }
}
 .contactus_info li {
     display: block;
     position: relative;
     padding-left: 62px;
     margin: 0 0 20px 0;
}
 .contactus_info i {
     position: absolute;
     left: 0;
     top: -7px;
     font-size: 26px;
     color: #ffffff;
     padding: 7px;
     border-radius: 200px;
     background-color: #ef9f00;
     height: 50px;
     width: 50px;
     text-align: center;
}
 .heading6 {
     font-size: 35px;
     font-weight: bold;
     position: relative;
     margin: 0 0 35px;
}
 .heading6 small {
     font-size: 18px;
     color: #e91d24;
     font-weight: 500;
     display: block;
}
 @media (max-width: 767.98px) {
     .heading6 {
         font-size: 25px;
    }
}
 .heading6:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -5px;
     width: 50px;
     height: 2px;
     background: #ef9f00;
}
.map{
    vertical-align: top;
    border-radius: 20px;
    border: #ccc solid 1px;
    overflow: hidden;
    padding: 5px;
}
.map iframe{
    vertical-align: top;
    border:none;
    border-radius: 15px;
}
.alert-success-custom {
    background-color: #d4edda;
    text-align: center;
    color: #155724;
    padding: 15px 20px;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    border-left: 5px solid #28a745;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .alert-success-custom {
        padding: 12px 15px;
        font-size: 14px;
        border-radius: 6px;
        text-align: center;
    }
}