body {
  color: #000000;
  font-size:16px;
  font-family: 'proxima_novaregular';
}


@font-face {
    font-family: 'proxima_nova_blblack';
    src: url('../../fonts/proxima/proxima_nova_black-webfont.woff2') format('woff2'),
         url('../../fonts/proxima/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.img-position{
  position: absolute;
  height: 436px;
  width: 100%; 
  max-width: none;
  background-size: cover;
}
@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('../../fonts/proxima/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../../fonts/proxima/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../../fonts/proxima/proximanova-regular-webfont.woff2') format('woff2'),
         url('../../fonts/proxima/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../../fonts/proxima/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('../../fonts/proxima/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#header {
    background: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    transition: all ease .3s;
    padding-top: 5px;
}
.deal{
    background: #0a0c87;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    border: solid 7px #c4c4c4;
    padding: 12px 25px;
    text-transform: uppercase;
    margin-top: 20px;
}
.deal:hover{
    background: #060863;
    color: #fff;
}
#header .head-cnt {
    float: right;
    margin-top: 13px;
    transition: all ease .3s;
}
#header .head-cnt ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#header .head-cnt ul li{
    padding: 0;
    margin: 0px;
    list-style-type: none;
    font-size: 16px;
    position: relative;
    color: #022c63;
    display: inline-block;
}
#header .head-cnt ul li:nth-child(1) {
   font-size: 25px;
    font-weight: bold;
}
#header .head-cnt ul li:nth-child(1) span {
    color: #e2602c;
}
#header .head-cnt ul li:nth-child(2) {
    padding: 0 10px 0 40px;
    margin-right: 10px;
    margin-left: 10px;
    border-left: dotted 1px #022c63; 
    border-right: dotted 1px #022c63; 
}

#header .head-cnt ul li:nth-child(3) {
    margin-right: 10px;
    margin-left: 10px;
}
#header .head-cnt ul li .paynow{
    border: solid 1px #e2602c;
    border-radius: 0;
    color: #e2602c;
}
#header .head-cnt ul li .paynow:hover{
    border: solid 1px #fff;
    color: #fff;
    background: #e2602c;
}
#header .head-cnt ul li a{
    color: #022c63;
    text-decoration: none;
}
#header .head-cnt ul li a:hover{
    color: #e2602c;
    text-decoration: none;
}
#header .head-cnt ul li i {
    position: absolute;
    left: 7px;
    top:-5px;
}
#header .cust-nav {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    list-style-type: none;
    text-align: right;
    border-top: solid 1px #eee;
}
#header .cust-nav li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
}
#header .cust-nav li a {
    color: #000;
    padding: 8px 15px;
    font-size: 21px
}
#header .cust-nav li a:hover {
    color: #fff;
    background: #e2602c;
    border-radius: 3px;
    text-decoration: none;
}
.toll-free {
    background: #f47a27;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    position: absolute;
    top: -81px;
    left: 40%;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
#banner{
/*
    position: relative;
    background-image: url(../../images/banner.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
*/
    position: relative;
   /* top: 121px;*/
}
#banner .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#banner .slick-initialized .slick-slide {
    display: block;
    margin: 0;
}
/*.slide-pkd1{
    width: 289px!important;
}*/
/*
#banner:after{
background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}
*/
.parallax-window {
    min-height: 400px;
    background: transparent;
}
#banner .banner-warp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    -webkit-box-shadow: inset 0px 8px 10px -4px #545454;
    box-shadow: inset 0px 8px 10px -4px #545454;
        z-index: 9;
}
.banner-text {
    margin-top: 290px;
}
.owl{
    position: relative;
    bottom: 150px;
}
#banner .banner-text h1{
    font-size: 90px;
    font-family: 'proxima_nova_rgbold';
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 15px;
    text-shadow: 1px 1px 20px #000;
}
#banner .banner-text h4 {
    font-size: 38px;
    color: #f47a27;
    font-family: 'proxima_nova_rgbold';
    line-height: 40px;
    margin-bottom: 30px;
}

#banner .destination{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#banner .destination li {
    padding: 0 13px 0 0;
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 4px;
    list-style-type: none;
    display: inline-block;
    font-family: 'proxima_nova_ththin';
    border-right: solid 1px #fff;
    line-height: 14px;
    text-transform: uppercase;
}

