.curve__header {
    z-index: -1;
}
.path-frontpage .custom-top-task {
  margin-top: -150px;
  position: relative;
}
.top-task-main-container {
    background: #fff;
    border-radius: 4px;
    
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.top-task-nav-container {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.top-task-nav {
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.top-task-nav.active {
    cursor: default;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    z-index: 2;
}

.top-task-nav.active::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;

    background: #fff;
    border-radius: 4px 4px 0 0;
    height: calc(100% + 2px);
    width: 100%;
}

.top-task-nav.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 14px);
    bottom: -11px;

    background: #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}

.top-task-container {
    display: block;
    position: relative;
}

.top-task-container.active::before,
.top-task-container::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;

    background: transparent;
    border-top: 3px solid #EF2637;
    display: block;
    height: 100%;
    width: 0%;

    transition: all .2s linear;
}

.top-task-nav.active .top-task-container::before,
.top-task-container:hover::before {
    width: 100%;
}

.top-task-nav:first-child .top-task-container::before {
    border-radius: 4px 0 0 0;
}

.top-task-nav:last-child .top-task-container::before {
    border-radius: 0 4px 0 0;
}

.top-task-container::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;

    border-right: 2px dashed rgba(0, 0, 0, 0.1);
    display: block;
    height: calc(100% - 2px);
    width: 100%;
    z-index: 1;
}

.top-task-nav:last-child .top-task-container::after {
    border: none;
}

.top-task-nav.active .top-task-container::after {
    border: none;
}

.top-task {
    color: #5A5A5F;
    display: inline-block;
    padding: 38px 0 38px 45px;
    position: relative;
}
.top-task-nav-mobile a{
	color: #5A5A5F;
}
.top-task-nav-mobile a:hover{
	text-decoration: none;
}
.top-task-track::before {
    content: "";
		position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/target.svg) no-repeat 0 0;
    height: 35px;
    width: 35px;
}

.top-task-pos::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 17px);
    background: url(../images/toptask/pin.svg) no-repeat 0 0;
    height: 35px;
    width: 23px;
}

.top-task-calculator::before {
    content: "";
		position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/money.svg) no-repeat 0 0;
    height: 35px;
    width: 35px;
}

.top-task-shm::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/parcel.svg) no-repeat 0 0;
    height: 35px;
    width: 33px;
}

.top-task-cta-container {
    padding: 0 50px 40px;
    position: relative;
    width: 100%;
}

.top-task-cta-container .form-group label {
    color: #5A5A5F;
}

.top-task-cta-container .form-control {
    height: calc(1.5em + .75rem + 12px);
}

.top-task-cta-container .red__cta__arrow {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-left: 40px;
}

/*Top task Qr code starts */
.top-task-cta-container .track-tace-qr-link-desktop .qr-code img {
    float: left;
}
.top-task-cta-container .qrcode-text span {
    display: inline-block;
    /*padding: 10% 0;*/
}
.qrtext-desktop {
    display: flex;
    align-items: center;
}

/* Top task Qr code ends */

.top-task-cta {
    height: 0px;
    top: 0px;
    opacity: 0;
    overflow: hidden;

    transition: top .2s linear, opacity .2s linear;
}

.top-task-cta.active {
    height: auto;
    top: 20px;
    opacity: 1;
}

.top-task-mobile {
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 18px 0;
    position: relative;
}

.top-task-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;

    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    width: calc(100% + 30px);
}

.top-task-nav-mobile:first-child .top-task-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;

    border: none;
    width: calc(100% + 30px);
}
.track-arrow{
	padding-left: 10px;
}
.top-task-mobile::after {
	content: "\f054";
	position: absolute;
	right: 0px;
	top: calc(50% - 10px);
	height: 20px;
	width: 13px;
	transform: rotate(90deg);
	font-family: "FontAwesome";
	color: #EF2637;
}

.top-task-nav-mobile.active {
    color: #EF2637;
}

.top-task-nav-mobile.active .top-task-mobile::before {
    border: none;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.top-task-nav-mobile.active .top-task-mobile::after {
    transform: rotate(-90deg);
}

.btn-top-task {
    background: #EF2637;
    border-radius: 4px;
    color: #fff;
    height: calc(1.5em + .75rem + 12px);
    margin: 0;
    width: auto;
    position: absolute;
    top: 31px;
	padding-top: 12px;
}

.btn-top-task .next {
    background-color: #fff;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 10px;
    top: 14px;
	color: #fff;

}

.small-gutter>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.small-gutter>[class*="col-"]:first-child {
    padding-left: 15px;
}

.small-gutter>[class*="col-"]:last-child {
    padding-right: 15px;
}

.__top-tasks-btn{
	height: 48px;
    width: 100%;
    padding: 10px 0 0;
	color: rgb(255, 255, 255);
    background: rgb(239, 38, 55);
    border-radius: 4px;
}
.top-task-pos-body{
    overflow: visible;
}
.ta__tp .__top-tasks-btn {
    margin-bottom: 5% !important;
}
.qrtext-mobile{
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .path-frontpage .custom-top-task {
     margin-top: -150px;
    }    
    .top-task {
        color: #5A5A5F;
        display: inline-block;
        padding: 37px 0 38px 1px;
        position: relative;
    }
    .top-task-track::before,
    .top-task-pos::before,
    .top-task-calculator::before,
    .top-task-shm::before {

        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .path-frontpage .custom-top-task {
    margin-top: -70px;
  }
  .qrtext-mobile-wrapper {
    display: flex !important;
    margin-bottom: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .path-frontpage .custom-top-task {
    margin-top: -32px;
  }
  .qrtext-mobile-wrapper {
    display: flex !important;
    margin-bottom: 8% !important;
  }
}

    @media screen and (max-width: 768px) {
    .__top-tasks_letters-calculator{
        padding: 23px 26px 0 !important;
    }
    
    .top-task-cta-container {
        padding: 0;
    }

    .top-task-cta.active {
        margin-bottom: 20px;
    }

    .top-task-cta label {
        display: block;
    }

    .top-task-cta-container .red__cta__arrow {
        float: right;
        line-height: 18px;
        /* margin: 3px 30px 0 0; */
    }

    .small-gutter>[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
/*.__top-tasks-btn{
        margin-top: 0px !important;
    }*/
    .__img-mansori{
    display: none;
}
    .__col-descriptions{ background-size: 100%}
    
    .__product_related-services .__red-cta-arrow{
        padding-right: 3px !important;
    }
    
}

/* pricing footer code Starts*/
.top_task_calculator .pricing-footer {
  padding: 5px 0px 20px 32px !important
}

.top_task_calculator .pricing-footer::before {
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
  background: url(../images/toptask/money.svg) no-repeat 0 0;
}

.top_task_calculator .price_calculator_block_link {
  margin: 30px 0 0 0 !important;
}

.top_task_calculator .weight_unavailable {
  background: #ECF4F8;
}
.top_task_calculator .weight_unavailable::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f05a";
  font-weight: 400;
  color: #5A5A5F;
  font-size: 16px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .top_task_calculator .pricing-footer::before {
    left: 7px;
  }
}
/* pricing footer code Ends */