﻿@charset "utf-8";

/*Add Meta tag in HTML======
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
*/
/* CSS Document */
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }
/* =Media Query 
   
    
--------------------------------------------------------------------------------------------------*/
 
 

/* For Desktop - Convert Element in to percentage */

@media only screen and (max-width:1024px) and (orientation:landscape){
  
    .form-data {
width: 41%;
}
    .contact-form {
width: 61%;
}
    .submit-device {
        display:block;
    }
    .input-submit .submit{width:70px;height:29px;float:right;margin-right: -3px;
    }
    .input-submit {
        float:right;
    }
    .captcha-img img {
    width:320px;
}
}
@media only screen and (max-width:1024px) and (orientation:portrait) {
     .captcha-img img {
        width:300px;
    }
    .form-data {
width: 49%;
}
    .contact-form {
width: 61%;
}
   .input-submit .submit{width:70px;height:29px;float:right;margin-right: -3px;
    }
    .submit-device {
        display:block;
    }
     .input-submit {
        float:right;
    }
      
}
@media only screen and (max-width:1024px) {
    #wrapper {
        width: 85%;
    }
    /* .leftColumn{width:37%;}*/
    .rightColumn {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .leftColumn          {
        display: none;
    }

    .label span {
        font-size: 11px;
    }

    .label {
        margin: 0 0 4px;
    }

    .inner-txt h2 {
        padding: 2px 0 2px 15px;
    }

    .input-box input {
        height: 17px;
        line-height: 17px;
    }

    .error-msg-area ul li {
        font-size: 11px;
    }

    .device-txt {
        color: #585970;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 19px;
        font-weight: bold;
        line-height: 23px;
        margin-bottom: 15px;
        display: block;
    }

    .submit {
        background: url(../Images/submit-btn-device.png) no-repeat center bottom;
        width: 70px;
        height: 29px;
        border: none;
    }
	 .submit-btn-media{display:block;float:right;;margin:0px -5px 5px 0;}
 .submit-btn-media input{background: url(../Images/submit-btn-device.png) no-repeat center bottom;
        width: 70px;
        height: 29px;
        border: none}
  .button-block {
    display:none;
    }
 .captch-content .input-block{margin-bottom:6px;}
}
.captcha-img img {
    width: 276px;
}
}
@media only screen and (max-width:960px) and (orientation:portrait){
    
}

/* For Tablet portrait (768x1024) and Small tablet landscape (800x600) */
@media only screen and (max-width: 800px) {
    #wrapper {
        width: 95%;
    }
   
   
}


@media only screen and (max-width: 650px) {
    .contact-form {
        width: 100%;
    }

    .form-data {
        width: 100%;
    }

    body {
        background: none;
    }

    #tntLogo {
        float: right;

    }

    .rightColumn {
        width: 100%;
    }

    .tag-txt {
        background: #ff6600;
        margin-left: -3.3%;
        margin-right: -2.8%;
        padding: 0 0 0 3%;
    }
        /*font size*/
        .tag-txt h2 {
            font-size: 32px;
            line-height: 54px;
        }

    .device-txt {
        font-size: 12px;
        line-height: 17px;
    }

    .inner-txt h2 {
        font-size: 13px;
    }

    .label p, .input-box input {
        font-size: 11px;
    }

    .input-block {
        margin-bottom: 5px;
    }

    /*.button-block{bottom: 11px;right:11px;}*/
    .submit-btn-media {
        display: block;
        float: right;
        margin-top: 0px;
        margin-bottom: 7px;
    }

        .submit-btn-media input {
            background: url(../Images/submit-btn-device.png) no-repeat center bottom;
            width: 70px;
            height: 29px;
            border: none;
        }

    .button-block {
        display: none;
    }

    .captch-content .input-block {
        margin-bottom: 6px;
    }
}

    /* For Small tablet portrait (600x800) and Mobile landscape (480x320) */
    @media only screen and (max-width: 600px) {
        
        /*contact-form*/
        .contact-form {
            width: 100%;
        }

        .input-block-inner .label {
            width: 19%;
        }

        .input-block-inner .input-box {
            width: 51%;
        }

    }

    @media only screen and (max-width: 500px) {
    }


    @media only screen and (max-width:480px) and (orientation:landscape) {
    }



    /* For Mobile portrait (320x480) */
    @media only screen and (max-width: 360px) {
         .contact-form {
        width: 100%;
    }

    .form-data {
        width: 100%;
    }

    body {
        background: none;
    }

    #tntLogo {
        float: right;
    }

    .rightColumn {
        width: 100%;
    }

    .tag-txt {
        background: #ff6600;
        margin-left: -3.3%;
        margin-right: -2.8%;
        padding: 0 0 0 3%;
    }
        /*font size*/
        .tag-txt h2 {
            font-size: 32px;
            line-height: 54px;
        }

    .device-txt {
        font-size: 12px;
        line-height: 17px;
    }

    .inner-txt h2 {
        font-size: 13px;
    }

    .label p, .input-box input {
        font-size: 11px;
    }

    .input-block {
        margin-bottom: 5px;
    }

    /*.button-block{bottom: 11px;right:11px;}*/
    .submit-btn-media {
        display: block;
        float: right;
        margin-top: 0px;
        margin-bottom: 7px;
    }

        .submit-btn-media input {
            background: url(../Images/submit-btn-device.png) no-repeat center bottom;
            width: 70px;
            height: 29px;
            border: none;
        }

    .button-block {
        display: none;
    }

    .captch-content .input-block {
        margin-bottom: 6px;
    }
        .form-data {
            width: 100%;
        }
        /*submit button
	.button-block{position:inherit;float:right;left:6px;top: -12px;}.device-btn{top:0;left:-5px;}*/
        /*contact-form*/
        .contact-form {
            width: 100%;
        }

        .input-block-inner .label {
            width: 38%;
        }

        .input-block-inner .input-box {
            width: 61%;
        }

        #parcelpoint-stores-widget iframe {
        }

        .form-data li:last-child .input-block {
            margin-bottom: 6px;
        }

        #parcelpoint-stores-widget {
            min-height: 585px !important;
        }
    }

   
    /* End Media Query
--------------------------------------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2) {

}