@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome, .onpoint-links {
    display: -webkit-box;
    float: right;
}
::i-block-chrome, .account .page-title-wrapper h1.page-title {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
::i-block-chrome, li.authorization-link a, .onpoint-links li a {
    padding: 5px 0px 10px 0px;
}
::i-block-chrome, footer.page-footer .footer-wrapper {
    display: -webkit-box;
    -webkit-box-pack: justify;
}
::i-block-chrome, footer.page-footer .footer-wrapper .footer-center {
    -webkit-box-ordinal-group: 2;
}
::i-block-chrome, footer.page-footer .footer-wrapper .logo {
    -webkit-box-ordinal-group: 1;
}
::i-block-chrome, footer.page-footer .footer-wrapper .footer-social {
    -webkit-box-ordinal-group: 3;
    display: -webkit-box;
}
::i-block-chrome, footer.page-footer .footer-wrapper .footer-center .address {
    padding-top: 45px;
    padding-bottom: 1px;
}

::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset select{
    max-height: 106px;
}
::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset .flex {
    display: -webkit-box;
}
::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset legend {
    padding-bottom: 10px;
}

::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset .shipchange{
    padding-bottom: 10px;
}
::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset .consigchange{
    padding-bottom: 10px;
}
::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset .service-payment label{
    padding-bottom: 5px;   
}


::i-block-chrome, .page-title-wrapper h1.page-title{
    margin-top: 60px;
    font-size: 50px !important;
}

::i-block-chrome, .page-layout-1column .public-tracker-wrapper {
    margin-top: 30px !important;
}

::i-block-chrome, .cms-index-index .public-tracker-wrapper #public-button {
    margin-bottom: 60px;
}
::i-block-chrome, .login-container .block-customer-login .block-content .form-login .login .actions-toolbar .primary button.login{
    width: 133px !important;
    margin-right: 0;
}

::i-block-chrome, .login-container .block-customer-login .block-content .form-login .login .actions-toolbar .primary{
    width: 100%;
    float: center;
}
::i-block-chrome, .page-layout-1column .page-title-wrapper h1.page-title {
    margin-top: 60px !important;
}
::i-block-chrome, .login-container .block-customer-login .block-content .form-login .login .actions-toolbar .text_orng{
    width: 100%;
}
::i-block-chrome, .customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary {
    background-color: #fa5503;
}
::i-block-chrome, .customer-account-createshipment .modal-inner-wrap .modal-content {
    min-height: 200px;
    overflow-y: scroll;
    height: 550px;
    overflow-x: hidden;
}
::i-block-chrome, .create-shipment-wrapper #create-shipment-form fieldset.additonal-info > .flex textarea {
    width: 245px !important;
    max-width: 245px !important;
    margin-top: 10px;
}
::i-block-chrome, .cms-index-index .page-layout-1column .column.main {
    min-height: 450px;
}
::i-block-chrome, .customer-account-login .page-layout-1column .column.main {
    min-height: 450px;
}
::i-block-chrome, .customer-account-createshipment .create-shipment-wrapper .create-shipment .additonal-info .flex input{
    margin: 5px 0px;
}
::i-block-chrome, .customer-account-createshipment .create-shipment-wrapper .create-shipment .additonal-info .flex{
    margin-top: 10px;
}
::i-block-chrome, .pupbtm_btnsec {
    display: -webkit-box;
}
}


/*=============== media query css start ====================== */
@media only screen and (max-width: 768px){
.page-wrapper .page-header div.header.content {
    padding: 10px 10px 0px 10px;
}
.header .onpoint-links {
    justify-content: space-between;
    margin-bottom: 4px;
}
.page-header .header ul.onpoint-links li {
    margin-right: 5px;
}
.page-header .header ul.onpoint-links li:last-child {
    margin-right: 0px !important;
}
footer.page-footer .footer-wrapper {
    align-items: center !important;
}
footer.page-footer .footer-wrapper .footer-center {
    margin-bottom: 10px;
}
footer.page-footer .footer-wrapper .logo {
    margin-bottom: 15px;
}
footer.page-footer .footer-wrapper .footer-social {
    margin-bottom: 10px;
}
.page-layout-1column .page-title-wrapper h1.page-title {
    font-size: 30px !important;
}
footer.page-footer .footer-wrapper .footer-center .onpoint-links li a {
    font-size: 16px !important;
}
.account .page-title-wrapper h1.page-title {
    font-size: 30px !important;
}
}
footer.page-footer {
    padding-left: 20px;
    padding-right: 20px;
}

body footer.page-footer .footer-wrapper .logo {
    max-width: 200px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
footer.page-footer .footer-wrapper {
    flex-direction: row;
}
footer.page-footer .footer-wrapper .logo {
    margin-left: 10px;
}
}


.customer-account-logoutsuccess #authenticationPopup p{
    text-align: center !important;
}
/*=============== media query css end ====================== */