#banner .destination li a {
    color: #fff;
}

#banner .destination li:last-child {
    border-right: none;
}
#banner .trusted{
    padding: 0px;
    margin: 0;
    list-style-type: none;
    display: inline-block;;
}

#banner .trusted li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-bottom: solid 1px #fff;
    display: block;
    color: #fff;    
    font-size: 22px;
    line-height: 45px;
}

#banner .trusted li:last-child{
    border-bottom: none;
}

#banner .trusted li i{
    color: #f47a27;    
}

#banner .free-quotes{
    background: #fff;
    margin-top: 120px;
    border-radius: 12px;
}
#banner .free-quotes .get-free{
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #022c63;
}
#banner .free-quotes .get-free span {
    font-weight: bold;
}
#banner .free-quotes .get-free-qoute{
    padding: 0 30px 30px 30px;
}
#banner .free-quotes .get-free-qoute .form-control{
    border-radius: 0;
    border: 1px solid #ebeced;
}
.btn-enq{
    background: #022c63;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
}
.btn-enq:hover{
    background: #052145;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
}
.banner-2 {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 20px 0 10px;
    margin-top: 50px;
    position: absolute;
    bottom: -30px;
}

.banner-2 ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.banner-2 ul li {
    padding: 0 22px 0 0;
    margin: 0 22px 0 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    border-right: solid 1px #3a3937;
}

.banner-2 ul li:last-child {
    border-right: none;
}

.banner-2 .abt-cmpny{
    color: #fff;
    text-align: center;
}

.banner-2 .abt-cmpny h6{
    font-size: 17px;
}
#banner .slick-prev {
  background-color: transparent;
  background-image: url("../../images/bnr-arrow-left.png");
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-radius: 0px;
  height:50px;
  left: 30px;
  position: absolute;
  text-indent: -999999px;
  top: 44%;
  width: 50px;
        z-index: 9999;
  border-radius:50%;
  border:solid 1px #d9d9d9;
}
#banner .slick-next {
  background-color: transparent;
  background-image: url("../../images/bnr-arrow-right.png");
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  right: 30px;
  text-indent: -999999px;
  top: 44%;
  width: 50px;
  border-radius:50%;
  border:solid 1px #d9d9d9;
        z-index: 9999;
}
#top-packages{
   /* padding: 50px 0;*/
    border-top: solid 12px #f47a27;
}
#top-packages .slick-initialized .slick-slide {
    display: block;
    margin: 0 8px;
}

.h1-global{
    font-size: 44px;
    font-family: 'proxima_nova_ththin';
    color: #022c63;
}
.h1-global span{
    font-family: 'proxima_nova_rgbold';
    color: #f47a27;
}
.font-22{
    font-size: 22px;
    color: #585858;
}
.font-22 span{
    font-family: 'proxima_nova_rgbold';
}

