@charset "utf-8";vishavisha

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&family=Tai+Heritage+Pro&display=swap');


* {
    margin: 0;
    padding: 0
}

body {
  font-family: 'Roboto', sans-serif;
    overflow-x: hidden
}
/* vishal */

  
.hp-p-bg-img{
    margin-top: 60px;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.heading_primary {
    font-size: 70px;
}

.about-item:hover{
  
    border-radius: 10px;
    transform: translateY(-10px);
    transition: .5s;

}


#captcha{
 display:none;   
}
.form-group img{
    display:none;
}

@media (max-width: 769px){
.slider-area{
    display: none!important;
}
.routs-himalaya-bg-img{
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 12px;
}
.routs-himalaya-bg-img{margin-top: 100px;
    background-image: url(../images/spiti-bg-2.jpg);
    height: 200px;
    background-size: cover;
    border-radius: 15px;
}
.room-check{
    background-color: #ee8c0d;
    padding: 19px;
    border-radius: 15px;
}
.mobile-section{
    display: block!important;
} 
}

@media (min-width:769px){
    .mobile-section{
        display: none!important;
    }     
}

/* vishal */

.new-offer:hover{
    border-radius: 15px;
    box-shadow: 0px 8px 24px #d1d1d1;
    transform: translateY(-10px);
    transition: .5s;
}
:root {
    /* --size: clamp(10rem, 1rem + 40vmin, 30rem); */
    --gap: 48px;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee:hover>.marquee__group {
    animation-play-state: paused;
}

.marquee__group {
  margin-left: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    padding: 24px 0px;
    animation: scroll-x 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

.marquee .integration-card {
    width: 340px !important;
    box-shadow: 0px 8px 24px rgba(204, 194, 255, 0.3);
    border-radius: 20px;
    border: none;
    gap: 16px;
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}
.ctm-width{
  text-align: center;
  padding: 0;
}
.ctm-width i{
  text-align: center;
  font-size: 60px;
}
.integration-card:hover{


padding: 10px;
border-radius: 10px;
transform: translateY(-10px);
transition: .5s;
 }
 .ctm-width {
  color: #ee8c0d;
 } 




.flaticon-luggage{
    width: 50px;
}
.title-center{
    text-align: center;
}
  .btn-more-ctm{
    margin-top: 10px;
    background-color: #ee8c0d;
    padding: 10px 30px 10px 30px;
    border-radius: 15px;
    color: white;
  }
.covidCard{
    background: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px #efefef;
   
}
.covidCard:hover{
    
    color: #f0efef;
    background: #ee8c0d;
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-10px);
    transition: .5s;
}
.owl-carousel .owl-item img{
    
}
.package-img-ctm{
  border-radius: 15px;
}
.covidCard_wrapper:hover{
    border-radius: 15px;
    padding: 6px;
    box-shadow: 0px 0px 24px #e4e4e4;
    transition: .2s ease-in;

}

.intro-heading-ctm{
    font-size: 70px;
    font-weight: 100;
    color: white;
}
.intro-come-ctm{
    font-size: 30px;
    font-weight: 900;
    color: withe;
    color: white;
}
.intro-samastyatra-ctm{
    color: white;
}

.follow-ctm{
    margin: 0;
    color: white;
    padding-right: 5px;
    border-right: 1px solid white;
}
/* vishal */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.row-header{
    margin-left: -80px!important;
}
ul,
ol {
    padding: 0;
    list-style: none
}

img {
    max-width: 100%
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #494949
}

/*essential css shortcodes v2.0 - By Abhijit Sarkar*/
.w-100 {
    width: 100% !important
}

.pjustify p {
    text-align: justify
}

.prelative {
    position: relative
}

.pabsolute {
    position: absolute
}

.zindex0 {
    z-index: 0
}

.zindex1 {
    z-index: 1
}

.zindex2 {
    z-index: 2
}

.zindex3 {
    z-index: 3
}

.zindex4 {
    z-index: 4
}

.zindex5 {
    z-index: 5
}

.zindex6 {
    z-index: 6
}

.zindex7 {
    z-index: 7
}

.zindex8 {
    z-index: 8
}

.zindex9 {
    z-index: 9
}

.zindex10 {
    z-index: 10
}

.zindex99 {
    z-index: 99
}

.zindex999 {
    z-index: 999
}

.zindex9999 {
    z-index: 9999
}

.dblock {
    display: block !important
}

.dinline,
ul.dinline li {
    display: inline
}

.dinblock {
    display: inline-block
}

.white,
a.white,
p.white,
span.white {
    color: #fff !important
}

.bg-white {
    background: #fff !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fontfam1 {
    font-family: ''
}

.fontfam2 {
    font-family: ''
}

.blur1 {
    filter: blur(1px)
}

.blur2 {
    filter: blur(2px)
}

.blur3 {
    filter: blur(3px)
}

.blur4 {
    filter: blur(4px)
}

.color333 {
    color: #333
}

.color666 {
    color: #666
}

.color111 {
    color: #111
}

.color-black,
.color000 {
    color: #000
}

.th-color {
    color: #333
}

.bg000 {
    background: #000
}

.bg111 {
    background: #111
}

.bg222 {
    background: #222
}

.bg333 {
    background: #333
}

.bgfa {
    background: #fafafa
}

.bgf2 {
    background: #f2f2f2
}

.bgf5 {
    background: #f5f5f5
}

.bgf7 {
    background: #f7f7f7
}

.bgf9 {
    background: #f9f9f9
}

.bg-white1 {
    background: rgba(255, 255, 255, .1)
}

.bg-white2 {
    background: rgba(255, 255, 255, .2)
}

.bg-white3 {
    background: rgba(255, 255, 255, .3)
}

.bg-white4 {
    background: rgba(255, 255, 255, .4)
}

.bg-white5 {
    background: rgba(255, 255, 255, .5)
}

.bg-white6 {
    background: rgba(255, 255, 255, .6)
}

.bg-white7 {
    background: rgba(255, 255, 255, .7)
}

.bg-white8 {
    background: rgba(255, 255, 255, .8)
}

.bg-white9 {
    background: rgba(255, 255, 255, .9)
}

.bg-white10 {
    background: rgba(255, 255, 255, 1)
}

.bg-black1 {
    background: rgba(0, 0, 0, .1)
}

.bg-black2 {
    background: rgba(0, 0, 0, .2)
}

.bg-black3 {
    background: rgba(0, 0, 0, .3)
}

.bg-black4 {
    background: rgba(0, 0, 0, .4)
}

.bg-black5 {
    background: rgba(0, 0, 0, .5)
}

.bg-black6 {
    background: rgba(0, 0, 0, .6)
}

.bg-black7 {
    background: rgba(0, 0, 0, .7)
}

.bg-black8 {
    background: rgba(0, 0, 0, .8)
}

.bg-black9 {
    background: rgba(0, 0, 0, .9)
}

.bg-black10 {
    background: rgba(0, 0, 0, 1)
}

.max {
    max-width: 100%
}

.full {
    width: 100%
}

ul.general {
    margin: 0;
    padding: 0
}

.nostyle li {
    list-style: none
}

.lilh25 li {
    line-height: 25px !important
}

.limb5 li {
    margin-bottom: 5px !important
}

.limb10 li {
    margin-bottom: 10px !important
}

.check li,
.angle li {
    position: relative;
    padding-left: 20px !important
}

.check li::before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.angle li::before {
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%)
}

ul.half li {
    display: inline-block;
    min-width: 48%
}

ul.three li {
    display: inline-block;
    min-width: 31%
}

.box-shadow {
    box-shadow: 0 8px 6px -6px #ccc
}

.border1solid {
    border: 1px solid
}

.border2solid {
    border: 2px solid
}

.border3solid {
    border: 3px solid
}

.border4solid {
    border: 4px solid
}

.border5solid {
    border: 5px solid
}

.border1dashed {
    border: 1px dashed
}

.border2dashed {
    border: 2px dashed
}

.border3dashed {
    border: 3px dashed
}

.border4dashed {
    border: 4px dashed
}

.border5dashed {
    border: 5px dashed
}

.bordercolorccc {
    border-color: #ccc
}

.bordercolorddd {
    border-color: #ddd
}

.bordercolorf2 {
    border-color: #f2f2f2
}

.bordercolorf {
    border-color: #fff
}

.bordercolor333 {
    border-color: #333
}

.bordercolord9 {
    border-color: #d9d9d9
}

.tagger {
    text-align: right;
    display: inline-block
}

.tagger img {
    display: inline
}

.radius0 {
    border-radius: 0 !important
}

.radius2 {
    border-radius: 2px !important
}

.radius5 {
    border-radius: 5px !important
}

.radius10 {
    border-radius: 10px !important
}

.radius20 {
    border-radius: 20px !important
}

.radius30 {
    border-radius: 30px !important
}

.radius50 {
    border-radius: 50%
}

.radius-top-5 {
    border-radius: 5px 5px 0 0
}

.radius-top-10 {
    border-radius: 10px 10px 0 0
}

.radius-bottom-5 {
    border-radius: 0 0 5px 5px !important
}

.radius-bottom-10 {
    border-radius: 0 0 10px 10px !important
}

.radius-right-5 {
    border-radius: 0 5px 5px 0
}

.radius-right-10 {
    border-radius: 0 10px 10px 0
}

.radius-left-5 {
    border-radius: 5px 0 0 5px !important
}

.radius-left-10 {
    border-radius: 10px 0 0 10px !important
}

.op1 {
    opacity: .1
}

.op2 {
    opacity: .2
}

.op3 {
    opacity: .3
}

.op4 {
    opacity: .4
}

.op5 {
    opacity: .5
}

.op6 {
    opacity: .6
}

.op7 {
    opacity: .7
}

.op8 {
    opacity: .8
}

.op9 {
    opacity: .9
}

.top1 {
    top: 1px
}

.top2 {
    top: 2px
}

.top3 {
    top: 3px
}

.top4 {
    top: 4px
}

.top5 {
    top: 5px
}

.top6 {
    top: 6px
}

.top7 {
    top: 7px
}

.top8 {
    top: 8px
}

.top9 {
    top: 9px
}

.top10 {
    top: 10px
}

.top-1 {
    top: -1px
}

.top-2 {
    top: -2px
}

.top-3 {
    top: -3px
}

.top-4 {
    top: -4px
}

.top-5 {
    top: -5px
}

.top-6 {
    top: -6px
}

.top-7 {
    top: -7px
}

.top-8 {
    top: -8px
}

.top-9 {
    top: -9px
}

.top-10 {
    top: -10px
}

.capp {
    position: relative
}

.capp input {
    padding-left: 65px !important
}

.capp span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.bgfacebook {
    background: #3b5998
}

.bggoogle-plus {
    background: #de5245
}

.bgtwitter {
    background: #1da1f2
}

.bgyoutube {
    background: red
}

.bginstagram {
    background: #783fc4
}

.bgpinterest {
    background: #bd081c
}

.bgwhatsapp {
    background: #14ad53
}

.bglinkedin {
    background: #007bb6
}

.colorfacebook {
    color: #3b5998
}

.colorgoogle-plus {
    color: #de5245
}

.colortwitter {
    color: #1da1f2
}

.coloryoutube {
    color: red
}

.colorinstagram {
    color: #783fc4
}

.colorpinterest {
    color: #bd081c
}

.colorwhatsapp {
    color: #14ad53
}

.colorlinkedin {
    color: #007bb6
}

select,
.aselect {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/angle-down.png) no-repeat right 10px center #fff !important;
    background-size: 10px !important;
    padding-right: 25px !important
}

.datepicker,
.daterange,
.daterangebooking,
.daterange-small,
.daterangebooking-small {
    cursor: pointer;
    background: url(../index.html) no-repeat right 10px center #fff !important;
    padding-right: 20px !important
}

.noresize {
    resize: none
}

.ofhidden {
    overflow: hidden
}

.ofxhidden {
    overflow-x: hidden
}

.ofyhidden {
    overflow-y: hidden
}

.transition {
    transition: all ease-in-out .3s
}

.abefore::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block
}

.aafter::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block
}

.bg-cover {
    background-size: cover
}

