/* cyrillic-ext */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

body {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow-X: hidden;
}

h1 {
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

.wrapper.wrapper_boxed {
    margin: 20px auto;
    max-width: 1200px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5)
}

.wrapper.wrapper_boxed .container {
    padding: 0 10px;
}

.wrapper {
    width: 100%;
}

h1 {
    font-size: 40px;
    line-height: 46px;
    color: #ffc22a;
    text-align: left;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    color: #006fc4;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 20px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #307abd;
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #696969;
}

a:hover,
a:focus,
a:active {
    color: #696969;
    outline: none;
    text-decoration: none;
}

p {
    line-height: 24px;
    margin: 0 0 10px 0;
}

ul {
    margin: 0px;
}

figure {
    margin-bottom: 0;
    position: relative;
}

blockquote {
    quotes: none;
}

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
    padding: 10px;
    width: 100%;
}

input[type=text] {
    width: 300px;
    height: 36px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

/*[class*="col-lg"], [class*="col-md"], [class*="col-sm"], [class*="col-xs"]
{
    display:inline-block;
    float:none;
    margin:0 -4px 0 0;
    vertical-align:top
}*/
textarea {
    height: 150px;
}

input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

.slicknav_menu {
    display: none;
}

.slicknav_menu ul {
    display: none;
}

.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: #fff;
}

.top-bar {
    background: url('../images/top-bar.jpg');
    background-size: cover;
    padding: 1px 0;
}

.top-phone {
    color: #006fc4;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    /* padding: 10px 0 0; */
    text-align: right;
    margin-top: 15px;
}

.top-phone .tracking {
    font-size: 16px;
    line-height: 22px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    background: #ffc22a;
    padding: 7px;
    width: 100px;
    color: #000;
    /* margin-left: auto; */
    display: inline-block;
    text-align: center;
}

.main-menu ul {
    padding: 0;
}

.main-menu ul li {
    margin: 0;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 4px;
}

.navbar-brand {
    display: none;
}

.navbar-default {
    background-color: transparent;
    border-color: #fff;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 0;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #006fc4 !important;
    color: #fff !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #006fc4;
    color: #fff;
    text-decoration: none;
}

