/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    border: 0;
    font-size: 100%;
}*/
.wpb_wrapper > div {
    margin-bottom: 35px;
}

/* =WordPress Core
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
}

h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
    line-height: 1.3 /*22px*/;
    margin-bottom: 15px;
}

h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

h4 {
    font-size: 14px;
    line-height: 1.2;
}

h5 {
    font-size: 14px;
    line-height: 1.2;
}

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

.title_wrapper h1 {
    font-size: 35px;
    line-height: 35px;
}

b, strong {
    font-weight: bold;
}

blockquote, blockquote a, blockquote a:hover {
    color: #444444;
}

blockquote {
    font-size: 17px;
    line-height: 31px;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
   /* background: url(images/textline.png) repeat-y;*/
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

blockquote, q {
    quotes: none;
}

blockquote:before {
    content: "";
}

blockquote:after {
    content: "";
    width: 55px;
    height: 40px;
    background: url(images/blockquote-min.png);
    position: absolute;
    left: -25px;
    top: -15px;
}

.singl-img-text ul, .singl-img-text ol {
    margin: 0 0 15px 30px;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
}

.ui-tabs-panel ul li, .ui-tabs-panel ol li, .singl-img-text ul li, .singl-img-text ol li {
    margin-bottom: 10px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.image_frame, .wp-caption {
    border-width: 8px;
    border-style: solid;
    display: block;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #f8f8f8;
    padding: 0;
}

.image_frame .image_wrapper, .wp-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame .image_wrapper {
    position: relative;
    overflow: hidden;
}

.image_frame img {
    margin: 0 auto;
}

.singl-img-text .wp-caption.alignnone, .singl-img-text .wp-caption.aligncenter {
    clear: both;
}

.singl-img-text .image_frame, .singl-img-text .wp-caption {
    margin-bottom: 20px;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-caption-text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0 5px;
    line-height: normal;
    background: #f8f8f8;
    color: #A6A6A6;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#float-right {
    position: fixed;
    bottom: auto;
    right: 0;
    top: 30%;
    background-color: #094020;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 6px 13px 5px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: block;
    z-index: 100000;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

a.button, a.tp-button, button, .the_content_wrapper input[type="submit"], .the_content_wrapper input[type="reset"], .the_content_wrapper input[type="button"] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    background-image: url(images/box_shadow_button.png);
    background-repeat: repeat-x;
}

a.button_theme, a.tp-button.button_theme, button, .the_content_wrapper input[type="submit"], .the_content_wrapper input[type="reset"], .the_content_wrapper input[type="button"] {
    background-color: #094020;
    color: #fff;
}

.column_column ul li, .column_column ol li, .column_visual ul li, .column_visual ol li, .mfn-acc ul li, .mfn-acc ol li, .ui-tabs-panel ul li, .ui-tabs-panel ol li, .the_content_wrapper ul li, .the_content_wrapper ol li {
    margin-bottom: 10px;
}

.the_content_wrapper input[type="date"], .the_content_wrapper input[type="email"], .the_content_wrapper input[type="number"], .the_content_wrapper input[type="password"], .the_content_wrapper input[type="search"], .the_content_wrapper input[type="tel"], .the_content_wrapper input[type="text"], .the_content_wrapper input[type="url"], .the_content_wrapper select, .the_content_wrapper textarea {
    outline: none;
    width: 230px;
    max-width: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    -webkit-appearance: none;
    border-color: rgba(0, 0, 0, .08);
}

/* Inputs */
.the_content_wrapper input[type="date"],
.the_content_wrapper input[type="email"],
.the_content_wrapper input[type="number"],
.the_content_wrapper input[type="password"],
.the_content_wrapper input[type="search"],
.the_content_wrapper input[type="tel"],
.the_content_wrapper input[type="text"],
.the_content_wrapper input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty {
    background-color: #fff;
    color: #626262;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.the_content_wrapper input[type="date"]:focus,
.the_content_wrapper input[type="email"]:focus,
.the_content_wrapper input[type="number"]:focus,
.the_content_wrapper input[type="password"]:focus,
.the_content_wrapper input[type="search"]:focus,
.the_content_wrapper input[type="tel"]:focus,
.the_content_wrapper input[type="text"]:focus,
.the_content_wrapper input[type="url"]:focus,
.the_content_wrapper select:focus,
.the_content_wrapper textarea:focus {
    background-color: #E9F5FC !important;
    border-color: #d5e5ee;
    color: #1982C2;
}

/* Dividers */
hr {
    background-color: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .08);
}

/* Date */
.date_label, .timeline_items li h3 span {
    background-color: #f8f8f8;
    color: #a8a8a8;
}

.date_label:after,
.timeline_items li h3 span:after {
    border-left-color: #f8f8f8;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.widget > h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 20px;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    padding: 15px 0 !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: none !important;
}

.gform_wrapper h3.gform_title {
    color: #2991D6;
}

.gform_wrapper h2.gsection_title {
    color: #2991D6;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    position: relative;
    float: left;
    margin-right: 2% !important;
    width: 20%;
}

.pakis .gform_body ul li:nth-child(even) {
    margin-right: 0px !important;
}

.pakname {
    width: 47%;
    float: left !important;
    margin-right: 6%;
    clear: none !important;
}

.pakdestination {
    width: 94%;
    float: left !important;
    margin-right: 6%;
    clear: none !important;
}

.pakvehicle {
    width: 47%;
    float: left !important;
    margin-right: 6%;
    clear: none !important;
}

.pakseason {
    width: 30%;
    float: left !important;
    margin-right: 6%;
    clear: none !important;
}

.pakarrival {
    width: 30%;
    float: left !important;
    margin-right: 5%;
    clear: none !important;
}

.pakstay {
    width: 30%;
    float: left !important;
    clear: none !important;
}

.pakcountry {
    width: 47%;
    float: left !important;
    clear: none !important;
}

.pakaccomodation {
    width: 47%;
    float: left !important;
    clear: none !important;
}

.pakyear {
    width: 30%;
    float: left !important;
    clear: none !important;
}

.pakdeparture {
    width: 30%;
    float: left !important;
    margin-right: 5%;
    clear: none !important;
}

.pakemail {
    width: 47%;
    float: left !important;
    margin-right: 6%;
    clear: none !important;
}

.pakremail {
    width: 47%;
    float: left !important;
    clear: none !important;
}
.pakremail select, .gform_wrapper select{padding: 6px 10px !important;}

.pakadult {
    width: 15%;
    float: left !important;
    margin-right: 10%;
    clear: none !important;
}

.pakyouth {
    width: 15%;
    float: left !important;
    margin-right: 10%;
    clear: none !important;
}

.pakchildren {
    width: 15%;
    float: left !important;
    margin-right: 10%;
    clear: none !important;
}

.pakinfant {
    width: 15%;
    float: left !important;
    margin-right: 10%;
    clear: none !important;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{margin-top: 7px;}

.wu-copyright img {
    height: 1px;
    width: 1px;
}

.wu-current-conditions .wu-day-title {
    color: #fff;
}

#loadcontent {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.inqhindukush .gfield_label {
    display: none;
}

/**/
.navbar-inverse .navbar-collapse {
    padding: 0;
}


.desc-img .avatar-wrapper {
    width: 80px;
    height: 80px;
    float: left;
    border-width: 8px;
    border-style: solid;
    display: block;
    line-height: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    border-color: #f8f8f8;
}

.desc-img .alignnone {
    margin: 0;
}

.foter-contant ul li {
    line-height: 18px;
}

.foter-contant ul li a {
    padding: 0;
    color: #fff;
}

.foter-contant ul li a:hover, .foter-privacy a:hover {
    color: #ca9e45;
}

.footer-nav li a {
    font-size: 14px;
}

.pakbutton {
    float: right;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 32px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    margin: 0;
    background-color: #09411f;
    padding: 10px 20px;
    border: none;
}

a.pakbutton {
    display: block;
    margin: 0 auto;
    width: fit-content;
    float: none;
    padding: 8px 40px;
}

a.pakbutton:hover {
    color: #ddb65b;
}

.heding-mang {
    display: flex;
    justify-content: space-between;
}

.footer.custom-tour-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.footer.custom-tour-button a {
    /*-webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;*/
    -webkit-box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.47);
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.form-submit {
    text-align: right;
}