.bg-fixed {
    background-attachment: fixed
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.text-img-bg {
    color: #fff;
    background: url() repeat fixed;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: hidden
}

.grd-text {
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #da1b60);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.dtable {
    width: 100%;
    display: table
}

.amt-0 {
    margin-top: 0 !important
}

.amt-1 {
    margin-top: 1px !important
}

.amt-2 {
    margin-top: 2px !important
}

.amt-3 {
    margin-top: 3px !important
}

.amt-4 {
    margin-top: 4px !important
}

.amt-5 {
    margin-top: 5px !important
}

.amt-6 {
    margin-top: 6px !important
}

.amt-7 {
    margin-top: 7px !important
}

.amt-8 {
    margin-top: 8px !important
}

.amt-9 {
    margin-top: 9px !important
}

.amt-10 {
    margin-top: 10px !important
}

.amt-15 {
    margin-top: 15px !important
}

.amt-20 {
    margin-top: 20px !important
}

.amt-25 {
    margin-top: 25px !important
}

.amt-30 {
    margin-top: 30px !important
}

.amt-35 {
    margin-top: 35px !important
}

.amt-40 {
    margin-top: 40px !important
}

.amt-45 {
    margin-top: 45px !important
}

.amt-50 {
    margin-top: 50px !important
}

.amt-55 {
    margin-top: 55px !important
}

.amt-60 {
    margin-top: 60px !important
}

.amt-65 {
    margin-top: 65px !important
}

.amt-70 {
    margin-top: 70px !important
}

.amt-75 {
    margin-top: 75px !important
}

.amt-80 {
    margin-top: 80px !important
}

.amt-85 {
    margin-top: 85px !important
}

.amt-90 {
    margin-top: 90px !important
}

.amt-95 {
    margin-top: 95px !important
}

.amt-100 {
    margin-top: 100px !important
}

.amb-0 {
    margin-bottom: 0 !important
}

.amb-1 {
    margin-bottom: 1px !important
}

.amb-2 {
    margin-bottom: 2px !important
}

.amb-3 {
    margin-bottom: 3px !important
}

.amb-4 {
    margin-bottom: 4px !important
}

.amb-5 {
    margin-bottom: 5px !important
}

.amb-6 {
    margin-bottom: 6px !important
}

.amb-7 {
    margin-bottom: 7px !important
}

.amb-8 {
    margin-bottom: 8px !important
}

.amb-9 {
    margin-bottom: 9px !important
}

.amb-10 {
    margin-bottom: 10px !important
}

.amb-15 {
    margin-bottom: 15px !important
}

.amb-20 {
    margin-bottom: 20px !important
}

.amb-25 {
    margin-bottom: 25px !important
}

.amb-30 {
    margin-bottom: 30px !important
}

.amb-35 {
    margin-bottom: 35px !important
}

.amb-40 {
    margin-bottom: 40px !important
}

.amb-45 {
    margin-bottom: 45px !important
}

.amb-50 {
    margin-bottom: 50px !important
}

.amb-55 {
    margin-bottom: 55px !important
}

.amb-60 {
    margin-bottom: 60px !important
}

.amb-65 {
    margin-bottom: 65px !important
}

.amb-70 {
    margin-bottom: 70px !important
}

.amb-75 {
    margin-bottom: 75px !important
}

.amb-80 {
    margin-bottom: 80px !important
}

.amb-85 {
    margin-bottom: 85px !important
}

.amb-90 {
    margin-bottom: 90px !important
}

.amb-95 {
    margin-bottom: 95px !important
}

.amb-100 {
    margin-bottom: 100px !important
}

.aml-0 {
    margin-left: 0 !important
}

.aml-5 {
    margin-left: 5px !important
}

.aml-10 {
    margin-left: 10px !important
}

.aml-15 {
    margin-left: 15px !important
}

.aml-20 {
    margin-left: 20px !important
}

.aml-25 {
    margin-left: 25px !important
}

.aml-30 {
    margin-left: 30px !important
}

.aml-35 {
    margin-left: 35px !important
}

.aml-40 {
    margin-left: 40px !important
}

.aml-45 {
    margin-left: 45px !important
}

.aml-50 {
    margin-left: 50px !important
}

.amr-0 {
    margin-right: 0 !important
}

.amr-5 {
    margin-right: 5px !important
}

.amr-10 {
    margin-right: 10px !important
}

.amr-15 {
    margin-right: 15px !important
}

.amr-20 {
    margin-right: 20px !important
}

.amr-25 {
    margin-right: 25px !important
}

.amr-30 {
    margin-right: 30px !important
}

.amr-35 {
    margin-right: 35px !important
}

.amr-40 {
    margin-right: 40px !important
}

.amr-45 {
    margin-right: 45px !important
}

.amr-50 {
    margin-right: 50px !important
}

.apt-0 {
    padding-top: 0 !important
}

.apt-1 {
    padding-top: 1px !important
}

.apt-2 {
    padding-top: 2px !important
}

.apt-3 {
    padding-top: 3px !important
}

.apt-4 {
    padding-top: 4px !important
}

.apt-5 {
    padding-top: 5px !important
}

.apt-6 {
    padding-top: 6px !important
}

.apt-7 {
    padding-top: 7px !important
}

.apt-8 {
    padding-top: 8px !important
}

.apt-9 {
    padding-top: 9px !important
}

.apt-10 {
    padding-top: 10px !important
}

.apt-15 {
    padding-top: 15px !important
}

.apt-20 {
    padding-top: 20px !important
}

.apt-25 {
    padding-top: 25px !important
}

.apt-30 {
    padding-top: 30px !important
}

.apt-35 {
    padding-top: 35px !important
}

.apt-40 {
    padding-top: 40px !important
}

.apt-45 {
    padding-top: 45px !important
}

.apt-50 {
    padding-top: 50px !important
}

.apt-55 {
    padding-top: 55px !important
}

.apt-60 {
    padding-top: 60px !important
}

.apt-65 {
    padding-top: 65px !important
}

.apt-70 {
    padding-top: 70px !important
}

.apt-75 {
    padding-top: 75px !important
}

.apt-80 {
    padding-top: 80px !important
}

.apt-85 {
    padding-top: 85px !important
}

.apt-90 {
    padding-top: 90px !important
}

.apt-95 {
    padding-top: 95px !important
}

.apt-100 {
    padding-top: 100px !important
}

.apb-0 {
    padding-bottom: 0 !important
}

.apb-1 {
    padding-bottom: 1px !important
}

.apb-2 {
    padding-bottom: 2px !important
}

.apb-3 {
    padding-bottom: 3px !important
}

.apb-4 {
    padding-bottom: 4px !important
}

.apb-5 {
    padding-bottom: 5px !important
}

.apb-6 {
    padding-bottom: 6px !important
}

.apb-7 {
    padding-bottom: 7px !important
}

.apb-8 {
    padding-bottom: 8px !important
}

.apb-9 {
    padding-bottom: 9px !important
}

.apb-10 {
    padding-bottom: 10px !important
}

.apb-15 {
    padding-bottom: 15px !important
}

.apb-20 {
    padding-bottom: 20px !important
}

.apb-25 {
    padding-bottom: 25px !important
}

.apb-30 {
    padding-bottom: 30px !important
}

.apb-35 {
    padding-bottom: 35px !important
}

.apb-40 {
    padding-bottom: 40px !important
}

.apb-45 {
    padding-bottom: 45px !important
}

.apb-50 {
    padding-bottom: 50px !important
}

.apb-55 {
    padding-bottom: 55px !important
}

.apb-60 {
    padding-bottom: 60px !important
}

.apb-65 {
    padding-bottom: 65px !important
}

.apb-70 {
    padding-bottom: 70px !important
}

.apb-75 {
    padding-bottom: 75px !important
}

.apb-80 {
    padding-bottom: 80px !important
}

.apb-85 {
    padding-bottom: 85px !important
}

.apb-90 {
    padding-bottom: 90px !important
}

.apb-95 {
    padding-bottom: 95px !important
}

.apb-100 {
    padding-bottom: 100px !important
}

.apl-0 {
    padding-left: 0 !important
}

.apl-5 {
    padding-left: 5px !important
}

.apl-10 {
    padding-left: 10px !important
}

.apl-15 {
    padding-left: 15px !important
}

.apl-20 {
    padding-left: 20px !important
}

.apl-25 {
    padding-left: 25px
}

.apl-30 {
    padding-left: 30px !important
}

.apl-35 {
    padding-left: 35px !important
}

.apl-40 {
    padding-left: 40px !important
}

.apl-45 {
    padding-left: 45px !important
}

.apl-50 {
    padding-left: 50px !important
}

.apr-3 {
    padding-right: 3 !important
}

.apr-0 {
    padding-right: 0 !important
}

.apr-5 {
    padding-right: 5px !important
}

.apr-10 {
    padding-right: 10px !important
}

.apr-15 {
    padding-right: 15px !important
}

.apr-20 {
    padding-right: 20px !important
}

.apr-25 {
    padding-right: 25px !important
}

.apr-30 {
    padding-right: 30px !important
}

.apr-35 {
    padding-right: 35px !important
}

.apr-40 {
    padding-right: 40px !important
}

.apr-45 {
    padding-right: 45px !important
}

.apr-50 {
    padding-right: 50px !important
}

.padd5 {
    padding: 5px !important
}

.padd10 {
    padding: 10px !important
}

.padd15 {
    padding: 15px !important
}

.padd20 {
    padding: 20px !important
}

.padd25 {
    padding: 25px !important
}

.padd30 {
    padding: 30px !important
}

.padd35 {
    padding: 35px !important
}

.padd40 {
    padding: 40px !important
}

.padd45 {
    padding: 45px !important
}

.padd50 {
    padding: 50px !important
}

.padd55 {
    padding: 55px !important
}

.padd60 {
    padding: 60px !important
}

.lh-20 {
    line-height: 20px !important
}

.lh-22 {
    line-height: 22px !important
}

.lh-24 {
    line-height: 24px !important
}

.lh-25 {
    line-height: 25px !important
}

.lh-26 {
    line-height: 26px !important
}

.lh-28 {
    line-height: 28px !important
}

.lh-30 {
    line-height: 30px !important
}

.lh-32 {
    line-height: 32px !important
}

.lh-34 {
    line-height: 34px !important
}

.lh-35 {
    line-height: 35px !important
}

.lh-36 {
    line-height: 36px !important
}

.lh-38 {
    line-height: 38px !important
}

.lh-40 {
    line-height: 40px !important
}

.lh-42 {
    line-height: 42px !important
}

.lh-44 {
    line-height: 44px !important
}

.lh-45 {
    line-height: 45px !important
}

.lh-46 {
    line-height: 46px !important
}

.lh-48 {
    line-height: 48px !important
}

.lh-50 {
    line-height: 50px !important
}

.font10 {
    font-size: 10px !important
}

.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font15 {
    font-size: 15px !important
}

.font16 {
    font-size: 16px !important
}

.font17 {
    font-size: 17px !important
}

.font18 {
    font-size: 18px !important
}

.font19 {
    font-size: 19px !important
}

.font20 {
    font-size: 20px !important
}

.font21 {
    font-size: 21px !important
}

.font22 {
    font-size: 22px !important
}

.font23 {
    font-size: 23px !important
}

.font24 {
    font-size: 24px !important
}

.font25 {
    font-size: 25px !important
}

.font26 {
    font-size: 26px !important
}

.font27 {
    font-size: 27px !important
}

.font28 {
    font-size: 28px !important
}

.font29 {
    font-size: 29px !important
}

.font30 {
    font-size: 30px !important
}

.font31 {
    font-size: 31px !important
}

.font32 {
    font-size: 32px !important
}

.font33 {
    font-size: 33px !important
}

.font34 {
    font-size: 34px !important
}

.font35 {
    font-size: 35px !important
}

.font36 {
    font-size: 36px !important
}

.font37 {
    font-size: 37px !important
}

.font38 {
    font-size: 38px !important
}

.font39 {
    font-size: 39px !important
}

.font40 {
    font-size: 40px !important
}

.font41 {
    font-size: 41px !important
}

.font42 {
    font-size: 42px !important
}

.font43 {
    font-size: 43px !important
}

.font44 {
    font-size: 44px !important
}

.font45 {
    font-size: 45px !important
}

.font46 {
    font-size: 46px !important
}

.font47 {
    font-size: 47px !important
}

.font48 {
    font-size: 48px !important
}

.font49 {
    font-size: 49px !important
}

.font50 {
    font-size: 50px !important
}

.clearfix {
    clear: both;
    display: block
}

ul.half li {
    display: inline-block;
    min-width: 48%
}

ul.three li {
    display: inline-block;
    min-width: 31%
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

@media(min-width:1200px) {
    .amt-0-lg {
        margin-top: 0 !important
    }

    .amt-1-lg {
        margin-top: 1px !important
    }

    .amt-2-lg {
        margin-top: 2px !important
    }

    .amt-3-lg {
        margin-top: 3px !important
    }

    .amt-4-lg {
        margin-top: 4px !important
    }

    .amt-5-lg {
        margin-top: 5px !important
    }

    .amt-6-lg {
        margin-top: 6px !important
    }

    .amt-7-lg {
        margin-top: 7px !important
    }

    .amt-8-lg {
        margin-top: 8px !important
    }

    .amt-9-lg {
        margin-top: 9px !important
    }

    .amt-10-lg {
        margin-top: 10px !important
    }

    .amt-15-lg {
        margin-top: 15px !important
    }

    .amt-20-lg {
        margin-top: 20px !important
    }

    .amt-25-lg {
        margin-top: 25px !important
    }

    .amt-30-lg {
        margin-top: 30px !important
    }

    .amt-35-lg {
        margin-top: 35px !important
    }

    .amt-40-lg {
        margin-top: 40px !important
    }

    .amt-45-lg {
        margin-top: 45px !important
    }

    .amt-50-lg {
        margin-top: 50px !important
    }

    .amt-55-lg {
        margin-top: 55px !important
    }

    .amt-60-lg {
        margin-top: 60px !important
    }

    .amt-65-lg {
        margin-top: 65px !important
    }

    .amt-70-lg {
        margin-top: 70px !important
    }

    .amt-75-lg {
        margin-top: 75px !important
    }

    .amt-80-lg {
        margin-top: 80px !important
    }

    .amt-85-lg {
        margin-top: 85px !important
    }

    .amt-90-lg {
        margin-top: 90px !important
    }

    .amt-95-lg {
        margin-top: 95px !important
    }

    .amt-100-lg {
        margin-top: 100px !important
    }

    .amb-0-lg {
        margin-bottom: 0 !important
    }

    .amb-1-lg {
        margin-bottom: 1px !important
    }

    .amb-2-lg {
        margin-bottom: 2px !important
    }

    .amb-3-lg {
        margin-bottom: 3px !important
    }

    .amb-4-lg {
        margin-bottom: 4px !important
    }

    .amb-5-lg {
        margin-bottom: 5px !important
    }

    .amb-6-lg {
        margin-bottom: 6px !important
    }

    .amb-7-lg {
        margin-bottom: 7px !important
    }

    .amb-8-lg {
        margin-bottom: 8px !important
    }

    .amb-9-lg {
        margin-bottom: 9px !important
    }

    .amb-10-lg {
        margin-bottom: 10px !important
    }

    .amb-15-lg {
        margin-bottom: 15px !important
    }

    .amb-20-lg {
        margin-bottom: 20px !important
    }

    .amb-25-lg {
        margin-bottom: 25px !important
    }

    .amb-30-lg {
        margin-bottom: 30px !important
    }

    .amb-35-lg {
        margin-bottom: 35px !important
    }

    .amb-40-lg {
        margin-bottom: 40px !important
    }

    .amb-45-lg {
        margin-bottom: 45px !important
    }

    .amb-50-lg {
        margin-bottom: 50px !important
    }

    .amb-55-lg {
        margin-bottom: 55px !important
    }

    .amb-60-lg {
        margin-bottom: 60px !important
    }

    .amb-65-lg {
        margin-bottom: 65px !important
    }

    .amb-70-lg {
        margin-bottom: 70px !important
    }

    .amb-75-lg {
        margin-bottom: 75px !important
    }

    .amb-80-lg {
        margin-bottom: 80px !important
    }

    .amb-85-lg {
        margin-bottom: 85px !important
    }

    .amb-90-lg {
        margin-bottom: 90px !important
    }

    .amb-95-lg {
        margin-bottom: 95px !important
    }

    .amb-100-lg {
        margin-bottom: 100px !important
    }

    .aml-0-lg {
        margin-left: 0 !important
    }

    .aml-5-lg {
        margin-left: 5px !important
    }

    .aml-10-lg {
        margin-left: 10px !important
    }

    .aml-15-lg {
        margin-left: 15px !important
    }

    .aml-20-lg {
        margin-left: 20px !important
    }

    .aml-25-lg {
        margin-left: 25px !important
    }

    .aml-30-lg {
        margin-left: 30px !important
    }

    .aml-35-lg {
        margin-left: 35px !important
    }

    .aml-40-lg {
        margin-left: 40px !important
    }

    .aml-45-lg {
        margin-left: 45px !important
    }

    .aml-50-lg {
        margin-left: 50px !important
    }

    .amr-0-lg {
        margin-right: 0 !important
    }

    .amr-5-lg {
        margin-right: 5px !important
    }

    .amr-10-lg {
        margin-right: 10px !important
    }

    .amr-15-lg {
        margin-right: 15px !important
    }

    .amr-20-lg {
        margin-right: 20px !important
    }

    .amr-25-lg {
        margin-right: 25px !important
    }

    .amr-30-lg {
        margin-right: 30px !important
    }

    .amr-35-lg {
        margin-right: 35px !important
    }

    .amr-40-lg {
        margin-right: 40px !important
    }

    .amr-45-lg {
        margin-right: 45px !important
    }

    .amr-50-lg {
        margin-right: 50px !important
    }

    .apt-0-lg {
        padding-top: 0 !important
    }

    .apt-1-lg {
        padding-top: 1px !important
    }

    .apt-2-lg {
        padding-top: 2px !important
    }

    .apt-3-lg {
        padding-top: 3px !important
    }

    .apt-4-lg {
        padding-top: 4px !important
    }

    .apt-5-lg {
        padding-top: 5px !important
    }

    .apt-6-lg {
        padding-top: 6px !important
    }

    .apt-7-lg {
        padding-top: 7px !important
    }

    .apt-8-lg {
        padding-top: 8px !important
    }

    .apt-9-lg {
        padding-top: 9px !important
    }

    .apt-10-lg {
        padding-top: 10px !important
    }

    .apt-15-lg {
        padding-top: 15px !important
    }

    .apt-20-lg {
        padding-top: 20px !important
    }

    .apt-25-lg {
        padding-top: 25px !important
    }

    .apt-30-lg {
        padding-top: 30px !important
    }

    .apt-35-lg {
        padding-top: 35px !important
    }

    .apt-40-lg {
        padding-top: 40px !important
    }

    .apt-45-lg {
        padding-top: 45px !important
    }

    .apt-50-lg {
        padding-top: 50px !important
    }

    .apt-55-lg {
        padding-top: 55px !important
    }

    .apt-60-lg {
        padding-top: 60px !important
    }

    .apt-65-lg {
        padding-top: 65px !important
    }

    .apt-70-lg {
        padding-top: 70px !important
    }

    .apt-75-lg {
        padding-top: 75px !important
    }

    .apt-80-lg {
        padding-top: 80px !important
    }

    .apt-85-lg {
        padding-top: 85px !important
    }

    .apt-90-lg {
        padding-top: 90px !important
    }

    .apt-95-lg {
        padding-top: 95px !important
    }

    .apt-100-lg {
        padding-top: 100px !important
    }

    .apb-0-lg {
        padding-bottom: 0 !important
    }

    .apb-1-lg {
        padding-bottom: 1px !important
    }

    .apb-2-lg {
        padding-bottom: 2px !important
    }

    .apb-3-lg {
        padding-bottom: 3px !important
    }

    .apb-4-lg {
        padding-bottom: 4px !important
    }

    .apb-5-lg {
        padding-bottom: 5px !important
    }

    .apb-6-lg {
        padding-bottom: 6px !important
    }

    .apb-7-lg {
        padding-bottom: 7px !important
    }

    .apb-8-lg {
        padding-bottom: 8px !important
    }

    .apb-9-lg {
        padding-bottom: 9px !important
    }

    .apb-10-lg {
        padding-bottom: 10px !important
    }

    .apb-15-lg {
        padding-bottom: 15px !important
    }

    .apb-20-lg {
        padding-bottom: 20px !important
    }

    .apb-25-lg {
        padding-bottom: 25px !important
    }

    .apb-30-lg {
        padding-bottom: 30px !important
    }

    .apb-35-lg {
        padding-bottom: 35px !important
    }

    .apb-40-lg {
        padding-bottom: 40px !important
    }

    .apb-45-lg {
        padding-bottom: 45px !important
    }

    .apb-50-lg {
        padding-bottom: 50px !important
    }

    .apb-55-lg {
        padding-bottom: 55px !important
    }

    .apb-60-lg {
        padding-bottom: 60px !important
    }

    .apb-65-lg {
        padding-bottom: 65px !important
    }

    .apb-70-lg {
        padding-bottom: 70px !important
    }

    .apb-75-lg {
        padding-bottom: 75px !important
    }

    .apb-80-lg {
        padding-bottom: 80px !important
    }

    .apb-85-lg {
        padding-bottom: 85px !important
    }

    .apb-90-lg {
        padding-bottom: 90px !important
    }

    .apb-95-lg {
        padding-bottom: 95px !important
    }

    .apb-100-lg {
        padding-bottom: 100px !important
    }

    .apl-0-lg {
        padding-left: 0 !important
    }

    .apl-5-lg {
        padding-left: 5px !important
    }

    .apl-10-lg {
        padding-left: 10px !important
    }

    .apl-15-lg {
        padding-left: 15px !important
    }

    .apl-20-lg {
        padding-left: 20px !important
    }

    .apl-25-lg {
        padding-left: 25px
    }

    .apl-30-lg {
        padding-left: 30px !important
    }

    .apl-35-lg {
        padding-left: 35px !important
    }

    .apl-40-lg {
        padding-left: 40px !important
    }

    .apl-45-lg {
        padding-left: 45px !important
    }

    .apl-50-lg {
        padding-left: 50px !important
    }

    .apr-0-lg {
        padding-right: 0 !important
    }

    .apr-5-lg {
        padding-right: 5px !important
    }

    .apr-10-lg {
        padding-right: 10px !important
    }

    .apr-15-lg {
        padding-right: 15px !important
    }

    .apr-20-lg {
        padding-right: 20px !important
    }

    .apr-25-lg {
        padding-right: 25px !important
    }

    .apr-30-lg {
        padding-right: 30px !important
    }

    .apr-35-lg {
        padding-right: 35px !important
    }

    .apr-40-lg {
        padding-right: 40px !important
    }

    .apr-45-lg {
        padding-right: 45px !important
    }

    .apr-50-lg {
        padding-right: 50px !important
    }

    .padd5-lg {
        padding: 5px !important
    }

    .padd10-lg {
        padding: 10px !important
    }

    .padd15-lg {
        padding: 15px !important
    }

    .padd20-lg {
        padding: 20px !important
    }

    .padd25-lg {
        padding: 25px !important
    }

    .padd30-lg {
        padding: 30px !important
    }

    .padd35-lg {
        padding: 35px !important
    }

    .padd40-lg {
        padding: 40px !important
    }

    .padd45-lg {
        padding: 45px !important
    }

    .padd50-lg {
        padding: 50px !important
    }

    .padd55-lg {
        padding: 55px !important
    }

    .padd60-lg {
        padding: 60px !important
    }

    .lh-20-lg {
        line-height: 20px !important
    }

    .lh-22-lg {
        line-height: 22px !important
    }

    .lh-24-lg {
        line-height: 24px !important
    }

    .lh-25-lg {
        line-height: 25px !important
    }

    .lh-26-lg {
        line-height: 26px !important
    }

    .lh-28-lg {
        line-height: 28px !important
    }

    .lh-30-lg {
        line-height: 30px !important
    }

    .lh-32-lg {
        line-height: 32px !important
    }

    .lh-34-lg {
        line-height: 34px !important
    }

    .lh-35-lg {
        line-height: 35px !important
    }

    .lh-36-lg {
        line-height: 36px !important
    }

    .lh-38-lg {
        line-height: 38px !important
    }

    .lh-40-lg {
        line-height: 40px !important
    }

    .lh-42-lg {
        line-height: 42px !important
    }

    .lh-44-lg {
        line-height: 44px !important
    }

    .lh-45-lg {
        line-height: 45px !important
    }

    .lh-46-lg {
        line-height: 46px !important
    }

    .lh-48-lg {
        line-height: 48px !important
    }

    .lh-50-lg {
        line-height: 50px !important
    }

    .font10-lg {
        font-size: 10px !important
    }

    .font11-lg {
        font-size: 11px !important
    }

    .font12-lg {
        font-size: 12px !important
    }

    .font13-lg {
        font-size: 13px !important
    }

    .font14-lg {
        font-size: 14px !important
    }

    .font15-lg {
        font-size: 15px !important
    }

    .font16-lg {
        font-size: 16px !important
    }

    .font17-lg {
        font-size: 17px !important
    }

    .font18-lg {
        font-size: 18px !important
    }

    .font19-lg {
        font-size: 19px !important
    }

    .font20-lg {
        font-size: 20px !important
    }

    .font21-lg {
        font-size: 21px !important
    }

    .font22-lg {
        font-size: 22px !important
    }

    .font23-lg {
        font-size: 23px !important
    }

    .font24-lg {
        font-size: 24px !important
    }

    .font25-lg {
        font-size: 25px !important
    }

    .font26-lg {
        font-size: 26px !important
    }

    .font27-lg {
        font-size: 27px !important
    }

    .font28-lg {
        font-size: 28px !important
    }

    .font29-lg {
        font-size: 29px !important
    }

    .font30-lg {
        font-size: 30px !important
    }

    .font31-lg {
        font-size: 31px !important
    }

    .font32-lg {
        font-size: 32px !important
    }

    .font33-lg {
        font-size: 33px !important
    }

    .font34-lg {
        font-size: 34px !important
    }

    .font35-lg {
        font-size: 35px !important
    }

    .font36-lg {
        font-size: 36px !important
    }

    .font37-lg {
        font-size: 37px !important
    }

    .font38-lg {
        font-size: 38px !important
    }

    .font39-lg {
        font-size: 39px !important
    }

    .font40-lg {
        font-size: 40px !important
    }

    .font41-lg {
        font-size: 41px !important
    }

    .font42-lg {
        font-size: 42px !important
    }

    .font43-lg {
        font-size: 43px !important
    }

    .font44-lg {
        font-size: 44px !important
    }

    .font45-lg {
        font-size: 45px !important
    }

    .font46-lg {
        font-size: 46px !important
    }

    .font47-lg {
        font-size: 47px !important
    }

    .font48-lg {
        font-size: 48px !important
    }

    .font49-lg {
        font-size: 49px !important
    }

    .font50-lg {
        font-size: 50px !important
    }

    .clearfix-lg {
        clear: both;
        display: block
    }

    ul.half-lg li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-lg li {
        display: inline-block;
        min-width: 31%
    }

    .text-center-lg {
        text-align: center !important
    }

    .text-justify-lg {
        text-align: justify !important
    }

    .text-left-lg {
        text-align: left !important
    }

    .text-right-lg {
        text-align: right !important
    }
}

@media(max-width:1199px) {
    .amt-0-md {
        margin-top: 0 !important
    }

    .amt-1-md {
        margin-top: 1px !important
    }

    .amt-2-md {
        margin-top: 2px !important
    }

    .amt-3-md {
        margin-top: 3px !important
    }

    .amt-4-md {
        margin-top: 4px !important
    }

    .amt-5-md {
        margin-top: 5px !important
    }

    .amt-6-md {
        margin-top: 6px !important
    }

    .amt-7-md {
        margin-top: 7px !important
    }

    .amt-8-md {
        margin-top: 8px !important
    }

    .amt-9-md {
        margin-top: 9px !important
    }

    .amt-10-md {
        margin-top: 10px !important
    }

    .amt-15-md {
        margin-top: 15px !important
    }

    .amt-20-md {
        margin-top: 20px !important
    }

    .amt-25-md {
        margin-top: 25px !important
    }

    .amt-30-md {
        margin-top: 30px !important
    }

    .amt-35-md {
        margin-top: 35px !important
    }

    .amt-40-md {
        margin-top: 40px !important
    }

    .amt-45-md {
        margin-top: 45px !important
    }

    .amt-50-md {
        margin-top: 50px !important
    }

    .amt-55-md {
        margin-top: 55px !important
    }

    .amt-60-md {
        margin-top: 60px !important
    }

    .amt-65-md {
        margin-top: 65px !important
    }

    .amt-70-md {
        margin-top: 70px !important
    }

    .amt-75-md {
        margin-top: 75px !important
    }

    .amt-80-md {
        margin-top: 80px !important
    }

    .amt-85-md {
        margin-top: 85px !important
    }

    .amt-90-md {
        margin-top: 90px !important
    }

    .amt-95-md {
        margin-top: 95px !important
    }

    .amt-100-md {
        margin-top: 100px !important
    }

    .amb-0-md {
        margin-bottom: 0 !important
    }

    .amb-1-md {
        margin-bottom: 1px !important
    }

    .amb-2-md {
        margin-bottom: 2px !important
    }

    .amb-3-md {
        margin-bottom: 3px !important
    }

    .amb-4-md {
        margin-bottom: 4px !important
    }

    .amb-5-md {
        margin-bottom: 5px !important
    }

    .amb-6-md {
        margin-bottom: 6px !important
    }

    .amb-7-md {
        margin-bottom: 7px !important
    }

    .amb-8-md {
        margin-bottom: 8px !important
    }

    .amb-9-md {
        margin-bottom: 9px !important
    }

    .amb-10-md {
        margin-bottom: 10px !important
    }

    .amb-15-md {
        margin-bottom: 15px !important
    }

    .amb-20-md {
        margin-bottom: 20px !important
    }

    .amb-25-md {
        margin-bottom: 25px !important
    }

    .amb-30-md {
        margin-bottom: 30px !important
    }

    .amb-35-md {
        margin-bottom: 35px !important
    }

    .amb-40-md {
        margin-bottom: 40px !important
    }

    .amb-45-md {
        margin-bottom: 45px !important
    }

    .amb-50-md {
        margin-bottom: 50px !important
    }

    .amb-55-md {
        margin-bottom: 55px !important
    }

    .amb-60-md {
        margin-bottom: 60px !important
    }

    .amb-65-md {
        margin-bottom: 65px !important
    }

    .amb-70-md {
        margin-bottom: 70px !important
    }

    .amb-75-md {
        margin-bottom: 75px !important
    }

    .amb-80-md {
        margin-bottom: 80px !important
    }

    .amb-85-md {
        margin-bottom: 85px !important
    }

    .amb-90-md {
        margin-bottom: 90px !important
    }

    .amb-95-md {
        margin-bottom: 95px !important
    }

    .amb-100-md {
        margin-bottom: 100px !important
    }

    .aml-0-md {
        margin-left: 0 !important
    }

    .aml-5-md {
        margin-left: 5px !important
    }

    .aml-10-md {
        margin-left: 10px !important
    }

    .aml-15-md {
        margin-left: 15px !important
    }

    .aml-20-md {
        margin-left: 20px !important
    }

    .aml-25-md {
        margin-left: 25px !important
    }

    .aml-30-md {
        margin-left: 30px !important
    }

    .aml-35-md {
        margin-left: 35px !important
    }

    .aml-40-md {
        margin-left: 40px !important
    }

    .aml-45-md {
        margin-left: 45px !important
    }

    .aml-50-md {
        margin-left: 50px !important
    }

    .amr-0-md {
        margin-right: 0 !important
    }

    .amr-5-md {
        margin-right: 5px !important
    }

    .amr-10-md {
        margin-right: 10px !important
    }

    .amr-15-md {
        margin-right: 15px !important
    }

    .amr-20-md {
        margin-right: 20px !important
    }

    .amr-25-md {
        margin-right: 25px !important
    }

    .amr-30-md {
        margin-right: 30px !important
    }

    .amr-35-md {
        margin-right: 35px !important
    }

    .amr-40-md {
        margin-right: 40px !important
    }

    .amr-45-md {
        margin-right: 45px !important
    }

    .amr-50-md {
        margin-right: 50px !important
    }

    .apt-0-md {
        padding-top: 0 !important
    }

    .apt-1-md {
        padding-top: 1px !important
    }

    .apt-2-md {
        padding-top: 2px !important
    }

    .apt-3-md {
        padding-top: 3px !important
    }

    .apt-4-md {
        padding-top: 4px !important
    }

    .apt-5-md {
        padding-top: 5px !important
    }

    .apt-6-md {
        padding-top: 6px !important
    }

    .apt-7-md {
        padding-top: 7px !important
    }

    .apt-8-md {
        padding-top: 8px !important
    }

    .apt-9-md {
        padding-top: 9px !important
    }

    .apt-10-md {
        padding-top: 10px !important
    }

    .apt-15-md {
        padding-top: 15px !important
    }

    .apt-20-md {
        padding-top: 20px !important
    }

    .apt-25-md {
        padding-top: 25px !important
    }

    .apt-30-md {
        padding-top: 30px !important
    }

    .apt-35-md {
        padding-top: 35px !important
    }

    .apt-40-md {
        padding-top: 40px !important
    }

    .apt-45-md {
        padding-top: 45px !important
    }

    .apt-50-md {
        padding-top: 50px !important
    }

    .apt-55-md {
        padding-top: 55px !important
    }

    .apt-60-md {
        padding-top: 60px !important
    }

    .apt-65-md {
        padding-top: 65px !important
    }

    .apt-70-md {
        padding-top: 70px !important
    }

    .apt-75-md {
        padding-top: 75px !important
    }

    .apt-80-md {
        padding-top: 80px !important
    }

    .apt-85-md {
        padding-top: 85px !important
    }

    .apt-90-md {
        padding-top: 90px !important
    }

    .apt-95-md {
        padding-top: 95px !important
    }

    .apt-100-md {
        padding-top: 100px !important
    }

    .apb-0-md {
        padding-bottom: 0 !important
    }

    .apb-1-md {
        padding-bottom: 1px !important
    }

    .apb-2-md {
        padding-bottom: 2px !important
    }

    .apb-3-md {
        padding-bottom: 3px !important
    }

    .apb-4-md {
        padding-bottom: 4px !important
    }

    .apb-5-md {
        padding-bottom: 5px !important
    }

    .apb-6-md {
        padding-bottom: 6px !important
    }

    .apb-7-md {
        padding-bottom: 7px !important
    }

    .apb-8-md {
        padding-bottom: 8px !important
    }

    .apb-9-md {
        padding-bottom: 9px !important
    }

    .apb-10-md {
        padding-bottom: 10px !important
    }

    .apb-15-md {
        padding-bottom: 15px !important
    }

    .apb-20-md {
        padding-bottom: 20px !important
    }

    .apb-25-md {
        padding-bottom: 25px !important
    }

    .apb-30-md {
        padding-bottom: 30px !important
    }

    .apb-35-md {
        padding-bottom: 35px !important
    }

    .apb-40-md {
        padding-bottom: 40px !important
    }

    .apb-45-md {
        padding-bottom: 45px !important
    }

    .apb-50-md {
        padding-bottom: 50px !important
    }

    .apb-55-md {
        padding-bottom: 55px !important
    }

    .apb-60-md {
        padding-bottom: 60px !important
    }

    .apb-65-md {
        padding-bottom: 65px !important
    }

    .apb-70-md {
        padding-bottom: 70px !important
    }

    .apb-75-md {
        padding-bottom: 75px !important
    }

    .apb-80-md {
        padding-bottom: 80px !important
    }

    .apb-85-md {
        padding-bottom: 85px !important
    }

    .apb-90-md {
        padding-bottom: 90px !important
    }

    .apb-95-md {
        padding-bottom: 95px !important
    }

    .apb-100-md {
        padding-bottom: 100px !important
    }

    .apl-0-md {
        padding-left: 0 !important
    }

    .apl-5-md {
        padding-left: 5px !important
    }

    .apl-10-md {
        padding-left: 10px !important
    }

    .apl-15-md {
        padding-left: 15px !important
    }

    .apl-20-md {
        padding-left: 20px !important
    }

    .apl-25-md {
        padding-left: 25px
    }

    .apl-30-md {
        padding-left: 30px !important
    }

    .apl-35-md {
        padding-left: 35px !important
    }

    .apl-40-md {
        padding-left: 40px !important
    }

    .apl-45-md {
        padding-left: 45px !important
    }

    .apl-50-md {
        padding-left: 50px !important
    }

    .apr-0-md {
        padding-right: 0 !important
    }

    .apr-5-md {
        padding-right: 5px !important
    }

    .apr-10-md {
        padding-right: 10px !important
    }

    .apr-15-md {
        padding-right: 15px !important
    }

    .apr-20-md {
        padding-right: 20px !important
    }

    .apr-25-md {
        padding-right: 25px !important
    }

    .apr-30-md {
        padding-right: 30px !important
    }

    .apr-35-md {
        padding-right: 35px !important
    }

    .apr-40-md {
        padding-right: 40px !important
    }

    .apr-45-md {
        padding-right: 45px !important
    }

    .apr-50-md {
        padding-right: 50px !important
    }

    .padd5-md {
        padding: 5px !important
    }

    .padd10-md {
        padding: 10px !important
    }

    .padd15-md {
        padding: 15px !important
    }

    .padd20-md {
        padding: 20px !important
    }

    .padd25-md {
        padding: 25px !important
    }

    .padd30-md {
        padding: 30px !important
    }

    .padd35-md {
        padding: 35px !important
    }

    .padd40-md {
        padding: 40px !important
    }

    .padd45-md {
        padding: 45px !important
    }

    .padd50-md {
        padding: 50px !important
    }

    .padd55-md {
        padding: 55px !important
    }

    .padd60-md {
        padding: 60px !important
    }

    .lh-20-md {
        line-height: 20px !important
    }

    .lh-22-md {
        line-height: 22px !important
    }

    .lh-24-md {
        line-height: 24px !important
    }

    .lh-25-md {
        line-height: 25px !important
    }

    .lh-26-md {
        line-height: 26px !important
    }

    .lh-28-md {
        line-height: 28px !important
    }

    .lh-30-md {
        line-height: 30px !important
    }

    .lh-32-md {
        line-height: 32px !important
    }

    .lh-34-md {
        line-height: 34px !important
    }

    .lh-35-md {
        line-height: 35px !important
    }

    .lh-36-md {
        line-height: 36px !important
    }

    .lh-38-md {
        line-height: 38px !important
    }

    .lh-40-md {
        line-height: 40px !important
    }

    .lh-42-md {
        line-height: 42px !important
    }

    .lh-44-md {
        line-height: 44px !important
    }

    .lh-45-md {
        line-height: 45px !important
    }

    .lh-46-md {
        line-height: 46px !important
    }

    .lh-48-md {
        line-height: 48px !important
    }

    .lh-50-md {
        line-height: 50px !important
    }

    .font10-md {
        font-size: 10px !important
    }

    .font11-md {
        font-size: 11px !important
    }

    .font12-md {
        font-size: 12px !important
    }

    .font13-md {
        font-size: 13px !important
    }

    .font14-md {
        font-size: 14px !important
    }

    .font15-md {
        font-size: 15px !important
    }

    .font16-md {
        font-size: 16px !important
    }

    .font17-md {
        font-size: 17px !important
    }

    .font18-md {
        font-size: 18px !important
    }

    .font19-md {
        font-size: 19px !important
    }

    .font20-md {
        font-size: 20px !important
    }

    .font21-md {
        font-size: 21px !important
    }

    .font22-md {
        font-size: 22px !important
    }

    .font23-md {
        font-size: 23px !important
    }

    .font24-md {
        font-size: 24px !important
    }

    .font25-md {
        font-size: 25px !important
    }

    .font26-md {
        font-size: 26px !important
    }

    .font27-md {
        font-size: 27px !important
    }

    .font28-md {
        font-size: 28px !important
    }

    .font29-md {
        font-size: 29px !important
    }

    .font30-md {
        font-size: 30px !important
    }

    .font31-md {
        font-size: 31px !important
    }

    .font32-md {
        font-size: 32px !important
    }

    .font33-md {
        font-size: 33px !important
    }

    .font34-md {
        font-size: 34px !important
    }

    .font35-md {
        font-size: 35px !important
    }

    .font36-md {
        font-size: 36px !important
    }

    .font37-md {
        font-size: 37px !important
    }

    .font38-md {
        font-size: 38px !important
    }

    .font39-md {
        font-size: 39px !important
    }

    .font40-md {
        font-size: 40px !important
    }

    .font41-md {
        font-size: 41px !important
    }

    .font42-md {
        font-size: 42px !important
    }

    .font43-md {
        font-size: 43px !important
    }

    .font44-md {
        font-size: 44px !important
    }

    .font45-md {
        font-size: 45px !important
    }

    .font46-md {
        font-size: 46px !important
    }

    .font47-md {
        font-size: 47px !important
    }

    .font48-md {
        font-size: 48px !important
    }

    .font49-md {
        font-size: 49px !important
    }

    .font50-md {
        font-size: 50px !important
    }

    .clearfix-md {
        clear: both;
        display: block
    }

    ul.half-md li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-md li {
        display: inline-block;
        min-width: 31%
    }

    .text-center-md {
        text-align: center !important
    }

    .text-justify-md {
        text-align: justify !important
    }

    .text-left-md {
        text-align: left !important
    }

    .text-right-md {
        text-align: right !important
    }
}

@media(max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    .amt-0-sm {
        margin-top: 0 !important
    }

    .amt-1-sm {
        margin-top: 1px !important
    }

    .amt-2-sm {
        margin-top: 2px !important
    }

    .amt-3-sm {
        margin-top: 3px !important
    }

    .amt-4-sm {
        margin-top: 4px !important
    }

    .amt-5-sm {
        margin-top: 5px !important
    }

    .amt-6-sm {
        margin-top: 6px !important
    }

    .amt-7-sm {
        margin-top: 7px !important
    }

    .amt-8-sm {
        margin-top: 8px !important
    }

    .amt-9-sm {
        margin-top: 9px !important
    }

    .amt-10-sm {
        margin-top: 10px !important
    }

    .amt-15-sm {
        margin-top: 15px !important
    }

    .amt-20-sm {
        margin-top: 20px !important
    }

    .amt-25-sm {
        margin-top: 25px !important
    }

    .amt-30-sm {
        margin-top: 30px !important
    }

    .amt-35-sm {
        margin-top: 35px !important
    }

    .amt-40-sm {
        margin-top: 40px !important
    }

    .amt-45-sm {
        margin-top: 45px !important
    }

    .amt-50-sm {
        margin-top: 50px !important
    }

    .amt-55-sm {
        margin-top: 55px !important
    }

    .amt-60-sm {
        margin-top: 60px !important
    }

    .amt-65-sm {
        margin-top: 65px !important
    }

    .amt-70-sm {
        margin-top: 70px !important
    }

    .amt-75-sm {
        margin-top: 75px !important
    }

    .amt-80-sm {
        margin-top: 80px !important
    }

    .amt-85-sm {
        margin-top: 85px !important
    }

    .amt-90-sm {
        margin-top: 90px !important
    }

    .amt-95-sm {
        margin-top: 95px !important
    }

    .amt-100-sm {
        margin-top: 100px !important
    }

    .amb-0-sm {
        margin-bottom: 0 !important
    }

    .amb-1-sm {
        margin-bottom: 1px !important
    }

    .amb-2-sm {
        margin-bottom: 2px !important
    }

    .amb-3-sm {
        margin-bottom: 3px !important
    }

    .amb-4-sm {
        margin-bottom: 4px !important
    }

    .amb-5-sm {
        margin-bottom: 5px !important
    }

    .amb-6-sm {
        margin-bottom: 6px !important
    }

    .amb-7-sm {
        margin-bottom: 7px !important
    }

    .amb-8-sm {
        margin-bottom: 8px !important
    }

    .amb-9-sm {
        margin-bottom: 9px !important
    }

    .amb-10-sm {
        margin-bottom: 10px !important
    }

    .amb-15-sm {
        margin-bottom: 15px !important
    }

    .amb-20-sm {
        margin-bottom: 20px !important
    }

    .amb-25-sm {
        margin-bottom: 25px !important
    }

    .amb-30-sm {
        margin-bottom: 30px !important
    }

    .amb-35-sm {
        margin-bottom: 35px !important
    }

    .amb-40-sm {
        margin-bottom: 40px !important
    }

    .amb-45-sm {
        margin-bottom: 45px !important
    }

    .amb-50-sm {
        margin-bottom: 50px !important
    }

    .amb-55-sm {
        margin-bottom: 55px !important
    }

    .amb-60-sm {
        margin-bottom: 60px !important
    }

    .amb-65-sm {
        margin-bottom: 65px !important
    }

    .amb-70-sm {
        margin-bottom: 70px !important
    }

    .amb-75-sm {
        margin-bottom: 75px !important
    }

    .amb-80-sm {
        margin-bottom: 80px !important
    }

    .amb-85-sm {
        margin-bottom: 85px !important
    }

    .amb-90-sm {
        margin-bottom: 90px !important
    }

    .amb-95-sm {
        margin-bottom: 95px !important
    }

    .amb-100-sm {
        margin-bottom: 100px !important
    }

    .aml-0-sm {
        margin-left: 0 !important
    }

    .aml-5-sm {
        margin-left: 5px !important
    }

    .aml-10-sm {
        margin-left: 10px !important
    }

    .aml-15-sm {
        margin-left: 15px !important
    }

    .aml-20-sm {
        margin-left: 20px !important
    }

    .aml-25-sm {
        margin-left: 25px !important
    }

    .aml-30-sm {
        margin-left: 30px !important
    }

    .aml-35-sm {
        margin-left: 35px !important
    }

    .aml-40-sm {
        margin-left: 40px !important
    }

    .aml-45-sm {
        margin-left: 45px !important
    }

    .aml-50-sm {
        margin-left: 50px !important
    }

    .amr-0-sm {
        margin-right: 0 !important
    }

    .amr-5-sm {
        margin-right: 5px !important
    }

    .amr-10-sm {
        margin-right: 10px !important
    }

    .amr-15-sm {
        margin-right: 15px !important
    }

    .amr-20-sm {
        margin-right: 20px !important
    }

    .amr-25-sm {
        margin-right: 25px !important
    }

    .amr-30-sm {
        margin-right: 30px !important
    }

    .amr-35-sm {
        margin-right: 35px !important
    }

    .amr-40-sm {
        margin-right: 40px !important
    }

    .amr-45-sm {
        margin-right: 45px !important
    }

    .amr-50-sm {
        margin-right: 50px !important
    }

    .apt-0-sm {
        padding-top: 0 !important
    }

    .apt-1-sm {
        padding-top: 1px !important
    }

    .apt-2-sm {
        padding-top: 2px !important
    }

    .apt-3-sm {
        padding-top: 3px !important
    }

    .apt-4-sm {
        padding-top: 4px !important
    }

    .apt-5-sm {
        padding-top: 5px !important
    }

    .apt-6-sm {
        padding-top: 6px !important
    }

    .apt-7-sm {
        padding-top: 7px !important
    }

    .apt-8-sm {
        padding-top: 8px !important
    }

    .apt-9-sm {
        padding-top: 9px !important
    }

    .apt-10-sm {
        padding-top: 10px !important
    }

    .apt-15-sm {
        padding-top: 15px !important
    }

    .apt-20-sm {
        padding-top: 20px !important
    }

    .apt-25-sm {
        padding-top: 25px !important
    }

    .apt-30-sm {
        padding-top: 30px !important
    }

    .apt-35-sm {
        padding-top: 35px !important
    }

    .apt-40-sm {
        padding-top: 40px !important
    }

    .apt-45-sm {
        padding-top: 45px !important
    }

    .apt-50-sm {
        padding-top: 50px !important
    }

    .apt-55-sm {
        padding-top: 55px !important
    }

    .apt-60-sm {
        padding-top: 60px !important
    }

    .apt-65-sm {
        padding-top: 65px !important
    }

    .apt-70-sm {
        padding-top: 70px !important
    }

    .apt-75-sm {
        padding-top: 75px !important
    }

    .apt-80-sm {
        padding-top: 80px !important
    }

    .apt-85-sm {
        padding-top: 85px !important
    }

    .apt-90-sm {
        padding-top: 90px !important
    }

    .apt-95-sm {
        padding-top: 95px !important
    }

    .apt-100-sm {
        padding-top: 100px !important
    }

    .apb-0-sm {
        padding-bottom: 0 !important
    }

    .apb-1-sm {
        padding-bottom: 1px !important
    }

    .apb-2-sm {
        padding-bottom: 2px !important
    }

    .apb-3-sm {
        padding-bottom: 3px !important
    }

    .apb-4-sm {
        padding-bottom: 4px !important
    }

    .apb-5-sm {
        padding-bottom: 5px !important
    }

    .apb-6-sm {
        padding-bottom: 6px !important
    }

    .apb-7-sm {
        padding-bottom: 7px !important
    }

    .apb-8-sm {
        padding-bottom: 8px !important
    }

    .apb-9-sm {
        padding-bottom: 9px !important
    }

    .apb-10-sm {
        padding-bottom: 10px !important
    }

    .apb-15-sm {
        padding-bottom: 15px !important
    }

    .apb-20-sm {
        padding-bottom: 20px !important
    }

    .apb-25-sm {
        padding-bottom: 25px !important
    }

    .apb-30-sm {
        padding-bottom: 30px !important
    }

    .apb-35-sm {
        padding-bottom: 35px !important
    }

    .apb-40-sm {
        padding-bottom: 40px !important
    }

    .apb-45-sm {
        padding-bottom: 45px !important
    }

    .apb-50-sm {
        padding-bottom: 50px !important
    }

    .apb-55-sm {
        padding-bottom: 55px !important
    }

    .apb-60-sm {
        padding-bottom: 60px !important
    }

    .apb-65-sm {
        padding-bottom: 65px !important
    }

    .apb-70-sm {
        padding-bottom: 70px !important
    }

    .apb-75-sm {
        padding-bottom: 75px !important
    }

    .apb-80-sm {
        padding-bottom: 80px !important
    }

    .apb-85-sm {
        padding-bottom: 85px !important
    }

    .apb-90-sm {
        padding-bottom: 90px !important
    }

    .apb-95-sm {
        padding-bottom: 95px !important
    }

    .apb-100-sm {
        padding-bottom: 100px !important
    }

    .apl-0-sm {
        padding-left: 0 !important
    }

    .apl-5-sm {
        padding-left: 5px !important
    }

    .apl-10-sm {
        padding-left: 10px !important
    }

    .apl-15-sm {
        padding-left: 15px !important
    }

    .apl-20-sm {
        padding-left: 20px !important
    }

    .apl-25-sm {
        padding-left: 25px
    }

    .apl-30-sm {
        padding-left: 30px !important
    }

    .apl-35-sm {
        padding-left: 35px !important
    }

    .apl-40-sm {
        padding-left: 40px !important
    }

    .apl-45-sm {
        padding-left: 45px !important
    }

    .apl-50-sm {
        padding-left: 50px !important
    }

    .apr-0-sm {
        padding-right: 0 !important
    }

    .apr-5-sm {
        padding-right: 5px !important
    }

    .apr-10-sm {
        padding-right: 10px !important
    }

    .apr-15-sm {
        padding-right: 15px !important
    }

    .apr-20-sm {
        padding-right: 20px !important
    }

    .apr-25-sm {
        padding-right: 25px !important
    }

    .apr-30-sm {
        padding-right: 30px !important
    }

    .apr-35-sm {
        padding-right: 35px !important
    }

    .apr-40-sm {
        padding-right: 40px !important
    }

    .apr-45-sm {
        padding-right: 45px !important
    }

    .apr-50-sm {
        padding-right: 50px !important
    }

    .padd5-sm {
        padding: 5px !important
    }

    .padd10-sm {
        padding: 10px !important
    }

    .padd15-sm {
        padding: 15px !important
    }

    .padd20-sm {
        padding: 20px !important
    }

    .padd25-sm {
        padding: 25px !important
    }

    .padd30-sm {
        padding: 30px !important
    }

    .padd35-sm {
        padding: 35px !important
    }

    .padd40-sm {
        padding: 40px !important
    }

    .padd45-sm {
        padding: 45px !important
    }

    .padd50-sm {
        padding: 50px !important
    }

    .padd55-sm {
        padding: 55px !important
    }

    .padd60-sm {
        padding: 60px !important
    }

    .lh-20-sm {
        line-height: 20px !important
    }

    .lh-22-sm {
        line-height: 22px !important
    }

    .lh-24-sm {
        line-height: 24px !important
    }

    .lh-25-sm {
        line-height: 25px !important
    }

    .lh-26-sm {
        line-height: 26px !important
    }

    .lh-28-sm {
        line-height: 28px !important
    }

    .lh-30-sm {
        line-height: 30px !important
    }

    .lh-32-sm {
        line-height: 32px !important
    }

    .lh-34-sm {
        line-height: 34px !important
    }

    .lh-35-sm {
        line-height: 35px !important
    }

    .lh-36-sm {
        line-height: 36px !important
    }

    .lh-38-sm {
        line-height: 38px !important
    }

    .lh-40-sm {
        line-height: 40px !important
    }

    .lh-42-sm {
        line-height: 42px !important
    }

    .lh-44-sm {
        line-height: 44px !important
    }

    .lh-45-sm {
        line-height: 45px !important
    }

    .lh-46-sm {
        line-height: 46px !important
    }

    .lh-48-sm {
        line-height: 48px !important
    }

    .lh-50-sm {
        line-height: 50px !important
    }

    .font10-sm {
        font-size: 10px !important
    }

    .font11-sm {
        font-size: 11px !important
    }

    .font12-sm {
        font-size: 12px !important
    }

    .font13-sm {
        font-size: 13px !important
    }

    .font14-sm {
        font-size: 14px !important
    }

    .font15-sm {
        font-size: 15px !important
    }

    .font16-sm {
        font-size: 16px !important
    }

    .font17-sm {
        font-size: 17px !important
    }

    .font18-sm {
        font-size: 18px !important
    }

    .font19-sm {
        font-size: 19px !important
    }

    .font20-sm {
        font-size: 20px !important
    }

    .font21-sm {
        font-size: 21px !important
    }

    .font22-sm {
        font-size: 22px !important
    }

    .font23-sm {
        font-size: 23px !important
    }

    .font24-sm {
        font-size: 24px !important
    }

    .font25-sm {
        font-size: 25px !important
    }

    .font26-sm {
        font-size: 26px !important
    }

    .font27-sm {
        font-size: 27px !important
    }

    .font28-sm {
        font-size: 28px !important
    }

    .font29-sm {
        font-size: 29px !important
    }

    .font30-sm {
        font-size: 30px !important
    }

    .font31-sm {
        font-size: 31px !important
    }

    .font32-sm {
        font-size: 32px !important
    }

    .font33-sm {
        font-size: 33px !important
    }

    .font34-sm {
        font-size: 34px !important
    }

    .font35-sm {
        font-size: 35px !important
    }

    .font36-sm {
        font-size: 36px !important
    }

    .font37-sm {
        font-size: 37px !important
    }

    .font38-sm {
        font-size: 38px !important
    }

    .font39-sm {
        font-size: 39px !important
    }

    .font40-sm {
        font-size: 40px !important
    }

    .font41-sm {
        font-size: 41px !important
    }

    .font42-sm {
        font-size: 42px !important
    }

    .font43-sm {
        font-size: 43px !important
    }

    .font44-sm {
        font-size: 44px !important
    }

    .font45-sm {
        font-size: 45px !important
    }

    .font46-sm {
        font-size: 46px !important
    }

    .font47-sm {
        font-size: 47px !important
    }

    .font48-sm {
        font-size: 48px !important
    }

    .font49-sm {
        font-size: 49px !important
    }

    .font50-sm {
        font-size: 50px !important
    }

    .clearfix-sm {
        clear: both;
        display: block
    }

    ul.half-sm li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-sm li {
        display: inline-block;
        min-width: 31%
    }

    .text-center-sm {
        text-align: center !important
    }

    .text-justify-sm {
        text-align: justify !important
    }

    .text-left-sm {
        text-align: left !important
    }

    .text-right-sm {
        text-align: right !important
    }
}

@media(max-width:767px) {

  /* visahl  */
  .booking-border-r-media{
    border-radius: 0 0 15px 15px !important;
  }
  .media-5{
 font-size: 5px;
  }
    .media-18{
        font-size: 18px;
     }
     

    .amt-0-xs {
        margin-top: 0 !important
    }

    .amt-1-xs {
        margin-top: 1px !important
    }

    .amt-2-xs {
        margin-top: 2px !important
    }

    .amt-3-xs {
        margin-top: 3px !important
    }

    .amt-4-xs {
        margin-top: 4px !important
    }

    .amt-5-xs {
        margin-top: 5px !important
    }

    .amt-6-xs {
        margin-top: 6px !important
    }

    .amt-7-xs {
        margin-top: 7px !important
    }

    .amt-8-xs {
        margin-top: 8px !important
    }

    .amt-9-xs {
        margin-top: 9px !important
    }

    .amt-10-xs {
        margin-top: 10px !important
    }

    .amt-15-xs {
        margin-top: 15px !important
    }

    .amt-20-xs {
        margin-top: 20px !important
    }

    .amt-25-xs {
        margin-top: 25px !important
    }

    .amt-30-xs {
        margin-top: 30px !important
    }

    .amt-35-xs {
        margin-top: 35px !important
    }

    .amt-40-xs {
        margin-top: 40px !important
    }

    .amt-45-xs {
        margin-top: 45px !important
    }

    .amt-50-xs {
        margin-top: 50px !important
    }

    .amt-55-xs {
        margin-top: 55px !important
    }

    .amt-60-xs {
        margin-top: 60px !important
    }

    .amt-65-xs {
        margin-top: 65px !important
    }

    .amt-70-xs {
        margin-top: 70px !important
    }

    .amt-75-xs {
        margin-top: 75px !important
    }

    .amt-80-xs {
        margin-top: 80px !important
    }

    .amt-85-xs {
        margin-top: 85px !important
    }

    .amt-90-xs {
        margin-top: 90px !important
    }

    .amt-95-xs {
        margin-top: 95px !important
    }

    .amt-100-xs {
        margin-top: 100px !important
    }

    .amb-0-xs {
        margin-bottom: 0 !important
    }

    .amb-1-xs {
        margin-bottom: 1px !important
    }

    .amb-2-xs {
        margin-bottom: 2px !important
    }

    .amb-3-xs {
        margin-bottom: 3px !important
    }

    .amb-4-xs {
        margin-bottom: 4px !important
    }

    .amb-5-xs {
        margin-bottom: 5px !important
    }

    .amb-6-xs {
        margin-bottom: 6px !important
    }

    .amb-7-xs {
        margin-bottom: 7px !important
    }

    .amb-8-xs {
        margin-bottom: 8px !important
    }

    .amb-9-xs {
        margin-bottom: 9px !important
    }

    .amb-10-xs {
        margin-bottom: 10px !important
    }

    .amb-15-xs {
        margin-bottom: 15px !important
    }

    .amb-20-xs {
        margin-bottom: 20px !important
    }

    .amb-25-xs {
        margin-bottom: 25px !important
    }

    .amb-30-xs {
        margin-bottom: 30px !important
    }

    .amb-35-xs {
        margin-bottom: 35px !important
    }

    .amb-40-xs {
        margin-bottom: 40px !important
    }

    .amb-45-xs {
        margin-bottom: 45px !important
    }

    .amb-50-xs {
        margin-bottom: 50px !important
    }

    .amb-55-xs {
        margin-bottom: 55px !important
    }

    .amb-60-xs {
        margin-bottom: 60px !important
    }

    .amb-65-xs {
        margin-bottom: 65px !important
    }

    .amb-70-xs {
        margin-bottom: 70px !important
    }

    .amb-75-xs {
        margin-bottom: 75px !important
    }

    .amb-80-xs {
        margin-bottom: 80px !important
    }

    .amb-85-xs {
        margin-bottom: 85px !important
    }

    .amb-90-xs {
        margin-bottom: 90px !important
    }

    .amb-95-xs {
        margin-bottom: 95px !important
    }

    .amb-100-xs {
        margin-bottom: 100px !important
    }

    .apt-0-xs {
        padding-top: 0 !important
    }

    .apt-1-xs {
        padding-top: 1px !important
    }

    .apt-2-xs {
        padding-top: 2px !important
    }

    .apt-3-xs {
        padding-top: 3px !important
    }

    .apt-4-xs {
        padding-top: 4px !important
    }

    .apt-5-xs {
        padding-top: 5px !important
    }

    .apt-6-xs {
        padding-top: 6px !important
    }

    .apt-7-xs {
        padding-top: 7px !important
    }

    .apt-8-xs {
        padding-top: 8px !important
    }

    .apt-9-xs {
        padding-top: 9px !important
    }

    .apt-10-xs {
        padding-top: 10px !important
    }

    .apt-15-xs {
        padding-top: 15px !important
    }

    .apt-20-xs {
        padding-top: 20px !important
    }

    .apt-25-xs {
        padding-top: 25px !important
    }

    .apt-30-xs {
        padding-top: 30px !important
    }

    .apt-35-xs {
        padding-top: 35px !important
    }

    .apt-40-xs {
        padding-top: 40px !important
    }

    .apt-45-xs {
        padding-top: 45px !important
    }

    .apt-50-xs {
        padding-top: 50px !important
    }

    .apt-55-xs {
        padding-top: 55px !important
    }

    .apt-60-xs {
        padding-top: 60px !important
    }

    .apt-65-xs {
        padding-top: 65px !important
    }

    .apt-70-xs {
        padding-top: 70px !important
    }

    .apt-75-xs {
        padding-top: 75px !important
    }

    .apt-80-xs {
        padding-top: 80px !important
    }

    .apt-85-xs {
        padding-top: 85px !important
    }

    .apt-90-xs {
        padding-top: 90px !important
    }

    .apt-95-xs {
        padding-top: 95px !important
    }

    .apt-100-xs {
        padding-top: 100px !important
    }

    .apb-0-xs {
        padding-bottom: 0 !important
    }

    .apb-1-xs {
        padding-bottom: 1px !important
    }

    .apb-2-xs {
        padding-bottom: 2px !important
    }

    .apb-3-xs {
        padding-bottom: 3px !important
    }

    .apb-4-xs {
        padding-bottom: 4px !important
    }

    .apb-5-xs {
        padding-bottom: 5px !important
    }

    .apb-6-xs {
        padding-bottom: 6px !important
    }

    .apb-7-xs {
        padding-bottom: 7px !important
    }

    .apb-8-xs {
        padding-bottom: 8px !important
    }

    .apb-9-xs {
        padding-bottom: 9px !important
    }

    .apb-10-xs {
        padding-bottom: 10px !important
    }

    .apb-15-xs {
        padding-bottom: 15px !important
    }

    .apb-20-xs {
        padding-bottom: 20px !important
    }

    .apb-25-xs {
        padding-bottom: 25px !important
    }

    .apb-30-xs {
        padding-bottom: 30px !important
    }

    .apb-35-xs {
        padding-bottom: 35px !important
    }

    .apb-40-xs {
        padding-bottom: 40px !important
    }

    .apb-45-xs {
        padding-bottom: 45px !important
    }

    .apb-50-xs {
        padding-bottom: 50px !important
    }

    .apb-55-xs {
        padding-bottom: 55px !important
    }

    .apb-60-xs {
        padding-bottom: 60px !important
    }

    .apb-65-xs {
        padding-bottom: 65px !important
    }

    .apb-70-xs {
        padding-bottom: 70px !important
    }

    .apb-75-xs {
        padding-bottom: 75px !important
    }

    .apb-80-xs {
        padding-bottom: 80px !important
    }

    .apb-85-xs {
        padding-bottom: 85px !important
    }

    .apb-90-xs {
        padding-bottom: 90px !important
    }

    .apb-95-xs {
        padding-bottom: 95px !important
    }

    .apb-100-xs {
        padding-bottom: 100px !important
    }

    .apl-0-xs {
        padding-left: 0 !important
    }

    .apl-5-xs {
        padding-left: 5px !important
    }

    .apl-10-xs {
        padding-left: 10px !important
    }

    .apl-15-xs {
        padding-left: 15px !important
    }

    .apl-20-xs {
        padding-left: 20px !important
    }

    .apl-25-xs {
        padding-left: 25px
    }

    .apl-30-xs {
        padding-left: 30px !important
    }

    .apl-35-xs {
        padding-left: 35px !important
    }

    .apl-40-xs {
        padding-left: 40px !important
    }

    .apl-45-xs {
        padding-left: 45px !important
    }

    .apl-50-xs {
        padding-left: 50px !important
    }

    .apr-0-xs {
        padding-right: 0 !important
    }

    .apr-5-xs {
        padding-right: 5px !important
    }

    .apr-10-xs {
        padding-right: 10px !important
    }

    .apr-15-xs {
        padding-right: 15px !important
    }

    .apr-20-xs {
        padding-right: 20px !important
    }

    .apr-25-xs {
        padding-right: 25px !important
    }

    .apr-30-xs {
        padding-right: 30px !important
    }

    .apr-35-xs {
        padding-right: 35px !important
    }

    .apr-40-xs {
        padding-right: 40px !important
    }

    .apr-45-xs {
        padding-right: 45px !important
    }

    .apr-50-xs {
        padding-right: 50px !important
    }

    .padd5-xs {
        padding: 5px
    }

    .padd10-xs {
        padding: 10px
    }

    .padd15-xs {
        padding: 15px
    }

    .padd20-xs {
        padding: 20px
    }

    .padd25-xs {
        padding: 25px
    }

    .padd30-xs {
        padding: 30px
    }

    .padd35-xs {
        padding: 35px
    }

    .padd40-xs {
        padding: 40px
    }

    .padd45-xs {
        padding: 45px
    }

    .padd50-xs {
        padding: 50px
    }

    .padd55-xs {
        padding: 55px
    }

    .padd60-xs {
        padding: 60px
    }

    .lh-20-xs {
        line-height: 20px !important
    }

    .lh-22-xs {
        line-height: 22px !important
    }

    .lh-24-xs {
        line-height: 24px !important
    }

    .lh-25-xs {
        line-height: 25px !important
    }

    .lh-26-xs {
        line-height: 26px !important
    }

    .lh-28-xs {
        line-height: 28px !important
    }

    .lh-30-xs {
        line-height: 30px !important
    }

    .lh-32-xs {
        line-height: 32px !important
    }

    .lh-34-xs {
        line-height: 34px !important
    }

    .lh-35-xs {
        line-height: 35px !important
    }

    .lh-36-xs {
        line-height: 36px !important
    }

    .lh-38-xs {
        line-height: 38px !important
    }

    .lh-40-xs {
        line-height: 40px !important
    }

    .lh-42-xs {
        line-height: 42px !important
    }

    .lh-44-xs {
        line-height: 44px !important
    }

    .lh-45-xs {
        line-height: 45px !important
    }

    .lh-46-xs {
        line-height: 46px !important
    }

    .lh-48-xs {
        line-height: 48px !important
    }

    .lh-50-xs {
        line-height: 50px !important
    }

    .font10-xs {
        font-size: 10px !important
    }

    .font11-xs {
        font-size: 11px !important
    }

    .font12-xs {
        font-size: 12px !important
    }

    .font13-xs {
        font-size: 13px !important
    }

    .font14-xs {
        font-size: 14px !important
    }

    .font15-xs {
        font-size: 15px !important
    }

    .font16-xs {
        font-size: 16px !important
    }

    .font17-xs {
        font-size: 17px !important
    }

    .font18-xs {
        font-size: 18px !important
    }

    .font19-xs {
        font-size: 19px !important
    }

    .font20-xs {
        font-size: 20px !important
    }

    .font21-xs {
        font-size: 21px !important
    }

    .font22-xs {
        font-size: 22px !important
    }

    .font23-xs {
        font-size: 23px !important
    }

    .font24-xs {
        font-size: 24px !important
    }

    .font25-xs {
        font-size: 25px !important
    }

    .font26-xs {
        font-size: 26px !important
    }

    .font27-xs {
        font-size: 27px !important
    }

    .font28-xs {
        font-size: 28px !important
    }

    .font29-xs {
        font-size: 29px !important
    }

    .font30-xs {
        font-size: 30px !important
    }

    .font31-xs {
        font-size: 31px !important
    }

    .font32-xs {
        font-size: 32px !important
    }

    .font33-xs {
        font-size: 33px !important
    }

    .font34-xs {
        font-size: 34px !important
    }

    .font35-xs {
        font-size: 35px !important
    }

    .font36-xs {
        font-size: 36px !important
    }

    .font37-xs {
        font-size: 37px !important
    }

    .font38-xs {
        font-size: 38px !important
    }

    .font39-xs {
        font-size: 39px !important
    }

    .font40-xs {
        font-size: 40px !important
    }

    .font41-xs {
        font-size: 41px !important
    }

    .font42-xs {
        font-size: 42px !important
    }

    .font43-xs {
        font-size: 43px !important
    }

    .font44-xs {
        font-size: 44px !important
    }

    .font45-xs {
        font-size: 45px !important
    }

    .font46-xs {
        font-size: 46px !important
    }

    .font47-xs {
        font-size: 47px !important
    }

    .font48-xs {
        font-size: 48px !important
    }

    .font49-xs {
        font-size: 49px !important
    }

    .font50-xs {
        font-size: 50px !important
    }

    .clearfix-xs {
        clear: both;
        display: block
    }

    ul.half-xs li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-xs li {
        display: inline-block;
        min-width: 31%
    }

    .text-center-xs {
        text-align: center !important
    }

    .text-justify-xs {
        text-align: justify !important
    }

    .text-left-xs {
        text-align: left !important
    }

    .text-right-xs {
        text-align: right !important
    }

    .float-none-xs {
        float: none !important
    }

    .float-left-xs {
        float: left !important
    }

    .float-right-xs {
        float: right !important
    }

    .dblock-xs {
        display: block !important
    }

    .dinline-xs {
        display: block !important
    }

    .dinlineblock-xs {
        display: block !important
    }

    .dtable-xs {
        display: table !important
    }

    .full-xs {
        width: 100% !important
    }

    .tagger {
        text-align: center !important
    }
}

.visible-xss {
    display: none
}

@media(max-width:640px) {
    .visible-xss {
        display: block !important
    }

    .hidden-xss {
        display: none !important
    }

    .col-xss-12 {
        width: 100%
    }

    .amt-0-xss {
        margin-top: 0 !important
    }

    .amt-1-xss {
        margin-top: 1px !important
    }

    .amt-2-xss {
        margin-top: 2px !important
    }

    .amt-3-xss {
        margin-top: 3px !important
    }

    .amt-4-xss {
        margin-top: 4px !important
    }

    .amt-5-xss {
        margin-top: 5px !important
    }

    .amt-6-xss {
        margin-top: 6px !important
    }

    .amt-7-xss {
        margin-top: 7px !important
    }

    .amt-8-xss {
        margin-top: 8px !important
    }

    .amt-9-xss {
        margin-top: 9px !important
    }

    .amt-10-xss {
        margin-top: 10px !important
    }

    .amt-15-xss {
        margin-top: 15px !important
    }

    .amt-20-xss {
        margin-top: 20px !important
    }

    .amt-25-xss {
        margin-top: 25px !important
    }

    .amt-30-xss {
        margin-top: 30px !important
    }

    .amt-35-xss {
        margin-top: 35px !important
    }

    .amt-40-xss {
        margin-top: 40px !important
    }

    .amt-45-xss {
        margin-top: 45px !important
    }

    .amt-50-xss {
        margin-top: 50px !important
    }

    .amt-55-xss {
        margin-top: 55px !important
    }

    .amt-60-xss {
        margin-top: 60px !important
    }

    .amt-65-xss {
        margin-top: 65px !important
    }

    .amt-70-xss {
        margin-top: 70px !important
    }

    .amt-75-xss {
        margin-top: 75px !important
    }

    .amt-80-xss {
        margin-top: 80px !important
    }

    .amt-85-xss {
        margin-top: 85px !important
    }

    .amt-90-xss {
        margin-top: 90px !important
    }

    .amt-95-xss {
        margin-top: 95px !important
    }

    .amt-100-xss {
        margin-top: 100px !important
    }

    .amb-0-xss {
        margin-bottom: 0 !important
    }

    .amb-1-xss {
        margin-bottom: 1px !important
    }

    .amb-2-xss {
        margin-bottom: 2px !important
    }

    .amb-3-xss {
        margin-bottom: 3px !important
    }

    .amb-4-xss {
        margin-bottom: 4px !important
    }

    .amb-5-xss {
        margin-bottom: 5px !important
    }

    .amb-6-xss {
        margin-bottom: 6px !important
    }

    .amb-7-xss {
        margin-bottom: 7px !important
    }

    .amb-8-xss {
        margin-bottom: 8px !important
    }

    .amb-9-xss {
        margin-bottom: 9px !important
    }

    .amb-10-xss {
        margin-bottom: 10px !important
    }

    .amb-15-xss {
        margin-bottom: 15px !important
    }

    .amb-20-xss {
        margin-bottom: 20px !important
    }

    .amb-25-xss {
        margin-bottom: 25px !important
    }

    .amb-30-xss {
        margin-bottom: 30px !important
    }

    .amb-35-xss {
        margin-bottom: 35px !important
    }

    .amb-40-xss {
        margin-bottom: 40px !important
    }

    .amb-45-xss {
        margin-bottom: 45px !important
    }

    .amb-50-xss {
        margin-bottom: 50px !important
    }

    .amb-55-xss {
        margin-bottom: 55px !important
    }

    .amb-60-xss {
        margin-bottom: 60px !important
    }

    .amb-65-xss {
        margin-bottom: 65px !important
    }

    .amb-70-xss {
        margin-bottom: 70px !important
    }

    .amb-75-xss {
        margin-bottom: 75px !important
    }

    .amb-80-xss {
        margin-bottom: 80px !important
    }

    .amb-85-xss {
        margin-bottom: 85px !important
    }

    .amb-90-xss {
        margin-bottom: 90px !important
    }

    .amb-95-xss {
        margin-bottom: 95px !important
    }

    .amb-100-xss {
        margin-bottom: 100px !important
    }

    .apt-0-xss {
        padding-top: 0 !important
    }

    .apt-1-xss {
        padding-top: 1px !important
    }

    .apt-2-xss {
        padding-top: 2px !important
    }

    .apt-3-xss {
        padding-top: 3px !important
    }

    .apt-4-xss {
        padding-top: 4px !important
    }

    .apt-5-xss {
        padding-top: 5px !important
    }

    .apt-6-xss {
        padding-top: 6px !important
    }

    .apt-7-xss {
        padding-top: 7px !important
    }

    .apt-8-xss {
        padding-top: 8px !important
    }

    .apt-9-xss {
        padding-top: 9px !important
    }

    .apt-10-xss {
        padding-top: 10px !important
    }

    .apt-15-xss {
        padding-top: 15px !important
    }

    .apt-20-xss {
        padding-top: 20px !important
    }

    .apt-25-xss {
        padding-top: 25px !important
    }

    .apt-30-xss {
        padding-top: 30px !important
    }

    .apt-35-xss {
        padding-top: 35px !important
    }

    .apt-40-xss {
        padding-top: 40px !important
    }

    .apt-45-xss {
        padding-top: 45px !important
    }

    .apt-50-xss {
        padding-top: 50px !important
    }

    .apt-55-xss {
        padding-top: 55px !important
    }

    .apt-60-xss {
        padding-top: 60px !important
    }

    .apt-65-xss {
        padding-top: 65px !important
    }

    .apt-70-xss {
        padding-top: 70px !important
    }

    .apt-75-xss {
        padding-top: 75px !important
    }

    .apt-80-xss {
        padding-top: 80px !important
    }

    .apt-85-xss {
        padding-top: 85px !important
    }

    .apt-90-xss {
        padding-top: 90px !important
    }

    .apt-95-xss {
        padding-top: 95px !important
    }

    .apt-100-xss {
        padding-top: 100px !important
    }

    .apb-0-xss {
        padding-bottom: 0 !important
    }

    .apb-5-xss {
        padding-bottom: 5px !important
    }

    .apb-10-xss {
        padding-bottom: 10px !important
    }

    .apb-15-xss {
        padding-bottom: 15px !important
    }

    .apb-20-xss {
        padding-bottom: 20px !important
    }

    .apb-25-xss {
        padding-bottom: 25px !important
    }

    .apb-30-xss {
        padding-bottom: 30px !important
    }

    .apb-35-xss {
        padding-bottom: 35px !important
    }

    .apb-40-xss {
        padding-bottom: 40px !important
    }

    .apb-45-xss {
        padding-bottom: 45px !important
    }

    .apb-50-xss {
        padding-bottom: 50px !important
    }

    .apb-55-xss {
        padding-bottom: 55px !important
    }

    .apb-60-xss {
        padding-bottom: 60px !important
    }

    .apb-65-xss {
        padding-bottom: 65px !important
    }

    .apb-70-xss {
        padding-bottom: 70px !important
    }

    .apb-75-xss {
        padding-bottom: 75px !important
    }

    .apb-80-xss {
        padding-bottom: 80px !important
    }

    .apb-85-xss {
        padding-bottom: 85px !important
    }

    .apb-90-xss {
        padding-bottom: 90px !important
    }

    .apb-95-xss {
        padding-bottom: 95px !important
    }

    .apb-100-xss {
        padding-bottom: 100px !important
    }

    .apl-0-xss {
        padding-left: 0 !important
    }

    .apl-5-xss {
        padding-left: 5px !important
    }

    .apl-10-xss {
        padding-left: 10px !important
    }

    .apl-15-xss {
        padding-left: 15px !important
    }

    .apl-20-xss {
        padding-left: 20px !important
    }

    .apl-25-xss {
        padding-left: 25px
    }

    .apl-30-xss {
        padding-left: 30px !important
    }

    .apl-35-xss {
        padding-left: 35px !important
    }

    .apl-40-xss {
        padding-left: 40px !important
    }

    .apl-45-xss {
        padding-left: 45px !important
    }

    .apl-50-xss {
        padding-left: 50px !important
    }

    .apr-0-xss {
        padding-right: 0 !important
    }

    .apr-5-xss {
        padding-right: 5px !important
    }

    .apr-10-xss {
        padding-right: 10px !important
    }

    .apr-15-xss {
        padding-right: 15px !important
    }

    .apr-20-xss {
        padding-right: 20px !important
    }

    .apr-25-xss {
        padding-right: 25px !important
    }

    .apr-30-xss {
        padding-right: 30px !important
    }

    .apr-35-xss {
        padding-right: 35px !important
    }

    .apr-40-xss {
        padding-right: 40px !important
    }

    .apr-45-xss {
        padding-right: 45px !important
    }

    .apr-50-xss {
        padding-right: 50px !important
    }

    .padd5-xss {
        padding: 5px !important
    }

    .padd10-xss {
        padding: 10px !important
    }

    .padd15-xss {
        padding: 15px !important
    }

    .padd20-xss {
        padding: 20px !important
    }

    .padd25-xss {
        padding: 25px !important
    }

    .padd30-xss {
        padding: 30px !important
    }

    .padd35-xss {
        padding: 35px !important
    }

    .padd40-xss {
        padding: 40px !important
    }

    .padd45-xss {
        padding: 45px !important
    }

    .padd50-xss {
        padding: 50px !important
    }

    .padd55-xss {
        padding: 55px !important
    }

    .padd60-xss {
        padding: 60px !important
    }

    .lh-20-xss {
        line-height: 20px !important
    }

    .lh-22-xss {
        line-height: 22px !important
    }

    .lh-24-xss {
        line-height: 24px !important
    }

    .lh-25-xss {
        line-height: 25px !important
    }

    .lh-26-xss {
        line-height: 26px !important
    }

    .lh-28-xss {
        line-height: 28px !important
    }

    .lh-30-xss {
        line-height: 30px !important
    }

    .lh-32-xss {
        line-height: 32px !important
    }

    .lh-34-xss {
        line-height: 34px !important
    }

    .lh-35-xss {
        line-height: 35px !important
    }

    .lh-36-xss {
        line-height: 36px !important
    }

    .lh-38-xss {
        line-height: 38px !important
    }

    .lh-40-xss {
        line-height: 40px !important
    }

    .lh-42-xss {
        line-height: 42px !important
    }

    .lh-44-xss {
        line-height: 44px !important
    }

    .lh-45-xss {
        line-height: 45px !important
    }

    .lh-46-xss {
        line-height: 46px !important
    }

    .lh-48-xss {
        line-height: 48px !important
    }

    .lh-50-xss {
        line-height: 50px !important
    }

    .font10-xss {
        font-size: 10px !important
    }

    .font11-xss {
        font-size: 11px !important
    }

    .font12-xss {
        font-size: 12px !important
    }

    .font13-xss {
        font-size: 13px !important
    }

    .font14-xss {
        font-size: 14px !important
    }

    .font15-xss {
        font-size: 15px !important
    }

    .font16-xss {
        font-size: 16px !important
    }

    .font17-xss {
        font-size: 17px !important
    }

    .font18-xss {
        font-size: 18px !important
    }

    .font19-xss {
        font-size: 19px !important
    }

    .font20-xss {
        font-size: 20px !important
    }

    .font21-xss {
        font-size: 21px !important
    }

    .font22-xss {
        font-size: 22px !important
    }

    .font23-xss {
        font-size: 23px !important
    }

    .font24-xss {
        font-size: 24px !important
    }

    .font25-xss {
        font-size: 25px !important
    }

    .font26-xss {
        font-size: 26px !important
    }

    .font27-xss {
        font-size: 27px !important
    }

    .font28-xss {
        font-size: 28px !important
    }

    .font29-xss {
        font-size: 29px !important
    }

    .font30-xss {
        font-size: 30px !important
    }

    .font31-xss {
        font-size: 31px !important
    }

    .font32-xss {
        font-size: 32px !important
    }

    .font33-xss {
        font-size: 33px !important
    }

    .font34-xss {
        font-size: 34px !important
    }

    .font35-xss {
        font-size: 35px !important
    }

    .font36-xss {
        font-size: 36px !important
    }

    .font37-xss {
        font-size: 37px !important
    }

    .font38-xss {
        font-size: 38px !important
    }

    .font39-xss {
        font-size: 39px !important
    }

    .font40-xss {
        font-size: 40px !important
    }

    .font41-xss {
        font-size: 41px !important
    }

    .font42-xss {
        font-size: 42px !important
    }

    .font43-xss {
        font-size: 43px !important
    }

    .font44-xss {
        font-size: 44px !important
    }

    .font45-xss {
        font-size: 45px !important
    }

    .font46-xss {
        font-size: 46px !important
    }

    .font47-xss {
        font-size: 47px !important
    }

    .font48-xss {
        font-size: 48px !important
    }

    .font49-xss {
        font-size: 49px !important
    }

    .font50-xss {
        font-size: 50px !important
    }

    .clearfix-xss {
        clear: both;
        display: block
    }

    ul.half-xss li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-xss li {
        display: inline-block;
        min-width: 31%
    }

    .text-center-xs {
        text-align: center !important
    }

    .text-justify-xss {
        text-align: justify !important
    }

    .text-left-xss {
        text-align: left !important
    }

    .text-right-xss {
        text-align: right !important
    }

    .float-none-xss {
        float: none !important
    }

    .float-left-xss {
        float: left !important
    }

    .float-right-xss {
        float: right !important
    }

    .dblock-xss {
        display: block !important
    }

    .dinline-xss {
        display: block !important
    }

    .dinlineblock-xss {
        display: block !important
    }

    .dtable-xss {
        display: table !important
    }

    .full-xss {
        width: 100% !important
    }
}

.pjustify p {
    text-align: justify !important;
}

.ws2 {
    word-spacing: 0.2rem;
}

.bg-theme {
    background-color: #003f6b !important;
}

.text-color-theme {
    color: #ee8c0d !important;
}

.text-color-theme2 {
    color: #100f11; !important;
}



.amt-minus60 {
    margin-top: -60px;
}

.style_none {
    list-style: none;
    margin-bottom: 0;
    list-style: none
}

.readmore {
    margin-bottom: 30px
}

.readmore a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    background: #ee8c0d;
    padding: 14px 36px
}

.readmore a:hover {
    background: #000
}

.topbar-wrap {
    background: #161922;
}

.social_media {
    padding: 7px 0;
    margin-bottom: 0;
    display:flex;
    justify-content: space-between;
}

.social_media li {
    display: inline-block;
    padding: 0 1px
}

.social_media li a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 6px;
    font-size: 16px;
    text-decoration: none !important
}