.packages {
    margin-top: 50px;
}
.package {
    padding-top: 70px;
}
.package .slick-prev, .package .slick-next {
    background-color: #e45e29;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 3px #fff;
}
.package .slick-prev {
    left: 0px;
    z-index: 1;  
    text-indent: -99999px;
    background-image: url(../../images/white-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.package .slick-next {
    right: 0px;
    z-index: 1;  
        text-indent: -99999px;
    background-image: url(../../images/white-arrow-r.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    
}


/* Shine */
.pkg-bx {
	position: relative;
    overflow: hidden;
}
.pkg-bx::before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pkg-bx:hover::before {
	-webkit-animation: shine .85s;
	animation: shine .85s;
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 100%;
	}
}

.pkg-bx:after {
    position: absolute;
    content: "";
    background-image: url(../../images/shadow.png);
    background-position: left bottom;
    width: 100%;
    left: 0;
    height: 140px;
    background-repeat: repeat-x;
    bottom: 0;
}
.pkg-bx {
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease;
}
.package .pkg-bx:hover {
    filter: blur(0px)!important;
    transform: translateY(-.5rem);
    transition: all 0.5s ease;
    box-shadow: 0em 9.8em 0em -1.4em #ea6829;
}
.pkg-bx .tag {
    position: absolute;
    top: 13px;
    left: -9px;
}
.pkg-detail{
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: center;
}
.pkg-detail h3{
    font-size: 32px;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-family: 'proxima_nova_rgbold';
}
.pkg-price{
   font-size: 24px; 
   font-family: 'proxima_nova_rgbold';
padding-top: 10px;
}
.pkg-price span{
   color: #e45e29; 
}

.pkg-detail h5{
    font-size: 18px;
    
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.tag-text {
    position: absolute;
    top: 10px;
    left: 18px;
    color: #fff;
    font-size: 18px;
     font-family: 'proxima_nova_rgbold';
}

.overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-image: url(../../images/overlay.png);
    background-repeat:repeat;
}
.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}
.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 8px 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
}
.packages .tag {
    position: absolute;
    width: 108px;
    top: 10px;
    background: #ffd200;
    right: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.packages h2{
    font-size: 20px;
    font-family: 'proxima_novaregular';
    font-weight: 600;
}
.packages h3{
    font-size: 20px; 
    margin-bottom: 10px;
}
.packages h3 span{
    color: #f47a27;
}
.itnry{
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
 }
.itnry li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #f47a27;
}
.itnry li.active{
    color: #a3a3a3;
}
.itnry li.active figure {
    opacity: 0.3;
}
.itnry li figure{
    padding: 0px;
    margin: 0px;
}
.itnry li p{
    padding: 0px;
    margin: 0px;
}
.inclusions{
    margin-top: 20px;
}
.inclusions h5{
    font-size: 20px;
    font-weight: 600;
}
.inclusions a{
    color: #f47a27;
}
.pkg-incusion{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li{
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.pkg-incusion li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #f47a27;
}
.inclusions .read-collpse {
    position: absolute;
    right: 20px;
    margin-top: -10px;
}
.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}
.btn-detail {
    display: inline-block;
    float: right;
}

.btn-detail .btn{
    background: #f47a27;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 21px;
    color: #fff;
    text-transform: uppercase;
}

#confused{
     background-image: url(../../images/confused.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.white-color{
    color: #fff!important;
}
.requirement{
    background: #f47a27;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 50px;
    color: #fff;
    text-transform: uppercase;
}
.requirement:hover{
    background: #d45f10;
    color: #fff;
}

#book-online
{
    padding: 100px 0 50px;
}
.why-book {
    border-right: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}
.why-book img{
    margin-bottom: 10px;
}
.why-book h4{
    color: #f47a27;
    font-family: 'proxima_nova_rgbold';
    font-size: 26px;
}
.why-book p{
    font-size: 20px;
}
#footer{
    background: #323232;
    padding: 50px;
}
.ftr-link{
    padding: 0px;
    margin: 0 0 80px 0;
    list-style-type: none;
    text-align: center;
}
.ftr-link li {
    padding: 0 12px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
}
.ftr-link li a {
    color: #fff;
}
.ftr-link li:last-child {
    border-right: none;
}
.ftr-h4{
    color: #f47a27;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ftr-h5{
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-top: 20px;
     text-transform: uppercase;
}
.approved{
    margin-top: 42px;
}
.ftr-cnt{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.ftr-cnt li{
    padding: 0 0 0 40px;
    margin: 0 0 10px 0; 
    list-style-type: none;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.ftr-cnt li a{
    color: #fff;
}
.ftr-cnt li i{
    position: absolute;
    left: 0;
}
#copywrite{
    background: #fff;
    padding: 12px 0;
    font-size: 14px;
}
#copywrite p{
    margin: 0;
    padding: 0px;
    color: #333;
    text-transform: uppercase;
}
#copywrite a{
    padding: 0 10px;
    color: #333;
}
.coi-pop .modal-header{
    background: #f47a27;
}
.coi-pop .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.coi-pop .btn-secondary {
    background: #f47a27;
    border: none;
    font-size: 18px;
    text-align: center;
}
.coi-pop .btn-secondary:hover {
    background: #ca621b;
    color: #fff;
}
.coi-pop .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}
#book-online .col-md-3{
    padding-right: 0;
    padding-left: 0;
} 

#experience{
    margin-top: 50px;
}
#counter-bx {
    margin-bottom: 50px;
/*
     background-image: url(../../images/confused.jpg);
    background-position: left top;
    background-repeat: no-repeat;

    padding: 150px 0;
    background-size: cover;*/
}

#counter-bx .parallax-window {
    min-height: 400px;
    padding: 50px 0;
    background: transparent;
}

