@font-face {
    font-family: 'Aileron-Regular';
    src: url('../fonts/Aileron-Regular.eot');
    src: url('../fonts/Aileron-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Regular.woff2') format('woff2'), url('../fonts/Aileron-Regular.woff') format('woff'), url('../fonts/Aileron-Regular.ttf') format('truetype'), url('../fonts/Aileron-Regular.otf') format('opentype'), url('../fonts/Aileron-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Aileron-Thin';
    src: url('../fonts/Aileron-Thin.eot');
    src: url('../fonts/Aileron-Thind41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Thin.woff2') format('woff2'), url('../fonts/Aileron-Thin.woff') format('woff'), url('../fonts/Aileron-Thin.ttf') format('truetype'), url('../fonts/Aileron-Thin.otf') format('opentype'), url('../fonts/Aileron-Thin.svg') format('svg');
}

@font-face {
    font-family: 'Aileron-Light';
    src: url('../fonts/Aileron-Light.eot');
    src: url('../fonts/Aileron-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Aileron-Light.woff2') format('woff2'), url('../fonts/Aileron-Light.woff') format('woff'), url('../fonts/Aileron-Light.ttf') format('truetype'), url('../fonts/Aileron-Light.otf') format('opentype'), url('../fonts/Aileron-Light.svg') format('svg');
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #00004c;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.table-style-himachal .table {
    border-spacing: 1;
    border-collapse: collapse;
    background: none;
    border-radius: 10px;
    width: 100%;
    margin: 0px auto; 
    position: relative;
}
.text-center{text-align:center!important;}
.para-style .center-make{text-align:center; padding-top:10px;}
.center-make{text-align:center; padding-top:10px;}
.para-style ul{padding:10px;}
.para-style li{font-size:17px;}
.table-style-himachal table > thead > tr > th {color:#fff !important;}
.table-style-himachal table > thead > tr > th {text-align:center;}
.table-style-himachal table thead tr {
    background: #004394;
}

.heading-s{      background-color: #eb2d2d;
    padding: 6px;
    color: #fff;
    /* font-weight: bold; */
    text-align: center;
    font-size: 20px;
    font-family: arial;
    margin-top: 1px;
    border-top: #004394 1px solid;
}




.style-heading {
    font-size: 16px;
    text-align: justify;
}

.list-for-ask ul li{list-style:none; display:block;}
.list-for-ask ul li a{float:right;}
.list-for-ask ul{padding:0px; list-style:none;}

#text{
display:none;
}

#text2{
display:none;
}
.senitize p{font-family:arial; font-size:18px; margin:10px;}
.senitize ul{list-style:none;}
.senitize li{margin-bottom:10px; font-size:18px;}
.senitize h3{font-size:18px; font-weight:bold; margin-left:15px; color:#14558e; font-family:arial;}

.front-bloc-con p{font-size: 14px; text-align: justify;}
.front-bloc-con h4{font-size: 18px; font-weight: bold;}

#accordion a {
    color: #0b4679;
}

.tax-form-design {
    border: solid 1px #eee;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
}

// Animate the size,inside.fill:hover,.fill:focus{box-shadow:inset 0 0 0 2em var(--hover);}// Animate the size,outside.pulse:hover,.pulse:focus{animation:pulse 1s;box-shadow:0 0 0 2em rgba(#fff,0);}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--hover);}}// Stack multiple shadows,one from the left,the other from the right.close:hover,.close:focus{box-shadow:inset -3.5em 0 0 0 var(--hover),inset 3.5em 0 0 0 var(--hover);}// Size can also be negative;see how it's smaller than the element.raise:hover,.raise:focus{box-shadow:0 0.5em 0.5em -0.4em var(--hover);transform:translateY(-0.25em);}// Animating from the bottom.up:hover,
.up:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