.topbar_phone {
    display: inline-block
}

.topbar_phone a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.topbar_phone i {
    padding-right: 6px
}

.topbar-mail {
    border-left: 1px solid rgba(235, 235, 235, 0.4);
    padding-left: 15px
}

.topbar_login {
    display: inline-block;
    margin-left: 10px
}

.topbar_login a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #8638ff;
    color: #fff;
    font-weight: 700;
    padding: 9px 26px;
    display: block
}

.topbar_login i {
    padding-right: 7px
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 7px 6px -7px #b3b3b3
}

.navbar {
    padding: 0
}

.navbar-brand {
    display: none
}

.navbar li {
    line-height: inherit;
   
}
/* vishal */
.footer ul{
    padding: 0;
}
.about-content-ctm{
    border-radius: 15px ;

}


.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    padding: 12px 8px;
    color: #161922;
    text-transform: uppercase;
    z-index: 1000;
    font-weight: 500;
}


.caret {
    display: inline-block !important;
    font-size: 16px !important;
    color: #adadad !important;
    padding-left: 7px
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #727280 !important
}

.navbar li span {
    display: block;
    text-align: center;
    font-size: 24px
}

.header-wrap .dropdown a {
    border-radius: 6px;
    position: relative;
    z-index: 1000
}

.header-wrap .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    z-index: 1000;
    top: -10px
}

