.elementor-8017 .elementor-element.elementor-element-32035240{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-8017 .elementor-element.elementor-element-7dda8084.elementor-element{--align-self:stretch;}.elementor-8017 .elementor-element.elementor-element-7dda8084{text-align:center;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}@media(max-width:1024px){.elementor-8017 .elementor-element.elementor-element-7dda8084{text-align:center;}}/* Start custom CSS for container, class: .elementor-element-32035240 */<p><style>
    /* Define your theme color */<br />
    :root {<br />
        --theme-color: #DD3333;<br />
    }</p>
<p>    .page-id-241770 .entry-title {<br />
         font-family: 'circular';<br />
         color: var(--theme-color);<br />
    }</p>
<p>    /* Style the container */<br />
    .container {<br />
        text-align: center;<br />
    }</p>
<p>    /* Style the logo */<br />
    .logo {<br />
        width: 100px;<br />
        height: 100px;<br />
        display: block;<br />
        margin: 0 auto; /* Center the logo */<br />
    }</p>
<p>    /* Style the tracking number input box */<br />
    #YQNum {<br />
        width: 85%;<br />
        padding: 28px 20px;<br />
        margin-right: 10px;<br />
        border: 2px solid var(--theme-color); /* Use the theme color for the border */<br />
        border-radius: 50px;<br />
    }</p>
<p>    /* Style the TRACK button */<br />
    #trackButton {<br />
        background-color: var(--theme-color); /* Use the theme color for the background */<br />
        color: white;<br />
        border: none;<br />
        padding: 12px 30px;<br />
        border-radius: 5px;<br />
        cursor: pointer;<br />
    }</p>
<p>    /* Style the container to display the tracking result */<br />
    #YQContainer {<br />
        margin-top: 10px;<br />
    }<br />
</style>
</p>
<p><!-- Container --></p>
<div class="container"><!-- Logo --></p>
<p><!-- Tracking number input box and button --></p>
<div style="margin-top: 25px;"><input id="YQNum" maxlength="50" type="text" placeholder="Enter tracking number" /><br /><input id="trackButton" type="button" value="TRACK" /></div>
<p><!-- Container to display the tracking result --></p>
<div id="YQContainer"><!-- Tracking result will be displayed here --></div>
</div>
<p><!--Script code can be put in the bottom of the page, wait until the page is loaded then execute.--><br /><script type="text/javascript" src="//www.17track.net/externalcall.js"></script><br /><script type="text/javascript"><br />
function doTrack() {<br />
    var num = document.getElementById("YQNum").value;<br />
    if(num===""){<br />
        alert("Enter your number.");<br />
        return;<br />
    }<br />
    YQV5.trackSingle({<br />
        //Required, Specify the container ID of the carrier content.<br />
        YQ_ContainerId:"YQContainer",<br />
        //Optional, specify tracking result height, max height 800px, default is 560px.<br />
        YQ_Height:560,<br />
        //Optional, select carrier, default to auto identify.<br />
        YQ_Fc:"0",<br />
        //Optional, specify UI language, default language is automatically detected based on the browser settings.<br />
        YQ_Lang:"en",<br />
        //Required, specify the number needed to be tracked.<br />
        YQ_Num:num<br />
    });<br />
}<br />
</script></p>/* End custom CSS */