// And from the left.slide:hover,.slide:focus{box-shadow:inset 6.5em 0 0 0 var(--hover);}// Multiple shadows,one on the outside,another on the inside.offset{box-shadow:0.3em 0.3em 0 0 var(--color),inset 0.3em 0.3em 0 0 var(--color);&:hover,&:focus{box-shadow:0 0 0 0 var(--hover),inset 6em 3.5em 0 0 var(--hover);}}//=== Set button colors// If you wonder why use Sass vars or CSS custom properties...// Make a map with the class names and matching colors$colors:
(fill:#a972cb, pulse:#ef6eae, close:#ff7f82, raise:#ffa260, up:#e4cb58, slide:#8fc866, offset:#19bc8b); // Sass variables compile to a static string;CSS variables are dynamic and inherited// Loop through the map and set CSS custom properties using Sass variables@each $button,$color in $colors{.#{$button}{--color:#{$color};--hover:#{adjust-hue($color,45deg)};}}// Now every button will have different colors as set above. We get to use the same structure,only changing the custom properties.button{color:var(--color);transition:0.25s;&:hover,&:focus{border-color:var(--hover);color:#fff;}}//=== Pen styling,ignorebody{color:#fff;background:hsl(227,10%,10%);font:300 1em 'Fira Sans',sans-serif;// Center everything ever justify-content:center;align-content:center;align-items:center;text-align:center;min-height:100vh;display:flex;}// Basic button stylesbutton{background:none;border:2px solid;font:inherit;line-height:1;margin:0.5em;padding:1em 2em;}h1{font-weight:400;}code{color:#e4cb58;font:inherit;}@media screen and (max-width:400px){.panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit;}}body{font-family:'Aileron-Regular';}h3{font-family:'Aileron-Light';}header#tophead{height:40px;line-height:40px;width:100%;position:relative;top:0;left:0;right:0;color:#000;background-color:#fff;z-index:101;border-bottom:#eee 1px solid;}.box-ve-sec{border:solid 1px #b1b1b17a;border-radius:12px;padding:8px;width:230px;margin:5px;}


.box-ve-sec img {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 180px;
    border-radius: 8px;
}

.box-ve-sec-main-text {
    font-size: 14px;
    color: #e00e0e;
    margin-top: 10px;
    font-weight: 700;
}

.box-ve-sec-main-text2 {
    font-size: 16px;
    color: #e00e0e;
    margin-top: 10px;
    font-weight: 700;
}

.box-ve-sec-main-text1 {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.button-design {
    background-color: rgb(51, 122, 183);
    color: rgb(255, 255, 255);
}
.new-box-design{    border: 1px solid #f1f1f1;  transition: box-shadow .3s;
    padding: 8px;
    margin-bottom: 25px;
    border-radius: 5px;}
.new-box-design ul {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    padding: 0px;
}
.maharaja-img img{border-radius:5px;}
.new-box-design:hover{
    
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}


.ratting12 i{ color: #f39c12;  }
.ratting12 {padding-bottom: 10px;}

.new-box-design ul li{ list-style:none;}

.category .btn2 {
    /* width: 190px; */
    /* text-decoration: none; */
    /* padding: 8px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
}

.category .btn2:hover{text-decoration:none;}
.card-body{text-align:center;}

.new-box-design img{width:100%;}


.new-box-design h5{      font-family: sans-serif;
    font-size: 23px;
    border-bottom: 1px solid #e4e4e4;
    /* padding-bottom: 1px; */
    color: #152a94;
    font-weight: bold;
    letter-spacing: 0.5;
    text-align: center;
    border: 1px solid #b9b9b947;
    border-radius: 5px;
    padding: 8px;
    }
    
.new-box-design h6{    font-weight: bold;
    font-size: 15px;
    color: #151414;
    font-family: sans-serif;}
.new-box-design h6 span{color:#d9534f;}
.maharaja-box h4 {
    font-size: 40px;
    color: #d9534f;
    font-weight: bold;
    font-family: sans-serif;
}
.feature-maharaja ul {
    display: block;
    text-align: center;
}

.feature-maharaja ul li {
    display: block;
    padding: 3px;
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
}

.ribbon99 {
    position: absolute;
    top: 13px;
        text-shadow: 2px 1px 1px #000;
    right: 8px;
    /*background-color: #5b2ab1;*/
        background: linear-gradient(
90deg
, rgb(255 36 180) 0%, rgb(189 59 160) 35%, rgba(0,212,255,1) 100%);
    color: #fbff0d;
    padding: 5px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15px;
    border-radius: 5px 0px 0px 5px;
}
.ribbon99 span{    font-style: italic;
    font-size: 12px;     color: #fff;
        text-shadow:none;
}

.support-box {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 3px 20px 0 rgba(0, 3, 4, 0.14);
    text-align: center;
}

.tempo-details-page p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

@media (min-width:768px){
    .best-tours11 {
width: 41.8%;
    display: table-cell;
}
  
    
}

@media (max-width:700px){
    .best-tours11 {
    width: 100%;
    /* display: table-cell; */
}
.maharaja-box h4 {
    font-size: 30px;
    color: #d9534f;
    font-weight: bold;
    font-family: sans-serif;
}
    
}

@media screen and (max-width:400px) {
    .bg-dark1 {
        background-color: #337ab7;
        color: #fff;
        padding: 8px;
        border: none;
        border-radius: 5px;
        width: 150px;
    }
}

.tempo-details-page h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 900;
}

.list-syle-details {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.list-syle-details ul {
    list-style: none;
    padding: 0px;
}

.list-syle-details li {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: 500;
}

.wid-price span i {
    font-size: 14px;
    margin-right: 5px;
    color: #ff2e2e;
}

.fx-1 {
    flex: 1;
}

.box-ve-sec1 img {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.box-ve-sec1 {
    border: solid 1px #b1b1b17a;
    border-radius: 12px;
    padding: 8px;
    width: 355px;
    margin: 5px;
    background-color: #f9f7f7;
}

.list-line {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.scroll-title {
    font-size: 21px;
    margin-bottom: 8px;
    border-bottom: solid 2px #c3bfbf;
}

.scroll-style ul {
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

.scroll-style li a:hover {
    text-decoration: none;
    color: #004394;
}

.scroll-style li a:active {
    text-decoration: none;
}

.scroll-style li a {
    color: #000;
    font-size: 15px;
}

.scroll-style {
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=1);
    margin: 24px 0px 10px 0px;
    background: #fff;
    border: solid 1px #eee;
}

.scroll-style i {
    color: #000;
}

.scroll-400 {
    max-height: 400px;
}

@media screen and (max-width:400px) {
    .tempo-details-page h6 {
        font-size: 45px;
        text-align: justify;
        font-weight: bold;
        font-family: sans-serif;
    }
}

@media screen and (max-width:400px) {
    .list-syle-details li {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        line-height: 25px;
    }
}

.wid-thumb .img img {
    width: 104px;
    height: 76px;
    float: left;
    margin-right: 15px;
}
}

.wid-item ul li img {
    margin-right: 10px;
}

.scroll,
.scroll-200,
.scroll-400 {
    overflow: auto;
    padding-right: 5px;
}

.list-syle-details i {
    margin-right: 10px;
}

.tempo-details-page h6 {
    font-size: 31px;
    font-weight: bold;
    font-family: sans-serif;
    color: #ff2e2e;
    margin-bottom: 23px;
    margin-top: 23px;
}

.box-details {
    border: 1px solid #dbdcdc;
    background-color: #EA4335;
    margin-bottom: 20px;
    padding: 12px;
    height: 100%;
    display: flex;
    transition: border 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    width: 100%;
}

@media screen and (max-width:400px) {
    .box-details {
        border: 1px solid #006666;
        background-color: #EA4335;
        margin-bottom: -7px;
        padding: 12px;
        height: 100%;
        display: inline-block;
        transition: border 0.3s ease-in-out;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
        width: 100%;
        margin-bottom: 10px;
    }
}

.tempo-details {
    background-color: #f9f9f9;
    padding: 10px;
}

@media screen and (max-width:400px) {
    .tempo-details {
        background-color: #f9f9f9;
        padding: 10px;
        margin-top: 12px;
    }
}

.box-details p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.small-txt {
    font-size: 13px;
    color: #fff;
}

.fa-inr {
    font-size: 15px;
    color: #fff;
}

.rate1 {
    font-size: 18px;
    color: #fff;
}

.contact-tempo p {
    font-size: 45px;
    color: #000000;
    margin-left: 30px;
}

.contact-tempo p i {
    font-size: 45px;
    color: #00CC00;
}

.point-format {
    font-size: 18px;
    color: #000;
}

.point-format22 {
    font-size: 18px;
    color: #000000;
    text-align: left;
    width: max-content;
    margin: auto;
}

.point-format22 img {
    width: 40px;
    height: 40px;
}

.fa-bed {
    color: #004394;
}

.fa-taxi {
    color: #FF0000;
}

.fa-cutlery {
    color: #004394;
}

.fa-shopping-cart {
    color: #FF0000;
}

.fa-users {
    color: #004394;
}

.fa-camera {
    color: #FF0000;
}

.car-rental14 h1 {
    color: #000;
   /* font-weight: bold;*/
} 

.car-rental h1 {
    color: #000066;
    font-weight: bold;
}

.car-rental h1 span {
    color: #FF0000;
    font-weight: bold;
}

.main-heading h1 {
    color: #004394;
    font-weight: bold;
}

.compon h4 {
    color: #004394;
    font-weight: bold;
}

.para-text {
    line-height: 25px;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-image: url(../images/text-bg.jpg);
    background-repeat: repeat;
}

.NewTab:after {
    display: block;
    clear: both;
    content: '';
}

.left-part .NewTab {
    width: 100%;
    max-width: 860px;
    background-color: #004394;
    height: 45px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.left-part .NewTab ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

.left-part .NewTab ul li {
    display: inline-block;
    float: left;
    font: 16px/45px 'proxima_nova_rgregular';
    color: #fff;
    border-right: solid 1px #f5f5f5;
}

.left-part .NewTab ul li a {
    padding: 0 21px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.left-part .NewTab ul li a:hover {
    padding: 0 21px;
    background-color: #ea4335;
    text-decoration: none;
    color: #fff;
}

.left-part .NewTab ul li a.active {
    padding: 0 21px;
    background-color: #594c45;
    text-decoration: none;
    color: #fff;
}

.left-part .NewTab ul li:first-child a:hover {
    border-radius: 4px 0 0 4px;
    moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
}

.left-part .NewTab ul li:last-child {
    border: none;
}

.NewTab.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 12px;
}

.left-part p .img {
    padding: 7px 0 8px 15px;
    float: right !important;
}

.right-part {
    float: right;
    min-height: 600px;
    padding: 10px;
}

.why ul {
    margin: 0;
    padding: 0;
}

.compon ul li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 8px;
    text-align: left;
}

.why ul li {
    list-style: none;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 20px;
}

.why h4 {
    font-size: 28px;
}

.why {
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 10px 10px #ecebeb;
    border: solid 1px #ddd;
}

.compon h4 {
    margin: 20px 0 15px;
}

.temo-p p {
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: justify;
    margin-top: 15px;
    background-color: #ffdb062e;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ddd;
    box-shadow: 5px 5px #efefef;
}

.box-demo {
    width: auto;
    border: solid 1px #ddd;
    padding: 8px;
    border-radius: 10px;
    background-color: #fffdfd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-demo h3 {
    color: #fff;
    background-color: #004394;
    font-weight: bold;
    padding: 4px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    font-size: 20px;
    font-family: arial;
    text-align: center;
}

.box-demo ul {
    list-style: none;
    float: left;
    width: 75%;
    padding: 10px;
}

@media (min-width:1200px){
    
    .map100{
           /* width: 100%;*/
    /*margin-top: 20px;*/
    }
    .map-setting h3{font-size:15px;}
    .weather{display: block;
    position: relative;
    height: 110px;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    text-indent: -299rem;
    width: 1150px; margin: 0 auto;}
    /*Homepage Form*/
.form-box {
        position: relative;
        width: 1000px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
    }
    .border-design {
    border: 1px solid #000;
    background-color: #004394;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .contact-no {
        width: 38%;
        position: absolute;
        top: 16px;
        background-color: #fff;
        left: -122px;
        border-radius: 5px;
        box-shadow: 12px 13px 0px -4px #004394;
        z-index: 1;
        padding: 10px;
        border: 2px solid #004394;
    }

    .ribbon {
        position: absolute;
        right: -17px;
        top: -18px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

    .ribbon span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #79A70A;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A;
    }

    .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #79A70A;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A;
    }
/*homepageformend*/
    
}
@media (max-width:700px){
    
    .map100{
            width: 100%;
    margin-top: 20px;
    }
}

@media screen and (max-width:400px) {
    .box-demo ul {
        list-style: none;
        float: left;
        width: 100%;
        padding: 10px;
    }
}

@media (min-width:400px) {
    .box-demo {
        width: auto;
        padding: 8px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:400px) {
    .point-format22 {
        font-size: 14px;
        color: #000000;
        text-align: left;
        margin: auto;
        line-height: 50px;
        font-weight: 700;
    }

    .point-format22 img {
        width: 30px;
        height: 30px;
    }
}

.box-area {
    width: auto;
    border: solid 1px #ddd;
    padding: 8px;
    border-radius: 10px;
    background-color: #fffdfd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-area h3 {
    color: #fff;
    background-color: #004394;
    font-weight: bold;
    padding: 4px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
    font-size: 20px;
    font-family: arial;
    text-align: center;
}

.img-set {
    width: 25%
}

ul-width {
    width: 75%
}

ul-width2 {
    width: 25%
}

.ul-design {
    height: auto;
}

.col-md-6 .design-box {
    background-color: #999999;
}

.box-area ul {
    list-style: none;
    float: left;
    width: 75%;
    padding: 10px;
}

.left-part .NewTab ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

.text-area2 {
    width: 100%
}

.temo-p p {
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: justify;
    margin-top: 15px;
    background-color: #ffdb062e;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ddd;
    box-shadow: 5px 5px #efefef;
}

.point-format1 {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

.point-format1 p{font-size: 14px;
    color: #000000;
    line-height: 25px; font-family: sans-serif;
}

.seater-name {
    background: #004394;
    font-size: 20px;
    height: auto;
    line-height: 15px;
    padding: 17px 67px;
    /* position: absolute; */
    text-align: center;
    top: 225px;
    width: 100;
    color: #fff;
}


.fa-check{color:#009900;font-size:15px;font-weight:bold;padding:3px;}.manali-location1{background:#fff;box-shadow:0 1px 2px #000;height:245px;}


.category .box44 img {
    width: 100%;
    height: 210px;
}

.category .box1 {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
  /*  box-shadow: 0px 0px 8px 1px #ada9a9;*/
    border-radius: 2px 2px 8px 8px;
}

.btn-primary44 {
    color: 
#fff;
background-color:
#b73333;
border-color:
    #a42e2e;
}

.btn-primary44:hover {
color:
#fff;
background-color:
#004394;
border-color:
#004394;
}
.state-tax-design{font-size: 18px; padding: 10px;}
.category1 .box1 {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px 2px 8px 8px;
    background-color: #fbfbfb;
}

.tax-button li{padding: 10px;}

.related-tour .box span {
    background: rgba(0, 0, 0, 0.64);
}

.category .box1 .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.booking_price .price strong {
    font-size: 33px;
    display: inline-block;
    margin-right: 10px;
}

.booking_price .price {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}



.sidber-box ul {list-style: none; padding: 0px;}
.sidber-box ul li {list-style: none;     margin-bottom: 10px;}

.sidber-box ul li strong{color: red;}

.sidber-box ul li:before{
  background: url(../images/price-icon.png);
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    /* left: 0; */
    /* top: 0px; */
    /* padding: 10px; */
    margin-right: 5px;
    
    
}

.offer55{margin-top: 5px;}

.incluexclu ul{margin: 0px; padding: 0px; list-style: none;}
ul.list-ok li::before{
    background: url(../images/price-icon.png);
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    /* left: 0; */
    /* top: 0px; */
    /* padding: 10px; */
    margin-right: 5px;
}

ul.list-ok li {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
    color: #424040;
}
.incluexclu ul li{margin-bottom: 10px;}
    


.sidber-box:before, .tools-ber:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #f68121;
    border-right: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.inclustyle h4 {
    color: #14558e;
    font-weight: 700;
}
.inclu88 {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin: 15px;
}
.inclu88 table{}
.inclu88 table th{background-color:#000; color:#fff; padding:8px; border: 1px solid #fff;}
.inclu88 table td{color:#000; padding:8px; border: 1px solid #c9c3c3;}
.booking_price .offer {
    margin-top: 12px;
}

.category .box1 .btn:hover {
    background: #337ab7;
    color: #fff;
}


.tour-details-inner .sidber-box {
    background-color: #f8f8f8;
}

.category .box {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
   /* padding: 10px;*/
}

.category .box44 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category .box44:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.other-info ul {
    padding-left: 10px;
    padding-top: 5px;
}
.other-info li{list-style:none; line-height:22px;}
.tempobox12{border-radius: 10px; margin-bottom:15px;
    border: 1px solid #b1a7a7;}
.img-area img{width:100%; height:250px;border-radius: 10px 10px 0px 0px;}
.bg-spe12 {
    border: 1px solid #e5dede;
    padding: 2px;
    display: flow-root;
}
.days {
    background-color: #f1f1f185;
    padding: 10px;
    border-radius: 16px;
    margin-top: 20px;
}
.l-info-pack-days ul {
    padding: 0px;
    padding-top: 5px;
}
.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 41px;
}
.l-info-pack-days ul li i {
    width: 20px;
    height: 20px;
    /* background: #582405; */
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -39px;
    position: absolute;
    z-index: 99;
    color: #15992b;
    font-size: 18px;
}
.fa-clock-o:before {
    content: "\f017";
}
.l-info-pack-days ul li h4 {
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #14558e;
    font-family: sans-serif;
}
.days h4 span {
    color: #682b09;
    font-weight: bold;
}
.l-info-pack-days ul li p {
    padding-top: 0px;
    font-size: 15px;
    font-family: sans-serif;
    text-align: justify;
}
.l-info-pack-plac::after {
    content: '';
    background: #cecece;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 19px;
}
.tempo-name {
    text-align: center;
    background-color: #fffbd3;
    padding: 10px;
    color: #0a0800;
    font-size: 17px;
    font-family: sans-serif;
}
#callme {
    position: fixed;
    left: 20px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(140 21 207);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}

.sight88 ul{padding-left:15px;}
.sight88 h3{padding-left:15px;}
.sight88 li {
    padding: 8px;
    background-color: #0275d8;
    color: #fff;
    display: inline-block;
    /* margin-top: 11px; */
    /* margin-bottom: 31px; */
    margin-top: 10px;
}

.tempo-name span {
    color: #042948;
    font-weight: bold;
}
.info-box{height:250px;}
.info-box i{color:#ffe000;}
.info-box table {
    border-spacing: 1;
    border-collapse: collapse;
    background: none;
    /* border-radius: 10px; */
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.view-dedails12{    color: #fff;
    text-align: center;
    background-color: #337ab7;
    padding: 11px;
    border-radius: 0px 0px 10px 10px;}

.view-dedails12 a{color:#fff;}
.tempobox12:hover a{text-decoration:none!important;}

    
.btn12{
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.info-box table th{    background-color: #042948;
    color: #fff;
    font-family: sans-serif;}

.info-box table tr{color:#000;}
    
.manali-location1 img {
    width: 100%;
    height: 245px;
}

.manali-location1 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #0f62a9;
}

.manali-location1 p {
    font-size: 14px;
    margin: 0px 0 4px;
}

.manali1-hire {
    padding: 0px 0 30px;
}

.manali1-hire .manali-content {
    padding: 35px;
}

.manali1-hire .container {
    width: 97%;
    padding: 0;
}

.manali1-hire .col-md-6 {
    padding: 0;
}

.manali1-hire .carousel .item img {
    width: 100%;
    height: 450px;
}

.manali1-hire p {
    font-size: 16px;
    text-align: justify;
}

.city-price {
    background: #f5f2f2;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.city-price h3 {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.indian-army {
    background: #fff;
    box-shadow: 0 1px 2px 0 #bbbaba;
}

.indian-army .tab-pane {
    padding: 32px 32px 0;
}

.indian-army .nav-tabs > li {
    width: 20% !important;
}

.indian-army .nav-tabs > li > a {
    border-color: #004394;
    background: #004394;
    font-size: 19px;
    border-radius: 0;
    border-right: 1px solid #fff;
    margin-right: 0px;
    color: #fff;
    text-align: center;
}

.indian-army .tab-content {
    padding: 0px 10px;
    color: #444343;
}

.inner-button {
    color: #333;
    font-size: 14px;
    border: 2px solid #ea4335;
    font-weight: bold;
    background: #fff;
    padding: 8px 11px 7px 18px;
    margin-right: -10px;
    border-radius: 200px;
    margin-top: 3px;
    line-height: 0;
}

.indian-army .nav-tabs > li.active > a,
.indian-army .nav-tabs > li.active > a:focus {
    background: #fff !important;
    border-color: #fff;
    font-size: 19px;
    color: #000;
}

.mumbai-hire2 {
    margin: 45px 0 30px;
}

.compon ul {
    margin: 0;
    padding: 0;
}

.why ul {
    margin: 0;
    padding: 0;
}

.compon ul li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 8px;
    text-align: left;
}

.why ul li {
    list-style: none;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 20px;
}

.why h4 {
    font-size: 28px;
}

.why {
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 10px 10px #ecebeb;
    border: solid 1px #ddd;
}

.compon h4 {
    margin: 20px 0 15px;
}

.uttarakhand-tours .panel-body {
    padding: 0;
}

.uttarakhand-tours .panel,
.uttarakhand-tours .panel-heading {
    border-radius: 0;
}

.uttarakhand-tours .panel a {
    color: #000;
}

.uttarakhand-tours .panel a:hover {
    text-decoration: none;
    color: #337ab7;
}

.uttarakhand-tours .panel-title {
    font-size: 18px;
    font-weight: bold;
}

.uttarakhand-tours .list-group-item:last-child {
    border-bottom: 0;
}

.itenary {
    border-bottom: 1px solid #ddd;
}

.itenary .nav-tabs {
    border-bottom: none;
}

.itenary .nav-tabs > li {
    width: 10%;
    margin-right: 30px;
}

.itenary .nav-tabs > li.active > a,
.itenary .nav-tabs > li.active > a:focus {
    background: #337ab7 !important;
    border-color: #6a6b6c;
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.itenary .nav-tabs > li > a {
    border-color: #337ab7;
    background: #fff;
    font-size: 17px;
    color: #000;
    text-align: center;
}

.itenary .tab-content {
    padding: 32px 0 32px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 9px;
    font-size: 13px;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu > li:last-child a {
    border-bottom: 0;
}

.navbar-nav {
    float: left;
}

.tour-tab h3 {
    background: #fff;
    width: 80px;
    height: 80px;
    border: 2px solid #004394;
    border-radius: 50%;
    padding: 29px 1px;
    font-size: 14px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

ul.ticker-image li {
    display: inline-block;
    width: 31%;
    padding-bottom: 5px;
}

.make-trip {
    margin: 30px 0 30px;
}

.make-trip h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #e3000f;
    font-weight: normal;
}

.make-trip p {
    font-style: italic;
    font-size: 15px;
    letter-spacing: 1px;
}

.make-txt::after {
    content: "";
    width: 57px;
    height: 3px;
    background-color: #e3000f;
    margin: 15px auto;
    display: block;
}

.make-trip .well {
    background-color: #f2f3f3;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.make-trip .well.form-group {
    margin-bottom: 20px;
    background: #f2f3f3;
}

.make-trip h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.head-txt2::after {
    content: "";
    width: 40px;
    height: 2px;
    border-bottom: 4px dotted #222;
    margin: 18px auto;
    display: block;
}

.contact-detail {
    background: #fff;
    box-shadow: 0 3px 14px 0px #bfbcbc;
    padding: 5px 5px;
    height: 200px;
}
.contact-detail1 {
    background: #fff;
    box-shadow: 0 3px 14px 0px #bfbcbc;
    padding: 5px 5px;
    /*height: 200px;*/
}
.contact-detail1 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #004394;
}

.contact-detail1 h4 {
    text-align: center;
    padding-bottom: 10px;
}

.contact-detail h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #004394;
}

.contact-detail h4 {
    text-align: center;
    padding-bottom: 10px;
}

.contacts-form ul li {
    list-style: none;
    font-size: 15px;
}

.contacts-form ul li i {
    border-radius: 50%;
    width: 35px;
    box-shadow: 0 1px 2px #000;
    height: 35px;
    font-size: 16px;
    padding: 10px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.contacts-form ul li a,
.contacts-form ul li a:hover {
    color: #000;
    text-decoration: none;
}

.contacts-form h4 {
    text-align: center;
}

.make-trip label {
    font-weight: normal;
    font-size: 16px;
}

.customise-form {
    background: url(../images/lines-bg.png) repeat left top;
    padding: 8px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.customize-innerbox {
    background-color: #fff;
    padding: 35px 90px 40px;
}

.customise-form .btn {
    width: 120px;
    border-radius: 0;
    font-size: 16px;
}

.custom-txt::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #333;
    margin-top: 3px;
    display: block;
}

.custom-txt {
    font-size: 20px !important;
    color: #222 !important;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: block;
    font-weight: normal;
}

ul.ticker-image li img {
    width: 157px;
    height: 80px;
}

.internal-fare {
    background: url(../images/new-images/9-seater-fare.jpg);
    background-position: left;
    height: 400px;
}

.internal-model {
    background: url(../images/new-images/9-seater-model.jpg);
    background-position: right;
    height: 400px;
}

.internal-service {
    background: url(../images/new-images/9-seater-service.jpg);
    background-position: left;
    height: 400px;
}

.text-fare {
    padding: 20px;
    color: #fff;
}

.text-fare .tour-content a {
    color: #fff;
}

.facebook-text {
    background: url(../images/new-images/6.jpg);
    background-size: 100% 100%;
   
    padding: 65px;
}

.internal-page {
    background: #e2e2e2;
    padding: 30px 0 30px;
}

.internal-page .well {
    padding: 19px;
    border: none;
    background: #fff;
    border: 1px solid #b1afaf;
    border-radius: 0;
    box-shadow: 0 2px 6px #8c8b8b;
}

.divider {
    width: 40px;
    height: 3px;
    padding: 0;
    margin: 10px auto 19px;
    border: none;
}

.blog {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'News Cycle', sans-serif;
}

.monumentsblog {
    padding-top: 20px;
    display: black;
}

.monumentsblog h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
    color: black;
}

@media screen and (max-width:400px) {
    .box-area ul {
        list-style: none;
        float: left;
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .monumentsblog h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: 300;
        color: black;
    }
    .inclu88 table td {
    color: #000;
    padding: 8px;
    border: 1px solid #c9c3c3;
    font-size: 13px;
}
    
    .wid-thumb .img img {
    width: 156px;
    height: 76px;
    float: left;
    margin-right: 15px;
}
    .over-view-style p{    font-size: 14px;
    text-align: justify;
    line-height: 25px;}
    
    .sidber-box {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    background-color: #f8f8f8;
    padding: 13px;
    margin-top: 10px;
}

    .box-ve-sec {
        border: solid 1px #b4ff327a;
        border-radius: 12px;
        padding: 8px;
        width: 100%;
        margin: 5px;
        background-color: #f9f7f7;
    }

    .tajsection .tajblog h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: 300;
        color: black;
    }

    .monumentsblog .link {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

.monumentsblog p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    font-size: 18px;
    width: 100%;
    text-align: justify;
}

.monumentsblog .link {
    padding-left: 30%;
}

.monumentsblog .link li img {
    width: 100%;
}

.monumentsblog .link li {
    list-style: none;
    width: 60px;
    float: left;
    text-align: center;
    padding: 10px;
    margin: 10px;
    display: block;
}

.monumentsblog .link li a {
    color: black;
    font-size: 18px;
    display: block;
}

.monumentsblog .link li:hover {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.tajsection {
    padding-bottom: 2%;
    padding-top: 2%;
    clear: both;
}

.tajblog {
    padding-bottom: 1%;
}

.tajblog h1 {
    font-size: 30px;
    padding-bottom: 10px;
    color: black;
}

.tajblog img {
    width: 100%;
    margin-top: 15%;
}

.tajblog p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
}

.tajblog p em {
    color: #1576fa;
}

.bg-mantis {
    background: -webkit-linear-gradient(90deg, rgb(139, 182, 226) 0%, #158fc1 100%);
    background: -o-linear-gradient(90deg, rgb(139, 182, 226) 0%, #158fc1 100%);
    background: -ms-linear-gradient(90deg, rgb(139, 182, 226) 0%, #158fc1 100%);
    background: linear-gradient(90deg, rgb(139, 182, 226) 0%, #158fc1 100%);
}

.internal-page h3 {
    margin-top: 0;
    font-size: 28px;
}

.internal-page p {
    font-size: 16px;
}

.internal-page img {
    height: 315px;
}

.internal-page .btn-primary {
    border-radius: 0;
    height: 35px;
}

.tour-content li {
    list-style: none;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 5px;
}

.tour-content li a {
    color: #000;
}

.facebook-text .well {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 0;
}

.facebook-text p{font-size: 14px;}

.sources-img {
    width: 15%;
    position: absolute;
    top: 56%;
    right: 5%;
}

.queryimage img {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 2;
}
}

#mymodalquery form {
    padding: 5px 32px 20px;
}

#mymodalquery .contact-form {
    border: 2px solid #9a9999;
    padding: 12px 0 3px;
}

#mymodalquery .contact-form h1 {
    font-size: 26px;
    margin-bottom: 25px;
}

.contact-form {
    width: 95%;
    margin: 12px auto;
}

.contact-form input[type=submit].btn-block {
    width: 280px;
}

.one-way-taxi {
    background: #efeeee;
    padding: 55px;
}

.content-body h1 {
    font-size: 28px;
    color: #004394;
}

.form-control {
    border-radius: 0;
    height: 40px;
}

.navbar-default {
    background: #fff;
    border: 0;
   /* box-shadow: 1px 0px 10px 5px #ccc;*/
    margin: 0;
}

.navbar-default .navbar-collapse {
    margin-top: 15px;
}

.navbar-brand > img {
    margin-top: -10px;
    width: 140px;
}

.call-icon {
    margin-bottom: 0;
    font-size: 14px;
}

.call-icon .call-now {
    color: #004394;
}

.call-icon a {
    color: #000;
}

.phone-icon {
    background: #004394;
    border-radius: 50%;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.fb-icon {
    background: #3a5795;
    border-radius: 50%;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.twitter-icon {
    background: #1a85bc;
    border-radius: 50%;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.google-icon {
    background: #ea4335;
    border-radius: 50%;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.linkedin-icon {
    background: #0083ad;
    border-radius: 50%;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.email-icon {
    background: #004394;
    border-radius: 50%;
    padding: 6px 8px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.navbar-nav li.active {
    border-bottom: 2px solid #e3000f;
    background: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: 0;
    color: #000;
}

.navbar-nav.navbar-right.order-button button,
.navbar-nav.navbar-right.order-button button:hover {
    color: #333;
    font-size: 14px;
    border: 2px solid #ea4335;
    font-weight: bold;
    background: #fff;
    padding: 8px 11px 7px 18px;
    margin-right: -10px;
    border-radius: 200px;
    margin-top: 3px;
    line-height: 0;
}

.navbar-nav.navbar-right.order-button a,
.navbar-nav.navbar-right.order-button a:hover,
.navbar-nav.navbar-right.order-button a:focus {
    border-radius: 0;
    padding: 8px 10px 8px;
    color: #fff;
    font-size: 16px;
    background: #ea4638;
    font-weight: normal;
    margin-left: 20px;
    outline: none;
}

.box-scroll {
    box-shadow: 0 1px 2px #565353;
    padding: 3px;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    height: 1125px;
}

.box-scroll1 {
    background: #e6eaec;
    padding: 5px;
    margin-bottom: 5px;
}

.box-scroll::-webkit-scrollbar {
    width: 8px;
}

.box-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.box-scroll::-webkit-scrollbar-thumb {
    background-color: #5598d2;
    outline: 1px solid slategrey;
}

.box-scroll1 .text-danger {
    color: #ea4638;
    font-weight: normal;
}

.box-scroll1 .text-left {
    text-align: left;
    display: inline-block;
}

.box-scroll1 .text-right {
    display: inline-block;
    float: right;
    margin: 0 0;
}

.carousel {
    width: 100%;
    float: left;
}

.sliders {
    width: 100%;
    margin-bottom:20px;
    float: left;
}

.sliderbox .item img {
    height: 500px;
    width: 100%;
}

.sliderbox .item a img {
    height: 500px;
    width: 100%;
}

.besttour-text {
    width: 4.3%;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.besttour-text11 {
    width: 0.3%;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.besttour-text h3 {
    margin: auto;
    text-align: center;
}

.besttour-text img {}

.best-tours {
    width: 41.8%;
    display: table-cell;
}

.sliders1 {
    width: 100%;
    float: none;
}

.sliders1 img {
    width: 100%;
    height: 600px;
}

.best-tour-box {
    width: 32.2%;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

.pakg-of-wild-life {
    width: 41.8%;
    display: table-cell;
}

.week-end-area h3 {
    margin: auto;
    text-align: center;
}

.last-carousel img {
    width: 270px;
    height: 200px;
}

.best-tour-box img {
    width: 100%;
    height: 250px;
    vertical-align: top;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.best-tour-box:hover img {
    transform: scale(1.1, 1.1);
}

.best-tour-box-detail {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 32px 15px 0 25px;
}

.best-tour-box-detail h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-shadow: -2px 0px 20px rgba(0, 0, 0, 0.75);
}

.navbar-nav.menu a {
    color: #000 !important;
}

.searchtabs {
    position: absolute;
    top: 350px;
}

.searchtabs input,
.searchtabs .btn {
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    line-height: 30px;
}

.searchtabs .btn {
    background-color: #c9302c;
    border: #c9302c;
}

.tabcontent {
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #ccc;
}

.book-now .modal-header {
    min-height: 40px;
    padding: 0;
    background: #e3000f;
}

.book-now .modal-title {
    margin: 0;
    line-height: 37px;
    color: #fff;
}

.book-now .btn {
    border-radius: 0;
    width: 120px;
}

.book-now .close {
    color: #615e5e;
    opacity: 1.2;
}

.call-icon ul {
    padding: 0;
    margin-left: -8px;
    margin-right: -6px;
    margin-top: -4px;
}

.call-icon ul li {
    display: inline-block;
    border-right: 1px solid #666;
    line-height: 20px;
    padding: 0 7px;
}

.call-icon ul li ul li {
    border: 0;
}

.call-icon ul li:last-child {
    border-right: 0;
}

.call-icon-footer ul {
    padding: 0;
    margin-left: -8px;
    margin-right: -6px;
}

.call-icon-footer ul li {
    display: inline-block;
    line-height: 20px;
    padding: 0 7px;
}

.call-icon-footer ul li ul li {
    border: 0;
}

.fb-icon1 a {
    padding: 7px 12px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
}

.twitter-icon1 a {
    padding: 7px 9px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
}

.google-icon1 a {
    padding: 7px 10px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
}

.linkedin-icon1 a {
    padding: 7px 10px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
}

.bottom-image {
    margin-bottom: 35px;
}

.photo-gallery h3 {
    color: #004394;
    font-weight: bold;
    font-size: 25px;
}

.photo-gallery h3 span {
    color: #FF0000;
    font-weight: bold;
    font-size: 25px;
}

.category h3 {
    color: #004394;
    font-weight: bold;
    font-size: 25px;
}

.category h3 span {
    color: #FF0000;
    font-weight: bold;
    font-size: 25px;
}

.mumbai-hire h1 {
    color: #004394;
    font-weight: bold;
}

.mumbai-hire span {
    color: #FF0000;
    font-weight: bold;
}

.gen ul {}

.gen li {
    font-size: 18px;
}

.gen li a {
    font-size: 18px;
    color: #004394;
}

.gen li a:hover {
    list-style: none;
    font-size: 18px;
    color: #FF0000;
}

.inner-text-style p {
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.category {
    padding: 30px 0 30px;
}

.category .progress {
    height: 2px;
}

.category span.price-cut {
    text-decoration: line-through;
}

.related-tour h1 {
    color: #004394;
}

.category .box {
    height: auto;
   /* border: 1px solid #ccc;*/
   /* box-shadow: 0 0 8px 0 #ada9a9;*/
}

.category3 .box3 {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #ada9a9;
}

.category .box1 h3 {
    color: #004394;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    font-family: "utopia-std", serif;
}

.category1 {
    padding: 30px 0 30px;
}

.category1 .progress {
    height: 2px;
}

.category1 span.price-cut {
    text-decoration: line-through;
}

.category1 .box {
    height: auto;
    border: 1px solid #ccc;
}

.category13 .box3 {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #ada9a9;
}

.category1 .box1 h3 {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    text-shadow: 2px 2px #e8e8e8;
    font-family: arial;
}

.category1 .box img {
    width: 100%;
}

.category1 .box {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
}

.category1 .box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category1 .box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.top-location {
    padding: 30px 0 30px;
}

.top-location .progress {
    height: 2px;
}

.top-location span.price-cut {
    text-decoration: line-through;
}

.top-location .box {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #ada9a9;
}

.top-location .box1 h3 {
    color: #004394;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    font-family: "utopia-std", serif;
}

.category .box img {
    width: 100%;
    height: 210px;
}

.category .box1 {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
   /* box-shadow: 0px 0px 8px 1px #ada9a9;*/
    border-radius: 2px 2px 8px 8px;
}

.category1 .box1 {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px 2px 8px 8px;
    background-color: #fbfbfb;
}

.related-tour .box span {
    background: rgba(0, 0, 0, 0.64);
}

.category .box1 .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.category .box1 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.category .box {
    overflow: hidden;
    position: relative;
    width: 100%;
   /* border-radius: 8px 8px 0px 0px;*/
   /* padding: 10px;*/
}

.category .box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category .box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category .box1 p {
    text-align: justify;
    padding: 10px 15px 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.category1 .box1 p {
    text-align: justify;
    padding: 10px 15px 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.category .btn {
    border-radius: 0;
    width: 140px;
}

.related-tour .box1 h5 {
    padding: 40px 13px 0;
    line-height: 20px;
    text-align: justify;
}

.category2 {
    padding: 30px 0 30px;
}

.category2 .progress {
    height: 2px;
}

.category3 {
    padding: 30px 0 30px;
}

.category3 .progress {
    height: 2px;
}

.category2 span {
    color: #337ab7;
}

.related-tour span {
    color: #000;
}

.category2 .boxes1 h3 {
    color: #004394;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    font-family: "utopia-std", serif;
}

.category2 .boxes span {
    position: absolute;
    color: #fff;
    z-index: 5;
    font-size: 14px;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: rgba(201, 48, 44, 0.68);
}

.category3 .box3 span {
    position: absolute;
    color: #fff;
    z-index: 5;
    font-size: 14px;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: rgba(201, 48, 44, 0.68);
}

.category2 .boxes img {
    width: 100%;
    height: 210px;
}

.category3 .box3 img {
    width: 100%;
    height: 210px;
}

.category2 .boxes1 {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 1px #ada9a9;
}

.related-tour .boxes span {
    background: rgba(0, 0, 0, 0.64);
}

.category2 .boxes1 .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.category2 .boxes1 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.category2 .boxes {
    overflow: hidden;
    position: relative;
}

.category2 .boxes img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category2 .boxes:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category2 .boxes1 p {
    text-align: center;
    padding: 10px 15px 10px;
    margin: 0;
    font-size: 14px;
}

.category3 .box3 {
    overflow: hidden;
    position: relative;
}

.category3 .box3 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category3 .box3:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category2 .btn {
    border-radius: 0;
    width: 140px;
}

.related-tour .boxes1 h5 {
    padding: 0 13px 0;
    line-height: 20px;
}

.related-tour .boxes1 h5.area-covered {
    background: #004394ab;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.modal-dialog.modal-table {
    width: 100%;
}

.online-offer table thead tr {
    background-color: transparent;
}

.online-offer12 table thead tr {
    background-color: transparent;
}

.online-offer table {
    margin: 0 auto;
}

.tag-select ul{list-style:none; text-align:left;}
.tag-select li{    list-style: none;
    background-color: #ececec;
    padding: 6px;
    border-radius: 5px;
    width: max-content;
    display: inline-block;
    margin: 6px;}
.tag-select li:hover{list-style:none; background-color: #dad6d6;}



table {
    border-spacing: 1;
    border-collapse: collapse;
    background: none;
    border-radius: 10px;
    width: 100%;
    margin: 25px auto;
    position: relative;
}

table * {
    position: relative;
}

table td,
table th {
    padding-left: 8px;
}

table thead tr {
    background: #36304a;
}

table tbody tr {
    height: 50px;
}

table tbody tr:last-child {
    border: 0;
}

table td,
table th {
    text-align: left;
}

table td.l,
table th.l {
    text-align: right;
}

table td.c,
table th.c {
    text-align: center;
}

table td.r,
table th.r {
    text-align: center;
}

.table100-head th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

#mc_search_table tr:hover {
    background: none;
}

#mc_search_table tr {
    background: none;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.top-para14 p {
    font-size: 1.5rem;
    color: #5a5555;
    font-family: arial;
    line-height: 25px;
    /* padding: 15px; */
    border-radius: 10px;
    text-align: justify;
}


.top-para {}

.top-para p {
    font-size: 16px;
    color: #5a5555;
    font-family: arial;
    line-height: 25px;
    padding: 15px;
    border-radius: 10px;
}

.top-para ul li {
    font-size: 18px;
    list-style: none;
}

.tag22{display: inline-block;
    background-color: antiquewhite;
    padding: 7px;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;}

.top-para ol li {
   font-size: 16px;
font-weight: 600;
font-family: arial;
   
}


.top-para .read-btn {
    background: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#more {
    display: none;
}

.top-para .read-btn:hover {
    background: #ea4638;
}

.route {}

.route h2 {
    padding-bottom: 0px;
}

.route img {
    width: 20%;
    margin-top: -10px;
    padding-bottom: 20px;
}

.route1 img {
    width: 20%;
    margin-top: -10px;
    padding-bottom: 20px;
}

.route h2 span {
    color: #337ab7;
    font-weight: 500;
}

.route1 h2 span {
    color: #337ab7;
    font-weight: 500;
}

.route ul li {
    list-style: none;
}

.route1 ul li {
    list-style: none;
}

.route ul li a {
    font-size: 18px;
}

.route1 ul li a {
    font-size: 13px;
}

.route ul li a:hover {
    color: #ea4638;
}

route1 ul li a:hover {
    color: #ea4638;
}

.route-up {
    background-color: #efefef;
}

.route-up h2 {
    padding-bottom: 0px;
}

.route-up img {
    width: 20%;
    margin-top: -10px;
    padding-bottom: 20px;
}

.route-up1 img {
    width: 20%;
    margin-top: -10px;
    padding-bottom: 20px;
}

.route-up h2 span {
    color: #337ab7;
    font-weight: 500;
}

.route-up1 h2 span {
    color: #337ab7;
    font-weight: 500;
}

.route-up ul li {
    list-style: none;
    line-height: 27px;
}

.route-up ul{padding: 0px;}

.route-up1 ul li {
    list-style: none;
}

.route-up ul li a {
    font-size: 14px;
}

.route-up1 ul li a {
    font-size: 15px;
}
.route-up1 ul{padding: 0px;}

.route-up ul li a:hover {
    color: #ea4638;
}

.route11 ul li:before{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f101";
  margin-right:0px;
  color: #ff0000;
    
    
    
}

.route11 img {
    width: 20%;
    margin-top: -10px;
    padding-bottom: 20px;
}
.route11 h2 span {
    color: #337ab7;
    font-weight: 500;
}

.route11 ul li {
    list-style: none;
}

.route11 ul li a {
   font-size: 14px;
    line-height: 30px;
}
.route11 ul li a:hover {
    color: #ea4638;
}
.route-up1 h2 span {
    color: #337ab7;
    font-weight: 500;
}

route-up1 ul li a:hover {
    color: #ea4638;
}

.agra-places {
    margin: 10px 0;
}

.agra-places .place-box {
    border: 2px solid #ae1f12;
    min-height: 250px;
}

.agra-places .place-box h3 {
    text-align: center;
    background: #595959;
    color: #fff;
    width: 108.5%;
    position: relative;
    right: 15px;
    padding: 10px;
    border: none;
    margin-top: 0;
    font-size: 22px;
}

.agra-places .place-box ul li {
    list-style: none;
    font-size: 17px;
}

.offer {
    padding: 30px 0 30px;
}

.offer .progress {
    height: 2px;
}

.offer span {
    color: #337ab7;
}

.offer .online-offer {
    border: 1px solid #ccc;
    padding: 7px;
    height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}

.offer .online-offer .btn-sm {
    border-radius: 0;
    margin: 0 auto;
    background: #e3000f;
}

.offer .online-offer .table > thead > tr > th {
    padding: 15px;
}

.book-taxi {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.book-taxi h5 {
    margin-top: -3px;
}

.offer .media > .pull-left {
    margin-top: -6px;
}

.offer .well {
    border-radius: 0;
}

.offer h4.media-object {
    margin-bottom: -43px;
}

.offer ul.ticker-image li {
    display: inline-block;
    width: 31%;
    padding-bottom: 5px;
}

.photo-gallery {
    padding: 30px 0 30px;
}

.photo-gallery .progress {
    height: 2px;
}

.photo-gallery .box {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 17px 2px #ada9a9;
    overflow: hidden;
    position: relative;
}

.photo-gallery .box h3 {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -20px;
    padding: 6px 13px;
    width: 100%;
    font-weight: bold;
    background: #e3000f;
}

.photo-gallery .box img {
    width: 100%;
}

.photo-gallery img {
    width: 100%;
    height: 250px;
}

.photo-gallery .box p {
    text-align: justify;
    padding: 48px 13px 17px;
    height: 160px;
    color: #000;
}

.photo-gallery a:hover {
    text-decoration: none;
}

.photo-gallery .box .btn {
    border-radius: 0;
    background: 0;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.photo-gallery .box .btn:hover {
    background: #337ab7;
    color: #fff;
}

.photo-gallery .box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.photo-gallery .box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.photo-gallery .box1 .btn {
    border-radius: 0;
    background: 0;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.photo-gallery .box1 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.amritsar .box {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 17px 2px #ada9a9;
}

.amritsar .box h3 {
    position: absolute;
    color: #fff;
    width: 100%;
    font-size: 14px;
    top: -20px;
    padding: 6px 13px;
    font-weight: bold;
    background: #e3000f;
}

.amritsar img {
    width: 100%;
}

.amritsar .box p {
    text-align: justify;
    padding: 48px 13px 17px;
}

.amritsar .box .btn {
    border-radius: 0;
    background: 0;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.amritsar .box .btn:hover {
    background: #337ab7;
    color: #fff;
}

.amritsar .box {
    overflow: hidden;
    position: relative;
}

.amritsar .box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.amritsar .box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.amritsar .box1 .btn {
    border-radius: 0;
    background: 0;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.amritsar .box1 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.slider {
    padding: 30px 0 50px;
}

.slider .carousel-control.left {
    color: #000;
    font-size: 40px;
    text-align: left;
    background: transparent;
    left: -25px;
    top: 60px;
}

.slider .carousel-control.right {
    color: #000;
    font-size: 40px;
    text-align: right;
    background: transparent;
    right: -35px;
    top: 60px;
}

.online-booking {
    padding: 30px 0 30px;
}

.online-booking .panel {
    border-radius: 0;
}

.online-booking .panel-danger > .panel-heading {
    color: #fff;
    background-color: #e3000f;
    border: 0;
    font-family: 'Aileron-Light';
}

.online-booking .btn {
    border-radius: 0;
    width: 15%;
    font-size: 16px;
}

.car-rental {
    padding: 30px 0 30px;
}

.car-rental .progress {
    height: 2px;
}

.car-services {
    background-image: url(../images/services.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin: 30px 0 30px;
    height: auto;
}

.car-services h3 {
    color: #fff;
    padding: 30px 0 70px;
}

.car-services .box {
    background: #fff;
    padding: 15px;
    width: 565px;
    border-top: 3px solid #e3000f;
}

.car-services .box h4 {
    font-size: 16px;
}

.car-services .box .borders {
    border-right: 1px solid #999;
}

.car-services .box span {
    color: #337ab7;
}

.car-services .box .fa {
    color: #2960a3;
}

.mumbai-hire {
    padding: 0 0 30px;
}

.mumbai-hire .progress {
    height: 2px;
}

.mumbai-hire .btn {
    border-radius: 0;
    width: 125px;
}

.mumbai-hire .well {
    border-radius: 0;
}

ul.list__marker {
    padding: 0;
}

ul.list__marker li,
ol.list__marker li,
ul.list__marker li i {
    padding: 5px 0 5px 0;
    position: relative;
    list-style: none;
    font-size: 16px;
}

.seater-list {
    background: #b5b4b4;
    padding: 10px;
}

.seater-list .media,
.car-hire {
    background: #fff;
    box-shadow: 0 1px 2px #3c3b3b;
    padding: 18px;
}

.car-hire h2 {
    margin: 80px 80px;
}

.phone-box h1 {
    font-size: 58px;
}

.phone-box p {
    font-size: 22px;
}

.car-rental {
    padding: 0 0 0;
}

div.bhoechie-tab-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.bhoechie-tab {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}

.bhoechie-tab img {
    height: 300px;
}

.bhoechie-tab ul {
    padding: 0;
}

.bhoechie-tab ul li {
    list-style: none;
    padding: 5px 0 5px;
}

.bhoechie-tab ul li a {
    font-size: 14px;
    color: #000;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

ul.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #004394;
    background-image: #5A55A3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #004394;
}

ul.bhoechie-tab-menu li.active a:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #004394;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
}

ul.bhoechie-tab-menu li {
    margin-bottom: 0;
}

ul.bhoechie-tab-menu li a {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

ul.bhoechie-tab-menu li a {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

ul.bhoechie-tab-menu li a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #004394;
    text-align: center;
}

.nav-pills > li a {
    text-align: center;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.well.tour-cost {
    background: #ea433596;
    padding: 5px 20px;
}

.well.tour-cost h2 {
    text-align: center;
    color: #fff;
}

.well.tour-cost ul {
    padding: 0;
}

.well.tour-cost ul li {
    padding-bottom: 10px;
    list-style: none;
    color: #fff;
}

.car-budget {
    padding: 50px 0 50px;
    background: #2d304b;
}

.luxury-car {
    padding: 50px 0 50px;
}

.luxury-car h3 {
    text-align: center;
    font-size: 30px;
}

.luxury-car .box-padding .inner-box {
    box-shadow: 0px 1px 5px #000;
}

.car-budget h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.box-padding {
    padding: 15px 30px;
}

.box-padding h3 {
    color: #000;
    font-size: 21px;
}

.box-padding .inner-box {
    margin: 0;
    background: #fff;
    padding-bottom: 3px;
}

.box-padding .inner-box img {
    width: 100%;
}

.box-padding h2 {
    margin-top: 26px;
    margin-bottom: 5px;
    color: #f77d0a;
    padding: 30px 0 0;
}

.box-padding h2 small {
    color: #b9b5b5;
    font-weight: normal;
    font-size: 15px;
}

.box-padding .specification {
    border-color: #f5f0f0 !important;
    background: #f8f8f8;
    padding: 12px 12px;
    border: 1px solid;
    margin: 0;
    position: relative;
}

.inner-box .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.inner-box .btn:hover {
    background: #337ab7;
    color: #fff;
}

.btn-danger {
    border-radius: 0;
}

.manali-info table{}
.manali-info table th{background-color:#3a3332; color:#fff; border:1px solid #000}
.manali-info table tr{color:#000;}
.manali-info table td{color:#000; border:1px solid #000}
.manali-category {
    padding: 50px 0 15px;
}

.manali-category .progress {
    height: 2px;
}

.manali-category .box {
    height: auto;
    box-shadow: 0 0 8px 0 #ada9a9;
}

.manali-category .box1 h3 {
    color: #0f0f12;
    padding: 0px 15px 3px;
    font-weight: bold;
    font-size: 18px;
}

.manali-category .box1 {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 1px #ada9a9;
}

.manali-category .box1 .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #fff;
    background-color: #337ab7;
    border: 2px solid #337ab7;
}

.manali-category .box1 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.manali-category .box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.manali-category .box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 273px;
}

.manali-category .box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.manali-category .box1 p {
    text-align: justify;
    padding: 9px 15px 0px;
    margin: 0;
    font-size: 18px;
}

.manali-category .box1 strong {
    color: #337ab7;
}

.manali-category .box1 .features p {
    text-align: justify;
    padding: 0px 15px 0px;
    margin: 0;
    font-size: 18px;
}

.manali-category .box1 .features h3 {
    text-align: justify;
    padding: 0px 15px 0px;
    color: #337ab7;
}

.manali-category .btn {
    border-radius: 0;
    width: 140px;
}

.manali-category .btn-default {
    border-radius: 0;
    width: 15%;
    background: #3379b7;
    color: #fff;
}

.manali-category .features {
    margin-bottom: 20px;
}

.manali-category .star-rating {
    font-size: 15px;
    color: #efc137;
}

.footer_top {
    background: #2f2f2f;
    padding: 30px 0 30px;
    color: #fff;
}

.foot ul {
    padding: 0;
}

.foot ul li {
    list-style: none;
    padding: 8px 0 0;
}

.foot ul li a {
    color: #FFF;
    font-family: 'arial';
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    padding: 5px 0;
    font-size: 14px;
}

.new-packs ul {
    padding: 0;
}

.new-packs ul li {
    list-style: none;
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #848383;
    color: #333;
    position: relative;
}

.new-packs ul li a {
    color: #FFF;
    font-family: 'arial';
    text-decoration: none;
    font-size: 14px;
}

.footer_top h4 {
    text-transform: uppercase;
}

.footer_top p {
    font-family: 'arial';
    margin-top: 16px;
}

.footer-bottom {
    background: #ea4335;
    padding: 12px 0 0px;
}

.footer-bottom a {
    color: #fff;
}

#feedback {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 250px;
    margin-left: -3px;
    margin-bottom: -3px;
}

#feedback-form {
    float: left;
    width: 300px;
    height: 100%;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 10px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 60px;
    margin-left: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gif-image {
    width: 15%;
    position: absolute;
    top: 50%;
    right: 5%;
}

#feedback-tab:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#feedback-form textarea {
    resize: none;
}

.form-horizontal .btn-primary {
    border-radius: 0;
    width: 120px;
}

.query-top {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 230px auto;
}

#btn_submit > span {
    bottom: 30px;
    position: absolute;
    right: 58px;
}

#slider-query {
    width: 500px;
    top: 90px;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    bottom: 0;
}

#header-query {
    width: 320px;
    height: 570px;
    position: absolute;
    right: 0px;
    border: 1px solid #d8d8d8;
    margin-left: 40px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
    background: #fff;
    text-align: center;
    top: -30;
}

#sidebar-query {
    position: absolute;
    top: 117px;
    left: 133px;
    box-shadow: 0 0 8px gray;
}

#header-query #QuerySubject {
    color: #7f7f7f;
    padding-left: 2px;
}

#header-query textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 5px 10px;
}

#sidebar1 {
    position: absolute;
    top: 117px;
    left: 141px;
    box-shadow: 0 0 8px gray;
}

.new-query {
    height: 558px !important;
}

#header-query img {
    float: left;
    width: 150px;
}

#header-query a {
    float: right;
}

div#title {
    position: absolute;
    top: 300px;
    left: 650px;
}

.query-close {
    font-size: 28px;
    left: 0;
    margin-left: 9px;
    position: absolute;
    color: #847d7d;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #f1eff0 !important;
}

.address-info-one span i {
    vertical-align: 36px;
}

.address-info-one span a {
    color: #14c1b1;
    padding-left: 10px;
    text-decoration: none;
}

.address-info-one a {
    display: inline-block;
}

.address-info-one p {
    display: inline-block;
    margin-bottom: 0px;
    width: 88%;
}

.button-query {
    background: #14c1b1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-weight: lighter;
    padding: 5px 10px;
    width: 100%;
    font-size: 17px;
}

.weekend-tour {
    padding: 30px 0 30px;
}

.weekend-tour img {
    height: 400px;
    width: 100%;
}

.weekend-tour .box {
    overflow: hidden;
    position: relative;
}

.weekend-tour .progress {
    height: 2px;
}

.weekend-tour span {
    color: #337ab7;
}

.weekend-tour .image-boxes .pack-detail {
    padding: 12px 15px;
}

.weekend-tour .box .pack-detail {
    position: absolute;
    color: #fff;
    z-index: 5;
    font-size: 14px;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.47);
}

.weekend-tour .pack-detail h3 {
    font-size: 22px;
    margin: 0 0 5px;
}

.weekend-tour .pack-detail .start-from {
    color: #fff;
}

.weekend-tour .pack-detail h4 {
    font-size: 22px;
    color: #f6c93a;
    font-weight: bold;
}

.weekend-tour .pack-detail p {
    color: #f6c93a;
    padding-bottom: 12px;
}

.category1 {
    padding: 0px 0 30px;
}

.category1 .progress {
    height: 2px;
}

.category1 span {
    color: #337ab7;
}

.category1 .boxes {
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #ada9a9;
}

.category1 .box2 h3 {
    color: #004394;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    font-family: "utopia-std", serif;
}

.category1 .boxes img {
    width: 100%;
    height: 210px;
}

.category1 .box2 {
    height: auto;
    width: 280px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 1px #ada9a9;
}

.category1 .box2 .btn {
    border-radius: 0;
    background: 0;
    font-size: 15px;
    color: #337ab7;
    border: 2px solid #337ab7;
}

.category1 .box2 .btn:hover {
    background: #337ab7;
    color: #fff;
}

.category1 .boxes {
    overflow: hidden;
    position: relative;
    width: 280px;
}

.category1 .boxes img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.category1 .boxes:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category1 .box2 p {
    text-align: justify;
    padding: 10px 15px 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.category1 .btn {
    border-radius: 0;
    width: 140px;
}

.border-top {
    border-top: 1px solid #dfdfdf;
}

.bg-dark {
    background-color: #3a4749;
    margin: 50px 0 50px;
}

.bg-dark1 {
    background-color: #337ab7;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

.services-lines-info {
    padding: 40px 0 0 0;
}

.services-lines-info p.lead {
    margin: 0 0 20px 0;
}

p.lead .line {
    height: 2px;
    width: 70px;
    content: '';
    display: block;
    margin: 20px 0;
}

.services-lines {
    overflow: auto;
    width: 115%;
}

.services-lines li {
    text-align: center;
    width: 25%;
    float: left;
    background: #fff;
    list-style: none;
}

.services-lines li .item-service-line {
    padding: 65px 0;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}

ul.services-lines {
    margin-bottom: 0;
}

.services-lines li i {
    font-size: 2.5rem;
    padding-bottom: 5px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.color-white .services-lines .item-service-line h5 {
    color: #232323 !important;
}

.services-lines li h5 {
    padding: 5px 0 0 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.new-tours img {
    width: 300px;
    height: 210px;
    margin-bottom: 30px;
}

.new-tours h4 {
    margin-bottom: 20px;
}

.tempo-book {
    margin: 50px 0 50px;
}

.tempo-book h3 {
    color: #337ab7;
    font-weight: bold;
}

#quote-carousel {
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -100px;
    top: 100px;
}

#quote-carousel .carousel-control.right {
    right: -100px;
    top: 100px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -40px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
    width: 530px;
    height: 300px;
}

.item blockquote p:before {
    content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    color: rgb(0, 67, 148);
    padding-right: 5px;
}

@media (min-width:768px) {
    #quote-carousel {
        margin-bottom: 0;
    }
    .over-view-style p{font-size: 14px;
    text-align: justify;
    line-height: 25px;
    font-family: arial;}
    
    .sidber-box {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    background-color: #f8f8f8;
    padding: 13px;
    margin-top: 141px;
}
}

@media (min-width:400px) {
    .box-area {
        width: auto;
        height: 950px;
        padding: 8px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    #quote-carousel .carousel-indicators {
        bottom: -45px !important;
    } 
    .form-box {
position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom:30px
}

.border-design {
    border: 1px solid #000;
    background-color: #004394;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}
.contact-no {
    /*width: 38%;*/
    /*position: absolute;*/
    top: 16px;
    background-color: #fff;
    left: -122px;
    border-radius: 5px;
    box-shadow: 12px 13px 0px -4px #004394;
    z-index: 1;
    padding: 10px;
    border: 2px solid #004394;
}

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }
}

.header-v4 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li {
    line-height: 1rem;
    min-height: 30px;
}

.tp-banner-container {
    width: 100%;
    overflow: hidden !important;
    position: relative;
    padding: 0;
    margin-top: -120px;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.icon-big-nav {
    position: relative;
}

.icon-big-nav i {
    font-size: 10rem;
    position: absolute;
    left: 10%;
    bottom: 0;
    opacity: 0.7;
}

.info-head {
    text-align: right;
    padding: 5px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #cbd8d8;
    position: relative;
    z-index: 99;
}

.info-head ul {
    padding: 5px 0;
    margin: 0;
}

.info-head ul li ul {
    padding: 0;
    margin: 0;
}

.info-head ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 11px;
    color: #fff;
    border-left: 1px solid #dedede;
}

.info-head ul li:first-child {
    border-left: 0;
}

.info-head ul li ul li:last-child {
    border-left: 0;
}

.info-head ul li ul li {
    list-style: none;
    float: none;
    margin: 0;
    width: 100%;
    font-size: 11px;
    border-right: 0;
    padding: 0;
}

.info-head ul li ul li ul li a {
    color: #777;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 10px;
}

.info-head ul li ul li a img {
    padding-right: 10px;
}

.info-head ul li .dropdown-menu {
    min-width: 100px;
    padding: 0;
    left: 30px;
    top: 27px;
    z-index: 999 !important;
}

.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
    color: #000 !important;
}

.info-head ul li a {
    color: #fff;
}

.info-head ul li a:hover {
    text-decoration: none;
}

.info-head ul li a:hover {
    color: #232323 !important;
}

.info-head ul li i {
    padding: 5px 5px 0 0;
    color: #fff;
    font-size: 14px;
}

.info-head ul li a i {
    font-size: 13px;
    padding-top: 3px;
    padding-left: 5px;
}

.filter-title {
    position: absolute;
    top: 36%;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    z-index: 99;
}

.filter-title.top-30 {
    top: 30%;
}

.filter-title.top-40 {
    top: 40%;
}

.layout-boxed .filter-title,
.layout-boxed-margin .filter-title {
    top: 30%;
    left: 50%;
    margin-left: -37.5%;
    width: 75%;
}

.title-header {
    text-align: center;
}

.title-header h1 {
    color: #fff;
    font-size: 5.2rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    line-height: 5.6rem;
    font-weight: bold;
}

.title-header p {
    color: #f7f7f7;
    margin: 0 auto 30px auto;
    max-width: 700px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.tabs-detailed .nav-tabs {
    max-width: 100%;
    margin-bottom: 40px;
}

.tabs-detailed .nav-tabs li a {
    border-radius: 5px;
}

.filter-header {
    padding: 0;
    max-width: 90%;
    margin: 1px auto 0 auto;
    height: 56px;
    border-radius: 0 5px 5px 5px;
    border: solid 3px;
}

.filter-header.flights-filter {
    height: auto !important;
    overflow: auto;
}

.filter-header.flights-filter .input-large {
    width: 50%;
    border-bottom: 1px solid #dedede;
}

.filter-header.flights-filter .date-input,
.filter-header.flights-filter .selector {
    width: 25%;
}

.filter-header.flights-filter input[type="submit"] {
    width: 100%;
}

.filter-header form {
    border: 0;
    padding: 0;
    margin: 0;
}

.filter-header input {
    height: 50px;
    margin: 0;
    float: left;
    border: 0;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: normal;
    border-right: 1px solid #dedede;
}

.filter-header input:last-child {
    border-right: 0;
}

.filter-header .input-large {
    width: 35%;
    background: #fff url("../img/icons/location.html") no-repeat scroll left 6px;
    padding-left: 40px;
}

.filter-header .date-input {
    width: 17%;
    background: #fff url("../img/icons/calendar.html") no-repeat scroll right 12px;
    padding-right: 10px;
    font-size: 0.9rem;
}

.filter-header .selector {
    position: relative;
    min-width: 60px;
    width: 15%;
    line-height: 0;
    float: left;
    color: #999;
    font-size: 0.9rem;
    height: 50px;
}

.selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 50px;
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px;
}

.selector select:hover {
    cursor: pointer;
}

.selector span.custom-select {
    display: inline-block;
    line-height: 52px;
    padding: 0 10px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.filter-header ::-webkit-input-placeholder {
    color: #565656;
}

.filter-header :-moz-placeholder {
    color: #565656;
}

.filter-header ::-moz-placeholder {
    color: #565656;
}

.filter-header :-ms-input-placeholder {
    color: #565656;
}

span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    color: #565656;
}

span.custom-select {
    background: #fff;
    border: none;
    line-height: normal;
    font-size: 0.9rem;
}

.selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #999;
    width: 24px;
    height: 100%;
}

.selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 22px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}

.filter-header input[type="submit"] {
    width: 16%;
    border: 0;
    color: #fff;
}

.ui-datepicker {
    max-width: 250px;
    padding: 0;
    border: 1px solid !important;
}

.ui-datepicker table thead {
    background-color: #f8f8f8 !important;
}

.ui-datepicker th {
    font-size: 0.875rem;
    font-weight: lighter;
}

.ui-datepicker .ui-datepicker-calendar td {
    vertical-align: middle;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
    color: #999;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: transparent !important;
    border: 0;
    font-size: 0.8rem;
}

.ui-state-hover {
    color: #fff !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0 !important;
}

.ui-widget-header {
    color: #fff;
    font-weight: lighter;
    font-size: 1rem;
}

.ui-datepicker .ui-datepicker-prev:before {
    border-right: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 20px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 11px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 0px;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 11px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:before {
    border-left: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ui-datepicker a.ui-corner-all:hover {
    background: transparent !important;
    border: 0;
}

.ui-widget-content {
    background: #ffffff !important;
}

.section-title-01 {
    height: 450px;
    background-color: #262626;
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-title-01 h1 {
    color: #fff;
    padding: 120px 0 0 5px;
    font-size: 3rem;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
    background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
}

.section-title-01 .crumbs {
    position: relative;
}

.section-title-01 .crumbs ul {
    margin: 10px auto;
    padding: 10px;
    display: table;
    border-top: 2px solid;
    list-style: none;
}

.section-title-01 .crumbs ul li {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.section-title-01 .crumbs ul li a:hover {
    text-decoration: underline;
}

.section-title-02 {
    height: 350px;
    background-color: #262626;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-title-02 h1 {
    color: #fff;
    padding: 97px 0 0 5px;
    font-size: 1.6rem;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section-title-02 .crumbs {
    position: relative;
    padding: 97px 0 0 5px;
    text-align: right;
}

.section-title-02 .crumbs ul {
    margin: 10px auto;
    padding: 10px;
    list-style: none;
}

.section-title-02 .crumbs ul li {
    display: inline-block;
    padding-right: 3px;
    line-height: 20px;
    font-size: 0.775rem;
    color: #fff;
}

.section-title-02 .crumbs ul li:last-child {
    padding-right: 0;
}

.section-title-02 .crumbs ul li a:hover {
    text-decoration: underline;
}

.section-title-03 {
    height: 380px;
    background-color: #262626;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-title-03 h1 {
    color: #fff;
    padding: 100px 20px 10px 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    border-bottom: 2px solid;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section-title-03 .crumbs {
    position: relative;
}

.section-title-03 .crumbs ul {
    margin: 10px auto;
    list-style: none;
}

.section-title-03 .crumbs ul li {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px;
    font-size: 0.775rem;
    color: #fff;
}

.section-title-03 .crumbs ul li:last-child {
    padding-right: 0;
}

.section-title-03 .crumbs ul li a:hover {
    text-decoration: underline;
}

.section-title-detailed {
    max-height: 700px;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 0;
    background-size: cover !important;
}

.section-title-detailed img {
    width: 100%;
}

.section-title-detailed .img-hover .overlay {
    opacity: 1;
}

.title-detailed {
    position: absolute;
    bottom: 140px;
    padding-bottom: 20px;
    width: 100%;
}

.title-detailed h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
}

.title-detailed h2 span {
    font-size: 1rem;
    display: block;
}

.content_info {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.no-overflow {
    overflow: visible !important;
}

.content_resalt {
    background: #F5F6FA;
}

.services-lines-info {
    padding: 40px 0 0 0;
}

.services-lines-info p {
    margin-bottom: 0;
}

.services-lines-info p.lead {
    margin: 0 0 20px 0;
}

p.lead .line {
    height: 2px;
    width: 70px;
    content: '';
    display: block;
    margin: 20px 0;
}

.skin_base p.lead .line {
    background: #232323 !important;
}

.services-lines.services-lines-left {
    margin-left: -5.3%;
}

.layout-wide .services-lines,
.full-services {
    width: auto !important;
}

.services-lines li {
    text-align: center;
    width: 25%;
    float: left;
    background: #fff;
}

.services-lines li:hover {
    background-color: #F5F6FA;
    cursor: pointer;
}

.services-lines li:hover i {
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-lines li:hover h5 {
    font-weight: bold;
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-lines li h5 {
    padding: 5px 0 0 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-lines li i {
    font-size: 2.5rem;
    padding-bottom: 5px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-lines li .item-service-line {
    padding: 65px 0;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}

.services-lines li:last-child {
    border-right: 0;
}

.tabs-detailed .services-lines {
    margin-bottom: 30px;
}

.tabs-detailed .services-lines li {
    width: 14.2%;
    background-color: #3a4749 !important;
}

.tabs-detailed .services-lines li h5 {
    color: #fff;
}

.tabs-detailed .services-lines li i {
    color: #fff !important;
}

.tabs-detailed .services-lines li:hover {
    background-color: #3a4749 !important;
}

.tabs-detailed .services-lines li .item-service-line {
    padding: 45px 0;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}

.content-boxes {
    margin-top: 50px;
    overflow: auto;
    display: block;
}

.content-boxes-04 .item-boxed {
    width: 25% !important;
}

.content-boxes .item-boxed {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.image-boxed {
    float: left;
    ;
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 210px;
}

.image-bottom {
    float: right;
}

.image-boxed img {
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.image-boxed img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.image-boxed .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.item-boxed:hover .overlay {
    opacity: 0.3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.image-boxed:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.image-boxed a.more-boxe {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    top: 40%;
    font-size: 0;
}

.image-boxed a.more-box i {
    font-size: 0rem;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.item-boxed:hover a.more-boxe i {
    font-size: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.info-boxed {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px 30px 25px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 50%;
    z-index: 9;
}

.boxed-bottom {
    left: 0;
    border-bottom: 1px solid #dedede;
}

.boxed-top {
    border-top: 1px solid #dedede;
}

.info-boxed h3 {
    font-size: 19px;
    font-weight: lighter;
    padding: 0;
}

.info-boxed a {
    color: #000;
}

.info-boxed h3 span {
    font-size: 11px;
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-style: italic;
}

hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 20px auto 20px auto !important;
}

hr.separator:before {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}

.info-boxed p {
    margin-bottom: 20px;
    font-weight: normal;
}

.info-boxed .content-btn {
    float: left;
}

.info-boxed .btn {
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}

.info-boxed .price {
    left: -145px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: normal;
    color: #fff;
    position: absolute;
}

.info-boxed.boxed-bottom .price {
    left: 275px;
    margin-left: 50px;
    width: 100%;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: lighter;
    color: #fff;
    position: absolute;
}

.info-boxed .price span {
    font-weight: bold;
    font-size: 21px;
    left: -13px;
    top: 0;
    color: #fff;
    position: absolute;
}

.info-boxed .price label {
    font-size: 15px;
    font-weight: normal;
}

.boxed-top:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    top: 65px;
    z-index: 999;
}

.boxed-bottom:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: auto;
    right: -40px;
    position: absolute;
    top: 65px;
    z-index: 999;
}

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

.item-boxed .starts {
    float: right;
}

.title-detailed .starts {
    margin: 0;
}

.starts li {
    display: inline-block;
    font-size: 12px;
}

.starts li a i {
    color: #ed8323;
    opacity: 0.8;
}

.starts li:hover a i {
    opacity: 1;
}

.boxes-2 {
    position: relative;
}

.boxes-2 img {
    width: 100%;
}

.info-boxes-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.info-boxes-2 h3 {
    font-size: 3rem;
    line-height: 2.8rem;
    padding: 20px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    position: relative;
}

.info-boxes-2 h3 i {
    font-size: 4rem;
    position: absolute;
    top: -90px;
    left: 50px;
}

.info-boxes-2 h3 .up {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.3rem;
    position: absolute;
    top: -50px;
    right: 20px;
}

.info-boxes-2 h3 .down {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-top: 5px;
    display: block;
}

.info-boxes-2 .btn {
    margin-top: 30px;
}

.item-feature {
    margin-bottom: 20px;
}

.item-feature .head-feature {
    position: relative;
    padding-bottom: 10px;
}

.item-feature .head-feature i {
    font-size: 3rem;
    color: #dedede;
    position: absolute;
    z-index: -1;
}

.item-feature .head-feature i.left-icon {
    left: -40px;
    top: -30px;
}

.item-feature .head-feature i.right-icon {
    right: -50px;
    bottom: -40px;
}

.item-feature .head-feature .title-feature {
    font-size: 2.6rem;
    font-weight: bold;
    z-index: 1;
    position: relative;
    line-height: 3rem;
    padding: 0;
    display: inline-block;
}

.item-feature .head-feature span {
    font-size: 1.2rem;
    z-index: 1;
    position: relative;
}

.promotion-box {
    position: relative;
    background-color: #f9f9f9;
    border: solid 1px #dedede;
    border-radius: 15px;
}

.promotion-box .promotion-box-header {
    text-align: center;
    padding: 20px;
}

.promotion-box .promotion-box-header img {
    max-width: 100%;
    height: auto;
}

.color-1 {
    background-color: #C50D0D;
    color: #fff;
}

.promotion-box-center.color-1:after {
    border-top: 20px solid #C50D0D;
}

.color-2 {
    background-color: #0088cc;
    color: #fff;
}

.promotion-box-center.color-2:after {
    border-top: 20px solid #0088cc;
}

.color-3 {
    background-color: #88C425;
    color: #fff;
}

.promotion-box-center.color-3:after {
    border-top: 20px solid #88C425;
}

.color-4 {
    background-color: #FB9134;
    color: #fff;
}

.promotion-box-center.color-4:after {
    border-top: 20px solid #FB9134;
}

.promotion-box-center {
    position: relative;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.promotion-box-center .prince {
    font-size: 4rem;
    line-height: 4.625rem;
    display: inline-block;
}

.promotion-box-center .percentage {
    font-size: 2.3rem;
    position: relative;
    display: inline-block;
    color: #333;
}

.promotion-box-center .percentage span {
    font-size: 1rem;
    font-weight: lighter;
    padding: 0 3px;
    color: #fff;
}

.promotion-box-center:after {
    content: '';
    left: 20%;
    bottom: -20px;
    position: absolute;
    z-index: 999;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.promotion-box-info {
    padding: 30px 20px 25px 20px;
}

.promotion-box-info p {
    margin-bottom: 15px;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #777 !important;
}

.promotion-box-info .btn {
    padding: 6px 10px;
    font-size: 0.8rem;
    font-weight: lighter;
    border: 1px !important;
}

.image_01_parallax {
    background: url("../img/slide/1.html");
}

.image_02_parallax {
    background: url("../images/new-images/5.jpg");
}

.image_03_parallax {
    background: url("../img/slide/3.html");
}

.image_04_parallax {
    background: url("../img/slide/4.html");
}

.image_05_parallax {
    background: url("../img/slide/5.html");
}

.image_06_parallax {
    background: url("../img/slide/6.html");
}

.image_07_parallax {
    background: url("../img/slide/7.html");
}

.bg_parallax {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: 0 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.opacy_bg_01 {
    bottom: 0px;
    left: 0;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5)
}

.opacy_bg_01 p {
    color: #333;
}

.opacy_bg_02 p {
    font-size: 15px;
}

.opacy_bg_02 .lead {
    font-weight: lighter;
    font-size: 15px;
    line-height: 1.6rem;
}

.opacy_bg_02 {
    bottom: 0px;
    left: 0;
    padding: 100px 0;
    color: #dedede !important;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

.opacy_bg_02 .caption-head {
    color: #5c5c5c !important;
}

.opacy_bg_02 .caption-head h2 {
    color: #232323 !important;
}

.opacy_bg_03 {
    bottom: 0px;
    left: 0;
    color: #dedede !important;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 2;
}

.opacy_bg_04 {
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #dedede !important;
    position: relative;
    height: auto;
    z-index: 2;
}

.opacy_bg_01 .promotion-box,
.opacy_bg_02 .promotion-box,
.opacy_bg_03 .promotion-box,
.opacy_bg_04 .promotion-box {
    border: 0;
}

.opacy_bg_02 h1,
.opacy_bg_02 h2,
.opacy_bg_02 h3,
.opacy_bg_02 h4,
.opacy_bg_02 h5,
.opacy_bg_02 h6,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white span,
.color-white .title-feature,
.skin_base .titles h2 span,
.skin_base .large-number {
    color: #fff !important;
}

.skin_base .titles i,
.item-feature .head-feature i.left-icon,
.item-feature .head-feature i.right-icon {
    opacity: 0.5;
}

.opacy_bg_02 p,
.opacy_bg_02,
.color-white p {
    color: #f5f5f5;
}

.color-white .services-lines .item-service-line h5 {
    color: #232323 !important;
}

.opacy_bg_02 .btn-primary,
.skin_base .btn-primary {
    background: transparent !important;
    border: 2px solid;
}

.image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}


.image-container.pull-right {
    right: 0;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

#footer {
    margin-top: 60px;
    padding-top: 150px;
    font-size: 0.8125rem;
    line-height: 20px;
}

#footer p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: lighter;
}

#footer h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

#footer ul {
    margin: 0;
    list-style: none;
}

#footer ul li {
    line-height: 40px;
    font-weight: normal;
}

#footer ul li i {
    padding-right: 5px;
}

#footer .input-prepend {
    width: 100%;
}

#footer .input-prepend input {
    height: 30px;
    width: 82%;
}

#footer .input-prepend {
    margin: 6px 0 12px 0;
}

#footer .input-prepend .add-on {
    background: #ddd;
    height: 30px;
}

#footer .input-prepend .add-on i {
    vertical-align: middle;
}

#footer .button {
    border-radius: 0;
    margin-top: 3px;
    padding: 0px auto;
}

#footer .contact_footer li i {
    margin-right: 10px;
}

#footer .title-footer h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    padding-top: 0;
}

#footer .title-footer h2 span {
    font-style: italic;
}

#footer .divisor {
    margin: 30px 0 32px 0;
    width: 100%;
    height: 1px;
}

.footer-v1 {
    background-color: #252C2E;
}

.footer-v1 h3,
.footer-v1 ul li a:hover,
.footer-v1 .title-footer h2 {
    color: #fff;
}

.footer-v1 ul li a,
.footer-v1 p {
    color: #ddd;
}

.footer-v1 .divisor {
    background-color: #363636;
}

.footer-v1 .img-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-v1 .img-footer img {
    position: absolute;
    top: 20px;
    right: -50px;
}

.footer-v2 {
    background-color: #f9f9f9;
    border-top: 1px solid #dedede;
}

.footer-v2 h3,
.footer-v2 ul li a:hover,
.footer-v2 .title-footer h2,
.footer-v2 .footer-down p,
.footer-v2 .nav-footer li:before {
    color: #999;
}

.footer-v2 ul li a,
.footer-v2 p,
.footer-v2 .footer-down ul li a {
    color: #666;
}

.footer-v2 .divisor {
    background-color: #dedede;
}

.img-footer {
    margin-top: -60px;
}

.footer-v2 .footer-down {
    background-color: #fff !important;
    border-top: 1px solid #dedede;
}

.footer-v3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(71%, #f5e1b9), color-stop(100%, #f5e1b9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5e1b9 50%, #f5e1b9 71%, #f5e1b9 71%, #f5e1b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5e1b9', GradientType=0);
}

.footer-v3 h3,
.footer-v3 ul li a:hover,
.footer-v3 .title-footer h2,
.footer-v3 .footer-down p,
.footer-v3 .nav-footer li:before {
    color: #666;
}

.footer-v3 ul li a,
.footer-v3 p,
.footer-v3 .footer-down ul li a {
    color: #999;
}

.footer-v3 .divisor {
    background-color: #999;
}

.footer-v3 .img-footer {
    margin-top: -60px;
}

.footer-v3 .footer-down {
    background-color: #fff !important;
    border-top: 1px solid #dedede;
}

.footer-v3 .footer-down {
    background-color: #fff !important;
    border-top: 1px solid #dedede;
}

.footer-v3 .img-footer {
    margin-top: 0;
    margin-bottom: -60px;
}

.footer-v4 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3), color-stop(100%, #42a9d3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #42a9d3 95%, #42a9d3 100%, #42a9d3 100%, #42a9d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#42a9d3', GradientType=0);
}

.footer-v4 h3,
.footer-v4 ul li a:hover,
.footer-v4 .title-footer h2,
.footer-v4 .footer-down p,
.footer-v4 .nav-footer li:before,
.footer-v4 .footer-down ul li a {
    color: #777;
}

.footer-v4 ul li a,
.footer-v4 p {
    color: #fff;
}

.footer-v4 .divisor {
    background-color: #ededed;
}

.footer-v4 .img-footer {
    margin-top: -60px;
}

.footer-v4 .footer-down {
    background-color: #fff !important;
    border-top: 1px solid #dedede;
}

.footer-v4 .footer-down {
    background-color: #fff !important;
    border-top: 1px solid #dedede;
}

.footer-v4 .img-footer {
    margin-top: 0;
    margin-bottom: -60px;
}

#newsletterForm .form-control,
#newsletterForm .input-group-btn .btn-primary,
#newsletterForm .input-group-addon {
    height: 45px;
    border: solid 1px #dedede;
}

#newsletterForm .form-control {
    border-left: 0;
}

#newsletterForm .input-group-addon i {
    color: #999;
}

#newsletterForm .btn {
    border-radius: 3px;
    width: 100%;
}

#result-newsletter .alert {
    margin: 0;
    margin-top: 20px;
    padding: 10px 5px;
}

.search {
    margin-bottom: 30px;
}

.search input,
.search .btn {
    height: 40px;
}

.social li {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.social li span {
    background: #555;
    padding: 5px 10px;
    margin-right: 15px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.social li span i {
    color: #fff;
    width: 8px;
    font-size: 0.7rem;
}

.social li:hover {
    margin-left: 5px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.social li:hover span,
.social li:hover i {
    color: #fff !important;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.social .facebook:hover span {
    background: #3B5998;
}

.social .twitter:hover span {
    background: #3C8FC9;
}

.social .linkedin:hover span {
    background: #3399CC;
}

.social .github:hover span {
    background: #000;
}

.footer-down {
    margin-top: 60px;
    padding: 25px 0 20px 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer-down p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.footer-down ul {
    text-align: right;
}

.footer-down ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: lighter !important;
    line-height: 1.7rem !important;
}

.footer-down ul li:last-child {
    margin-right: 0;
}

.footer-down ul li a {
    color: #f5f5f5;
    font-size: 13px;
}

.nav-footer li:before {
    content: '|';
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.nav-footer li:nth-child(1):before {
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/img-theme/preloader.html");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    z-index: 9999;
    background: url("../img/img-theme/ui.totop.html") no-repeat left top;
}

#toTopHover {
    background: url("../img/img-theme/ui.totop.html") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
}

#toTop:active,
#toTop:focus {
    outline: none;
}

.acc-trigger {
    cursor: pointer;
    margin: 0 0 0 0;
    width: 100%;
}

.no-js .acc-trigger:last-of-type {
    border-bottom: none;
}

.acc-trigger a {
    background: #f9f9f9 url("../img/img-theme/accordion-ico.html") no-repeat 14px 13px;
    display: block;
    padding: 11px 20px 11px 44px;
    text-decoration: none;
    border: solid 1px #dedede;
    font-size: 0.875rem;
    color: #232323;
    margin-bottom: 5px;
}

.acc-trigger a:hover {
    background-position: 14px -58px;
}

.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
    color: #fc4242;
}

.acc-trigger.active {
    cursor: default;
    background: #fff;
}

.acc-trigger.active:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.acc-trigger.active a {
    background-position: 14px -58px;
    cursor: default;
}

.acc-container .content {
    padding: 15px 0;
    color: #999;
}

.acc-container {
    width: 100% !important;
    display: block;
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 44px 0;
    }
}

.ui-progress-bar {
    position: relative;
    height: 33px;
    padding-right: 2px;
    border-bottom: 5px solid #e0e0e0;
    margin-top: -25px;
    margin-bottom: 22px;
}

.acc-container .content {
    font-size: 0.875rem;
}

.ui-progress {
    position: relative;
    display: block;
    overflow: hidden;
    height: 33px;
    border-bottom: 5px solid #41a8ff;
    width: 90%;
}

.ui-progress.two {
    border-bottom: 5px solid #89b505;
    width: 72%;
}

.ui-progress.three {
    border-bottom: 5px solid #9b43f6;
    width: 80%;
}

.ui-progress.four {
    border-bottom: 5px solid #ffc412;
    width: 94%;
}

.ui-progress.five {
    border-bottom: 5px solid #fc4242;
}

.ui-progress span.ui-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    color: #272727;
    position: absolute;
    right: 0;
    line-height: 33px;
    display: block;
    padding-right: 12px;
    white-space: nowrap;
}

.testimonial-info {
    padding-top: 120px;
    text-align: right;
}

.testimonial-info h2,
.testimonial-info p {
    color: #fff;
}

.info-testimonial {
    padding: 40px 20px;
    text-align: center;
    margin-left: -50px;
    width: 110%;
}

.layout-wide .info-testimonial {
    margin-left: 0;
    width: 100%;
}

.info-testimonial ul li {
    max-width: 75%;
    margin: 0 auto;
    margin-top: 40px;
}

.info-testimonial p {
    color: #fff;
    position: relative;
}

.info-testimonial h4 {
    color: #fff;
    padding-bottom: 0;
}

.info-testimonial p i {
    font-size: 40px;
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
}

.info-testimonial p i.fa-quote-left {
    left: -40px;
    top: -20px;
}

.info-testimonial p i.fa-quote-right {
    bottom: -20px;
    right: 0;
}

.image-testimonials {
    width: 120px;
    margin: 0 auto;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.image-testimonials img {
    width: 120px;
    height: 120px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    z-index: 1;
}

.info-testimonial i.fa-star,
.info-testimonial i.fa-star-half-o {
    color: #fff000;
}

.portfolioFilter {
    text-align: right;
    margin: 20px auto 50px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.portfolioFilter a {
    margin: auto 10px;
    color: #131313;
    font-size: 14px;
    padding-bottom: 13px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.portfolioFilter a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.portfolioFilter .current,
.portfolioFilter a:hover {
    border-bottom: 3px solid;
    text-decoration: none;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.info-gallery {
    position: relative;
    text-align: center;
    border: solid #dedede 1px;
    padding: 20px 12px 30px 12px;
    margin-bottom: 40px;
}

#boxes-carousel .info-gallery {
    border-right: 0;
}

.info-gallery:before {
    border: 20px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    top: -40px;
    left: 30px;
    position: absolute;
    z-index: 999;
}

.info-gallery h3 {
    font-size: 1.1rem;
}

.info-gallery h3 span {
    font-size: 0.8rem;
}

.info-gallery p {
    margin-bottom: 0;
    font-size: 0.85rem;
    line-height: 1.3rem;
}

.info-gallery .separator {
    margin: 2px auto 15px auto !important;
    max-width: 60%;
}

.info-gallery .btn {
    border: 0;
    font-size: 0.7rem;
    padding: 7px 10px;
}

.info-gallery .price {
    float: right;
    position: absolute;
    top: -75px;
    left: 30px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: normal;
    color: #fff;
}

.info-gallery .price b {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: lighter;
    font-style: italic;
    padding: 10px 5px;
    text-shadow: none;
    margin-right: 10px;
    border-radius: 50%;
}

.info-gallery .price span {
    font-weight: lighter;
    font-size: 1.8rem;
    right: -20px;
    top: -15px;
    position: absolute;
}

.info-gallery .starts {
    margin-bottom: 15px;
}

.list-view .img-hover {
    width: 40%;
    float: left;
}

.list-view .info-gallery {
    padding: 23px 20px 27px 20px;
    width: 60%;
    text-align: left;
    float: right;
}

.list-view .info-gallery:before {
    border: 20px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    content: "";
    display: block;
    top: 30px;
    left: -40px;
    position: absolute;
    z-index: 999;
}

.list-view .info-gallery .separator {
    margin: 2px 0 15px 0 !important;
    max-width: 100%;
}

.list-view .info-gallery hr.separator {
    width: 100%;
}

.list-view .info-gallery .price {
    float: right;
    position: absolute;
    top: 30px;
    left: -160px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: normal;
    color: #fff;
}

.list-view .info-gallery p {
    margin-bottom: 20px;
}

.list-view .info-gallery .btn {
    float: left;
}

.list-view .info-gallery .starts {
    float: right;
    margin-bottom: 0;
}

.title-results h3 {
    text-align: center;
    padding: 30px 0;
}

.page-error {
    max-width: 80%;
    margin: 70px auto 50px auto;
    text-align: center;
    position: relative;
}

.page-error h1 {
    font-size: 140px;
    line-height: 140px;
}

.page-error h1 i {
    font-size: 200px;
    line-height: 190px;
}

.page-error hr.tall {
    margin: 20px 0 30px 0;
}

.sitemap {
    float: left;
    display: inline;
    width: 370px;
    margin-right: 2px;
    font-size: 0.875rem;
    padding: 10px 0 0 0;
    background: url("../img/img-theme/line_tree1.html") left repeat-y;
}

.sitemap li {
    float: left;
    width: 347px;
    padding-left: 25px;
    line-height: 35px;
    background: url("../img/img-theme/line_tree2.html") 0 center no-repeat;
}

.sitemap li.has_sub {
    background: url("../img/img-theme/line_tree2.html") 0 17px no-repeat;
}

.sitemap li a {
    color: #666;
    position: relative;
    text-decoration: none;
}

.sitemap li a:hover {
    text-decoration: underline;
}

.sitemap ul {
    width: 132px;
    padding-top: 0;
}

.post-item {
    background: #fcfcfc;
    margin-bottom: 50px;
    border: 1px solid #dfdfdf;
}

.post-item:first-child {
    margin-top: 20px;
}

.post-item h4 {
    padding: 0 0 10px 0;
    line-height: 20px;
}

.post-item h4 a {
    color: #252525;
}

.post-item h4 a:hover {
    text-decoration: none;
}

.post-item p {
    font-size: 0.875rem;
    line-height: 23px;
}

.post-header {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #eee;
}

.post-format-icon {
    float: left;
    margin-right: 15px;
}

.post-format-icon > i {
    font-size: 18px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ff5b24;
    border: 2px solid;
    border-radius: 50%;
}

.post-info-wrap {
    overflow: auto;
    margin-bottom: 20px;
}

.post-item .post-title {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8rem;
    padding: 0 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.post-item .post-title a {
    text-decoration: none;
    color: #000;
}

.post-meta {
    font-size: 13px;
    margin-top: 5px;
    color: #999;
}

.post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-meta li {
    float: left;
    margin-right: 15px;
}

.post-meta li > i.fa {
    margin-right: 5px;
}

.post-meta a {
    text-decoration: none;
    color: #999;
}

.post-item img {
    width: 100%;
}

.post-media {
    position: relative;
}

.post-item iframe {
    width: 100%;
    height: 350px;
}

.post-quote-wrapper {
    position: relative;
    text-align: center;
    color: #fff;
    background-image: url("../img/slide/1.html");
    background-size: cover;
}

.post-quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
}

.post-quote-content {
    position: relative;
    padding: 50px 30px;
}

.post-quote-content > p {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: .75px;
    color: #fff;
}

.post-quote-author {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
}

.post-quote-content > p:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    margin-right: 15px;
    content: '\f10d';
    color: rgba(255, 255, 255, .8);
}

.post-item .img-hover .overlay a {
    padding-top: 18%;
}

.post-content {
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
}

.post-content .btn {
    font-weight: lighter;
}

.post-footer {
    position: relative;
    text-align: center;
    border-top: 1px solid #eee;
}

.post-footer .post-social {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.post-social {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.post-footer .post-social li {
    display: table-cell;
    margin: 0;
    border-right: 1px solid #eee;
}

.post-footer .post-social li:last-child {
    border-right: 0;
}

.post-social li {
    display: inline-block;
    margin: 0 7px 7px 0;
    border: 0;
}

.post-footer .post-social li a {
    background-color: #fff;
    border-radius: 0;
}

.post-footer .post-social li a {
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    height: 60px;
}

.post-social li a {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-footer .post-social li a i:first-child {
    color: #fff;
}

.post-footer .post-social li a i:first-child {
    top: -60px;
}

.post-footer .post-social li a i {
    line-height: 60px;
    width: 100%;
    height: 60px;
}

.post-social li a i {
    line-height: 40px;
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s
}

.post-footer .post-social li a i:last-child {
    color: #666;
}

.post-footer .post-social li a i:last-child {
    top: 0;
}

.post-social li a i:first-child {
    top: -55px
}

.post-social li a i:last-child {
    top: 0
}

.post-social li a:hover i:first-child {
    top: 0
}

.post-social li a:hover i:last-child {
    top: 55px
}

.post-social li a.social-android:hover {
    background-color: #97c024 !important
}

.post-social li a.social-apple:hover {
    background-color: #000 !important
}

.post-social li a.social-behance:hover {
    background-color: #0093fb !important
}

.post-social li a.social-bitbucket:hover {
    background-color: #214f81 !important
}

.post-social li a.social-bitcoin:hover {
    background-color: #f7931b !important
}

.post-social li a.social-codepen:hover {
    background-color: #000 !important
}

.post-social li a.social-delicious:hover {
    background-color: #3274d2 !important
}

.post-social li a.social-deviantart:hover {
    background-color: #4c5c4f !important
}

.post-social li a.social-digg:hover {
    background-color: #1b5891 !important
}

.post-social li a.social-dribbble:hover {
    background-color: #e04c86 !important
}

.post-social li a.social-dropbox:hover {
    background-color: #018bd3 !important
}

.post-social li a.social-email:hover {
    background-color: #000 !important
}

.post-social li a.social-facebook:hover {
    background-color: #395793 !important
}

.post-social li a.social-flickr:hover {
    background-color: #db458f !important
}

.post-social li a.social-foursquare:hover {
    background-color: #0086be !important
}

.post-social li a.social-github:hover {
    background-color: #4382c5 !important
}

.post-social li a.social-google-plus:hover {
    background-color: #d54135 !important
}

.post-social li a.social-instagram:hover {
    background-color: #2b5b83 !important
}

.post-social li a.social-jsfiddle:hover {
    background-color: #4679a4 !important
}

.post-social li a.social-lastfm:hover {
    background-color: #d21309 !important
}

.post-social li a.social-linkedin:hover {
    background-color: #0a6594 !important
}

.post-social li a.social-pinterest:hover {
    background-color: #c82329 !important
}

.post-social li a.social-reddit:hover {
    background-color: #8bc7f9 !important
}

.post-social li a.social-rss:hover {
    background-color: #ea6d19 !important
}

.post-social li a.social-skype:hover {
    background-color: #01aef2 !important
}

.post-social li a.social-soundcloud:hover {
    background-color: #ff7802 !important
}

.post-social li a.social-spotify:hover {
    background-color: #80b819 !important
}

.post-social li a.social-stumbleupon:hover {
    background-color: #ec4823 !important
}

.post-social li a.social-tumblr:hover {
    background-color: #3d5a70 !important
}

.post-social li a.social-twitter:hover {
    background-color: #01b9f5 !important
}

.post-social li a.social-vimeo:hover {
    background-color: #17b3e8 !important
}

.post-social li a.social-vk:hover {
    background-color: #4b709c !important
}

.post-social li a.social-weibo:hover {
    background-color: #d52b2b !important
}

.post-social li a.social-xing:hover {
    background-color: #005d5d !important
}

.post-social li a.social-yelp:hover {
    background-color: #c41200 !important
}

.post-social li a.social-youtube:hover {
    background-color: #b62025 !important
}

.post-social li a.social-home:hover {
    background-color: #000 !important
}

.pagination > .active > a {
    color: #fff !important;
}

.pagination {
    margin: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget iframe {
    width: 100%;
    height: 250px;
}

.widget .input-group-addon.btn-search {
    color: #fff;
    padding: 0;
    border-right: 0;
}

.widget .input-group-addon.btn-search input {
    height: 32px;
    border: 0;
    padding: 5px 15px;
}

.widget .single-carousel {
    max-height: 220px;
}

.single-blog .info-testimonial {
    margin: 10px 0 30px 0;
    width: 100%;
}

.single-blog h4 i {
    margin-right: 6px;
    font-size: 1.5rem;
}

.single-blog pre {
    margin: 20px auto 10px auto;
}

.form-theme {
    margin: 10px auto;
}

.form-theme input {
    margin-bottom: 25px;
    height: 36px;
    border-radius: 0;
    width: 100%;
    border: solid 1px #dedede;
    padding: 5px 10px;
}

.form-theme label {
    font-weight: normal;
}

.form-theme textarea {
    border-radius: 0;
    width: 100%;
    height: 150px;
    border: solid 1px #dedede;
    padding: 10px;
}

.form-theme .btn {
    margin-top: 25px;
    width: auto;
    padding: 10px 20px;
    height: auto;
    border: 0;
}

#map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
}

address {
    line-height: 35px;
    padding-left: 10px;
}

address i {
    padding-right: 10px;
}

address strong {
    padding-right: 3px;
}

.result {
    display: block;
    margin-top: 25px;
}

.item-team-01 {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.item-team-01 img {
    width: 100%;
}

.item-team-01 .info-team {
    position: absolute;
    padding: 25px 5px;
    bottom: -300px;
    left: 0;
    width: 100%;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.item-team-01:hover .info-team {
    bottom: 0;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.item-team-01 .info-team h4 {
    padding-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}

.item-team-01 .info-team h4 span {
    display: block;
    color: #232323;
    font-size: 0.9rem;
    padding-top: 5px;
}

.item-team-01 .info-team p {
    color: #fff;
}

.item-team-01 .social-team {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
}

.item-team-01 .social-team li {
    display: inline-block;
    border-radius: 5px;
    background-color: #232323;
    height: 30px;
    width: 30px;
    padding: 3px;
    margin: 0 10px;
}

.item-team-01 .social-team li a {
    color: #fff;
    font-size: 1rem;
}

.item-number-info {
    margin: 15px auto;
}

.large-number {
    font-size: 50px;
    display: block;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}

.info-large-number {
    display: inline-block;
    width: 80%;
}

.info-large-number h5 {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 20px;
}

.info-large-number p {
    font-size: 13px;
    line-height: 16px;
}

.item-table {
    border: solid 1px #dedede;
    text-align: center;
}

.no-padding .item-table {
    border: 0;
    border-left: 1px solid #dedede !important;
    border-top: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
}

.skin_base .item-table {
    border-right: 1px solid #dedede !important;
}

.item-table .header-table {
    overflow: auto;
    padding-top: 40px;
    position: relative;
}

.featured-table {
    width: auto;
    height: 25px;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: 666;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px;
    font-size: 15px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
}

.item-table .header-table i {
    font-size: 3rem;
}

.item-table .header-table h2 {
    padding: 10px 0 25px 0;
    font-size: 2.5rem;
    font-weight: 300;
}

.item-table .header-table span {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    padding: 5px 10px;
    background-color: 666;
    background: rgba(0, 0, 0, 0.3);
    float: left;
}

.item-table ul {
    background-color: #fcfcfc;
    margin-bottom: 25px;
    text-align: left;
    list-style: none;
    padding: 0;
}

.item-table ul li {
    font-size: 0.9rem;
    padding: 15px 5px 15px 25%;
    border-bottom: 1px solid #ededed;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.opacy_bg_02 .item-table ul li {
    color: #727272;
}

.item-table ul li:hover {
    background-color: #f6f6f6;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.item-table ul li i {
    margin-right: 10px;
    font-size: 10px;
    padding: 3px;
    padding-top: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.item-table ul li i.fa-check {
    background-color: #88C425;
}

.item-table ul li i.fa-times {
    background-color: #E1483F;
}

.item-table a {
    width: 70%;
    height: 30px;
    color: #fff;
    margin: 0px auto 0 auto;
    text-align: center;
    border-radius: 40px 40px 0px 0px;
    padding-top: 6px;
}

.skin_base .item-table ul,
.skin_base .item-table ul li {
    background-color: transparent;
    color: #fff;
}

.color-red {
    background: #E1483F !important;
    background-color: #E1483F !important;
}

.color-blue {
    background: #0088cc;
    background-color: #0088cc;
}

.color-green {
    background: #88C425;
    background-color: #88C425;
}

.color-orange {
    background: #FB9134;
    background-color: #FB9134;
}

.color-red h2,
.color-red i,
.color-blue h2,
.color-blue i,
.color-green h2,
.color-green i,
.color-orange h2,
.color-orange i,
.skin_base .item-table h2,
.skin_base .item-table i {
    color: #fff;
}

.form-detailed {
    position: relative;
    margin-top: -54px;
}

.header-detailed {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: -24px;
    width: 126.5%;
    color: #fff;
    font-size: 2rem;
    overflow: auto;
}

.header-detailed .price-detailed {
    width: 50%;
    float: left;
}

.header-detailed .frequency-detailed {
    text-align: right;
    width: 50%;
    float: right;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-style: italic;
}

.form-detailed .selector {
    position: relative;
    min-width: 60px;
    border: 0;
    width: 108%;
    line-height: 0;
    float: left;
    color: #999;
    font-size: 0.9rem;
    height: 50px;
    margin-bottom: 20px;
}

.form-detailed .selector span.custom-select:before {
    background-color: #232323 !important;
}

.form-detailed input {
    height: 50px;
    margin: 0;
    border: 0;
    padding: 5px 10px;
    border: 1px solid #dedede;
}

.form-detailed label {
    font-size: 1rem;
    color: #fff;
    font-weight: lighter;
}

.form-detailed .date-input {
    background: #fff url("../img/icons/calendar.html") no-repeat scroll right 12px;
    padding-right: 10px;
    font-size: 0.8rem;
    width: 108%;
    margin-bottom: 15px;
}

.form-detailed input[type="submit"] {
    width: 108%;
    border: 0;
    color: #fff;
    background-color: #333;
}

.sort-by-container {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    background: #3a4749;
}

.sort-by-container ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.sort-by-container ul li {
    padding: 0;
    width: 25%;
    margin-right: 15px;
    display: inline-block;
}

.sort-by-container ul li:last-child {
    margin-right: 0;
}

.sort-by-container strong {
    color: #fff;
    padding: 17px 15px 0 15px;
    float: left;
    font-weight: lighter;
}

.sort-by-container ul li a {
    color: #fff;
    font-size: 0.875rem;
}

.sort-by-container ul li i {
    font-size: 1rem;
}

.sort-by-container .style-view {
    float: right;
}

.sort-by-container .style-view li {
    width: auto;
    margin-right: 0;
    padding: 17px 20px;
}

.sort-by-container .selector {
    position: relative;
    min-width: 60px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    float: left;
    color: #999;
    font-size: 0.9rem;
    height: 35px;
}

.sort-by-container .selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 35px;
    -webkit-appearance: menulist-button;
    line-height: 30px;
}

.sort-by-container .selector select:hover {
    cursor: pointer;
}

.sort-by-container .selector span.custom-select {
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.sort-by-container span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
}

.sort-by-container .selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 17px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}

.container-by-widget-filter {
    margin-left: -45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 50px;
    color: #ccc;
}

.filter-widget {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.filter-widget form {
    border: 0;
    padding: 0;
    margin: 0;
}

.filter-widget input {
    height: 50px;
    margin: 0 0 15px 0;
    width: 100%;
    font-size: 0.8rem;
    border: 0;
    padding: 5px 10px;
    border: 1px solid #dedede;
}

.filter-widget input:last-child {
    border-right: 0;
}

.filter-widget .input-large {
    width: 100%;
    background: #fff url("../img/icons/location.html") no-repeat scroll left 6px;
    padding-left: 35px;
}

.filter-widget .date-input {
    width: 50%;
    float: left;
    background: #fff url("../img/icons/calendar.html") no-repeat scroll right 12px;
    padding-right: 10px;
    font-size: 0.8rem;
}

.filter-widget .selector {
    position: relative;
    border: 0;
    min-width: 60px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 0;
    float: left;
    color: #999;
    font-size: 0.9rem;
}

.filter-widget .selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 50px;
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px;
}

.filter-widget .selector select:hover {
    cursor: pointer;
}

.filter-widget .selector span.custom-select {
    display: inline-block;
    line-height: 52px;
    padding: 0 10px;
    width: 100%;
    color: #888 !important;
    overflow: hidden;
    white-space: nowrap;
}

.filter-widget span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
}

.filter-widget span.custom-select {
    background: #fff;
    border: none;
    line-height: normal;
}

.filter-widget .selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #999;
    width: 24px;
    height: 100%;
}

.filter-widget .selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 22px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}

.filter-widget input[type="submit"] {
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 1rem;
}

.title-widget {
    border-bottom: 2px solid;
    margin-bottom: 40px;
    padding-top: 0;
    position: relative;
}

.title-widget:after {
    content: '';
    left: 10%;
    bottom: -15px;
    position: absolute;
    z-index: 999;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.widget .starts {
    margin: 0 0 10px 0;
}

.widget .starts li input {
    margin: 0 10px 0 0;
}

.widget .starts li a i {
    margin: 0 3px 0 0;
    font-size: 1rem;
}

.widget .starts li span {
    margin: 0 0 0 10px;
    font-size: 0.9rem;
}

.widget .radio label,
.widget .checkbox label {
    font-size: 300;
    font-size: 0.8rem;
}

@media(max-width:640px) {
    h1 {
        font-size: 22px;
    }

    .box-scroll h4 {
        font-size: 14px;
    }

    .category .btn {
        width: 140px;
    }

    p {
        font-size: 12px;
    }

    .category .box,
    .category .box1 {
        width: 100%;
    }

    .call-icon ul {
        margin-right: -4px;
        margin-left: -15px;
    }

    .car-services .box {
        width: 100%;
    }

    .call-icon ul li {
        padding: 0 15px;
        border-right: 0;
    }

    .call-icon ul li ul li {
        padding: 0 3px;
    }

    .gif-image {
        width: 15%;
        position: absolute;
        top: 33%;
        right: 5%;
    }

    .contact-form {
        margin-bottom: 50px;
    }

    .sliders {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .contact-form .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .sources-img {
        width: 15%;
        position: absolute;
        top: 32%;
        right: 5%;
    }

    .content-boxes .item-boxed,
    .image-boxed {
        width: 100% !important;
    }

    .item blockquote img {
        height: 210px;
    }

    .services-lines {
        width: 100%;
    }

    .facebook-text {
      /*  height: 1165px;*/
        padding: 10px;
    }

    ul.services-lines {
        padding: 0;
    }

    .services-lines li {
        width: 50%;
    }

    .navbar-brand {
        height: 0;
        padding-bottom: 0;
    }

    .phone-icon {
        padding: 3px 6px;
        font-size: 10px;
    }

    .email-icon {
        padding: 5px 6px;
        font-size: 10px;
    }

    .call-icon a {
        font-size: 10px;
    }

    .category .box {
        height: auto;
    }

    .best-tour-box img {
        height: 145px;
    }

    .best-tour-box {
        width: 48%;
    }

    .sliderbox .item a img,
    .sliderbox .item img {
        height: 150px;
        width: 100%;
    }

    .besttour-text img {
        margin-top: -40px;
    }

    .call-icon {
        font-size: 12px;
    }

    .navbar-toggle {
        margin-right: 29px;
    }

    .slider .carousel-control.right {
        right: 0 !important;
    }

    .slider .carousel-control.left {
        left: 0 !important;
    }

    .navbar-brand > img {
        width: 50%;
        margin-top: -80px;
    }

    .tempo-book h3 {
        font-size: 17px;
    }

    .searchtabs {
        position: absolute;
        top: 178px;
        right: 0;
    }

    .fb-icon,
    .twitter-icon,
    .linkedin-icon,
    .google-icon {
        font-size: 10px;
        padding: 3px 6px;
    }

    .internal-page img {
        height: 210px;
    }

    .phone-box h1 {
        font-size: 29px;
    }

    .phone-box h3 {
        font-size: 19px;
    }

    .phone-box p {
        font-size: 16px;
    }

    .category1 .boxes,
    .category1 .box2 {
        width: 100%;
    }

    .new-tours img {
        width: 100%;
        height: 245px;
    }

    .internal-fare,
    .internal-model,
    .internal-service {
        background: none;
        height: auto;
    }

    .text-fare,
    .text-fare .tour-content a {
        color: #000;
    }

    .car-hire h2 {
        margin: 10px;
        font-size: 22px;
    }

    .customize-innerbox {
        padding: 12px;
    }

    .manali-category .box img {
        height: auto;
    }

    .itenary .nav-tabs > li {
        width: 20%;
        margin-right: 5px;
    }

    .tour-tab h3 {
        width: 50px;
        height: 50px;
        padding: 15px 0;
    }

    .indian-army .tab-pane {
        padding: 10px 0px 0;
    }

    .indian-army .tab-pane h4 {
        font-size: 12px;
        margin-bottom: -12px;
        line-height: 18px;
    }

    .city-price h3 {
        padding: 0px;
        font-size: 18px;
    }

    .indian-army .nav-tabs > li {
        width: 98px !important;
        height: 38px;
    }

    .indian-army .nav-tabs > li > a {
        padding: 6px;
        font-size: 12px;
        margin-right: 1px;
    }

    .indian-army .nav-tabs > li.active > a,
    .indian-army .nav-tabs > li.active > a:focus {
        font-size: 12px;
    }
}

@media(max-width:768px) {

    .navbar-nav.navbar-right.order-button button,
    .navbar-nav.navbar-right.order-button button:hover {
        font-size: 12px;
    }

    .navbar-nav.navbar-right.order-button a,
    .navbar-nav.navbar-right.order-button a:hover,
    .navbar-nav.navbar-right.order-button a:focus {
        font-size: 12px;
        padding: 5px 10px;
    }

    .category .box {
        height: auto;
    }

    .call-icon {
        font-size: 12px;
    }

    .navbar-brand > img {
        margin-top: -10px;
        width: 105px;
    }

    .searchtabs {
        position: absolute;
        top: 178px;
        right: 0;
    }

    .fb-icon,
    .twitter-icon,
    .linkedin-icon,
    .google-icon {
        font-size: 10px;
    }

    .contact-form {
        margin-bottom: 50px;
    }

    .navbar-toggle {
        margin-right: 25px;
    }

    .car-hire h2 {
        margin: 10px;
        font-size: 22px;
    }

    .customize-innerbox {
        padding: 12px;
    }

    .itenary .nav-tabs > li {
        width: 20%;
        margin-right: 5px;
    }

    .manali-category .box img {
        height: auto;
    }

    .best-tour-box-detail {
        padding: 27px 0px 0 17px;
    }

    .best-tour-box-detail h3 {
        font-size: 12px;
    }

    #mc_search_table .input-group-addon {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
    background-color: #fafbfd;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.notfound .notfound-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.notfound .notfound-bg > div {
    width: 100%;
    background: #fff;
    border-radius: 90px;
    height: 125px;
}

.notfound .notfound-bg > div:nth-child(1) {
    -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
    box-shadow: 5px 5px 0px 0px #f3f3f3;
}

.notfound .notfound-bg > div:nth-child(2) {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
    box-shadow: 5px 5px 0px 0px #f3f3f3;
    position: relative;
    z-index: 10;
}

.notfound .notfound-bg > div:nth-child(3) {
    -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
    box-shadow: 5px 5px 0px 0px #f3f3f3;
    position: relative;
    z-index: 90;
}

.notfound h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 86px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #151515;
}

.notfound h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #151515;
}

.notfound a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #18e06f;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.notfound-social {
    margin-top: 20px;
}

.notfound-social > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #dedede;
    margin: 3px;
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound-social > a:hover {
    background-color: #18e06f;
}

@media only screen and (max-width:767px) {
    .notfound .notfound-bg {
        width: 287px;
        margin: auto;
    }

    .notfound .notfound-bg > div {
        height: 85px;
    }
}

@media only screen and (max-width:480px) {
    .notfound h1 {
        font-size: 68px;
    }

    .notfound h2 {
        font-size: 18px;
    }
}
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound-social > a:hover {
    background-color: #18e06f;
}

@media only screen and (max-width:767px) {
    .notfound .notfound-bg {
        width: 287px;
        margin: auto;
    }

    .notfound .notfound-bg > div {
        height: 85px;
    }
}

@media only screen and (max-width:480px) {
    .notfound h1 {
        font-size: 68px;
    }

    .notfound h2 {
        font-size: 18px;
    }
}