.navbar li a {
    position: relative
}

.navbar li:last-child a:after {
    border-radius: 30px
}


.tp-bannertimer {
    display: none
}

.navbar {
    float: right
}

.navbar-light .navbar-nav .nav-item:hover .nav-link .caret,
.navbar-light .navbar-nav .nav-link:hover .caret {
    color: #fff !important
}

.close-toggler {
    display: none
}

.submenu li:last-child {
    border: none
}

.navbar-nav>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.navbar-nav>li>ul>li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 0
}

.submenu>li:hover>a {
    background: #ee8c0d;
    color: #fff !important
}

.navbar-nav>li>ul>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.navbar-nav li>.submenu>li a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.navbar-nav>li>a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1000
}

.navbar-nav li {
    position: relative
}

.navbar-nav>li>ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 200%;
    width: 240px;
    padding: 0;
    z-index: 100;
    background: #fff !important;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38)
}

.submenu li .submenu_right {
    display: none
}

.submenu_right {
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px
}

.submenu_right li {
    padding: 0;
    border-bottom: 1px solid #e8e8e8
}

.submenu_right li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    color: #000;
    text-decoration: none
}

.submenu_right li a:hover {
    background: #ee8c0d;
    color: #fff !important
}

.submenu li:hover .submenu_right {
    display: block
}