#counter-bx .h1-global {
    font-size: 44px;
    font-family: 'proxima_nova_ththin';
    color: #ffffff;
}
#counter-bx .font-22 {
    font-size: 22px;
    color: #ffffff;
}
#counter
{
   
}
#counter .col-sm-3 .counter-value {
    text-align: center;
    font-size: 55px;
    color: #fff;
    display: inline;
    font-family: 'proxima_nova_rgbold';
}
#counter-bx .c-text {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

#counter-bx .col-sm-3{
    text-align: center;
}

#why-us{
    padding: 50px 0;
}
.why-us {
    padding: 0px;
    margin: 80px 0 0 0;
    list-style-type: none;
}
.why-us li {
    padding: 0px;
    margin: 0 0 30px 0;
    list-style-type: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
    border-right: dotted 1px #dddddd;
}

.why-us li:nth-child(4)
{
    width: 20%;
}
.why-us li:nth-child(5)
{
    width: 12%;
}
.why-us li:last-child{
    border: none;
} 
.why-us h4 {
    font-weight: bold;
    font-size: 23px;
    color: #022c63;
}
.why-us p {
    font-size: 20px;
}

.img-1 {
    background-image: url(../../images/himachal-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-2 {
    background-image: url(../../images/spiti-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-3 {
    background-image: url(../../images/ladakh-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-4 {
    background-image: url(../../images/kerala-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-5 {
    background-image: url(../../images/rajasthan-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-6{
    background-image: url(../../images/ne-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-7 {
    background-image: url(../../images/si-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-8 {
    background-image: url(../../images/shimla-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}

.img-9 {
    background-image: url(../../images/all-india-bg.jpg);
    background-repeat: no-repeat;
    height: 285px;
    background-size: cover;
}


#mobile-eaer{
  display: none;
}


#banner .slick-dots {
    margin: 20px 0 0;
    bottom: 0;
}
#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
#banner .slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    text-indent: -99999px;
    background: #b9c1c2;
    height: 12px;
    WIDTH: 12PX;
    BORDER-RADIUS: 50%;
}
#banner .slick-dots li.slick-active button {
    padding: 0;
    margin: 0;
    background: #e4802f;
}
.logo-mobile {
    display: none;
    position: absolute;
    left: 15px;
    top: 10px;
}
.section_mobile {
    display: none;
}
#thank-you {
    padding: 50px 0;
}
#thank-you h1 {
    font-size: 39px;
    font-weight: bold;
    color: #f37a27;
}
#InnerBody {
    padding: 3rem 0 6rem;
}
.contact-form {
    background-color: #f3f3f3;
    padding: 15px;
}
.content-body__title {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: .6rem;
}
.bd-example a{
    color: #f47a27;
}
#academic-banner {
    position: relative;
}
.acdmic-content {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    left: 0;
    text-align: center;
    top: 20px;
    bottom: 0;
}
.acdmic-content .subtitle {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom: 7px;
}
.fixed #header {
    /* position: fixed; */
    z-index: 99999;
    width: 100%;
    transition: all ease .3s;
    box-shadow: 2px 2px 22px rgba(0,0,0,0.5);
    padding: 0;
}
#top-packages .owl-nav{
    position: absolute;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: white;
}
#top-packages .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    display: block;
    background-color: #e45e29;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 3px #fff;
}
#top-packages .owl-nav .owl-next{
    position: absolute;
    right: 0;
    display: block;
    background-color: #e45e29;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 3px #fff;
}
.fixed #header .cust-nav{
    padding: 9px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
    border-top: none;
}
.fixed #header .head-cnt{
    opacity: 0;
    height: 0;
}
.fixed #header .logo{
    width: 70px;
}

.ipad-menu {
    display: none;
}

 .ipadmenu2{
        display: none;
    } 
