@media (max-width: 639px){
  .bone {
      width: 38%!important;
  }
   .btwo {
      width: 38%!important;
  }
}

@media (max-width:1199px){
  #fixed-menu:hover span,
  #fixed-menu:hover span:after,
	#fixed-menu:hover span:before{
	  background: #fff;
	}
	
	#fixed-menu:hover {
		border-color: #fff
	}
	#fixed-menu:focus:after,
	#fixed-menu:hover:after {
		color: #fff
	}
}


.more-link {
    color: #1689a0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
}

.price-summary{
    border:1px solid #d2e6eb;
    box-shadow:0 3px 10px rgba(31,77,91,.08);
    background:#fff;
    overflow:hidden
}
.price-summary table{
    font-size:12px
}
.price-summary td:first-child{
    width:auto
}
.price-summary td:last-child{
    font-weight:700
}
.price-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    background:#f2f9fb;
    border-top:1px solid #d7e9ed;
    font-size:12px
}
.price-link a{
    color:#1689a0;
    text-decoration:underline;
    text-underline-offset:2px;
    font-weight:700
}
.price-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f9fb;
    border-bottom: 1px solid #d7e9ed;
    padding: 10px 12px;
    color: #2a4d58;
    font-size: 12px;
    font-weight: 700;
}
.price-title small {
    font-size: 9px;
    font-weight: 400;
    color: #8ca0a7;
}
.table-scroll {
    overflow-x: auto;
}
.price-summary table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.25;
    background: #f8fcfd;
}
.price-summary th:first-child {
    text-align: left;
}
.price-summary th {
    background: #e8f5f8;
    color: #46646f;
    font-weight: 600;
    text-align: center;
    padding: 8px 6px;
    border: 1px solid #d6e8ec;
}
.price-summary td:first-child {
    width: auto;
}
.price-summary td:first-child {
    text-align: left;
    color: #3e5963;
    font-weight: 600;
    width: 43%;
}
.price-summary td {
    padding: 8px 7px;
    border: 1px solid #dcebef;
    text-align: center;
    color: #258ca0;
}


.benefits-geo{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 34px;
    margin:14px 0 28px
}
.benefit-geo{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:10px;
    align-items:start
}
.benefit-geo .bico-geo{
    font-size:26px;
    line-height:1;
    color:#20a3ba;
    font-weight:700
}
.benefit-geo b{
    display:block;
    color:#36535e;
    margin-bottom:3px;
    font-size:12px
}
.benefit-geo span{
    font-size:11px;
    color:#627b84
}
@media(max-width:800px){
  .benefits{
      grid-template-columns:1fr
  }
}


.local-note {
    border-left: 4px solid #24a9bd;
    background: #f2f9fa;
    padding: 14px 16px;
    margin: 20px 0 28px;
}


.process{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin:14px 0 20px
}
.process div{
    border:1px solid #dcebed;
    padding:13px 11px;
    background:#fff
}
.process b{
    color:#16859b;
    display:block;
    margin-bottom:4px
}
.process span{
    font-size:11px;
    color:#6e858e
}
@media(max-width:800px){
  .process{
      grid-template-columns:1fr
  }
}

.trust-panel {
    border: 1px solid #d4e7eb;
    background: #f7fbfc;
    padding: 18px 20px;
    margin: 30px 0;
}
.trust-panel h2{
    margin-top:0
}
.trust-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 24px;
    margin:12px 0
}
.trust-item b{
    display:block;
    font-size:11px;
    color:#31515d
}
.trust-item span{
    font-size:11px;
    color:#657d86
}
.trust-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:12px
}
.trust-links a{
    font-size:11px;
    color:#1689a0;
    text-decoration:underline;
    text-underline-offset:2px
}
@media(max-width:800px){
  .trust-grid{
      grid-template-columns:1fr
  }
}


.quick-contact{
    display:flex;
    gap:14px;
    align-items:center;
    flex-wrap:wrap;
    margin-top:10px;
    font-size:11px
}
.quick-contact a{
    color:#1689a0;
    text-decoration:underline;
    text-underline-offset:2px
}


.info-panel {
    background: #68d6e8;
    padding: 18px 20px 16px;
    margin: 34px 0 28px;
    color: #24444e;
}

.location__pils{
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.location__pils .pill{
  font-size: 14px;
    line-height: 1.2;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 6px 10px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.location__pils .pill:hover{
  opacity: .6;
    color: #fff;
}