.right_angle {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px !important
}
.intro-heading-ctm {
    border-radius: 5px;
    padding-left: 47px;
    border: 1px solid gray;
    letter-spacing: 25px;
    text-transform: uppercase;
    
}
.intro-come-ctm {
    letter-spacing: 7px;
    font-size: 33px;
    font-weight: 600;
}
.unseen-img-one{
   height: 653px; 
    object-fit: cover;
}

.intro-form-bg{
  
}
.intro-send-btn{
    display: flex;
    justify-content: center;

}
.sliderTxt {
    
   
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-wrap {
   
  
    padding: 15px;
    border-radius: 15px;
}

.slider-wrap .input-group .form-control {
    border: none;
    background-color: #cdcdcd;
    font-size: 14px;
    border-radius: 8px !important;
    height: 48px !important
}

.slider-wrap .input-group .dropdown {
    height: 46px;
    width: 100%;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none
}

.slider-wrap .input-group .dropdown option {
    height: 40px !important;
    padding: 10px !important
}

.input-btn {
    text-align: right
}

.sbutn {
    background: #8638ff;
    border: none;
    cursor: pointer;
    padding: 13px 0 12px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    transition: all .2s linear
}

.sbutn:hover {
    background: #ee8c0d;
    color: #fff
}

.sbutn i {
    padding-right: 6px
}

.origin,
.destination,
.date_start {
    margin-bottom: 6px
}

.input-group {
    width: 100%
}

.form-wrap .col-lg-5 {
    padding-right: 3px
}

.form-wrap .col-lg-4 {
    padding: 0 3px
}

.form-wrap .col-lg-3 {
    padding-left: 3px
}

.form-wrap .col-lg-2 {
    padding-left: 3px
}

.end_date {
    padding-left: 15px !important;
    padding-right: 3px
}

.economy {
    padding: 0 3px !important
}

.formWrp {
    padding: 60px 0
}

.map-wrap iframe {
    margin-bottom: -5px
}

.slidrWrp {
    background: #c1030a url(../index.html) repeat;
    padding: 50px 0;
}

.slidrWrp .form-wrap {
    background: rgba(255, 255, 255, 0.41)
}

.form-wrap .input-group select:focus {
    outline: none !important
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #ee8c0d;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #ee8c0d;
    
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff
}

.nav>li>a.active {
    background: #ee8c0d;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.form_sec {
    background: #41444c;
    padding: 30px 0
}

.property-wrap .propert_info img {
    display: inline !important;
    width: auto !important
}

.property-wrap {
    padding: 50px 0
}

.title {
   
}
.align-center-ctm{
    justify-content: center;
    align-items: center;
    display: flex;
}


.title h1 {
    font-size: 36px;
    color: #002b51;
    text-transform: uppercase
}
.services-section-bg{
    background: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: 0 0 20px rgba(114, 114, 114, 0.15)
}
.property_box {
  
    background: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: 0 0 20px rgba(114, 114, 114, 0.15)
}

.propertyImg {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.propertyImg img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.propertyImg .price {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(#377a3c 0, #70b668 100%);
    font-size: 16px;
    padding: 4px 14px 4px 14px;
    color: #fff;
    border-radius: 6px 0px 0px 0px;
}

.propertyImg .price i {
    margin-right: 6px;
}

.property_box h3 {
    margin-top: 10px;
    line-height: 24px
}

.property_box h3 a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase
}

.property_box h3 a:hover {
    color: #ee8c0d;
}

.property_location i {
    padding-right: 6px;
    font-size: 14px;
    color: #ee8c0d;
}

.property_location {
    font-size: 14px;
    color: #ee8c0d;
    font-weight: 600
}

.heart_info {
    display: flex;
    margin-top: 15px
}

.heart_icon {
    margin-right: 5px
}

.heart_icon a {
    font-size: 14px;
    color: #a5a5a5;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border: 1px solid #f0efef;
    background: #f9f9f9
}

.property_price {
    font-size: 20px;
    color: #ee8c0d;
    font-weight: 700;
    margin-left: 15px
}

.propert_info {
    text-align: center;
    margin-top: 15px;
    border: 1px solid #efefef;
    padding: 7px
}

.propert_info h5 {
    font-size: 12px;
    margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
    color: #000
}

.propert_info ul li {
    position: relative
}

.propert_info ul li:before {
    content: "";
    background: #efefef;
    width: 1px;
    height: 63px;
    position: absolute;
    top: -8px;
    left: 0
}

.propert_info ul li:first-child:before {
    display: none
}

.property_box:hover .propertyImg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.rent_info {

    display: flex;
    margin-top: 15px
}

.apart {
    color: black;
    border: 1px solid #484440;
 
    z-index: 99;
    position: relative;
    padding: 10px 18px;
    width: 55%;
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif
}



.sale {
    background: #ee8c0d;
    padding: 10px;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    width: 45%;
    font-size: 15px;
    font-weight: 500
}

.buy-wrap {
    background: url(../upload/hp-smst-bg-img.jpg) no-repeat center;
  
    text-align: center;
    background-size: cover;
    padding: 100px 0;
    position: relative
}

.buy-wrap h1 {
    color: #fff
}

.buy-wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    color: #fff;
    text-align: justify
}

.start_btn a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid transparent;
    color: #000;
    display: inline-block;
    font-weight: 400;
    background: #ee8c0d;
    padding: 16px 34px
}