@media only screen and (max-width: 1200px) {
        .padtop90{
    padding-top:0px!important;
}
#banner {
    position: relative;
    top: 0;
}    
.acdmic-content .subtitle {
    font-size: 1rem;
    margin-top: -8px;
    margin-bottom: 3px;
    padding-bottom: 7px;
}    
.h1-global {
    font-size: 33px;
}    
#header .head-cnt ul li:nth-child(1) {
    font-size: 18px;
} 
#header .head-cnt ul li {
    font-size: 18px;
}
#header .cust-nav li {
    font-size: 13px;
}
#header .cust-nav li a {
    padding: 8px 8px;
}
#banner .free-quotes {
    margin-top: 10px;
}
.banner-text {
    margin-top: 30px;
}    
.pkg-detail h3 {
    font-size: 28px;
}
.pkg-detail h5 {
    font-size: 14px;
}    
.ftr-h4 {
    font-size: 14px;
}    
#banner .free-quotes .get-free {
    font-size: 22px;
    padding: 20px 0 0 0;
}    
#header .head-cnt ul li {
    font-size: 20px;
}
.deal {
    font-size: 16px;
}    
#banner .banner-text h1 {
    font-size: 46px;
    line-height: 45px;
}     
#banner .banner-text h4 {
    font-size: 32px;
}  
#banner .destination li {
    font-size: 12px;
}  
#banner .trusted li {
    font-size: 17px;
    line-height: 38px;
}  
.banner-2 ul li {
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
} 
.banner-2 .abt-cmpny h6 {
    font-size: 15px;
}
.itnry li {
    width: 18%;
    font-size: 12px;
}
.packages h3 {
    font-size: 18px;
    min-height: 43px;
} 
.packages h2 {
    font-size: 18px;
} 
.price-tag .price {
    font-size: 18px;
}
.btn-detail .btn {
    font-size: 13px;
} 
.why-book h4 {
    font-size: 20px;
}
.why-book p {
    font-size: 18px;
}
.ftr-cnt li {
    font-size: 20px;
}
.ftr-link li {
    margin: 0 0 13px 0;
    font-size: 12px;
}
.why-book {
    padding: 0 20px;
    height: 80%;
}  
.bdr-none{
        border: none !important
}  
 .toll-free {
    left: 30%;
} 
}
@media only screen and (max-width: 992px) {
    .ptoptha{
    top:0px!important;
}
#bpart {
      top: 30px!important;
 }
 .fpart {
       top: 30px!important;
 }
    
    .pay-banner{
        top: 0px!important;
    }
        .padtop90{
    padding-top:0px!important;
}
.img-position{
    height: 1000px;
    background-image: cover;
}
.ipad-menu {
    display: block;
}
.ipad-menu.navbar {
    padding: 0;
}
 .ipadmenu2{
        display: block;
    }    

.ipadmenu2 {
    background: #00556f;
    min-height: 50px;
    line-height: 50px;
}
.ipadmenu2 a {
    color: #fff;
    text-decoration: none;
}
.ipadmenu2 a:hover {
    color: #fff;
    text-decoration: none;
}
.ipadmenu2 i {
    transition: all .5s ease-out;
}
.ipadmenu2 .ipad-btn {
    text-align: right;
    display: block;
    padding: 0 30px 0 0;
}
.ipadmenu2 ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.ipadmenu2 ul li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: block;
    line-height: normal;
}
.ipadmenu2 ul li a {
    color: #00556F!important;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    font-size: 1.1rem;
    
}
.ipadmenu2 a[aria-expanded="true"] i {
    transform: rotate(180deg);
}     
.ipad-menu .navbar-toggler {
    position: absolute;
    right: 22px;
    top: -60px;
    border: solid 1px rgb(244, 122, 39);
    color: rgb(244, 122, 39);
}
.ipad-menu ._m_clr {
    text-align: center;
    background: #243A51;
    padding: 15px 0;
}
.ipad-menu ._m_clr .nav-item img {
    padding-right: 8px;
}
.ipad-menu ._m_clr li {
    padding: 0 0 .6rem 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff47;
    margin-right: 0;
}    
.acdmic-content .subtitle {
    font-size: 1rem;
    margin-top: -13px;
    margin-bottom: 0;
    padding-bottom: 0;
}
 .toll-free {
    left: 23%;
}
.logo-mobile {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -1px;
}  
.logo-mobile img {
    width: 50px;
    height: auto;
} 
#banner .free-quotes .get-free-qoute .form-control {
    height: 33px;
}    
.btn-enq {
    font-size: 12px;
}    
    #header{
        display: none;
    }    
