*{
	font-family: 'Poppins', sans-serif;
}

h3,h4,h2{
    color:#F87E04 !important;
}


.other-info .bd-primary{
    padding:8px;
}
.other-info .bd-primary:hover{
    text-decoration:none;
    color:white;
}

.info-box h3, .info-box2 h3{
        color: #2C242C !important; 
}

.track-box .line{
    margin-bottom: 15px;
    height: 3px;
    width: 250px;
    margin-top: 0px;
}

.about-inner h3{
    margin-bottom: 10px !important;
}

.main-content p{
    line-height: 1.9;
    font-weight:400;
}

.header-content p.tag{
	color: #2C242C !important;
    font-weight: 600 !important;
    opacity: 0.8;
    font-size: 15px;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.menu{
	background: #2C242C;
	border-radius: 50px;
	width: 90%;
    margin: auto;
    padding: 10px 40px;
}

.menu img{
	height: 41px;
	width:unset;
}

.menu ul{
	display: flex;
	list-style-type: none;
	gap: 40px;
	float: right;
	margin-bottom: 0px;
	margin-top: 6px;
}

.menu a{
	color: white;
	text-decoration: none;
	font-size: 14px;
}

 header {
        background-image: url(../images/header.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 30px;
 }

 .track-box{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adjust the values as per your preference */
    width: 75%;

 }
 .header-content{
 	width: 90%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
 }

 .header-content h1{
 	color: #2C242C;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.6;
    margin-bottom: 0px !important;
 }

 .header-inner-content{
 	    width: 50%;
 }


.header-inner-content p{
	color: #2C242C;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px !important;
}

.track-box h3{
	color: #2C242C;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.track-box input,.track-box button{
	width: 100%;
}

.track-box input,.track-box select{
	border-radius: 37px;
    background: #E9E9E9;
    color: #2C242C;
    border: none;
    font-weight: 500;
    font-size: 13px;
    height:45px;
    opacity: 0.8;
}


.track-box button{
	border-radius: 37px;
	background: #F87E04;
	border: none;
	padding: 10px 20px;
}

.app-box{
	background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adjust the values as per your preference */
    width: 75%;
    margin:auto;
}

.app-box h2{
	color: #F87E04;
	font-weight: 800;
	font-size: 28px;
	text-align: center;
	margin-bottom: 0px;
    margin-top: 10px;
}

.app-box img{
	height: 50px;
	width:unset;
}


.about{
		background: url(../images/truck1.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
            padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 30px;
}

.about-box{
	 	width: 90%;
    margin: auto;
}
.about-inner{
	border-radius: 20px;
background: #FFF;
box-shadow: 0px 2px 30px 0px rgba(172, 172, 172, 0.50);
    width: 75%;
        padding: 30px;


}

.about.content1 .about-inner{
    width: 88%;
}

.about-box h3,.about-box h2{
	color: #2C242C;
	font-size: 1.75rem;
}

.courier-list h2{
    font-size: 1.75rem;
}



.line{
	border-radius: 8px;
background: #F70;
width: 300px;
height: 4px;
margin-top: 5px;
}

.about-box p{
	    font-size: 15px;
    opacity: 0.800000011920929;
    letter-spacing: 1px;
    font-weight: 500;
}


div.content-box{
		width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-box img{
	    width: 90%;
	    height:unset;
}

.content-box h3{
	color: #2C242C;
	margin-bottom: 30px;
}


.content-box p{
	    font-size: 14px;
    opacity: 0.800000011920929;
    letter-spacing: 1px;
    font-weight: 500;
}


.content-box2{
	background-image: url(../images/truck2.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding-top: 250px;
    padding-bottom: 250px;
}

.content-box2 .content-inner{
	width: 90%;
	margin:auto;
}
.content-inner-box{
	width: 40%;
}


.content-box2 h3{
	color: #2C242C;
	margin-bottom: 30px;
}


.content-box2 p{
	    font-size: 14px;
    opacity: 0.800000011920929;
    letter-spacing: 1px;
    font-weight: 500;
}



.courier-list{
	width: 90%;
	margin:auto;
	margin-top: 50px;
	

}

.courier-list .list-header{
	border-radius: 20px 20px 0px 0px;
background: #FFF;
box-shadow: 0px 2px 12px 0px rgba(172, 172, 172, 0.50);
    padding: 30px;
}

.list-header h3{
	margin-bottom: 0px;
		color: #2C242C;

}


.courier-list .list-content{
	border-radius: 0px 0px 20px 20px;
background: #FFF;
box-shadow: 0px 2px 12px 0px rgba(172, 172, 172, 0.50);

}

.courier-list .list-content a{
    color:#212529;
}
.courier-list .list-content a:hover{
    color:#F87E04 !important;
    text-decoration:none;
}

.courier-list img{
	height: 50px;
	margin-right: 15px;
	width:unset;
}

.courier-list .courier{
	margin-bottom: 30px;
}

.courier-list .col-md-4{
		padding: 20px 30px;

}
.courier-list .col-md-4:nth-child(2){
	background: #F7F7F7;

}


footer{
	background: #2C242C;
	margin-top: 50px;
}

.footer-inner{
	padding: 15px;
	width: 90%;
	margin: auto;
}


.footer-inner ul{
	display: flex;
	list-style-type: none;
	gap: 20px;
	margin-bottom: 0px;
	float: right;
}

.footer-inner a{
	color: white;
}
.powered{
	color: white;
	opacity: 0.5;
	margin-right: 7px;
}


footer .text-white{
	color: white;
	font-weight: bolder;
}

footer .text-primary{
	color: #F87E04 !important;
	font-weight: bolder;
}




header.post .header-inner-content{
	width: 85%;
	text-align: center;
	margin: auto;
}


header.post .header-content h1{
	font-size: 40px;
}

header.post .track-box{
	margin:auto;
}

header.post .header-content{
	padding-top: 50px;
    padding-bottom: 80px;
}

header.post .track-box{
	margin-bottom: -120px;
    z-index: 1;
    position: relative;
}


.track-info{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 2px 30px 0px rgba(172, 172, 172, 0.50);
	padding: 80px 40px;
	width: 90%;
	margin:auto;
}

.track-info .info-box{
	border-radius: 10px;
	padding: 50px 40px;
	background-image: url(../images/info1.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom right;
}
.track-info .info-box2{
	border-radius: 10px;
	padding: 50px 40px;
	background-image: url(../images/info2.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom right;
}
.track-info .info-box3{
	border-radius: 10px;
	padding: 50px 40px;
	background-image: url(../images/info3.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom right;
}


.info-box h3,.info-box2 h3{
	  font-size: 24px;
}


h3{
	color: #2C242C;
	margin-bottom: 30px;
}


p{
	    font-size: 14px;
    opacity: 0.800000011920929;
    letter-spacing: 1px;
    font-weight: 500;
}

.courier-table{
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.courier-table .list-header{
	border-radius: 20px 20px 0px 0px;
background: #FFF;
box-shadow: 0px 2px 12px 0px rgba(172, 172, 172, 0.50);
    padding: 30px;

}


.courier-table .table-content{
		border-radius: 0px 0px 20px 20px;
background: #FFF;
box-shadow: 0px 2px 12px 0px rgba(172, 172, 172, 0.50);

}


.courier-table td{
	text-align: center;
	padding: 15px;
	font-size: 14px;
	border: none;
}


.courier-table img{
	margin-right: 10px;
}



.accordion {
  width: 80%;
  margin: auto;
}
.accordion-item {
  border: 1px solid rgba(44, 36, 44, 0.34);
background: #FFF;
	color: #2C242C;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 500;

}
.accordion-item-header::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  color: #F87E04;
}
.accordion-item-header.active::after {
  content: "\2212";
  color: #979797;
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.accordion-item-body-content{
	font-weight: 300;
	font-size: 15px;
}


.info-box-content{
	 width: 80%;
}


header.post{
	background-image: url(../images/post-bg.png);
}



.content-box2.fastway{
	background-image: url(../images/fastway.webp);
}

.primary{
	color: #F87E04;
}

.related-couriers .courier-content{
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 2px 12px 0px rgba(140, 140, 140, 0.50);
	padding: 10px;
	    width: 90%;
    margin: auto;
}
.related-couriers .courier-content p{
	margin-bottom: 0px;
	text-align: center;
}

.related-couriers .courier-box img{
    height:unset;
	width: 100%;
    margin-bottom: -20px;
    z-index: -1;
    position: relative;
        padding: 40px;
    border: 1px solid #f1f1f1;
}

.related-couriers a{
    color:#212529;
    text-decoration:none;
}
.related-couriers a:hover{
    color:#212529;
    text-decoration:none;
}

.tracking-details{
	margin-bottom: 50px;
}

.delivery-info{
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 2px 20px 0px rgba(160, 160, 160, 0.50);
	padding: 12px 20px;
	width: 90%;
	margin:auto;
	margin-bottom: -50px;
	z-index: 1;
	position: relative;
}

.delivery-info p {
    font-size: 12px;
}

.delivery-info img{
	height: 40px;
	text-align: center;
}


.green{
	color: #58911C;
}


.tracking-details p{
	margin-bottom: 5px;
}



.delivery-info .col{
	border-left: 1px solid rgba(151, 151, 151, 0.4000000059604645);
	justify-content: center;
	display: flex;
}



.tracking-progress{
	border-radius: 12px;
	background: #F9F9F9;
	padding: 20px;
	padding-top: 75px;
}

.tracking-progress > .row div{
	text-align: center;
}
.tracking-progress img{
		height: 80px;
}


.progressbar-wrapper {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 5px;
	    margin-top: 20px;
    margin-bottom: 80px;
	margin-left:12%;
}

.progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
     
      position: relative;
      text-align: center;
      text-transform: uppercase;
      
}
.progressbar li p{
	color: #2C242C;
      font-weight: bold;
       font-size: 14px;
       margin-top: 5px;
}
.progressbar li:before {
    width: 80px;
    height: 80px;
    content: "";
    line-height: 80px;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    position: relative;
    z-index: 2;
}
.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     border-top: 3px dashed #7d7d7d; 
     top: 30px;
     left: -50%;
     z-index: 0;
}
.progressbar li:first-child:after {
     content: none;
}

.progressbar li.active:before {
    color: white;
    font-weight: bold;  
}
.progressbar li.active:before {
 }
.progressbar li.active + li:after {
    background-color: #55b776;
}



.progressbar li.ship:before{
	background-image: url(../images/ship-p.png);
	background-size: contain;
}
.progressbar li.inprogress:after{
     border-top: 3px dashed #F87E04; 

}
.progressbar li.delivered:after{
     border-top: 3px dashed #DADADA; 
}

.progressbar li.ship p{
	color: #F87E04;
}

.progressbar li.delivered p{
	color: #DADADA;
}

.progressbar li.inprogress:before{
	background-image: url(../images/inprogress-p.png);
	background-size: contain;
}


.progressbar li.delivered:before{
	background-image: url(../images/delivered-p.png);
	background-size: contain;
	    background-repeat: no-repeat;
}

.progressbar li.delivered.complete:before{
	background-image: url(../images/delivered-complete.png);
	background-size: contain;
	    background-repeat: no-repeat;
}

.progressbar li.delivered.complete p{
        color: #58911C;
}


.progressbar li.delivered.complete:after{
    border-top: 3px dashed #F87E04;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
		margin-left:0px;
	clear:both;
	padding: 3px;
}

.tracking_list .event {
    padding: 25px 0 15px 30px;
    position: relative;
}
.tracking_list {
    padding-left: 0;
    list-style: none;
	clear:both;
	background: white;

}
.tracking_list .events {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
}
.tracking_list  .list-unstyled li:before {
    position: absolute;
    display: block;
    width: 1px;
    top: 0;
    left: 165px;
    bottom: 0;
    content: "";
        border-left: 3px dotted #ddd;

}
.tracking_list .event .event-time {
    float: left;
    width: 101px;
    text-align: right;

}
.tracking_list .event-time span.time{
	color: #2C242C;
	    opacity: 0.8;
	font-weight: 500;
	font-size:11px;
}
.tracking_list .event-time span.date{
	color: #2C242C;
	font-weight: 500;
	font-size:12px;
}
.tracking_list .event .event-dot {
    left: 133px;
    position: absolute;
    left: 145px;
    top: 25px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    z-index: 10;
        background-repeat: no-repeat;
    background-image: url(../images/orange.png);
    background-size: contain;
}
.tracking_list .event .event-dot:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9;
}
.tracking_list .event .event-content {
    margin-left: 185px;
    padding-right: 10px;
    min-height: 55px;
    word-wrap: break-word;
    position: relative;
}
.tracking_list .event .event-content>strong {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.tracking_list .event .event-content>span {
    color: #95a5a6;
    display: block;
    opacity:1;
}
.tracking_list .event .event-content .carrier {
    position: absolute;
    padding: 5px 6px;
    top: -25px;
    right: 0;
    color: #1f1f1f;
    font-size: 0.5em;
    background-color: #ededed;
    text-transform: uppercase;
    border-bottom-left-radius: 3px;
}

.tracking_list .courier-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    line-height: 1em;
    height: 1em;
	font-size:10px;
}



.tracking_list .list-unstyled li{
	background-color: white;
}


.tracking_list .list-unstyled li:nth-child(even) {
background: #F9F9F9;
}
/*
 * Tracking Design Ends
 * */






.event-content .status{
	color: #2C242C;
	opacity: 0.5;
	font-size: 14px;
	font-weight: 500;
}


.event-content .location{
	color: #2C242C !important;
}

.tracking-attributes{
	border-radius: 12px;
background: #FFF;
box-shadow: 0px 2px 20px 0px rgba(160, 160, 160, 0.50);
padding: 20px;
position: relative;
}



.tracking-attributes  .list-unstyled li:before {
    position: absolute;
    display: block;
    width: 1px;
    top: 6px;
    left: 25px;
    bottom: 0;
    content: "";
        border-left: 3px dotted #ddd;

}
.tracking-attributes .list-unstyled li.green_end:before{
	border: none;
}

.tracking-attributes  .attribute_icon .attribute_ic {
    left: 133px;
    position: absolute;
    left: 8px;
        top: 6px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    z-index: 10;
    background-repeat: no-repeat;
    background-image: url(../images/orange.png);
    background-size: contain;
}
.tracking-attributes  .attribute_icon .attribute_ic:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9;
}

.tracking-attributes  .attribute_icon .attribute_ic.green{
background-image: url(../images/green.png);
}

.tracking-attributes .attribute_icon {
    padding: 0px 0 15px 30px;
    position: relative;
    padding-bottom: 20px;
}

.input_copy_wrapper a:hover {
    text-decoration: none;
}

.tracking-attributes .event-content {
    margin-left: 40px;
    padding-right: 10px;
    min-height: 55px;
    word-wrap: break-word;
    position: relative;
}

.tracking-attributes .list-unstyled li.green_end{
	padding-bottom: 0px;
}

.attribute_icon p,.attributes p{
	margin-bottom: 0px;
}

.attributes .grey{
	color: #2C242C;
	opacity: 0.5;
	font-size: 12px;
}

.attributes img{
	height: 45px;
}

.attributes .single-attribute{
	margin-bottom: 20px;
}

.share img{
	width: 110%;
}



  .input_copy_wrapper{
  width: 100%;
  margin : 0 auto;
}
.input_copy {
        border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 10px 15px;
    color: #2C242C;
    font-size: 13px;
}
.input_copy.track {
    padding: 5px 15px;
}

.input_copy .icon {
    display: block;
    max-width: 25px;
    cursor: pointer;
    float: right;
    opacity: 1;
}

.input_copy .icon img{
     max-width: 18px;
    margin-top: -2px;
}

.input_copy.track .icon img{
    margin-top: 9px;
}

.input_copy .txt {
    width: 88%;
    display: inline-block;
    overflow: hidden;
    opacity: 0.5;
    margin-bottom: -6px;
    font-size: 11px;
}

.input_copy .ftxt {
    width: 80%;
    overflow: hidden;
    opacity: 0.5;
    margin-bottom: -6px;
}

.input_copy .ficon{
	height: 25px;
    margin-right: 10px;
}

.input_copy.track .ficon{
    height: 38px;
    margin-right: 10px;
}

/* click animation */

.flashBG {
    animation-name: flash;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}

@keyframes flash {
    0% {
        background: #28a745;
    }
    100% {
        background: transparent;
    }
}





.related-head img{
	height: 150px;
    margin: auto;
    display: flex;
    margin-bottom: -38px;
    width:unset;
}


.other-info{
	border-radius: 12px;
	background: #F3F3F3;
	padding: 20px 40px;
}

.other-info p{
	margin-bottom: 0px;
}

.bd-primary{
	border-radius: 7px;
background: #F87E04;
color: white;
padding: 3px;
font-weight: 700;
}
.text-bold{
	font-weight: 700;
}

.track-info.other{
	padding-top: 40px;
    padding-bottom: 35px;
    margin-top: -80px;
}

.track-info.other h2{
	color: #2C242C;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 600;
}

.other-info .col-md-3 {
    display: flex;
    justify-content: center;
     border-left: 2px solid rgba(151, 151, 151, 0.4);
}

.other-inner .grey{
	opacity: 0.6000000238418579;
    font-family: 'Avenir Next Demi', sans-serif !important;
}
       .about.content1{
            background-position:left;
            background-image:url("/wp-content/themes/easytracking-theme/assets/images/box-round.png");
        }
        
        .about.content1 .about-inner{
            margin-left:auto;
        }
        
        .about.content2{
            background-image:url("/wp-content/themes/easytracking-theme/assets/images/truck2.webp");
                background-size: 30%;
    background-position: top right;
        }
        
        .line.auto{
            margin:auto;
            margin-top:5px;
        }
        
        .menu-bar{
            display:none;
            float:right;
        }
        
        .courier-list .list-content a h3 {
    color: #212529 !important;
    font-size:1rem;
    font-family: 'Avenir Next Regular', sans-serif !important;
    margin-bottom:0px;
}
.courier-list .list-content a h3:hover{
color:#F87E04 !important;
}
.courier-list .courier{
    display:flex;
}

.courier-list .courier{
    align-items:center;
}
     
        @media only screen and (max-width: 900px) {
    
             header {
                background-size:auto;
             }
             
             .header-inner-content{
                 width:100%;
             }
             
             .header-content h1{
                 font-size:35px;
             }
             
             .track-box{
                 width:100%;
             }
             
            .track-box .row div {
                margin-bottom: 15px;
            }
            
            .app-box{
                width:90%;
                 padding: 15px 10px;
            }
            
            .app-box img{
                width: 100%;
                height:unset;
            }
            
            .app-box h2{
                font-size:18px;
            }
            
            .about{
                padding-top:0px;
                padding-bottom:0px;
                background-position:top;
            }
            
            .about-inner{
                width:100%;
            }
            
            .courier-list .col-md-4{
                background:white !important; 
                padding:10px;
                padding-top:0px;
                padding-bottom:0px;
            }
            .courier h3{
                font-size:14px;
            }
            
            .list-content .row{
                margin-left:0px;
                margin-right:0px;
            }
            
            ul.primary_menu{
                display:none;
            }
            
            .menu-bar{
                display:block;
            }
            
             ul#menu-footer-menu {
                gap: 15px;
                font-size: 13px;
                padding-inline-start: 0px;
                float: left;
            }
            
            .track-info{
                    padding: 5px 20px;
            }
            
            .header-content{
                padding-bottom:20px !important;
            }
            .track-info{
                padding-top:10px;
            }
            .info-box2{
                margin-top:20px;
            }
            .track-info.other{
                margin-top:30px;
            }
            .other-info .col-md-3{
                border-left:unset;
                display:block;
            }
            .other-inner {
                margin-top: 20px;
            }
            
            .delivery-info .col {
                border-left: unset !important;
            }
            
            .delivery-info img {
                height:35px;   
            }
            
            .details-content {
                margin-top: 10px;
            }
            .delivery-info{
                width: 100%;
                padding: 12px 15px;
            }
            
            .progressbar-wrapper{
                    margin-left: 0px;
                padding-top: 0px;
                margin-bottom:0px;
            }
            .progressbar li:before{
                height:55px;
                width:55px;
            }
            .progressbar li p{
                font-size:10px;
            }

            ul.progressbar{
                display: flex;
                padding-inline-start: 0px;
                gap: 25px;
                margin-top:50px;
            }
            
            .tracking_list .event{
                padding:10px;
            }        
            .tracking-progress{
                padding:20px 10px;
            }
            .tracking_list .event .event-time{
                width:30%;
            }
            
            .tracking_list .list-unstyled li:before{
                left:40%;
            }
            .tracking_list .event .event-dot{
                    left: 43%;
                    width: 25px;
                    height: 25px;
                    top: 15px;
            }
            .tracking_list .event .event-content{
                margin-left:57%;
            }
            .tracking_list .event .event-content>span{
                font-size:10px;
                opacity: 1;
                font-weight: bolder;
            }
            
            .tracking_list .event .event-content .carrier{
                display:none;
            }
            .attributes img {
                height: 40px;
                margin-top: -3px;
            }
            .row.tracking_section{
                margin-bottom:20px;
            }
            
            .track-info .info-box,.track-info .info-box2{
                padding:20px;
            }
            .info-box-content{
                width:100%;
            }
            .courier-list img{
                height:40px;
            }
            
            header.post .track-box{
                margin-bottom:unset;
            }
            .track-info{
                margin-top:20px;
            }
            
            ul#menu-header-menu{
                float: left;
                padding-inline-start: 0px;
                padding-bottom:10px;
            }
            li.menu-item {
                margin-top: 20px;
            }
            
            .menu .col-md-8{
                width: 100%;
                max-width: 100%;
                min-width: 100%;
            }
                .menu-bar{
               
                margin-top: -43px;
            }
            
            header.post .header-content h1{
                font-size:30px;
            }
            
            .courier-list .list-content{
                padding-top:15px;
            }
            .courier-list .courier{
                margin-bottom:20px;
            }
        }
        
            @media only screen and (max-width: 765px) {
         
        
         }

        
        @media only screen and (max-width: 600px) {
            .app-box h2{
                font-size:15px;
                margin-top:0px;
                text-align:left;
            }
            
             ul#menu-footer-menu {
                margin-top: 10px;
            }
            
        }

.tracking-attributes label {
    margin-top: 12px;
}


.tracking-attributes hr{
        margin-bottom: 0px;
}