.start_btn {
    margin-top: 34px
}

.start_btn a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.popular_wrap {
    padding: 50px 0
}

.tg-themetabnav button.owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    margin-left: -44px
}

.tg-themetabnav button.owl-next {
    position: absolute;
    right: 0;
    top: 30%;
    margin-right: -44px
}

.tg-themetabnav button.owl-next span,
.tg-themetabnav button.owl-prev span {
    font-size: 26px;
    border: 1px solid #515151;
    color: #515151;
    width: 35px;
    height: 35px;
    line-height: 28px;
    margin-bottom: 0;
    border-radius: 50%;
    transition: all .2s linear;
    display: block
}

.tg-themetabnav .owl-nav span:hover {
    background: #ee8c0d;
    color: #fff
}

.popular_wrap .popular_img {
    overflow: hidden;
    
}

.popular_wrap .popular_img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -270px;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 0;
    height: 130%;
    -webkit-transform: skewX(-36.01deg);
    -ms-transform: skewX(-36.01deg);
    transform: skewX(-36.01deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0
}

.popular_wrap .popular_img .popular_img_text {
    font-size: 18px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    top: inherit;
    left: 0;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(transparent, #ee8c0d);
    padding: 8px 20px
}

.popular_wrap .mt {
    margin-top: 18.5px
}

.popular_img .popular_img_text a {
    font-size: 24px;
    color: #fff;
    text-decoration: none
}

.popular_img .popular_img_text a:hover {
    color: #ee8c0d;
}

.popular_img:hover:before {
    width: 230%
}

.property_rent {
    background: url(../index.html) no-repeat;
    background-size: cover
}

.perfect_home_wrap {
    background: url(../images/trip-imgtry.png) no-repeat ;
    background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 162px 0;

}

.perfect_home_wrap h1 {
    font-size: 27px;
    font-family: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 500px;
}

.perfect_home_wrap span {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    
}

.perfect_home_wrap .readmore {
    margin-bottom: 0;
    text-align: right
}

.perfect_home_wrap .readmore a {
    border-radius: 15px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background:#8638ff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 15px 40px
}

.perfect_home_wrap .readmore a:hover {
 
  
    background-color: black;
}

.footer {

    background-color:#6a5229;
    padding: 40px 0 20px;
    position: relative;
    margin-top: 75px;
}

/* .footer::before {
    background-image: url(../images/footer-img1.png);
    position: absolute;
    content: '';
    top: -81px;
    height: 82px;
    width: 100%;
    background-repeat: repeat-x;
} */
.footer p {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    margin-top: 20px
}

.widget-content .images {
    margin-top: 10px
}

.footer .footer-widget .footer_button:hover {
    background: #fff;
    color: #000
}

.footer .footer-widget .footer_button:hover a {
    color: #000
}

.footer .footer-widget .footer_button a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.footer .footer-widget .footer_button i {
    margin-left: 10px
}

.footer-widget h3 {
    margin-bottom: 40px
}

.footer-widget h3.title {
    font-size: 22px;
    text-transform: capitalize;
    text-align: left
}

.footer.bg-style .footer-widget h3.title:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px
}

.footer-widget.quick-links ul li a:hover {
    color: #d62929
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px
}

.property_sec {
    list-style: none
}

.property_sec li {
    border-bottom: 1px solid #2f2f2f;
    padding: 18px 0
}

.property_sec li:first-child {
    padding-top: 0
}

.property_sec li:last-child {
    padding-bottom: 0;
    border: none
}

.rec_proprty {
    display: flex
}

.property_info {
    margin-left: 16px
}

.property_info p {
    margin: 0;
    font-size: 14px
}

.priceWrp {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    background: #ee8c0d;
    padding: 3px 14px;
    display: inline-block
}

.property_info h4 {
    margin-bottom: 0;
    line-height: 14px
}

.property_info h4 a {
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.property_info h4 a:hover {
    color: #ee8c0d;
}

.footer-widget.contact-widget .column {
    padding: 0 10px
}

.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px
}

.footer.bg-style .footer-widget h3.title {
    position: relative;
    font-weight: 500;
    color: #fff
}

.footer.bg-style .footer-widget.quick-links ul li {
    margin-bottom: 8px
}

.footer.bg-style .footer-widget.quick-links ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #fff;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: black
}

.footer.bg-style .footer-widget.quick-links ul li a:hover:before {
    color: #8cd37d
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(119, 119, 119, 0.35);
    color: #fff
}

.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin: 5px 0 20px;
    font-family: 'Open Sans', sans-serif
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px
}

.footer-widget.opening-hour {
    color: #adadad
}

.footer-widget.opening-hour span {
    font-size: 14px;
    font-weight: 400;
  font-family: 'Roboto', sans-serif;
    color: #adadad
}

.footer-widget.opening-hour .day-time {
    margin-top: -12px
}

.footer-widget.opening-hour .day-time li {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0;
    border-bottom: 1px solid #3b3a4c
}

.footer-widget.opening-hour .day-time span {
    float: right
}

.footer-widget.opening-hour .day-time li:last-child {
    border-bottom: none
}

.footer-widget.opening-hour .day-time li:nth-child(3) span {
    color: #fc7013
}

.footer-widget.opening-hour .day-time li:nth-child(4) span {
    color: #fc7013
}

.footer-widget .contact-info li {
    position: relative;
    color: #bdbcc0;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.footer-widget .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 14px
}

.footer-widget .widget-content {
    margin-top: -3px
}

.footer-widget .widget-content p {
    margin-bottom: 15px
}

.footer-bottom .social-links a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #d1d1d1;
    padding: 0 15px;
    line-height: 26px
}

.footer-bottom a:hover {
    color: #6168b5
}

.footer-bottom .copyright-text {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.footer-widget .social {
    list-style: none;
    margin-top: 20px
}

.footer-widget .social li {
    display: inline-block
}

.footer-widget ul li {
    padding-right: 4px
}

.footer-widget .social li a {
    border: 1px solid #fff;
    font-size: 16px;
    color: #bdbcc0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%
}

.social li a {
    color: #fff;
    -webkit-transition: .5s ease-in-out;.footer
    transition: .5s ease-in-out
}

.footer-bottom {
    padding: 14px 0
}

.footer .footer_contact .footr {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block
}

.footer .footer_contact a:hover,
.footer .footer_contact a:hover:before {
    color: #ee8c0d;
}

.footer-bottom {
    background: #ee8c0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom a {
    color: #fff;
}

.footer-adress {
    list-style: none
}

.footer-adress li {
    margin: 0;
    padding-bottom: 15px;
    display: flex
}

.footer-adress li>i {
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    width: 30px;
    padding-top: 3px
}

.footer-adress li span a,
.footer-adress li span {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.footer-adress li span a:hover {
    color: black
}

.footer_icon {
    text-align: left
}

.footerLinks li {
    position: relative;
    padding-left: 16px
}

.footerLinks li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-decoration: none
}

.footerLinks li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #fff
}

.footerLinks li a:hover {
    color: #ee8c0d;
}

.social-icons ul li {#ee8c0d 
    display: inline-block;
    margin-right: 3px
}

.social-icons ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-decoration: none !important
}








input:focus {
    outline: none !important
}

.innerHeading {
    background: url(../index.html);
    padding: 40px 0;
    background-size: cover;
    text-align: center
}

.innerHeading h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600
}

.innercontent {
    padding-top: 50px ;
}

.tags:after {
    display: table;
    clear: both;
    content: ''
}

.tags li {
    display: inline-block;
    border: none !important;
    padding: 0 !important
}