.pt-banner {
    background: rgba(0, 0, 0, 0) url(http://192.168.1.159/pti/images/banner.jpg) no-repeat scroll 0 0/cover !important;
    margin: 111px 0 0;
}

.pt-banner .quote-text {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    display: block;
    padding: 0 0 20px 0px;
}

.pt-banner .bullet-points {
    padding: 0 20px 20px 0;
}

.pt-banner .bullet-points ul {
    list-style: none;
}

.pt-banner .bullet-points ul li img {
    padding: 0 10px 0 0;
}

.pt-banner .quote-form {
    color: #fff;
}

.pt-banner .quote-form .quote-list ul {
    padding: 0;
}

.pt-banner .quote-form .quote-list ul li {
    list-style: none;
    display: inline-block;
    padding: 0 35px 15px 0;
    position: relative;
}

.pt-banner .quote-form .quote-list ul li .field-text {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* padding: 2px 0; */
    margin-bottom: 5px;
}

.pt-banner .quote-form .quote-list ul li.cta-field {
    width: 91%;
}

.pt-banner .quote-form .quote-list ul li a.cta-btn {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    border: 3px solid #fff;
    border-radius: 5px;
    background: #2c539e;
    background: -moz-linear-gradient(top, #2c539e 0%, #244386 100%);
    background: -webkit-linear-gradient(top, #2c539e 0%, #244386 100%);
    background: linear-gradient(to bottom, #2c539e 0%, #244386 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c539e', endColorstr='#244386', GradientType=0);
    margin-top: 12px;
}

.pt-banner .call-to-actions {
    left: -108px;
    position: absolute;
    top: 86px;
}

/* .pt-banner .call-to-actions img {} */

.pt-banner .bullet-points {
    font-size: 18px;
    line-height: 24px;
}

.pt-parcel-banner img {
    width: 100%;
    padding: 10px 0;
}

.offer-yellow-bg {
    background: #ffc22a;
}

.pt-we-offer .offer-yellow-bg .offers-ti {
    padding: 10px 0;
    text-align: center;
}

.pt-we-offer .offers-ti .offer-text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px;
}

.pt-services .services-block {
    margin: 0 0 40px 0;
}

.pt-services .services-block .media {
    margin: 0;
}

.pt-services .services-block .media figure img {
    width: 393px;
    height: 240px;
}

.pt-services .services-block .media figure figcaption {
    background: rgba(0, 111, 196, 0.5);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 40%;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pt-services .services-block .media figure figcaption a {
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    left: 36%;
    padding: 10px;
    position: absolute;
    top: 40%;
    font-size: 18px;
}

.pt-services .services-block:hover .media figure figcaption {
    opacity: 1;
    bottom: 0;
}

.pt-services .services-block h4 {
    text-align: left;
    color: #000;
    margin: 0;
    font-size: 19px;
}

.pt-services .services-block p {
    color: #696969;
    padding: 5px 0;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
}

/*.pt-main-content{margin-top:115px;}*/
.pt-main-content .content {
    color: #696969;
}

.pt-main-content .content h3,
h4,
h5,
h6 {
    color: #000;
    text-align: left;
    margin: 5px 0 5px 0;
}

.pt-reviews .review-banner {
    background: url('../images/review-banner.jpg') no-repeat;
    background-size: cover;
    background-position: 0 0px;
    width: 100%;
    height: 250px;
    padding: 50px 0;
}

.pt-reviews .review-banner .review-content {
    background: rgba(243, 240, 237, 0.8) none repeat scroll 0 0;
    color: #363636;
    padding: 20px;
}

.pt-reviews .review-banner .review-content p {
    text-align: justify;
    padding: 0 5px;
    font-size: 14px;
    line-height: 18px;
}

.pt-reviews .review-banner .review-content .quote-img {
    display: block;
    text-align: center;
    padding: 10px;
}

.pt-reviews .review-banner .review-content .reviewer {
    display: block;
    text-align: center;
}

.pt-reviews .review-banner .review-content .location {
    display: block;
    text-align: center;
}

.pt-popolar-cities .toggle-outer {
    background: #f9f9f9;
    padding: 20px 0;
}

.pt-popolar-cities .toggle-outer .map-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    border-right: 1px solid #d6d6d6;
    color: #999;
    padding: 7px 10px;
}

.pt-popolar-cities .toggle-outer .city-outer {
    margin-bottom: 15px;
}

.pt-popolar-cities .toggle-outer .city {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    color: #333;
    display: inline-block;
    padding: 0 0 1px 0;
    width: 246px;
}

.pt-popolar-cities .toggle-outer .city>span.text {
    padding: 0 15px;
}

.pt-popolar-cities .uk-flag {
    background: #284b92;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
    display: block;
}

.pt-popolar-cities .uk-flag span img {
    padding: 0 0 0 65px;
}

.pt-popolar-cities .india-flag {
    background: #ffc22a;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    display: block;
}

.pt-popolar-cities .india-flag span img {
    padding: 0 0 0 35px;
}

button.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* button.accordion.active,
button.accordion:hover {} */

div.toggle-outer {
    background-color: white;
    display: none;
}

div.toggle-outer.show {
    display: block !important;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 20px;
}

button.accordion.active:after {
    content: "\2796";
}

.pt-partners .airlines {
    padding: 10px 0;
}

.pt-partners .airlines ul {
    padding: 0;
    text-align: center;
}

.pt-partners .airlines ul li {
    display: inline-block;
}

.pt-footer .social-bg {
    background: url(../images/socail-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.pt-footer .social-bg .social-icons {
    padding: 15px 0;
}

.pt-footer .social-bg .social-icons ul {
    text-align: center;
}

.pt-footer .social-bg .social-icons ul li {
    display: inline-block;
}

.pt-footer .address-bg {
    background: #284b92;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
}

.pt-footer .address-bg .address-text {
    display: block;
    padding: 8px 0;
}

.pt-footer .address-bg .booking-text {
    display: block;
    padding: 8px 0;
}

.pt-footer .address-bg .booking-text .footer-phone {
    color: #ffc22a;
    font-weight: bold;
}

.pt-footer .copy-bg {
    background: #303237;
    padding: 20px 0;
    font-size: 18px;
    line-height: 24px;
}

.pt-footer .copy-bg .copyrights {
    padding: 5px 0;
}

.pt-footer .copy-bg .terms-privacy ul {
    padding: 0;
}

.pt-footer .copy-bg .terms-privacy ul li {
    display: inline;
    padding: 0 10px;
    position: relative;
}

.pt-footer .copy-bg .terms-privacy ul li:after {
    content: '/';
    position: absolute;
    padding: 0 10px;
}

.pt-footer .copy-bg .terms-privacy ul li:last-child:after {
    content: '';
}

.pt-footer .copy-bg .terms-privacy ul li a {
    color: #fff;
}

.carousel-indicators {
    bottom: -40px;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.active-bred {
    color: #696969;
}

ul.breadcrumb li a {
    color: #337ab7;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb>li+li::after {
    color: #696969;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb>li+li::before {
    display: none;
}

.c-field {
    border: 1px solid #FFC22A;
    background: #F3F3F3;
    font-size: 18px;
}

.contact-pti input {
    border: 1px solid #FFC22A;
    background: #F3F3F3;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

.contact-pti .submit {
    background: #006fc4 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
    display: block;
    height: 54px;
}

.map {
    padding: 0;
}

.delivery-type {
    margin: 10px 0;
}

.clickable-btn {
    width: 214px !important;
    font-size: 16px;
}

.clickable-btn:hover {
    background: #67C100;
    color: #fff;
}

.express-text {
    font-size: 14px;
}

.content p strong a {
    color: #337ab7;
}

.content p a strong {
    color: #337ab7;
}

/*===============Tooltip====================*/

.tooltips {

    cursor: pointer;
    border: transparent;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.tooltips .tooltiptext {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px !important;
    line-height: 20px;
    border: 2px solid #f00;
    pointer-events: none;
    width: 300px;
}

.tooltips .tooltiptext b {
    color: yellow;
    transition: none;
}

.tooltips:hover .tooltiptext {
    display: block;
}

.signup-form.input-group {
    border: transparent;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.signup-box p {
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 15px;
}


.quote-list .input-group label {
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
}

.quote-list p {
    text-align: center;
    color: #fff;
}

.quote-list p a {
    color: blue;
}

.question_mark {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #000;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px !important;
    cursor: pointer;

}

.privacy-policy h3 {
    font-size: 16px;
    line-height: 22px;
}

.privacy-policy a {
    color: #007bff;
}

.w-100 {
    width: 100%;
}

#captImg {
    margin-top: 5px;
}

/* #captImg img {} */

p.text-info {
    font-size: 18px;
    line-height: 24px;
}

p.text-info a {
    color: #016fc4;
    font-weight: bold;
    text-decoration: underline;
}

.p-0 {
    padding: 0;
}

.mt-2 {
    margin-top: 1rem !important;
}

.text-black {
    color: #000;
}

.pt-footer p {
    color: #ffc22a;
    font-size: 20px;
    line-height: 26px;
}

.openHours p {
    font-size: 20px;
    line-height: 26px;
}

.openHours p span {
    display: inline-block;
    width: 120px;
}