.tacking-secton {
    position: relative;
    background: linear-gradient( to bottom, rgb(246 243 249 / 58%), rgb(246 243 249 / 58%) ), url(../img/mapview.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
}
.tracking-box-out .tracking-box-out {
    max-width: 525px;
    float: right;
    position: relative;
}

.tracking-botton-box {
    text-align: center;
    background: #4ab2e5;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    height: 85px;
    line-height: 85px;
    color: #fff;
    margin: -0px 0 29px 0;
}

    .tracking-botton-box:disabled{
    opacity: 0.4;
    }
    .hide{
        display: none;
    }

    .tracking-box-out p {
        font-size: 19px;
        font-weight: 600;
    }

.form-track-heading h3 {
    font-size: 40px;
    font-weight: bolder;
    color: #0090bd;
    margin: 0 0 0px;
}



.tracking-box {
    padding: 100px 0;
    background: url(../img/1.jpg);
    height: 1190px;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
}

.track-form input.form-control {
    height: 85px;
    color: #0b0521;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #fff;
    background: transparent;
    font-size: 23px;
    color: #fff;
}

.from-section {
    margin-top: 33px;
}

.submit-btn-here {
    text-align: right;
    margin-top: 40px;
}

.submit-btn-here input {
    background: #4ab2e5;
    font-size: 25px;
    color: #fff;
    border: 0;
    outline: none;
    padding: 10px 42px;
    border-radius: 39px;
}
.contact-subscribe .contact-us, .contact-subscribe .subscribe {
    height: 0 !important;
    padding: 0;
}



        ul.tabs{
            margin: 0px 0 20px 0;
            padding: 0px;
            list-style: none;
            display: flex;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            overflow: hidden;
            background: #f8f7fa;
            border-bottom: 3px solid #4ab2e5;
        }
        ul.tabs li{
            background: none;
            color: #fff;
            display: block;
            cursor: pointer;
            font-size: 32px;
            text-align: center;
            width: 50%;
        }

        ul.tabs li.current{
            background: #4ab2e5;
            color: #fff;
        }

        .tab-content{
            background: transparent;
            padding: 15px;
        }

        .tab-content.current{
            display: inherit;
        }




.rate-cal-box {
    padding: 70px 0;
}

.cal-track-head {
    text-align: center;
}

.cal-track-head span {
    text-align: center;
    background: #4ab2e5;
    border-radius: 30px;
    font-size: 35px;
    font-weight: bold;
    height: 85px;
    padding: 0px 29px;
    line-height: 85px;
    color: #fff;
}

.tabbedPanels {
    margin-top: 50px;
}


.rat-form .form-control {
    height: 60px;
    background: transparent;
    border: 2px solid #43a2d0;
    font-size: 22px;
    padding: 6px 76px 6px 15px;
    color: #4ab2e5;
    border-radius: 10px;
}



.cal-track-head-top {
    text-align: center;
}

.cal-icon {
    background: #4ab2e5;
    display: inline-block;
    padding: 14px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.cal-icon img {
    height: 40px;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

 

.rat-form .form-group {
    position: relative;
}

.rat-form .form-group::after {
    height: 15px;
    width: 30px;
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 30px;
    right: 1%;
    transform: translate(-5%,-50%);
    background: #4ab2e5;
}

/*track status*/



.track-status-section-in span img {
    height: 20px;
    webkit-filter: invert(100%);
    filter: invert(100%);
}

ul.status-show-ul {
    display: none;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0 0 60px;
}

.status-show-ul li {
    width: 23%;
    z-index: 1;
    text-align: center;
    position: relative;
}

.status-show-ul li span {
    position: relative;
    height: 41px;
    width: 40px;
    background: #768592;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.status-show-ul li::after {content: '';position: absolute;top: 30%;transform: translateY(-54%);z-index: -1;width: 100%;height: 4px;background: #768592;}

.status-show-ul li:nth-last-child(1)::after {
    display: none;
}

ul.virticle-status-ul {
    list-style: none;
    padding: 0;
}


.vir-status {
    position: relative;
    display: flex;
}

span.status-img {
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 12px;
    background: #768592;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.vir-status p {
    margin: 0;
    font-weight: 600;
    color: #768592;
}

.vir-status .status-left span, .vir-status .status-right span {
    font-size: 13px;
    display: block;
    margin-top: -5px;
    color: #768592;
}

.status-left {
    height: 100px;
    width: 37%;
}

.vir-status.active p {
    color: #702082;
}

.status-img.active {
    background: #702082;
}

.vir-status.active span {
    color: #4ab2e5;
    margin-right: 23px;
}

.status-img.active::after {content: '';position: absolute;bottom: -142%;left: 50%;transform: translateX(-50%);height: 138%;width: 4px;background: #768592;}

li.vir-status:nth-last-child(1)::after {
    display: none;
}


.status-img.active::after {
    background: #702081;
}


.status-show-ul li.active .img-active {background: #702082;}

.status-show-ul li.active p {
    color: #702082;
}

.status-show-ul li.active .img-active::after {
    background: #702082;
}

.status-show-ul li.active::after {
    background: #702082;
}

.status-show-ul li p {
    font-weight: 600;
    color: #768592;
}
.status-right-box-back {
    background-image: url('../img/white-dots.png');
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    background-repeat: no-repeat;
}

.status-heading {
    text-align: center;
    padding: 50px 0;
    font-size: 35px;
    font-weight: 700;
    color: #4ab2e5;
}

.lefttrack-img-box {
    position: relative;
    /*bottom: -350px;*/
}

.lefttrack-img-box img {
    height: 100%;
    width: 100%;
}


@media screen and (min-width:768px) and (max-width:1000px ) { 
    .tracking-box-out .tracking-box-out, .tracking-box-out{
        right: 0;
        max-width: 400px;
        float: right;
    }
    .tracking-botton-box
    {
        font-size:35px !important;
        height:65px;
        line-height:65px;
    }
    .track-form input.form-control
    {
        height:65px
    }
  }
@media screen and (min-width:280px) and (max-width:768px ) { 
    
   
    .tracking-box {
        padding: 17px 0;
        height: 786px;
        background-position: center;
      }
      .virticle-status .col-lg-6.col-md-6 {
            display: flex;
            justify-content: center;
        }
}
@media screen and (min-width:280px) and (max-width:480px ) { 
    
    .track-form input.form-control {
        height: 60px;
        border-radius: 11px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 18px;
    }
    .tracking-botton-box{
        font-size: 23px;
        height: 60px;
        line-height: 60px;
        margin: 10px 0 40px 0 !important;
    }
    
    .form-track-heading h3, .tracking-box-out p
    {
        color:#fff;
    }
}

span#Feild\ Required {
    color: red;
}
.vir-status.active:last-child .status-img.active::after {
    display: none;
}
.status-right {
    width: 50%;
}

.no-result {
    text-align: center;
    padding-bottom: 54px;
}

@media screen and (min-width:480px) and (max-width:767px ) { 

     .tracking-botton-box {
            font-size: 30px;
            height: 60px;
            line-height: 60px;
            margin:24px 0 29px 0;
        }
        .tracking-box-out .tracking-box-out {
            max-width: 350px;
            float: right;
            position: relative;
            right: 13px;
            background: hsl(0deg 0% 1% / 28%);
            padding: 15px;
        }
        .form-track-heading h3, .tracking-box-out p{
            color:#fff;
        }
        .track-form input.form-control{
            height: 65px;
            color: #fff;
            font-size: 20px;
            border-color: #fff;
        }
}


@media screen and (min-width:180px) and (max-width:992px ) { 


.lefttrack-img-box {
    position: relative;
    bottom:0px;
}
}



@media screen and (min-width:180px) and (max-width:1300px ) { 

.tracking-box
{
    background-position: center;
}
 
}

.tracking-box-out .tracking-box-out
    {
        right:0;
        background: hsl(0deg 0% 1% / 28%);
        padding: 25px;
        border-radius: 10px;
    }
.form-track-heading h3, .tracking-box-out p
    {
         color:#fff;
    }


.tab-link.current a {
    color: #fff;
}

.tab-link a {
    padding: 10px 15px;
    display: block;
    color: #702082;
}













/*calculator css*/



            .accordion-container{
              position: relative;
              max-width: 500px;
              height: auto;
              margin: 10px auto;
            }
            .accordion-container > h2{
              text-align: center;
              color: #fff;
              padding-bottom: 5px;
              margin-bottom: 20px;
              padding-bottom: 15px;
              border-bottom: 1px solid #ddd;
            }
            .set{
              position: relative;
              width: 100%;
              height: auto;
            }
            .set > .calculator-top{
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px 15px;
                text-decoration: none;
                color: #555;
                font-weight: 600;
                border-bottom: 1px solid #ddd;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }
             
            .set > .calculator-top.active{
              background-color:#3399cc;
              color: #fff;
            }
          .set .content{
              background-color: #fff;
              border-bottom: 1px solid #ddd;
              display:none;
              padding: 20px !important;
              background: whitesmoke;
            }
             .calculator-in-in p {
                      font-size: 24px;
                      font-weight: 900;
                      margin-bottom: 0;
                      line-height: 24px;
                  }

                  .calculator-in-in span {
                      font-size: 15px;
                      font-weight: 400;
                  }

                  .calculator-in .circle-cal {
                      display: none;
                  }

                  .set .form-control {
                      width: 280px;
                      border: 2px solid #43a2d0 !important;
                  }

                  .set .form-group {
                      width: 280px;
                      margin-left: 25px;
                  }
            .calculator-in {
                   display: flex;
                   justify-content: space-between;
                   align-items: center;
               }
               .input-type {
                      display: flex;
                      justify-content: center;
                      align-items: center;
                  }

                  .input-type label 
                     {
                        width: 32%;
                        height: 280px;
                        border-radius: 20px;
                        position: relative;
                        background-color: #fff;
                        text-align: center;
                        padding: 20px;
                         margin: 30px 20px;
                         box-shadow: 0 1px 5px -1px #ccc;
                      }
                      .text-container {
                            margin-top: 20px;
                        }

                        .text-container p {
                            margin-bottom: 0;
                        }

                  .input-type label .icon-holder {
                      height: 100px;
                        width: 100px; 
                      /*font-size: 100px;*/
                      margin: 46px auto auto;
                  }
                  .input-type label .icon-holder img{
                     height: 100%;
                     width: 100%;
                  }
                  .icon-status img {
                         width: 100%;
                         height: 100%;
                     }
                  .icon-status {
                         position: absolute;
                         right: 9%;
                         top: 9%;
                         height: 40px;
                         width: 40px;
                         background: #3399cc;
                         /*line-height: 40px;
                         font-size: 25px;*/
                         display: none;
                         font-weight: lighter;
                         color: #fff;
                         border-radius: 50%;
                     }
                     input[type="radio"].radio:checked + .custom-radio-button .icon-status{
                        display: block;
                     }
                     input[type="radio"].radio:checked + .custom-radio-button .text-container .title
                     {
                          color: #db2d29;
                     }
                  input[type="radio"].radio:checked + label {
                            border:1px solid red;
                        }
                 input[type="radio"].radio:checked + .custom-radio-button .icon-holder {
                            color: red;
                        }
                input[type="radio"].radio
                {
                  display: none;
                }
                .tabbedPanels{
                  background: #fff;
                  border-radius: 20px;
                }


/*calculator css end*/