.gt-template--20115075465505__7b270add-c799-4deb-bc3d-a5454f27dc03{
    --color-borders:#dbdbdb;
    --color-input-text:#b7b7b7;
}
.gt-template--20115075465505__7b270add-c799-4deb-bc3d-a5454f27dc03 .gt-wrap{
    position:relative;
    z-index:2;
    margin-top:-100px;
    margin-bottom:50px;
}
.gt-main-card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px, rgb(51, 51, 51) 0px 0px 0px 1px;
    padding:1em;
    background:white;
    border-radius: 5px;
}
.gt-main-card > *:not(:last-child){
    border-bottom:1px solid var(--color-borders);
}
.gt-main-card .first-row,
.gt-main-card .second-row{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-bottom:5px;
}
.gt-main-card .second-row{
    padding-top:5px;
}
.gt-main-card .second-row .input-field{
    display:flex;
    align-items:end;
}
.gt-main-card .second-row .prefix{
    margin:0;
    display:inline;
    float:right;
    color: var(--color-input-text);
    font-family: var(--font-heading-family);
}
.fr-item{
    flex:1;
    padding:0px 10px;
}
.gt-field:not(:last-child){
    border-right:1px solid var(--color-borders);
}

.gt-field.input__field-error{
  color: red;
}

.gt-main-card .gt-field label{
    display:block;
    font-weight:bold;
    font-family: var(--font-heading-family);
}
.gt-main-card .gt-field .input__field{
    padding:5px 0px;
    border:0;
    color: #000;
    font-size:16px;
    width:100%;
    font-family: var(--font-heading-family);
}

.gt-main-card .gt-field .input__field[type=number]{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.gt-main-card .gt-field .input__field::placeholder{
    font-family: var(--font-heading-family);
    color: var(--color-input-text);
}
.third-row{
    padding:0.5em 0em;
}
.input-field select {
    background: #fff;
    width: 100%;
    padding: 10px 0px;
    border: 0;
    color: #000;
}
.input-field select:invalid{
  color: var(--color-input-text);
}
@media(max-width:749px){
    .gt-template--20115075465505__7b270add-c799-4deb-bc3d-a5454f27dc03 .gt-wrap{
        margin-top:-50px;
        margin-bottom:25px;
    }
    .gt-main-card .first-row{
        flex-direction:column;
    }
    .gt-main-card .second-row{
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .fr-item{
        width:100%;
        padding:0;
    }
    .gt-main-card .second-row .fr-item{
        width:50%;
        flex-basis:50%;
        padding:5px;
    }
    .gt-field:not(:last-child){
        border-bottom:1px solid var(--color-borders);
        border-right:0;
    }
    .gt-main-card .second-row .gt-field:where(:nth-child(odd)){
        border-right:1px solid var(--color-borders);
        border-bottom:1px solid var(--color-borders);
    }
    .gt-main-card .second-row .gt-field.i-3{
        border-bottom:0;
    }
}

/* Model */

.fix-me{
    padding:10px 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor:pointer;
    z-index: 100;
    width:fit-content;
  }
  .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .custom-model-main .loader {
    display: block;
    text-align: center;
    background: url("https://s3.amazonaws.com/ss-cdn/brand-assets/shipsticks/v4/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 100px
  }

  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 30px auto;
    max-width: 800px;
  }

  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
    background:white;
    padding:5px;
  }
  .close-btn .icon{
    width:16px;
    height:16px;
    fill:black;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px, rgb(51, 51, 51) 0px 0px 0px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px, rgb(51, 51, 51) 0px 0px 0px 1px;
    border-radius: 5px;
    padding:1em;
    background:white;
  }
  .custom-model-wrap ol,
  .custom-model-wrap ul{
    padding-left: 1.7rem;
  }
  .custom-model-wrap ol{
    list-style: disc;
  }
  .gp-b{
    padding:5px 10px;
    font-weight:bold;
  }
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
  /* Popup Inner Contentt */
  .pop-up-content-wrap > div{
    margin-bottom:15px;
  }

  .gp-btn-wrapper button{
    width: 100%;
  }
  .gp-header{
    margin-top:1em;
    padding: 0 1rem;
  }
  .gp-h-btn{
    flex-basis:20%;
    visibility: hidden;
  }
  .gp-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:1em 2em;
    flex-wrap:wrap;
  }
  /* Get Quote Card Design */
  .gp-action-box{
    flex-basis:45%;
    padding:1em;
    background:#fafafa;
    border:1px solid #a7a7a7;
    border-radius:4px;
    position:relative;
    overflow:hidden;
  }

  .gp-a-flex{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:1em;
  }
  .gp-tag{
    background:black;
    color:white;
  }
  .gp-action-icon{
    width:70px;
    height:70px;
    background:white;
    border-radius:50%;
    padding:1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gp-action-icon .icon{
    width:30px;
    height:30px;
  }
  .gp-action-content{
    text-align:left;
  }
  .gp-action-content .duration{
    color:gray;
  }
  .gp-action-content .hero-title{
    font-weight: 400;
  }
  .gp-action-content .pricing{
    font-size:14px;
    font-weight: 600;
  }


.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
      right: -37px;
  top: 17px;
  width: 134px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  background: linear-gradient(to right, #000000 0%,#000000 100%);
  color: #fff;
  text-shadow: 0 1px 1px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media(max-width:749px){
  .gp-action-box{
    flex-basis:100%;
  }
  .gp-header{
    margin-top:2em;
  }
  .gp-h-btn{
    flex-basis:50%;
    visibility: hidden;
  }
}