.tags a {
    font-size: 13px;
    color: #969595;
    border: 1px solid #dadada;
    padding: 7px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.tags a:hover {
    border: 1px solid #ee8c0d;
    background: #ee8c0d;
    color: #fff !important;
    text-decoration: none
}

.blog_details .property_box {
    margin-top: 0
}

ul.tick {
    list-style: none
}

ul.tick li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 600
}

ul.tick li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 0;
    color: #ee8c0d;
}

ul.tick li {
    margin-bottom: 10px
}

.formcol .form-control {
    border-radius: 0;
    height: 48px;
    font-size: 14px
}

.formcol textarea.form-control {
    height: 120px !important
}
.contact-btn-form{
    text-align: center;
}

.contact-btn .sub {
 
    text-transform: uppercase;
    color: #fff;
    padding: 0 36px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
  
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    background: #484440;
    box-shadow: none;
    cursor: pointer;
    border: none;
    height: 48px;
    line-height: 48px;
    transition: all .2s linear
}



.theiaStickySidebar{
     border-radius: 10px!importent;
    box-shadow: 0 0 20px rgb(114 114 114 / 15%);

}
.contact-btn .sub:hover {
    background: #8638ff;
}

.contact-btn .sub i {
    margin-left: 10px
}

.getTouch {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px
}

button:focus {
    outline: none
}

.aboutWrap h3 {
    text-align: left
}

.innerTeamWrp .team_wrp {
    margin: 40px 0
}

.four-zero-page {
    text-align: center
}

.four-zero-page h2 {
    font-size: 220px;
    color: #323040;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    font-weight: 800
}

.four-zero-page h3 {
    color: #111;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 10px
}

.four-zero-page p {
    letter-spacing: 2px;
    padding: 0 250px
}

.four-zero-page .readmore {
    margin-top: 30px
}

.typghrapyWrp h1 span {
    font-size: 24px;
    margin: 20px 0
}

.faqs .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0
}

.panel-heading h4 {
    margin-bottom: 0
}

.faqs h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: #ee8c0d;
    color: #fff;
    font-size: 18px;
    position: relative
}

.panel-group h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 15px
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #eee
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
    padding: 15px;
    font-size: 14px
}

.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
    text-decoration: none;
    background: #ee8c0d;
    color: #fff
}

.faqs h4 a:before {
    content: "\f068";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #ee8c0d;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    line-height: 18px;
    border-radius: 50%
}

.faqs h4 .collapsed:before {
    content: "\f067";
    font-family: 'FontAwesome';
    background: #ee8c0d;
    width: 30px;
    padding: 6px 0;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    text-decoration: none
}

.faqs h4 a.collapsed {
    background: linear-gradient(45deg, #ee8c0d;, transparent);
    color: #fff;
    text-decoration: none;
    border-left: 4px solid #98e087
}

.faqs h4 .collapsed:hover:before {
    background: #fff;
    color: #ee8c0d;
}

.loginWrp {
    max-width: 400px
}

.btn-facebook {
    background-color: #3b5999;
    border-radius: 0;
    padding: 12px 0
}

.login_btn {
    background: #000;
    border-color: #000;
    border-radius: 0
}

.login_btn:hover {
    background: #ee8c0d;
    border-color: #ee8c0d;
}

.forgot_text {
    font-size: 14px
}

.google_plus {
    background: #d54b3d;
    border-color: #d54b3d;
    border-radius: 0;
    padding: 12px 0
}

.google_plus:hover {
    background: #ce4234;
    border-color: #ce4234
}

.loginWrp .form-control {
    height: 48px;
    border-radius: 0;
    font-size: 14px
}

.loginWrp .login_btn {
    height: 48px;
    text-transform: uppercase;
    font-weight: 700
}

.sidebar_form .input-group {
    border-right: none;
    position: relative;
    margin: 7px 0
}

.sidebar_form .form-control {
    font-size: 13px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    height: 52px;
    padding-right: 46px
}

.hover_icon {
    position: absolute;
    top: 9px;
    right: 14px;
    z-index: 99
}

.hover_icon a {
    text-decoration: none;
    color: #000;
    font-size: 18px
}

.nice-select {
    border-radius: 0;
    height: 44px;
    border: 1px solid #ced4da
}

.nice-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.listing_wrap .property_box {
    margin-top: 0;
    margin-bottom: 30px
}

.advanceWrp h4 a.collapsed,
.advanceWrp h4 a {
    background: none !important;
    color: #ee8c0d; !important
}

.advanceWrp h4 .collapsed:hover:before {
    background: #ee8c0d; !important;
    color: #fff !important
}

.advanceWrp h4 a:before {
    background: #ee8c0d; !important;
    color: #fff !important
}

.advanceWrp h4 a:before,
.advanceWrp h4 .collapsed:before {
    left: 0 !important;
    right: auto
}

.advanceWrp h4 a {
    padding: 15px 15px 15px 40px !important;
    display: inline-block
}

.advanceWrp .panel-group .panel {
    border: none;
    margin-bottom: 0
}

.advanceWrp .panel-body {
    padding: 0 !important
}

.advanceWrp {
    margin-bottom: 0 !important
}

.checkbox {
    margin-top: 16px !important;
    padding-left: 30px
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]+label {
    width: 20px;
    height: 20px;
    border: 1px solid #ee8c0d;
    background: #ffe6a4;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0
}

.checkbox input[type=checkbox]:checked+label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ee8c0d;
    padding-left: 2px;
    position: relative;
    top: -3px
}

.submit {
    background: #ee8c0d;
    cursor: pointer;
    padding: 10px 36px;
    width: 100%;
    border: none;
    color: #fff
}

.submit:hover {
    background: #000
}

.sortWrp {
    border: 1px solid #e6e6e6;
    padding: 12px 16px
}

.sortWrp .dropdown-toggle {
    font-size: 16px;
    color: #000;
    text-decoration: none
}

.sortWrp .title-text {
    color: #ee8c0d;
    font-weight: 700
}

.sortWrp {
    margin-bottom: 30px
}

.sortWrp li a.nav-link {
    border: 1px solid #e8e8e8;
    color: #ee8c0d;
}

.sortWrp li a.nav-link:hover {
    color: #fff !important
}

.sortWrp li a.active {
    background: #ee8c0d;
    color: #fff
}

.sortWrp li a {
    padding: 6px 10px
}

.blog-pagination {
    margin-top: 30px
}

.blog-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #ee8c0d;
    border: 1px solid #ee8c0d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px
}

.blog-pagination a:hover,
.blog-pagination a.active {
    background: #ee8c0d;
    color: #fff
}

.property_listWp>li {
    margin-bottom: 30px
}

.property_details {
    margin-top: 20px
}

.property_details h3 {
    font-weight: 600
}

.property_address {
    font-size: 14px;
    color: #333
}

.property_details .heart_info {
    float: right
}

.property_details .property_price {
    font-size: 26px;
    line-height: 26px
}

.property_head {
    margin-bottom: 30px
}

.desc_head {
    font-size: 20px;
    color: #ee8c0d;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.property_list {
    list-style: none
}

.property_list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px
}

.property_list li span {
    font-weight: 700;
    color: #666;
    width: 50%;
    float: left
}

.prop_del {
    margin-bottom: 20px
}

.property_widget {
    margin-top: 20px
}

.property_listWp .property_box h3 {
    min-height: inherit
}

.icon-checkbox {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 0
}

.icon-checkbox li {
    font-size: 16px;
    padding: 8px 0;
    position: relative
}

.icon-checkbox li::before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    background: #ee8c0d;
    color: #fff;
    text-align: center;
    line-height: 15px;
    border: 2px solid transparent;
    transition: border-color 0;
    border-radius: 2px
}

.floor_plans {
    margin-top: 40px
}

.floorImg {
    text-align: center;
    margin-bottom: 20px
}

.mt30 {
    margin-top: 30px
}

.innercontent .card:hover {
    border-color: #ee8c0d;
}

.agentWrp h3 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #b1b1b1
}

.agent_box a {
    text-decoration: none;
    color: #000
}

.agent_box a:hover i {
    color: #ee8c0d;
}

.agentWrp>li {
    margin-bottom: 30px
}

.agent_icons {
    margin-top: 30px
}

.agent_details textarea.form-control {
    height: 144px !important
}

.agent_tabs li a {
    border: 1px solid #dee2e6 !important;
    color: #000
}

.agent_tabs li a.active {
    background: #ee8c0d; !important;
    color: #fff !important
}

.agent_tabs li a:hover {
    color: #fff !important
}

.agent_content {
    border: 1px solid #dee2e6;
    padding: 25px;
    border-top: none
}

.agent_details h3 {
    min-height: inherit
}

.agency_del .property_box {
    margin-bottom: 0 !important
}

.testimonialswrp {
    text-align: center
}

.testi-info {
    box-shadow: none;
    background: #fdfdfd;
    border: 1px solid #dcdcdc;
    padding: 20px;
    position: relative
}

.testi-info:before {
    content: "\f136";
    font-family: 'Flaticon';
    background: #ee8c0d;
    position: absolute;
    top: 65px;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px
}

.testimonialswrp li:last-child .testi-info {
    margin-bottom: 0
}

.testimonialswrp ul {
    list-style: none
}

.client_rating {
    margin-bottom: 0
}

.client_rating li {
    display: inline-block;
    font-size: 18px;
    margin: 0 2px;
    color: #8638ff;
}

.testi-info p {
    margin-top: 15px;
    position: relative;
    line-height: 24px;
    font-style: italic;
    color: #676767
}

.client-image {
    margin-bottom: 10px
}

.client-image img {
    border-radius: 100%;
    border: 1px solid #e1e1e1;
    width: auto !important;
    display: inline !important
}

.testimonialswrp .name {
    font-size: 18px;
    color: #ee8c0d;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px
}

.testimonialswrp .name span {
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #676767;
    font-weight: 400
}

.map_list iframe {
    border-width: 0
}

span.info {
    display: inline-block;
    font-size: 12.5px;
    margin: 5px 0;
    background: #FFFFFF;
    color: #083257;
}

a.mobile-phone {
    font-size: 29px;
    background: #4f91cc;
    color: #FFFFFF;
    position: fixed;
    bottom: 85px;
    left: 20px;
    border-radius: 50%;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 9px 0;
    z-index: 100;
}

a.whatsapp-phone {
    font-size: 29px;
    background: #4FCE5D;
    color: #FFFFFF;
    position: fixed;
    bottom: 110px;
    left: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 0;
    z-index: 98;
}

@media screen (max-width:767px) {
    a.mobile-phone {
        display: block !important;
    }
}

@media screen and (max-width:767px) {
    a.whatsapp-phone {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) {
    .single-widgets h4 {
        line-height: 15px
    }

    .property_details .property_price {
        font-size: 20px
    }
}

@media screen and (max-width: 990px) {
    .hero-image {
        height: 400px;
        width: 100%
    }

    .hero-wrapper:before {
        top: 0
    }

    .videohover {
        position: static
    }

    .videoWrp {
        height: auto;
        padding-bottom: 100px
    }
  .intro-form-heading{
        color: white;
  }
    .sbutn {
        padding: 15px 0;
        font-size: 8px
    }

    .ulockd-team .offset-3 {
        margin-left: 0
    }

   

    .navbar-nav {
        clear: both
    }

    .perfect_home_wrap .readmore,
    .perfect_home_wrap {
        text-align: center
    }

    .popular_img .popular_img_text a {
        font-size: 16px
    }

    .hotelLinks li {
        width: 25%
    }

    .economy,
    .form-wrap .col-lg-4 {
        padding: 0 15px !important
    }

    .end_date,
    .form-wrap .col-lg-5 {
        padding-right: 15px
    }

    .form-wrap .col-lg-2,
    .form-wrap .col-lg-3 {
        padding-left: 15px
    }

    .form-wrap .input-group {
        margin-bottom: 6px
    }

    .sliderTxt h1 {
        font-size: 48px
    }

    .story_box h3,
    .story_box p,
    .story_box {
        text-align: center
    }

    .story_box p {
        margin-bottom: 30px
    }

    .story-wrap {
        padding: 90px 0 40px
    }

    .navbar {
        float: none
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        border: 1px solid #eee
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 70%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #001c00;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000
    }

    .navbar-nav>li>ul {
        width: 100%;
        position: static;
        display: none;
        margin-left: 0;
        opacity: 1;
        visibility: visible
    }

    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .close-toggler {
        background: none;
        color: #fff;
        padding: 0;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        float: right;
        display: block
    }

    .perfect_home_wrap .readmore {
        margin-top: 30px;
        display: inline-block
    }

    .navbar-nav li a+i {
        display: block
    }

    .team_wrp {
        max-width: 375px;
        margin: 0 auto
    }

    .insta_pics img {
        width: 80px
    }

    .about-widget,
    .footer_button {
        text-align: center
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff
    }

    .navbar li {
        padding: 0;
        border-bottom: 1px solid #002e00
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #fff !important
    }

    .navbar li span {
        display: inline-block;
        width: 30px;
        padding-right: 10px
    }

    .navbar-nav>li>ul>li>a:hover {
        background: #ee8c0d;
    }

    .buy-wrap p {
        padding: 0
    }

    section.our_team_wrap .team_member {
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto
    }

    .caret {
        display: none !important
    }

    .plan.featured {
        transform: none;
        margin: 30px 0
    }

    .four-zero-page p {
        padding: 0
    }

    .blog-pagination {
        margin-bottom: 30px
    }

    .sliderTxt {
        margin-top: 20px
    }

    .w100-sm {
        width: 100%
    }

    .tg-themetabnav button.owl-next,
    .tg-themetabnav button.owl-prev {
        margin: 0
    }

    .apart {
        padding: 10px 15px
    }
}

@media screen and (max-width: 767px) {
    .hero-image {
        height: 300px;
        width: 100%
    }

    .popular_wrap .mt_md {
        margin-top: 20px
    }

    .col-sm-4.pr-0 {
        padding-right: 15px !important
    }

    .popular_wrap .row .col-md-4:nth-child(1) .popular_img {
        margin-bottom: 15px
    }

    .property_details .heart_info {
        float: none
    }

    .icon-checkbox {
        columns: 2
    }

    .slidertext3 {
        line-height: 18px !important
    }

    section.our_team_wrap h1 {
        font-size: 30px
    }

    .innerTeamWrp .team_wrp {
        margin: 0 auto !important
    }

    .four-zero-page h2 {
        font-size: 150px
    }

    .four-zero-page h3 {
        font-size: 24px;
        letter-spacing: 5px
    }

    .four-zero-page {
        padding-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    .heading_primary {
        font-size: 30px
    }

    .topbar-mail {
        display: none !important;
    }

    .four-zero-page p {
        letter-spacing: 0
    }

    .four-zero-page h3 {
        font-size: 18px;
        letter-spacing: 2px
    }

    .four-zero-page h2 {
        font-size: 70px
    }

    .slidertext3 {
        line-height: 12px !important
    }

    .topbar-wrap {
        text-align: center

    }

    .icon-checkbox {
        columns: 1
    }

    .topbar_phone {
        display: block;
        margin-bottom: 6px
    }

    .top_right {
        text-align: center
    }

    .navbar {
        padding: 0 15px
    }

    .navbar-toggler {
        right: 15px
    }

    .nav>li>a {
        padding: 10px 8px;
        font-size: 14px
    }

    .hotelLinks li {
        width: 50%
    }

    .header_logo {
        width: 230px !important
    }

    .popular_wrap h1,
    .buy-wrap h1,
    .title h1,
    .perfect_home_wrap h1,
    .sliderTxt h1 {
        font-size: 28px
    }

    .sliderTxt p {
        font-size: 14px;
        letter-spacing: 1px
    }

    .property_box h3 a {
        font-size: 18px
    }

    .property_location i {
        font-size: 14px
    }

    .start_btn a {
        display: block;
        margin-top: 20px;
        width: 220px;
        margin-left: auto;
        margin-right: auto
    }

    section.our_team_wrap .team_member:hover .team_img img {
        right: -15px
    }
}

.vertical-align-middle {
    vertical-align: middle
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

\.covered ul {
    margin: 0;
    padding: 0;
    min-height: 50px
}

.covered ul li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    line-height: 24px;
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

.covered ul li::after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 2px
}

.covered ul li:last-child {
    padding-right: 0
}

.covered ul li:last-child::after {
    display: none
}

.highlights ul {
    margin: 5px 0 0
}

.highlights ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    color: #444;
    font-size: 15px
}

.highlights ul li::after {
    content: '\f101';
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 0px;
}

.tg-themetabs {
    width: 100%;
    float: left;
    border: 1px solid #f9f9f9
}

.tg-themetabnav {
    width: 100%;
    float: left;
    color: #676767;
    display: table;
    font-size: 13px;
    list-style: none;
    line-height: 16px;
    text-align: center;
    table-layout: fixed
}

.tg-themetabnav li {
    display: block;
    line-height: 1;
    list-style-type: none
}

.tg-themetabnav li .font i {
    font-size: 60px
}

.tg-themetabnav li a {
    /* background: -webkit-linear-gradient(#8cd37d,#0d457e); */
    /* -webkit-text-fill-color: transparent; */
    display: block;
    text-decoration: none !important;
    color: #ee8c0d;
    background-color: #fff;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
}

.tg-themetabnav li a img {
    display: block;
    margin: 0 auto
}

.tg-themetabnav li a strong {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 5px;
}

.tg-themetabnav li a span {
    display: block
}

.top_site_main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.phys-breadcrumb {
    margin: 0
}

.phys-breadcrumb li {
    display: inline-block;
    color: #fff !important
}

.phys-breadcrumb li:after {
    content: "\f105";
    margin: 0 5px;
    font: normal normal normal 14px/1 FontAwesome
}

.phys-breadcrumb li a {
    text-decoration: none;
    color: #fff !important
}

.phys-breadcrumb li:last-child:after {
    content: "";
    margin: 0
}

.breadcrumbs-wrapper {
    margin-bottom: 15px
}

.default-cinfo li .icon_box,
.default-cinfo li .text-box {
    display: table-cell;
    vertical-align: top
}

.default-cinfo .icon_box {
    width: 45px
}

.side-form .form-group {
    margin-bottom: 10px
}


.ctm-form-heading-bg{
    background-color:#ee8c0d !important ;
    padding: 10px;
}
.side-form .form-control {
    border: 1px solid #efefef;
    padding: 0 15px;
    height: 55px !important
}

.modal {
    z-index: 9999
}

.modal .modal-dialog {
    max-width: 800px;
    width: 800px
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0
}

.modal .modal-dialog .modal-content .modal-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #2f3b59;
    font-size: 23px;
    text-align: center;
    margin: 0 0 20px;
    padding: 30px 0 0
}

.modal .modal-dialog .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    background: #293c4e;
    width: 30px;
    height: 30px;
    z-index: 1;
    line-height: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 20px;
    text-shadow: none;
    color: #fff
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    overflow: hidden
}