#mobile-eaer{
  display: block;
}    
.pkg-bx {
    margin-bottom: 20px;
}    
    #header .head-cnt ul li {
    font-size: 15px;
}
#header .head-cnt ul li img{
   width: 19px;     
}
#header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 8px;
}
#header .head-cnt {
    margin-top: 33px;
}
.deal {
    font-size: 16px;
    padding: 4px 16px;
    margin-top: 38px;
    border: solid 4px #c4c4c4;
}
#banner .free-quotes .get-free {
    font-size: 16px;
        padding: 10px 0;
}
#banner .free-quotes .get-free-qoute {
    padding: 0px 10px 10px;
}
#banner .banner-text h1 {
    font-size: 32px;
}
#banner .banner-text h4 {
    font-size: 27px;
}
#banner .destination li {
    font-size: 12px;
}   
.upto {
    width: 61px;
}
.banner-2 ul li {
    margin: 0 6px 15px 0;
}
.banner-2 {
    padding: 20px 0 0 0;
    display: none;
}
.h1-global {
    font-size: 35px;
}
.special-honymoon p {
    font-size: 13px;
    line-height: normal;
}
.packages .special-honymoon {
    bottom: -20px;
    left: 10px;
    font-size: 18px;
}
.packages .all-free {
    bottom: 52px;
    left: -1px;
    width: 139px;
}
.packages .tag {
    width: 75px;
    top: 10px;
    right: 0;
    font-size: 13px;
}
.packages h2 {
    font-size: 15px;
}
.packages h3 {
    font-size: 15px;
}
.inclusions h5 {
    font-size: 16px;
}
.price-tag .price {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.btn-detail {
    display: block;
    float: none;
}
.ftr-cnt li {
    font-size: 14px;
    padding: 0 0 0 30px;
}  
.ftr-cnt li img {
    width: 20px;
}     
}
@media only screen and (max-width: 767px) {  
    .pay-banner{
        top:0px!important;
    }
        .padtop90{
    padding-top:0px!important;
}
#academic-banner .img-fluid {
    height: 55px;
}
.acdmic-content .subtitle {
    font-size: 1rem;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 0;
}    
.contact-form {
    margin-bottom: 20px;
}
.bd-example {
    margin-top: 20px;
}    
.section_mobile {
    display: block;
}    
.inner_mobile {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #f60;
    position: fixed;
    z-index: 1;
}
    ._col_m {
    border-right: 1px solid #0004d;
    color: #f7f7f7;
    height: 100%;
    justify-content: center;
    background: #243A51;
    cursor: pointer;
}
    
    ._btn_bm, ._col_bm, ._col_m {
    display: flex;
}
    
    ._btn_bm {
    background: 0 0;
    border: none;
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
    font-size: 1.3rem;
    justify-content: center;
    justify-items: center;
    flex-basis: 100%;
    font-weight: 300;
    line-height: 1.5;
    font-family: inherit;
}
    
._btn_bm, ._col_bm, ._col_m {
    display: flex;
    line-height: 23px;
}
.section_mobile .col-md-9 {
    width: 68%;
}
.inner_mobile>.container {
    max-width: 100%;
}    
#copywrite {
    margin-bottom: 60px;
}    
.why-us {
    margin: 40px 0 0 0;
}    
#why-us {
    padding: 0 0 50px 0;
}    
.package {
    padding-top: 20px;
}    
#top-packages {
    padding: 50px 0 0 0;
}    
#book-online {
    padding: 50px 0 50px;
}    
#banner .slick-slider {
    display: none;
}    
#mobile-eaer .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    width: 16%;
}    
.toll-free {
    top: -49px;
        left: 28%;
    font-size: 18px;
        padding: 10px 30px;
}

    
#banner .slick-dots {
    text-align: center;
}
#banner .free-quotes .get-free-qoute .form-control {
    height: 40px;
}    
#banner .banner-warp {
    position: inherit;
    background: #eee;
    padding-bottom: 30px;
     background-image: url(../../images/mobile-banner.jpg);
}  
#counter-bx figure {
    width: 57%;
    margin: 0 auto;
}
#counter .col-sm-3 .counter-value {
    font-size: 33px;
}
#counter-bx .c-text {
    font-size: 14px;
}    
#counter-bx .c-text {
    margin-bottom: 50px;
}    
.why-us li {
    width: 32%;
}
.why-us li:nth-child(4) {
    width: 32%;
}
    .why-us li:nth-child(5) {
    width: 32%;
}
.slick-slide img {
    width: 100%;
}    
.banner-2 {
    padding: 20px 0 20px 0;
}    
#header .head-cnt ul {
    text-align: center;
}    
.logo {
    text-align: center;
}    
#banner {
    background-size: cover;
    background-position: -607px top;
}   
 .deal {
    position: absolute;
    top: -90px;
}
#header .head-cnt {
    float: none;
}    
#header .head-cnt ul li {
    display: inline-block;
}    
#header .head-cnt ul li:last-child {
    margin-left: 10px;
}  
#header .head-cnt {
    margin-top: 10px;
    border-top: solid 1px #d2d2d2;
    padding-top: 10px;
}
#banner .col-sm-8, #banner .col-sm-4  {
    flex: 0 0 100%;
    max-width: 100%;
}    
.banner-text
 {
    text-align: center;
 }
