<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.popup-dialog-package {
  height: 100%;
  /*box-shadow: rgb(241 241 251) 0px 4px 20px 0px;*/
  padding-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.dialog-backdrop{
  position: fixed;
  top: 0;
  background-color: rgb(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 99;
}

.contact-circle{
  cursor: default !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  border: none !important;
  display: block !important;
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  visibility: visible !important;
  z-index: 9 !important;
  max-height: 100vh !important;
  max-width: 100vw !important;
  background: none transparent !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  touch-action: auto !important;
  width: 104px !important;
  height: 104px !important;
  transition: all 0s !important;
  transition-delay: 400ms !important;
}

.img-circle{
  /*  width: 90px;
    height: 90px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 300ms ease-in-out 0s, box-shadow 300ms ease-in-out 0s;
    border: none;
    bottom: 70px;
    right: 20px;
    border: 3px solid #ffffff;
    border-color: #F6921A;*/
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block!important;
    border: 3px solid #ffffff;
    border-color: var(--v1-orange);
    cursor: pointer;
    overflow: hidden;
  }

  .button-circle{
    position: relative!important;
    height: 0px!important;
    bottom: 70px;
    right: 20px;
  }
  
  .img-circle {
    box-shadow: 0 0 0 0 rgba(255, 180, 90, 0.5);
    -webkit-animation: pulse 1.5s infinite;
  }
  
  .img-circle:hover {
    -webkit-animation: none;
  } 

  @-webkit-keyframes pulse {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
  }

  .tawk-badge.tawk-min-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    box-shadow: 0 2px 5px rgb(197 245 227);
  }
  .tawk-badge, .tawk-button {
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
  }
  .tawk-badge {
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 1.25rem;
/*    background-image: linear-gradient(to bottom, #53d9a1, #4ad49c, #41cf98, #37cb93, #2bc68f);*/
background-color: var(--v1-green);
color: #fff;
border-radius: 50%;
}
.tawk-flex-middle {
  -ms-flex-align: center;
  align-items: center;
}
.tawk-flex-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.tawk-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.heartBeat i {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  animation: 1s ease-in-out 0s normal none infinite running shake;
}

@keyframes shake {
  0% {
    transform: rotate(0deg) scale(1) skew(0.5deg);
  }
  10% {
    transform: rotate(-10deg) scale(1) skew(0.5deg);
  }
  20% {
    transform: rotate(10deg) scale(1) skew(0.5deg);
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(0.5deg);
  }
  40% {
    transform: rotate(10deg) scale(1) skew(0.5deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(0.5deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(0.5deg);
  }
}

.button-messenger{
  position: absolute;
  border-radius: 5px!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  height: 45px!important;
  line-height: 25px!important;
  color: #f69332;
  font-size: 14px!important;
  text-align: center!important;
  border-radius: 10px!important;
  padding: 0 30px 0 20px !important;;
  min-width: 80px;
  max-width: 300px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(250 250 250) 0% 0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
  right: 40px;
  bottom: 10px;
}

.drawer {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  bottom: -40px;
  right: 0;
  overflow: hidden;
}

.speech_bubble_arrow {
  position: absolute;
  width: 55px;
  height: 60px;
  bottom: 30px;
  right: -15px;
  border-radius: 40px;
  border-left: 17px solid rgba(250,250,250,.65);
  transform: rotate(-5deg);
  content: '';
  box-shadow: inset 6px 20px 10px 0 rgba(0,0,0,.15);
}


.close-icon-wrapper {
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: silver;
}

.close-icon-wrapper::after {
  /*    font-family: 'IcoFont' !important;
    display: inline-block;
    content: "\eee4";*/
    color: inherit;
    font-size: 16px;
    top: 0;
    height: 20px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
  }

  .box-package {
    box-sizing: border-box;
    border-radius: 6px;
    /*border: 1px solid rgb(233, 233, 241);*/
    background-color: rgb(255, 255, 255);
    padding-bottom: 5px;
    height: initial;
    transition: filter 250ms ease-out 0s;
  }


  .box-package:hover {
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 4px 6px);

  }

  .css-g472pl {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(233, 233, 241);
  }

  .css-ckjfka {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    font-weight: bold;
  }
  .css-o6nsxn {
    font-size: 2rem;
  }
  .css-1clja59 {
    vertical-align: middle;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transform: translateY(0px);
    font-size: 1rem;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 26px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    line-height: 3.375;
    padding: 0px 1.375rem;
    margin: 0px auto;
    width: 328px;
    max-width: 90%;
    display: block;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: all 250ms ease-out 0s;
    -webkit-tap-highlight-color: transparent;
  }

  .css-1c3ptce {
    padding: 10px;
    border-radius: 0px !important;
  }
  .css-6yr4x0 {
    font-size: 0.9375rem;
    line-height: 0.875rem;
    text-align: center;
    color: #888;

  }

  .highlighted.css-g472pl {
    background-color: rgb(248, 219, 146);
  }

  .css-1h1qnj6 {
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .css-1g693ny {
    list-style: disc;
    margin-bottom: 40px;
  }

  .css-6x359l {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
  }


/*===================pro=====================*/
.css-1bww40p {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: rgba(8,25,43,0.65);
  text-align: center;
  margin-bottom: 34px;
  padding: 5px;
  width: fit-content;
  display: table;
  position: absolute;
  top: -10px;
  left: 25px;
  white-space: nowrap;
}

.highlighted-gold  {
  /*background-color: rgb(248, 219, 146);*/
  background: linear-gradient( 
    270deg
    , #a06b2a -91.99%, #dabd74 -61.25%, #c09d52 -36.98%, #a88033 -10.96%, #9f7527 3.6%, #a47c2f 8.89%, #b39044 16.93%, #cbb166 26.73%, #ecdf95 37.81%, #fdf6ae 42.95%, #cba861 75%, #bd8d42 100%);
}


.highlighted-gold .package-title{
  color: #694b12;
}

.highlighted-gold.line-gold {
  border-bottom: 1px solid  rgb(231, 186, 75);
}


.highlighted-silver  {
  /*background-color: rgb(248, 219, 146);*/
  background: linear-gradient(
    270deg
    , #9a927c -65.67%, #a89e87 -62.65%, #beb099 -56.64%, #cbbba4 -50.88%, #d0bfa8 -45.69%, #a69985 -12.39%, #8a7f6d 13.96%, #918774 19.21%, #a59b89 27.16%, #c6beaa 36.83%, #f3edd8 47.77%, #fef8e3 50.13%, #e8e8d4 67.18%, #9a927c 100%);
}

.highlighted-silver .package-title{
  color: #584d38;
}

.highlighted-silver.line-silver{
  border-bottom: 1px solid  #cbbba4 ;
}

.highlighted-gray  {
  /*background-color: #ddd;*/
  background: linear-gradient( 
    270deg
    , #9a927c -107.97%, #a89e87 -103.89%, #beb099 -95.76%, #cbbba4 -87.97%, #d0bfa8 -80.95%, #a69985 -35.9%, #666666 -2.6%, #999999 15.25%, #cccccc 30.66%, #dce0e4 45.46%, #ebeff2 48.66%, #cccccc 71.72%, #666666 116.11%);
}

.highlighted-gray .package-title{
  color: #504d4d;
}

.highlighted-gray.line-gray {
  border-bottom: 1px solid  #bbb;
}



.css-372q7q {
  font-size: 1.125rem;
  border-top: 1px solid rgb(233, 233, 241);

  /*display: flex;*/
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 0px !important;
}
.elementor-price{
  padding-right: 15px;
  padding-left: 15px;
}

.elementor-price-table__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: rgb(21, 19, 32);
  font-weight: 800;
  font-size: 65px;
}

.elementor-price-table__period {
  font-size: 16px;
  font-weight: 500;
  line-height: .1em;
  letter-spacing: 0;
}

.elementor-price-table__after-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

.elementor-price-table__integer-part {
  line-height: .8;
}


.package-title {
  font-size: 3.25em;
  line-height: 1;
  margin-bottom: .5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.ul-package {
  padding: 0;
  list-style: none;
  padding: 1em 2em 1em;
}
.ul-package&gt;li:not(:last-child) {
  margin-bottom: .5em;
}
.ul-package&gt;li {
  padding-left: 2em;
  background: url(images/icon/hexagon.svg) no-repeat .25em .4em;
  background-size: .6em .6em;
}

.pd-plan{
 padding: 2em 0em 2em;
}

.registration {
  margin-bottom: 20px;
  border-radius: 0px !important;
  text-align: center;
}


.css-17fvmva {
  color: rgb(21, 19, 32);
  position: relative;
  width: 100%;
}

.vertical-table-package {
  width: 100%;
  height: 100%;
  display: table;
}

.package-conditions{
  padding: 20px;
  background: #f5f7fa;
  border-radius: 20px;
}

.point-conditions li{
  margin-bottom: 20px;
}




/*=======================================*/

.condition-detail li::marker {
  list-style: disc;
  margin-left: 55px;
  color: #f15a2b;
  margin-bottom: 5px;
  font-size: 24px;
}



.component-accordion {
  /*width: 100%;*/
  /*    display: inline-block;*/
  /*background-color: #e3e2e3;*/
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  background: url(../images/page-package/pack-condition.jpg) no-repeat left top #000;
}
.component-accordion .panel-group:last-child {
  margin-bottom: 15px;
}
.component-accordion .panel-group .panel {
  /*border: 1px solid transparent;*/
  margin-bottom: 15px;
  overflow: hidden;
}
.component-accordion .panel-group .panel-heading {
 border-color: #428bca;
 color: #fff;
 padding: 0;
 border-bottom: 1px solid transparent;
 /*display: inline-block;*/
}
.component-accordion .panel-group .panel-heading h4 {
  margin: 0;
  color: #fff;
}
.component-accordion .panel-group .panel-heading a {
  background: #FF7805;
}
.component-accordion .panel-group .panel-heading a.collapsed {
  background: #FF7805;
  
}
.component-accordion .panel-group .panel-heading a:hover.active,
.component-accordion .panel-group .panel-heading a.active {
  color: #3ec1d5;
}
.component-accordion .panel-group .panel-title a {
 border-radius: 40px;
 color: #fff;
 display: block;
 font-size: 20px;
 line-height: 1.5;
 position: relative;
 padding: 15px;
 transition: color 0.2s ease-in-out;
 padding-right: 80px;
}
.component-accordion .panel-group .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
.component-accordion .panel-group .panel-title a.collapsed::after,
.component-accordion .panel-group .panel-title a::after {
  content: "\eaa1";
  font-family: IcoFont;
  font-style: normal;
  font-size: 28px;
  line-height: 54px;
  padding-left: 20px;
  position: absolute;
  right: 19px;
  top: 0;
}

.component-accordion .panel-group .panel-title a:after {
  content: "\ea99";
}

.component-accordion .panel-body {
  color: #ffffff;
  padding-top: 20px;
  background: transparent;
}

.component-accordion
.panel-group
.panel-heading
+ .panel-collapse
&gt; .panel-body,
.component-accordion
.panel-group
.panel-heading
+ .panel-collapse
&gt; .list-group {
/*  border-top: 1px solid #eee;
border: 1px solid #428bca;*/
}



.stripes-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 870px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px){
  .stripes-background {
    transform: translate3d(0,0,0);
    background-size: 100%;

  }}
  .stripes-background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 870px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-gs-grey {
    background: #f2f5f7 url(https://wise.com/static-assets/app/_next/static/images/grey-98f334f64c3bbc76c18eff2666b534c5.png) no-repeat left top!important;
    background-size: contain;
  }

  .bg-gs-dark-navy {
    background: #253655 url(https://wise.com/static-assets/app/_next/static/images/dark-navy-1daff38cbdf239274f8d0b87292cf0a0.png) no-repeat left top!important;
    background-size: contain;
  }

  .bg-gs-blue{
    background: url(https://ablehealth.com/wp-content/themes/ablehealth3/img/abstract-blue-with-gradient.png) right top no-repeat;
    background-size: 100%;
  }

  .text-title {
   position: relative;
   font-weight: 700;
   /* color: #1d1862; */
   font-size: 48px;
   color: #fff;
   padding-bottom: 1rem;
   margin-bottom: 1.25rem;
 }

 .text-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: #3296e2;
}


/* Backgrounds */
html, body {
  width: 100%;
  height: 100%;
}
.bg-holder {
  width: 100%;
  height: 200px;

  background-size: cover !important;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content {
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bg-blue-city{
  background-image: url('../images/skyscrapers-from-low-angle-view.jpg');

}

/*.dsfds{
  background: transparent url(https://wp.dreamitsolution.net/techno-main/techno/wp-content/uploads/2020/06/abs-bg7.png) center center/cover no-repeat scroll;
    padding-top: 50px;
    padding-bottom: 50px;
}
*/

.page{
  padding-top: 50px;
  padding-bottom: 50px;
}


.text-orange{
  color: #ff7601
}
.see-also {
  font-size: 18px;
  height: 30px;
  margin-top: 0px;;
  text-align: center;
  color: #ce2736;
  font-weight: 700;
}

.regis{
  font-size: 20px;
  height: 30px;
  margin-top: 0px;;
}

.see-also-price {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: line-through;
  font-size: 24px;
  font-weight: 700;
}








.btn-orange-advertising{
  background-color: #ff7700;
  color: #fff !important;
  padding: 8px 43px;
  border-radius: 32px;
  font-size: 22px;
}

.package-level{
  font-size: 2rem;
}

.package-level h3{
  font-size: 2.3rem;
}
.pricing-p{
 padding: 15px 5px;
 border-radius: 5px;
}

.pricing-siver{
  /*  background: linear-gradient(135deg, rgba(203,203,203,1) 0%, rgba(162,162,162,1) 30%, rgba(143,143,143,1) 64%, rgba(185,185,185,1) 100%);*/
  background: linear-gradient(135deg, #aba7a7 0%,#a2a2a2 50%,#8f8f8f 51%,#8f8f8f 71%,#cbcbcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f8fb',GradientType=1 );
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}

.pricing-gold{
  /*  background: linear-gradient(135deg, rgba(228,198,121,1) 0%, rgba(204,174,99,1) 30%, rgba(194,164,90,1) 64%, rgba(210,184,117,1) 100%);*/
  background: linear-gradient(135deg, #e4c679 0%,#ccae63 50%,#e4c679 51%,#c2a45a 71%,#e4c679 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#343a40',GradientType=1 );
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}

.pricing-premium{
 /* background: linear-gradient(135deg, rgba(249,154,75,1) 0%, rgba(248,133,39,1) 30%, rgba(255,123,7,1) 64%, rgba(250,149,66,1) 100%);*/
 background: linear-gradient(135deg, #f38424 0%,#f7892e 50%,#f7a969 51%,#ff7601 71%,#f38424 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ac50', endColorstr='#05ac50',GradientType=1 );
 background-size: 400% 400%;
 -webkit-animation: AnimationName 3s ease infinite;
 -moz-animation: AnimationName 3s ease infinite;
 animation: AnimationName 3s ease infinite;
 -webkit-animation: AnimationName 3s ease infinite;
 -moz-animation: AnimationName 3s ease infinite;
 animation: AnimationName 3s ease infinite;
 border: medium none;
}

.pricing-diamond{
 /* background: linear-gradient(135deg, rgba(2,120,211,1) 0%, rgba(2,100,180,1) 30%, rgba(2,92,161,1) 64%, rgba(2,115,207,1) 100%);*/
 background: linear-gradient(135deg, #0278d3 0%,#0264b4 50%,#0278d3 51%,#025ca1 71%,#0278d3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797b7f', endColorstr='#828589',GradientType=1 );
 background-size: 400% 400%;
 -webkit-animation: AnimationName 3s ease infinite;
 -moz-animation: AnimationName 3s ease infinite;
 animation: AnimationName 3s ease infinite;
 -webkit-animation: AnimationName 3s ease infinite;
 -moz-animation: AnimationName 3s ease infinite;
 animation: AnimationName 3s ease infinite;
 border: medium none;
}

.pricing-bronze {
  /* background: linear-gradient(135deg, rgba(203,203,203,1) 0%, rgba(162,162,162,1) 30%, rgba(143,143,143,1) 64%, rgba(185,185,185,1) 100%); */
  background: linear-gradient(135deg, #dbc19f 0%,#d5bb98 50%,#c8af8b 51%,#b29a78 71%,#dbc19f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f8fb',GradientType=1 );
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}

@-webkit-keyframes AnimationName {
  0%{
    background-position:0% 31%
  }
  50%{
    background-position:100% 70%
  }
  100%{
    background-position:0% 31%
  }
}
@-moz-keyframes AnimationName {
  0%{
    background-position:0% 31%
  }
  50%{
    background-position:100% 70%
  }
  100%{
    background-position:0% 31%
  }
}
@keyframes AnimationName {
  0%{
    background-position:0% 31%
  }
  50%{
    background-position:100% 70%
  }
  100%{
    background-position:0% 31%
  }
}


.text-title:after {
  background-color: transparent;
}

/*table*/


/* Fixed Headers */
th {
  vertical-align: bottom;
  background-color: #132948;
  color: #fff;
}

th {
  position: sticky;
  top: 0;
  z-index: 2;
}

th[scope=row] {
  position: sticky;
  left: 0;
  z-index: 1;
}

th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: inherit;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}

table:nth-of-type(2) th:not([scope=row]):first-child {
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
}

/* Strictly for making the scrolling happen. */

th[scope=row] + td {
  min-width: 24em;
}

th[scope=row] {
  min-width: 20em;
}

@media (max-width: 768px){
  th {
    position: relative;
    top: 0;
    z-index: 2;
  }

  th[scope=row] {
    position: relative;
  }
}

@media (max-width: 820px){
  th {
    position: relative;
    top: 0;
    z-index: 2;
  }

  th[scope=row] {
    position: relative;
  }
}
/*====*/

.table-bordered thead th, .table-bordered thead td {
  padding: 23px 20px;
  width: 150px;
  height: 120px;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.table-bordered th, .table-bordered td {
  border: 1px solid rgb(255 255 255 / 20%);
  border-left: 0;
  border-top: 0;
  padding: 10px 10px;
  width: 150px;
  height: 70px;
}

.table-bordered th:last-child, .table-bordered td:last-child {
  border-right: 0;
}

.table-bordered tbody tr:last-child td {
  border-bottom: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: visible;
  border-radius: 0px;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}



th:first-child, td:first-child {
  border-left: 0;
  min-width: 430px;
  max-width: 500px;
 /*   white-space: normal;
    position: -webkit-sticky;
    position: sticky;*/
    left: 0;
    z-index: 20;
  }
  @media (max-width: 768px){
    .table-responsive {
      overflow-x: auto;
    }
    th:first-child, td:first-child {
      min-width: 215px;
    }
  }

  @media (max-width: 820px){
    .table-responsive {
      overflow-x: auto;
    }
    th:first-child, td:first-child {
      min-width: 215px;
    }
  }

  .subtitle {
    color: #C1BDBA;
    font-size: 1.1rem;
  }

  .intro-copy {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4%;
    width: 90%;
  }


  .pricing .table td{
   font-size: 1.2rem;
   color: #fff;
   vertical-align: middle;
   /*min-width: 145px;*/
 }

 .pricing  .table b{
   color: #ff7601;
 }

 .pricing  .pricing-total .text-center{
  font-size: 1.5rem;
}

.pricing .pricing-total .text-center span{
  color: #fff;
  font-size: 1rem;
}

.pricing .pricing .u-border-white{
  border: 1px solid #ffffff!important;
}

.pricing .u-white{
  background-color: #ffffff;
}

.pricing .tab-or{
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  /*background-color: #FF7805;*/
}

.pricing .tab-bl{
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  /*background-color: #0063A8;*/
}

.pricing .btn-orange{
  padding: 9px 31px 9px 30px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background-color: #FF7805;
}

.pricing .btn-blue{
  padding: 9px 31px 9px 30px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  background-color: #0063A8;
}




/*banner*/
.img-plans{
  margin-right: 30px;
  display: none;

}
.title-package{
  font-size: 45px;
}

.title-package span{
  color: #FF7805;
  font-size: 2.3rem;
}

.img-pack{
  border-radius: 10px;
}

.box-pa h3{
  font-weight: 800;
  font-size: 1.8rem;
}

.box-pa img{
  margin-bottom: 30px;
}




.vdo-con{
  background: rgb(255 255 255);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 16px 0 rgb(56 46 44 / 8%);
}

.vdo-con .img-pack{
  border-radius: 0px; 
}









/*==============================pop-up*/




/*----------------*/


.background{
  width: 430px;
  height: 520px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.background .shape{
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
}
.shape:first-child{
  background: linear-gradient(
    #1845ad,
    #23a2f6
  );
  left: -80px;
  top: -80px;
}
.shape:last-child{
  background: linear-gradient(
    to right,
    #ff512f,
    #f09819
  );
  right: -30px;
  bottom: -80px;
}










.card-bussiness {
  max-width: 500px;
  margin: 1.75rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.card-bussiness .card-bussiness-body{
  max-width: 550px;
  margin: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: white;
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  color: #2b2c48;
}

.card-bussiness .dialog-header{
 /* position: relative;
  display: flex;
  height: 200px;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s;*/
}

.card-bussiness .dialog-header * {
  transition: 0.3s;
}

.card-bussiness .card-cover{
  width: 100%;
  height: 100%;
  position: absolute;
  height: 250px;
  top: -20%;
  left: 0;
  will-change: top;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.2);
  transition: 0.5s;
}

.btn-confirm{
  background-color: #ff7700;
  color: #fff;
  padding: 5px 30px;
  border-radius: 24px;
}

.btn-confirm:hover{
  color: #fff;
  background-color: #ff6600;
}

.popup_contact{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

@media (max-width: 768px){
 .popup_contact{
  margin: 1.5rem;
}
}

.dialog-footer button {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  padding: 6px 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  z-index: 4;
}

.dialog-body .form-control{
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  background: none;
  color: #1a3b5d;
}


.card-input__label {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 800;
  color: #1a3b5d;
  width: 100%;
  display: block;
  user-select: none;
}

::placeholder{
  font-size: 14px;
  color: #eee;
}

.btn-orange:hover {
  background-color: #eee;
  color: #fff;
}

.card-bussiness .dialog-content{
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 15px;
  border-radius: 7px;
}

.card-bussiness .dialog-content:before {
  left: 120px;
  background-color: #ffffff;
  display: block;
}
.card-bussiness .dialog-content:before {
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 6px;
  content: " ";
  transform: rotate(29deg) skew(-35deg);
}

.dialog-minimize{
  z-index: 9;
  transition: all 0.5s ease;
  position:z-index: 9;
  transition: all 0.5s ease;
  position: absolute;
  background-color: #0277d4;
  padding: 5px 7px;
  line-height: 12px;
  right: 8px;
  margin-left: 0px;
  margin-top: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: white;
  -webkit-box-shadow: -4px -2px 6px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
  box-shadow: -3px 1px 6px 0px rgb(0 0 0 / 10%);
}

.dialog-minimize:hover{
 background-color: #6c757d;
 color: #ffffff;
}

@media (max-width: 768px){
  .card-bussiness .dialog-content:before {
    display: none;
  }
}

.card-input__input {
  flex: 1;
  margin-right: 15px;
}

.card-input__input:last-child {
  margin-right: 0;
}

.card-bussiness .dialog-body{
  padding: 10px 30px 30px;
  border: 1px solid #ced6e0;
  border-radius: 8px;
}
.card-avatar {
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
 /* -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;*/
  bottom: 0;
  /*left: 50%;*/
  /*transform: translateX(-50%) translateY(-64px);*/
}

.card-fullname {
  /*position: absolute;*/
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
 /* text-align: center;
  white-space: nowrap;
  transform: translateY(0px) translateX(-50%);
  left: 50%;*/
}

.card-jobtitle {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-7px);
}

.card-main {
  position: relative;
  flex: 1;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
}

.card-subtitle {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.card-content {
  padding: 20px;
}

.card-desc {
  line-height: 1.6;
  color: #636b6f;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.card-social {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.card-social svg {
  fill: #a5b5ce;
  width: 16px;
  display: block;
  transition: 0.3s;
}
.card-social a {
  color: #8797a1;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: rgba(93, 133, 193, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}
.card-social a:hover svg {
  fill: #637faa;
}
.card-social a:last-child {
  margin-right: 0;
}

.card-buttons {
  display: flex;
  background-color: #fff;
  margin-top: auto;
  position: sticky;
  bottom: 0;
  left: 0;
}
.card-buttons button {
  flex: 1 1 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0;
  font-size: 13px;
  border: 0;
  padding: 15px 5px;
  cursor: pointer;
  color: #5c5c6d;
  transition: 0.3s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 3px solid transparent;
}
.card-buttons button.is-active, .card-buttons button:hover {
  color: #2b2c48;
  border-bottom: 3px solid #8a84ff;
  background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.card-section {
  display: none;
}
.card-section.is-active {
  display: block;
  -webkit-animation: fadeIn 0.6s both;
  animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}
.card-timeline {
  margin-top: 30px;
  position: relative;
}
.card-timeline:after {
  background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
  content: "";
  left: 42px;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
}

.card-item {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
  z-index: 1;
}
.card-item:last-child {
  padding-bottom: 5px;
}
.card-item:after {
  content: attr(data-year);
  width: 10px;
  position: absolute;
  top: 0;
  left: 37px;
  width: 8px;
  height: 8px;
  line-height: 0.6;
  border: 2px solid #fff;
  font-size: 11px;
  text-indent: -35px;
  border-radius: 50%;
  color: rgba(134, 134, 134, 0.7);
  background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.card-item-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.card-item-desc {
  font-size: 13px;
  color: #6f6f7b;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}

.card-contact-wrapper {
  margin-top: 20px;
}

.card-contact {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6f6f7b;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  cursor: pointer;
}
.card-contact + .card-contact {
  margin-top: 16px;
}
.card-contact svg {
  flex-shrink: 0;
  width: 30px;
  min-height: 34px;
  margin-right: 12px;
  transition: 0.3s;
  padding-right: 12px;
  border-right: 1px solid #dfe2ec;
}

.contact-me {
  border: 0;
  outline: none;
  background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
}





/*----------------04042023---------------------*/


.package h1{
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.package h2{
 font-size: 1.4rem;
 line-height: 2rem;
}

.card_service .dropdown-menu {
  position: absolute;
}

.card_service .dropdown-menu.show {
  animation: slideUp .4s;
  animation-fill-mode: forwards;
  border-radius: 15px;
/*  transform: translate3d(0px, 42px, 0px)!important;*/
background-color: #ffcb9e;
border: 6px solid #f79330;
color: #000;
}
.card_service .dropdown-menu {
/*  min-width: 200px;
  margin-top: 3rem;
  transform: translateY(30px); */
  transition: transform .2s;
  color: #333;
  border: none;
  outline: none!important;
  font-size: 18px;
}
.card_service .dropdown-menu {
  position: static;
/*  left: -200px!important;*/
}
.card_service .dropdown-menu.show {
  display: block;
}
.card_service .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.card_service .dropdown-menu {
  box-shadow: 0 0 1.5rem rgba(0,0,0,.175);
}


.card_service .dropdown-menu:after{
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 170px;
}

.card_service .dropdown-menu:after {
 /* border-bottom: 10px solid #fd9f4a;
  top: -9px;*/
}

.card_service .dropdown-menu {
  z-index: 1;
}


/*Package*/
.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px){
  .collection-list-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px){
  .collection-list-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px){
  .collection-list-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px){
  .collection-list-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.collection-list-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 30px;
  border-radius: var(--v1-radius-lg);
  box-shadow: var(--v1-sha01);
  background-color: var(--v1-navy);
}

@media screen and (max-width: 991px){
  .collection-list-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card_info{
    flex-direction: column;
  }
}

@media screen and (max-width: 767px){
  .collection-list-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .card_info{
    flex-direction: column;
  }
}

.card_service{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  overflow: hidden;*/
margin-right: 0;
margin-bottom: 0;
padding: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
border-radius: var(--v1-radius-lg);
background-color: #ffffff;
color: #0d0d0d;
transition: .5s;
/*box-shadow: 0 2px 48px rgba(110,123,129,.2);*/
/*box-shadow: 0 1px 7px 0 rgba(0,0,0,.3);*/
box-shadow: var(--v1-sha01);
border: var(--v1-border);
}

.card_service .dropdown-menu {
  transform: translateY(50px);
  transition:.5s ease all;
}
.card_service .dropdown-menu.show {
 opacity:1;
 transform: translateY(0px);
 transition:.5s ease all;
}

.service_content {
 /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_name {
  margin-top: 30px;
/*  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
 align-items: flex-start;
  grid-row-gap: 0px;
  -ms-grid-columns: auto -webkit-max-content;
  -ms-grid-columns: auto max-content;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;*/
}
.w-layout-grid {
/*  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 15px;*/
  display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;

}

.service_image {
 border-radius: var(--v1-radius-lg);
/*  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);*/
/*box-shadow: 0 1px 7px 0 rgba(0,0,0,.3);*/
border: 1px solid #dddddd;
background-image: linear-gradient(68deg,#e7faf5,#e0ecfd,#fefafc);
object-fit: cover;
width: 100%;
/*  height: 174px;*/
}

.subtitle-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
/*  font-family: Poppins,sans-serif;*/
}

.detail.black {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  text-decoration: none;
}
.number_slides {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  border: 0
}

.number_slides.black{
  background-color: var(--v1-orange);
  color: #fff;
}

.number_slides.blue{
  font-size: 17px;
  padding: 5px 45px;
  background-color: var(--v1-orange);
  color: white;
  border: 0;
}

.number_slides:hover{
  transform: scale3d(.95,.95,1.01)!important;
  text-decoration: none;
}

.link_block {
  position: static;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
  color: #0d0d0d;
  text-decoration: none;
}

.service_content .dropdown-menu{
  padding: 20px;
  min-width: 350px;
/*  top: 40px;*/
}

.service_content .dropdown, .service_content .dropup{
  display: inherit;
}
.service_content .dropdown b{
  font-family: Poppins,sans-serif;
  font-size: 18px;
}





.card_price{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
  margin-right: 0;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #ffffff;
  color: #0d0d0d;
/*  box-shadow: 0 4px 6px 4px rgb(12 11 11 / 30%);*/
/*border: 3px solid #d4d4d4;*/
/*border: 3px solid #ececec;
box-shadow: 4px 4px 0 0 #ececec;*/
border-radius: 30px;
/*box-shadow: 0 0 1px #6060604f, 0 12px 24px -6px #60606026;*/
/*box-shadow: 0 1px 7px 0 rgba(0,0,0,.3);*/
transition: .5s;
transform: translateY(0px);
border: 2px solid #cac2bd;
box-shadow: 6px 6px 0 0 rgba(0,0,0,.2);
}

/*.card_price:hover{
 transform: translateY(-10px);
}*/


.price_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 140px 30px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



[class^=ribbon-] {
  position: absolute;
  margin-bottom: 80px;
}
[class^=ribbon-]:before, [class^=ribbon-]:after {
  content: "";
  position: absolute;
}


.ribbon-1 {
  width: 190px;
  height: 130px;
  top: -30px;
  left: 21%;
  border-radius: var(--v1-radius-lg);
  box-shadow: 6px 6px 0 0 rgba(0,0,0,.2);
}

.bronze .ribbon-1{
  background: #e0c8ac;
/*background: linear-gradient(#dfc6aa,#c3aa89);*/
}
.silver .ribbon-1 {
  background: #d4d4d4;
/*background: linear-gradient(#c1c1c1,#9f9f9f);*/
}
.gold .ribbon-1{
  background: #dfc17a;
/*background: linear-gradient(#e4c67e,#c3a661);*/
}
/*
.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 30px solid #e0c8ac;
  border-right: 12px solid transparent;
  right: -12px;
}

.bronze .ribbon-1:before {
  border-bottom: 30px solid #b59d7d;
}
.silver .ribbon-1:before {
  border-bottom: 30px solid #959495;
}
.gold .ribbon-1:before {
  border-bottom: 30px solid #c3a561;
}


.ribbon-1:after {
  height: 0;
  width: 0;
  border-bottom: 30px solid transparent;
  bottom: -29px;
}

.bronze .ribbon-1:after {
 border-left: 85px solid #c5ac8d;
 border-right: 85px solid #c5ac8d;
}
.silver .ribbon-1:after {
 border-left: 85px solid #9f9f9f;
 border-right: 85px solid #9f9f9f;
}
.gold .ribbon-1:after {
 border-left: 85px solid #c3a661;
 border-right: 85px solid #c3a661;
}*/


.price_content ul{
  list-style: none;
  padding: 0;
}

.price_content  li{
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
}


.price_content li::before {
  content: 'âœ”';
/*content: url('../images/page-package/1805.svg');*/
color: var(--v1-blue);
float: left;
margin-left: -30px;
}

.card_price.bronze button, .card_price.silver button, .card_price.gold button{
 border-radius: var(--v1-radius-curved);
 border: none;
 padding: 10px;
 font-weight: 600;
 width: 80%;
 position: relative;
 display: inline-block;
 transition: all .3s;
 color: #ffffff;
 font-size: 19px;
}
.card_price.bronze button:hover, .card_price.silver button:hover, .card_price.gold button:hover{
  transform: scale3d(.95,.95,1.01)!important;
}

.card_price.bronze button{
  background: #e0c8ac;
/*background: linear-gradient(#dfc6aa,#c3aa89);*/
color: #705b3f;
border-color: rgba(255, 255, 255, .1), rgba(255, 255, 255, 0.05);
}
.card_price.silver button{
  background: var(--v1-orange);
/*background: linear-gradient(#c1c1c1,#9f9f9f);*/
}
.card_price.gold button{
  background: #dfc17a;
/*background: linear-gradient(#e4c67e,#c3a661);*/
color: #78612d;
}

.ribbon-1 .content{
  text-align: center;
  padding: 30px 15px;
  color: #1f1f1f;
}


/*.bronze .ribbon-1 .content{
  color: #705b3f;
}
.silver .ribbon-1 .content{
  color: #666262;
}
.gold .ribbon-1 .content{
  color: #78612d;
}

*/
.ribbon-1 .content b{
  font-size: 30px;
  text-transform: uppercase;
}

.ribbon-1 .content .mounth{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.ribbon-1 .content .price{
  font-size: 25px;
  font-weight: 600;
}

.cd-currency {
  display: inline-block;
  margin-top: -5px;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
}

.card_info{
 gap: 21px;
 display: flex;
 justify-content: center;
 align-items: center;
/* border: 1px solid #000000;*/
padding: 25px;
border-radius: var(--v1-radius-lg);
/* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);*/
box-shadow: 6px 6px 0 0 rgba(0,0,0,.2);
transition: .5s;
transform: translateY(0px);
background-color: #ffffff;
}
.card_info:hover{
  transform: translateY(-10px);
  text-decoration: none;
}

.card_info .image-0-2-208 {
  width: 40px;
  height: 40px;
  background-color: var(--v1-orange);
  border-radius: 12px;
  flex-shrink: 0;
  padding: 10px;
  color: #ffff;
  line-height: 21px;
  text-align: center;
}

.card_info .title{
  font-size: 16px;
  line-height: 20px;
  color: var(--c-black);
  text-decoration: none;
  font-weight: bold;
}

.card_blog .blog_body{
  padding: 15px;
  border-radius: 24px;
  background-color: #fff;
  color: #0d0d0d;
  transition: .5s;
  box-shadow: 0 2px 48px rgba(110,123,129,.2);
  margin-bottom: 30px;
}

.card_blog .img-blog {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
  border-radius: 14px;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);    max-width: 100%;
  margin-bottom: 15px;
} 

.card_blog .img-blog img{
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  width: 100%;
  height: 207px;
  object-fit: cover;
}

.card_blog .img-blog a:active img, .img-blog a:focus img, .img-blog a:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.card_blog .blog_body .title{
  font-size: 18px;
  color: var(--c-black);
  text-decoration: none;
  transition: border-color .15s ease-out;
}

.card_blog .blog_body .title strong{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card_blog .blog_body .title:hover{
  border-bottom: solid 2px rgba(49,48,48,.5);
}

.card_blog .blog_body p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888888;
  line-height: 24px;
  margin-bottom: 0;
}

.card_blog .blog_body .date{
  color: var(--v1-gray);
  font-size: 16px;
  margin-top: 5px;
}


.blog-title {
  height: 60px;
}

.large-title {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
/*  color: #ffffff;*/
    font-size: 45px;
    line-height: 70px;
    text-align: center;
}

.blog-title .see-all{
  color: var(--c-black);
}

.see-all-button{
  text-align: center;
}



.contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  font-family: Poppins,sans-serif;
  color: #0d0d0d;
}

.contact_form .form-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}




.sec_contact_form{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}


.contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  font-family: Poppins,sans-serif;
  color: #0d0d0d;
}

.contact_form .form-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



.text-field {
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0 solid #000;
  border-radius: 30px;
  background-color: #f4f4f4;
}

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}





.login_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  font-family: Poppins,sans-serif;
  color: #0d0d0d;
}

.div_content.login {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.div_content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px;
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}


.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}




.accordion {
  margin: auto;
  max-width: 700px;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
  height: 64px;
  transition: all .15s ease-in-out;
  border: 1px solid #000;
  border-radius: 10px;
}
.box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.box-title {
  width: calc(100% - 40px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
  width: calc(100% - 40px);
  padding: 30px 20px;
  font-size: 11pt;
  color: rgba(0,0,0,.54);
  display: none;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}

















/*faq*/


.faq-title {
  text-align: center;
  color: #0d0d0d;
  font-size: 55px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 0px 30px 0px 60px;
  border: 1px solid #000;
/*  border-radius: 10px;*/
background-color: #ffffff;
/*border: 3px solid #ececec;
box-shadow: 4px 4px 0 0 #ececec;*/
border-radius: var(--v1-radius-lg);
box-shadow: var(--v1-sha01);
border: 1px solid #dddddd;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--c-blue);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  color: var(--c-black);
  font-size: 17px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--c-blue);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
/*  padding: 1em 1.5em 1em 2em;*/
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -50px;
  width: 33px;
  height: 33px;
  border-radius: 22px;
  background: var(--v1-orange);
}
.accordion button .icon:before {
  font-family: 'IcoFont' !important;
  content: "\f000";
  color: #fff;
  position: absolute;
  top: 2px;
  left: 8px;
}
/*
.icofont-minus:before {
  content: "\ef9a";
}*/
/*.accordion button .icon::after {
 display: block;
 position: absolute;
 content: "";
 top: 9px;
 left: 15px;
 width: 3px;
 height: 15px;
 background: var(--c-white);
 
}*/
.accordion button[aria-expanded=true] {
  color:  var(--c-blue);
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 30em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 1em 0;
}

@media screen and (max-width: 767px){
  .blog-title .large-title {
    font-size: 35px;
  }
  .faq-title {
   font-size: 35px;
 }
 .package h1{
  font-size: 2rem;
}
.service_content .dropdown-menu {
  padding: 20px;
  /* width: 100%; */
  top: 40px;
}
}





/*18/04/2023*/

/* ---------------- CSS Grid  ---------------- */
.grid-card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  position: relative;
}
.grid-card &gt; .photo {
  grid-area: 1/1/4/2;
  margin-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  .grid-card &gt; .photo {
    justify-self: center;
  }
}
.grid-card &gt; .title,
.grid-card &gt; .content,
.grid-card &gt; .meta {
  grid-column: 1/3;
  margin-bottom: 16px;
}
@media only screen and (min-width: 800px) {
  .grid-card &gt; .title,
  .grid-card &gt; .content,
  .grid-card &gt; .meta {
    grid-column: 2/3;
  }
}

/* ---------------- Flexbox  ---------------- */
.flex-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  .flex-card {
    flex-direction: row;
    align-items: stretch;
  }
}
.flex-card &gt; .photo {
  flex: 0 0 100px;
  margin-bottom: 16px;
}
.flex-card &gt; .data &gt; * {
  margin-bottom: 16px;
}

.card-bussiness .photo {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bussiness .photo:before {
  content: attr(data-name);
  color: white;
  font-size: 24px;
}
.card-bussiness .title {
  font-size: 20px;
  font-weight: bold;
}
.card-bussiness .content {
  line-height: 1.5;
}
.card-bussiness .meta {
  color: gray;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}




.tag-container {
  position: relative;
}

.tag-container,
.tag-container.tag-left {
  text-align: left;
}

.tag-container.tag-right {
  text-align: right;
}

.tag {
  min-width: 200px;
  height: 70px;
  background-color: #f7933e;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}

.tag-title {
  line-height: 15px;
  color: #f0f0f0;
/*  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);*/
}

.tag-tail,
.tag-left .tag-tail {
  position: absolute;
  top: 0;
  right: -25px;
}

.tag-center .tag-tail-left {
  position: absolute;
  top: 0;
  left: -25px;
}

.tag-center .tag-tail-right {
  position: absolute;
  top: 0;
  right: -25px;
}

.tag-right .tag-tail {
  position: absolute;
  top: 0;
  left: -25px;
}

[class^="tag-tail"]:after,
[class^="tag-tail"].tag-tail:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.tag-tail:after,
.tag-left .tag-tail:after {
  border-right: 25px solid transparent;
  border-bottom: 35px solid #f7933e;
}

.tag-center .tag-tail-right:after {
  border-right: 25px solid transparent;
  border-bottom: 25px solid #f7933e;
}

.tag-center .tag-tail-left:after {
  border-right: 25px solid transparent;
  border-bottom: 25px solid #778899;
}

.tag-right .tag-tail:after {
  border-left: 25px solid transparent;
  border-bottom: 25px solid #778899;
}

.tag-tail:before,
.tag-left .tag-tail:before {
  border-right: 25px solid transparent;
  border-top: 35px solid #f7933e;
}

.tag-center .tag-tail-right:after {
  border-right: 25px solid transparent;
  border-top: 25px solid #778899;
}

.tag-center .tag-tail-left:after {
  border-left: 25px solid transparent;
  border-top: 25px solid #778899;
}

.tag-right .tag-tail:before {
  border-left: 25px solid transparent;
  border-top: 25px solid #778899;
}

.tag.tag-drop:before,
.tag-left .tag.tag-drop:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 16px solid #778899;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.tag-right .tag.tag-drop:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: none;
  border-top: 16px solid #778899;
  display: block;
  position: absolute;
  bottom: -16px;
  right: 0;
  left: initial;
}






.div-orange{
  background-color: #ffffff;
  border-radius: var(--v1-radius-lg);
  border: 3px solid var(--v1-orange);
  /* box-shadow: 4px 4px 0 0 var(--v1-orange); */
  padding: 0px 20px;
}






.plans {
  width: 836px;
  margin: 30px auto;
  overflow: hidden;
}

.plan {
  float: left;
  width: 150px;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #36bce6;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: 4px solid #37bbe6;
}

.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}

.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}




/*30/05/2023*/
.form-contact-package{
  background-color: #ffffff;
  box-shadow: var(--v1-sha01);
  border-radius: var(--v1-radius-lg);
  border: var(--v1-border);
  padding: 30px;
}

.owl-pagination-custom {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px;
}

.owl-pagination-custom::before {
  top: 13%;
  left: 39%;
  width: 24px;
  height: 24px;
  animation-name: animate-dot-1;
  animation-duration: 15s;
}
.owl-pagination-custom::before, .owl-pagination-custom::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10em;
  background-color: #71B85F;
  animation-iteration-count: infinite;
}

.owl-pagination-custom::after {
  top: 68%;
  left: 70%;
  width: 61px;
  height: 61px;
  animation-name: animate-dot-2;
  animation-duration: 20s;
}
.owl-pagination-custom::before, .owl-pagination-custom::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10em;
  background-color: var(--v1-orange);
  animation-iteration-count: infinite;
}

.data-dots-custom {
  position: relative;
  border-radius: 10em;
  cursor: pointer;
}

.data-dots-custom:hover::before, .data-dots-custom.active::before {
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
}

.data-dots-custom img {
  position: relative;
  border-radius: 50%;
}

.data-dots-custom {
  position: relative;
  border-radius: 10em;
  cursor: pointer;
}

.data-dots-custom::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 4px solid var(--v1-gray);
  border-radius: 10em;
  transition: all 0.3s;
  opacity: 0.1;
}

@media (min-width: 992px){
  .owl-pagination-custom {
    flex-direction: column;
    align-items: flex-start;
  }
  .data-dots-custom:nth-of-type(1) {
    margin-right: 76px;
  }
  .data-dots-custom:nth-of-type(odd) {
    margin-left: auto;
    margin-right: 0;
  }
  .data-dots-custom:nth-of-type(even) {
    margin-top: -55px;
    margin-bottom: -51px;
  }
}

@media (max-width: 991.98px){
  .owl-pagination-custom {
    display: none;
  }
}


.form-bg-package{
 border-radius: var(--v1-radius-lg);
 background-color: var(--v1-silver);
 border: solid 1px #dddddd;
 padding: 30px;
}


</pre></body></html>