.modal .modal-dialog .modal-content .modal-body .form {
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 13px
}

.modal .modal-dialog .modal-content .modal-bg {
    padding: 0
}

.modal .modal-dialog .modal-content .modal-bg .modal-img {
    background: url(../images/review-modal-bg.jpg);
    height: 594px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.modal .modal-dialog .modal-content .modal-bg .modal-img-enquiry {
    /*background:url(../images/enquirybg.jpg);*/
    background-color: #2f3b59;
    height: 512px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.modal button.Zebra_DatePicker_Icon {
    z-index: 999
}

@media (min-width: 480px) and (max-width:575px) {
    #status {
        width: 78%;
        height: 76%;
        left: 14%;
        top: 30%
    }

    .modal-dialog {
        max-width: 95%
    }

    .modal-body {
        padding: 35px 20px
    }
}

@media screen and (max-width: 479px) {
    .modal .modal-dialog .modal-content .modal-bg {
        display: none
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 20px
    }

    .modal .modal-dialog .modal-content .modal-body .form {
        padding: 0
    }

    .modal .modal-dialog .modal-content .modal-title {
        padding: 0
    }

    .modal .modal-dialog {
        width: 300px;
        margin: 20px auto
    }
}

@media screen and (max-width: 767px) {
    .modal .modal-dialog {
        width: 550px;
        margin: 20px auto
    }

    .modal .modal-dialog .modal-content .modal-body .form {
        padding-right: 20px
    }
}

@media screen and (max-width: 990px) {
    .modal .modal-dialog {
        max-width: 700px;
        width: 100%
    }
}

.modal-btn {
    background: #8638ff;
    cursor: pointer;
    border: none;
    height: 48px;
    color: #fff;
    transition: all .2s linear
}

.modal-btn:hover {
    background: #0d5da0
}

.modal .form-control {
    height: 48px
}

.modal select {
    height: 48px !important
}

.modal textarea {
    height: 120px;
    resize: none
}

.modal .form-group {
    margin-bottom: 20px !important
}

.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important
}

.form-control[readonly] {
    background-color: #fff;
    cursor: not-allowed
}

.Zebra_DatePicker {
    z-index: 99999;
    background-color: #2f3b59 !important;
    z-index: 999999999 !important
}

.Zebra_DatePicker .dp_actions .dp_hover {
    background-color: #222 !important
}

.Zebra_DatePicker {
    background: #2f3b59 !important
}

.Zebra_DatePicker .dp_body .dp_disabled {
    background: #2f3b59 !important;
    color: #7e7878 !important
}

.Zebra_DatePicker .dp_body .dp_hover {
    background: #222 !important
}

.Zebra_DatePicker .dp_body td {
    background: #2f3b59 !important;
    color: #fff !important
}

.Zebra_DatePicker .dp_body .dp_weekend {
    background: #2f3b59 !important;
    color: #e3ff62 !important
}

.Zebra_DatePicker .dp_daypicker th {
    background: #2f3b59 !important
}

.Zebra_DatePicker .dp_body .dp_current {
    background: #fff !important;
    color: #222 !important
}

.Zebra_DatePicker .dp_body tr:first-child th {
    color: #fff !important
}

.Zebra_DatePicker .dp_actions .dp_hover {
    background: #222 !important
}

span.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important
}

.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    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);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon_3 span::after,
.ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908
}

.ribbon_3 span::before {
    left: 0;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent
}

.ribbon_3 span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908
}

.ribbon_3.popular span::after,
.ribbon_3.popular span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #377a3c
}

.ribbon_3.popular span {
    background: linear-gradient(#377a3c 0, #70b668 100%)
}

.ribbon_3.popular span::before {
    border-left: 3px solid #387b3d;
    border-right: 3px solid transparent
}

.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #3a7d3e
}

.feature_home {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    color: #888;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.feature_home h3 {
    font-size: 18px
}

.feature_home i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 40px;
    color: #1d5b94;
    position: absolute;
    left: 5px;
    top: 5px
}

#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 116px;
    background: #ee8c0d ;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    font-size: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    background: rgb(79 69 175);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.price-information {
    margin: 0px;
}

.price-information table thead tr th p strong {
    font-weight: 600;
    color: #fff;
}

.price-information table thead tr th p {
    font-size: 13px;
    text-align: center !important;
    margin-bottom: 2px;
}

.price-information table thead tr th {
    background: #155690;
    padding: 0 5px;
}

.price-information tbody td p {
    line-height: 20px;
    margin-bottom: 0px;
    color: #000;
    text-align: inherit !important;
}

.price-information table th {
    padding: 1px;
    /* vertical-align: top; */
    border: 1px solid #dee2e6;
}

.price-information table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.price-information table {
    margin-bottom: 12px;
}

.single-blog-inner.style-border {
    margin-bottom: 50px;
    border: 2px solid #E4EAF1;
    box-shadow: none;
}

.single-blog-inner:hover {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);
}

.single-blog-inner {
    overflow: hidden;
    border-radius: 7px;
    transition: 0.4s;
}

.single-blog-inner .thumb {
    position: relative;
}

.single-blog-inner .details {
    padding: 10px 20px 10px 20px;
    background-color: #fff;
}

.single-blog-inner .details .blog-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
}

.single-blog-inner .details .blog-meta li {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    color: var(--heading-color);
}

.single-blog-inner .details .blog-meta li i {
    margin-right: 4px;
}

.single-blog-inner .details .title {
    margin-bottom: 16px;
    font-size: 19px;
    text-align: left;
}

.single-blog-inner .details .title a {
    color: #064c89
}

.single-blog-inner .details p {
    margin-bottom: 16px;
}

.single-blog-inner .details .read-more-text {
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}

@media (min-width: 768px) {

    .climate-table td:first-child,
    .climate-table th:first-child {
        padding-right: 20px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .climate-table tbody th:first-child {
        border-left: 1px solid #f4f4f4;
    }
}

#climate {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section .section__hdr {
    max-width: 800px;
    margin: 0 auto;
}

.climate-table {
    border-bottom: 1px solid #f4f4f4;
    font-size: 13px;
    width: 100%;
}

.climate-table a {
    color: #002d55;
}

.climate-table thead th {
    padding: 8px 5px;
    background-color: #0574b9;
    color: #fff;
}

.climate-table td {
    padding: 5px;
    border: 0;
    text-align: center;
}

.climate-table th {
    padding: 5px;
    border: 0;
    text-align: center;
}

.climate-table td span:first-of-type {
    color: #b95e00;
}

@media (min-width: 768px) {
    .climate-table td:first-of-type span {
        position: relative;
    }
}

.climate-table td span {
    display: block;
    font-weight: 700;
}

@media (min-width: 768px) {
    .climate-table td:first-of-type span:first-child::before {
        background-image: url(../images/temperature-icon-xs.png);
    }
}

@media (min-width: 768px) {
    .climate-table td:first-of-type span::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 3px;
        left: -47px;
        width: 38px;
        height: 14px;
        margin-bottom: -3px;
        background-color: transparent;
        background-size: 100%;
    }
}

.prelative .cover {
    padding: 55px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    /* bottom: 134px; */
    margin: 0 auto;
}

.prelative .cover .header-content {
    position: relative;
    padding: 10px 15px 10px 15px;
    overflow: hidden;
    text-align: center;

    border-radius: 5px;
    display: table;
    margin: 0 auto;
}

.prelative .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #545454;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.prelative .cover .header-content h2 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
}

.prelative .cover .header-content p {
     font-size: 50px;
   
    color: #000000;
    font-weight: 800;
    margin-top: 29px;
}

.prelative .cover .header-content .sbutn {
    border: none;
    cursor: pointer;
    padding: 15px 30px 15px 30px;
    width: 100%;
    background: #ee8c0d;
    background-image: linear-gradient(to right, #ee8c0d), #f1ac53, #ff9100;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    transition: all .2s linear;
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .climate-table td span {
        font-size: 10px;
    }

    .section .section__hdr h2 {
        font-size: 25px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

    .prelative .cover {
        padding: 56px 0;
    }

    .prelative .cover .header-content {
        padding: 16px 0px 16px 0px;
    }

    .prelative .cover .header-content h2 {
        font-size: 16px;
        color: #fff;
    }

    .prelative .cover .header-content p {
        font-size: 14px;
        line-height: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        display: none;
    }

    .prelative .cover .header-content .sbutn {
        border: none;
        cursor: pointer;
        padding: 8px;
        width: 100%;
        background: #ee8c0d;
        text-transform: uppercase;
        font-size: 11px;
        color: #000;
        border-radius: 13px;
        font-weight: 600;
        transition: all .2s linear;
        display: none;
    }

}

.whatapp_btn {
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 16px;
    bottom: 34px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
    text-decoration: none;
    -webkit-animation: moveBounce 3s linear infinite;
    animation: moveBounce 3s linear infinite;
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.pagind {
    display: block;
    position: relative;
    margin: auto;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}

.page-link {
    color: #006699;
}

/*=================Covid Section Css===============*/
.covidframe {
    margin-top: 50px;
    padding-bottom: 30px;
}

.covidSection.page_home {
    margin: 0 auto !important;
}

.covidSection {
    background: #fff !important;
    padding: 0px !important;
    margin: 0 0 8px !important;
    position: relative !important;
}

.covidSection_heading {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
    color: #3e3e3e !important;
}

.covidSection_description {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #b2b2b2 !important;
}

.covidSection_cardList {
    padding: 20px;
    display: flex !important;
    overflow-x: auto !important;
    position: relative !important;
}

.covidCard {
   
}

.covidCard_img {
    max-height: 120px !important;
    width: 100% !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin: 0 0 11px !important;
}

.covidCard_img img {
    padding: 0 !important;
}

.covidCard_title {
    font-size: 14px !important;
 
}

.covidCard_description {
    font-size: 12.5px !important;
  
}

.covidCard_wrapper:last-child {
    margin-right: 0 !important;
}

.covidSection.page_home {
    margin: 0 auto !important;
}

.covidSection.page_PLP {
    margin: 0 auto !important;
}

.covidSection.page_RLP {
    margin: 0 -15px !important;
    background: transparent !important;
    padding: 0 0 24px !important;
}

.covidSection.page_RLP .covidWrapper_RLP {
    background: #fff !important;
    padding: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.covidSection.page_RLP .covidWrapper_RLP .covidSection_description {
    color: #3e3e3e !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 900 !important;
}

.covidSection.page_RLP .covidCard_wrapper {
    flex: 1;
}

.covidSection.page_RLP .covidCard_wrapper .covidCard {
    min-width: 100% !important;
}

.covidSection.page_RLP .covidCard_wrapper .covidCard .covidCard_img {
    max-height: 116px !important;
}

.covidSection.page_DLP {
    margin: 0 auto !important;
}

.covidSection.page_blogHome {
    clear: both !important;
}

.covidSection.page_blogDetail {
    margin-left: -4px !important;
    margin-right: -4px !important;
    padding: 24px 0 24px !important;
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef !important;
    clear: both !important;
}

.covidSection.page_blogDetail .covidSection_heading,
.covidSection.page_blogDetail .covidSection_description {
    padding: 0 24px !important;
}

.covidSection.page_blogDetail .covidCard_wrapper:first-child {
    margin-left: 24px !important;
}

.covidSection.page_blogDetail .covidCard_wrapper {
    margin-right: 0 !important;
    padding-right: 16px !important;
}

.covidSection.page_blogDetail .covidCard_wrapper:first-child {
    margin-left: 24px !important;
}

.covidSection.page_blogHome .covidCard_wrapper {
    flex: 1;
}

.covidSection.page_blogHome .covidCard_wrapper .covidCard {
    min-width: 100% !important;
}

.covidSection .covidNav_enable {
    padding-bottom: 0 !important;
    overflow: hidden;
}

.covidSection .covidNav_enable .covidSection_cardList {
    margin-bottom: -16px !important;
}

.covidSection .covidSlideNavWrapper {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    height: 32px !important;
}

.covidSection .covidSlideNavWrapper img.covidSlideNav_btn {
    padding: 0 !important;
    cursor: pointer !important;
    right: -16px !important;
    height: 32px !important;
    width: 32px !important;
    position: absolute !important;
}

.covidSection .covidSlideNavWrapper img.covidSlideNav_btn.covidSlideNav_Left {
    left: -16px !important;
    right: auto !important;
}

.covidSection .covidNav_enable .covidSection_cardList::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}

/*=============End Covid Section===============*/

/*==========Strt Offer and Round Box==========*/
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.img-circle {
    border-radius: 12px;
}

.bgtop-header {
    background: #222 url(../images/things_to_do_bg_img.jpg) no-repeat center center;
    min-height: 315px;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.heading-h2 {
   
    margin-top: 40px;
}

.top-textbx p {
    font-size: 16.5px;
    font-weight: bold;
    font-style: italic;
    line-height: 26px;
    color: #FFFFFF;
}

.yatra-booking {
    display: inline-block;
    background-color: #fb4d00;
    color: #fff;
    font-size: 16.5px;
    font-weight: bold;
    font-style: italic;
    padding: 8px 18px 11px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
}

.yatra-booking:hover,
.yatra-booking:focus,
.guide-btt:hover,
.guide-btt:focus {
    background-color: #bf000c;
    color: #fff;
}

.tour-topbx {
    margin-top: 0px;
}

.tour-topbx ul {
    margin: 0px;
    padding: 0px;
}

.tour-topbx ul li {
    list-style: none;
    padding-bottom: 20px;
    padding-left: 45px;
}

.tour-topbx ul li a {
    display: inline-block;
}

.tour-topbx ul li img {
    border: 5px solid #fff;
    margin: -80px auto 0px;
    padding: 0px;
}

.tour-topbx ul li span {
    color: #222;
    font-size: 24px;
    font-variant: small-caps;
    padding-top: 4px;
    margin-bottom: 0px;
    display: block;
}

.tour-topbx ul li a:hover {
    text-decoration: none
}

.tour-topbx ul li a:hover>span {
    color: #064b89;
}

.tour-topbx ul li span:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #777;
    margin: 4px auto 0;
}

.tour-topbx ul li a:hover>span:after {
    background: #61c056;
    width: 60px;
}

@media (max-width: 767px) {
    .bgtop-header {
        min-height: inherit;
        padding-bottom: 30px;
    }

    .heading-h1 {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .tour-topbx {
        margin-top: 5px;
    }

    .tour-topbx ul li a {
        position: relative;
    }

    .tour-topbx ul li img {
        margin-top: 0px;
        border-radius: 0;
        border: none;
    }

    .tour-topbx ul li {
        padding: 0 2px;
    }

    .tour-topbx ul li span {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #222;
        color: #fff;
        font-size: 22px;
        padding: 1px 0 3px;
    }

    .tour-topbx ul li a:hover>span {
        color: #ff0;
    }

    .tour-topbx ul li span:after {
        display: none;
    }
}

@media (max-width: 560px) {
    .tour-topbx ul li {
        width: 50%;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 125px;
    }
}

.offerscontainer {
    padding-top: 25px
}

.offer-outter-bx:nth-child(3n+1) {
    clear: left;
}

.new-offer {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    border: 1px solid #dad6d6
}

.new-offer-off {
    margin: 0;
    padding: 0;
    position: relative
}

.new-offer-d {
    position: absolute;
    width: 89px;
    height: 47px;
    background: url(../images/offer-tag1.png) left top no-repeat;
    bottom: 0;
    right: 0
}

.new-offer-d span {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    display: block;
    padding: 6px 0 0 7px;
    font-size: 15px;
    font-weight: bold;
    color: #fff
}

.new-offer-d span i {
    font-size: 24px;
    color: #fff200;
    font-family: "PT Sans"
}

.off-txt {
    padding: 5px
}

.offer-head {
    font-size: 19px;
    color: #1c1c1c;
    line-height: 25px;
    margin: 5px 0;
    text-align: center
}

.offer-head a {
    color: #1c1c1c;
    text-decoration: none
}

.offer-dur {
    font-size: 13px;
    color: #403e3e;
    text-align: center;
    display: block
}

.start-price {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.padd-f {
    padding-left: 10px;
    padding-right: 10px
}

.offer-star {
    margin: 12px 0;
    padding: 0 10px 0 10px;
}

.days_box {
    background: #ee8c0d;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px;
    position: relative;
    display: inline-block
}

.days_box::after {
    content: "";
    position: absolute;
    width: 0;
    top: 8px;
    right: -6px;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ee8c0d;
}

.offer-price {
    float: right
}

.offer-price span {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 17px;
    font-weight: normal
}

.offer-detil {
    background: #fff;
    color: #000;
    padding: 5px 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 18px;
    margin: 12px auto;
    display: table
}

.offer-detil:hover {
    background: #ee8c0d;
    color: #fff;
    text-decoration: none
}

.offer-detil-a {
    background: #3e8a10;
    color: #fff;
    padding: 5px 18px;
    border-radius: 6px;
    font-size: 18px;
    margin: 12px auto;
    display: table
}

.offer-detil-a:hover {
    background: #295f09;
    color: #fff;
    text-decoration: none
}

.start-price {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.offer-detil-a {
    background: #3e8a10;
    color: #fff;
    padding: 5px 18px;
    border-radius: 6px;
    font-size: 18px;
    margin: 12px auto;
    display: table
}

.offer-detil-a:hover {
    background: #295f09;
    color: #fff;
    text-decoration: none
}

.widget.widget-recent-post {
    background-color: #fff;
    padding: 12px;
}

.widget.widget-recent-post .single-post {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 15px;
}

.widget.widget-recent-post .single-post:last-child {
    border-bottom: none;
}

.widget.widget-recent-post .single-post .post-thumbnail a {
    border-radius: 16px;
    overflow: hidden;
}

.widget.widget-recent-post .single-post .post-thumbnail a img {
    border-radius: 2px;
    width: 100px;
    height: 80px;
    border: 4px solid #fafafa;
}

.widget.widget-recent-post .single-post .post-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.widget.widget-recent-post .single-post .post-content h6 {
    margin-bottom: 10px;
}

.widget.widget-recent-post .single-post .post-content h6 a {
    color: #000000;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.blog-meta li {
    display: inline-block;
    color: #999fae;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
}

.load-data-msg {
    font-size: 20px;
    color: #48B1D9
}

.msg-number {
    background-color: #48B1D9;
    color: #000;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-weight: bold;
    font-size: 20px;
    width: 30px;
}

#msg_loader {
    position: fixed;
    bottom: 20%;
    left: 38%;
    display: none;
}

.tour-ex li {
    padding: 0 0 6px 22px;
    list-style: none;
    float: left;
    font-size: 16px;
    width: 100%;
    background: url(../images/trip-includes.png) left 9px no-repeat;
}

.tour-in li {
    padding: 0 0 6px 22px;
    list-style: none;
    float: left;
    font-size: 16px;
    width: 100%;
    background: url(../images/trip-excludes.png) left 9px no-repeat;
}