#banner .free-quotes {
    margin-top: 35px;
}
#banner .free-quotes .get-free {
    font-size: 30px;
}
#banner .destination li {
    font-size: 12px;
    width: 23%;
    padding: 0 10px 0 0;
    margin: 0 0 11px 0;
}   
#banner .banner-text h1 {
    font-size: 35px;
} 
.banner-2 ul li {
    width: 21%;
}
     
.why-book {
    border-right: none;
    border-bottom: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
}    
.logo img{
    width: 100px;
}
.h1-global {
    font-size: 27px;
}
.approved {
    margin-top: 0;
    margin-bottom: 30px;
}
.ftr-h4 {
    margin-bottom: 10px;
}
#footer {
    padding: 20px 0 0;
}
.ftr-link {
    padding: 0px;
    margin: 0 0 20px 0;
}
.ftr-link li {
    font-size: 13px;
}    
}
@media only screen and (max-width: 568px) {
    .pay-banner{
        top:0px!important;
    }
    .padtop90{
    padding-top:0px!important;
}
#experience {
    margin-top: 15px;
}    
.h1-global {
    font-size: 22px;
}
.font-22 {
    font-size: 17px;
    color: #585858;
}    
#banner .banner-text h1 {
    font-size: 24px;
}
#banner .banner-text h4 {
    font-size: 20px;
}    
.requirement {
    font-size: 14px;
    padding: 6px 15px;
}
.why-us h4 {
    font-size: 15px;
}
.why-us p {
    font-size: 13px;
}    
}
@media only screen and (max-width: 480px) {
#counter-bx .h1-global {
    font-size: 21px;
}    
.toll-free {
    top: -55px;
    left: 21%;
    font-size: 18px;
    padding: 10px 30px;
}
.ipad-menu .navbar-toggler {
    top: -43px;
}    
}
@media only screen and (max-width: 375px) {
.toll-free {
    left: 12%;
}    
.deal {
    position: absolute;
    font-size: 13px;
}
#header .head-cnt ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}
#header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 2px;
}    
.logo img
 {
    margin: 0 auto;
 }
}
.padtop90{
    padding-top: 90px;
}
.ptoptha{
    position: relative;
    top:121px;
}
.pfootha{
    position: relative;
    top:121px;
}
.paynow-top {
    border-radius: 7px;
    display: inline-block;
    padding: 4px 12px;
    position: absolute;
    top: 11px;
    border: solid 1px #f47a27;
    left: 37%;
    font-size: 15px;
    font-weight: bold;
    color: #f37a27;
}
.paynow-top:hover {
      background: #f47a27;
    border-radius: 7px;
    display: inline-block;
    padding: 4px 12px;
    position: absolute;
    top: 11px;
    border: solid 1px #f47a27;
    left: 37%;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.pay-banner{
    background-color: #092c4f; 
    height: 75px;
    position: relative;
    top: 120px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 27px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
}
 #bpart {
     position: relative;
     top: 160px;
 }
 .fpart {
     position: relative;
     top: 130px;
 }
 .term-title {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: .6rem;
}
.terms-blt{
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.terms-blt li{
    background-image: url(../../images/dot-orange.jpg);
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding-bottom: 13px;
    padding-left: 16px;
    line-height: 22px;
    margin-left: 0;
}
.terms-blt-sub{
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.terms-blt-sub li{
    background-image: url(../../images/arrow-orng.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    padding-bottom: 0px;
    padding-left: 18px;
    line-height: 22px;
    margin-left: 0;
    margin-top: 10px;
}
.pbtmtha{
    margin-bottom:80px;
}