* { margin: 0; padding: 0;box-sizing:border-box}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }

table { border-collapse: collapse; border-spacing: 0 }
a { color: #000; text-decoration: none; outline: none; transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; }
/*Reset CSS end*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
::-webkit-input-placeholder {opacity: 1; font-family: 'robotolight';color:#565459;font-size:13px;letter-spacing: 1px}
:-moz-placeholder { /* Firefox 18- */opacity: 1; font-family: 'robotolight';color:#565459;font-size:13px;letter-spacing: 1px}
::-moz-placeholder {  /* Firefox 19+ */opacity: 1; font-family: 'robotolight';color:#565459;font-size:13px;letter-spacing: 1px}
select{appearance: none;-moz-appearance: none;-webkit-appearance: none;}
:-ms-input-placeholder {opacity: 1;color:#565459;font-size:13px;letter-spacing: 1px}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/* global classes */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break: keep-all; word-break: keep-all; -webkit-word-break: keep-all; -moz-word-break: keep-all; word-wrap: break-word; }
input[type="button"],input[type="submit"]{border:none;cursor:pointer;outline:none;}
body{margin: 0px;padding: 0px;font-size: 16px;line-height: 1.2;font-family: 'Plus Jakarta Sans', sans-serif;color: #242323;background: #fff}
.leftcontent{float: left}
.rightcontent{float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.clear{clear: both;}
.container{width:92%;margin: 0 auto; max-width: 1400px; }
.banner-section .container{width: 100%}
.sprite{background: url(../images/sprite.png) no-repeat top left}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none}
.ibvm{display:inline-block;vertical-align:middle}
.ibvt{display:inline-block;vertical-align:top}
.ibvb{display:inline-block;vertical-align:bottom}
.text-uppercase{text-transform: uppercase;}
.linehight{line-height: 0}

.img-fluid{max-width: 100%;height: auto;width: 100%;}
/*
header img.img-fluid{height: 157px;}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0
}
*/
.mobile-header{display: none}
@media screen and (max-width:767px) {
	.desk-header{display: none}
	.mobile-header{display: block}
	.search-header.sticky {position: fixed;top: 0;width: 100%;z-index: 9}
}
.text-focus-in {
	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.swing-in-bottom-fwd {
	-webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
.fade-in-fwd {
	-webkit-animation: fade-in-fwd 2s 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 2s 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.fade-in-bck {
	-webkit-animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.focus-in-expand-fwd {
	-webkit-animation: focus-in-expand-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.text-white{color: #fff;}
.text-red{color:#f92525}
.banner-section{
  width: 100%;
/*  height: calc(120vh - 157px);*/
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 50%, transparent 80%);
/*  margin-top: 157px;*/
}
.banner-heading-wrap{padding-top: 20px;margin-bottom: 30px;}
.heading-xl{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
}
/* Default slide */
.tour-packages-slider .slider-pages-list{
  color: #FFF;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
/*  transform: scale(0.8);*/
  transition: all 0.4s ease-in-out;
  overflow: hidden;
   transform: scale(0.8);
    position: relative
}

.tour-packages-slider .slick-current.slick-active .slider-pages-list{
  transform: scale(1);
  border-radius: 20px;
}
.slider-pages-list img {
    object-fit: cover;
    width: 100%;
}
.sec-02 {
    position: relative;
    background: url(https://www.sotc.in/images/holiday-deals/images/page-bottom-image.webp) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 200px
}
.img-box-holiday {
    position: absolute;
    top: -250px;
    z-index: -1;
}
/*
.text-holiday {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 18%;
  z-index: 5;
}
.text-themes{
  width: 33%;
  position: absolute;
  top: 60%;
  left: 47%;
  z-index: 5;
  }
*/
.holiday-themes-text-blk {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 60%;
    margin: 80px auto 0px;
    max-width: 1200px
}
  .banner-info-wrap {
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    padding: 25px;
      transition: 0.5s ease all
}
.button-list{
  display: flex;
    justify-content: space-between;
    width: 100%
}
.slider-pages-list:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgba(255,255,255,0) 90%);
    opacity: 0
}
.button-list li{flex-grow: 4}
.button-list li a{padding: 8px 12px;background: #f92525;font-size: 12px;text-transform: uppercase;margin-right: 6px;color: #fff;border-radius: 3px;font-weight: 700;display: block;text-align: center; text-decoration: none!important;}
.button-list li a:hover{background: #000;color: #fff}
.package-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/*
.tour-packages-slider .slick-current.slick-active .banner-info-wrap{
    visibility: visible;
    opacity: 1
}
*/
.tour-packages-slider .slick-current.slick-active .slider-pages-list:before{
    opacity: 1
}
.slick-dots{
    bottom: -60px
}
.slick-dots li button{
    background: #565656;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0
}
.slick-dots li.slick-active button{
    background: #fe2626
}
.tab-section-ttl {
    color: #424242;
    font-size: 40px;
    text-align: center;
    margin: 30px 0;
    display: none
}
.tab-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.tab-content-wrapper .slider-pages-list {
    width: 32%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 9px 0 30px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 40px;
    margin-right: 2%
}
.tab-content-wrapper .slider-pages-list:nth-child(3n + 1){margin-right: 0;}
.tab-content-wrapper .slider-pages-list:last-child{margin-right: 0}
.tab-content-wrapper .slider-pages-list figure{
    line-height: 0
}
.tab-content-wrapper .slider-pages-list:before{
    opacity: 1
}

.tab-content-wrapper .package-name {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
}
.package-stay-details {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.tabs {
	margin: 0;
	padding: 0;
/*	float: left;*/
	list-style: none;
	min-height: 40px;
	width: 100%;
    display: flex;
    justify-content: center
}

ul.tabs li {
/*	float: left;*/
	margin: 0 5px;
	cursor: pointer;
	padding: 10px 16px;
	min-height: 40px;
	line-height: 1.2;
	background-color: #dfdfdf;
	color: #424242;
	overflow: hidden;
	position: relative;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    overflow: hidden;
    text-align: center
}



ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fe2626;
	color: #fff;
	display: block;
}

.tab_container {
	clear: both;
/*	float: left;*/
	width: 100%;
	background: rgba(255,255,255,0.4);
	overflow: auto;
    margin-top: 40px;
    border-radius: 20px;
}

.tab_content {
	padding: 20px 40px 40px;
	display: none;
}

.tab_drawer_heading { display: none; }
.tab_content .banner-info-wrap{
    visibility: visible;
    opacity: 1;
    bottom: 10px;
    padding: 15px;
}
.tab_content .banner-info-wrap .button-list li a{font-weight: 600;font-size: 11px;padding: 8px}

.fancybox-popup{
  width: 600px;
  max-width: 600px;
}
.packagebox-wrap{
  padding:20px 35px 35px 35px;
}
.fancybox-popup.fancybox__content, .fancybox-content{
  padding: 0;
}
.bannerpopup img {
    height: 300px;
    object-fit: cover;
}
.fancybox-popup .package-name{margin-bottom: 0}
.packagebox-wrap p{margin: 10px 0;font-size: 15px}
.fancybox-popup .button-list{justify-content: flex-start}
.fancybox-popup .button-list li{flex-grow: initial}
.fancybox-slide--html .fancybox-close-small {
    background: #000;
    color: #fff;
    padding: 5px;
}
.fancybox-popup .package-stay-details{color: #242323}
.res-img{display: none}

.sec-02-infotxt {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 20px;
    width: 90%
}
.mob-tab-ttl {
    width: 100%;
    margin: 20px 0;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    display: none;
    color: #f92525
}
.tab-content-wrapper .fancybox-button{width: 35px;height: 35px}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #f92525;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #f92525;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-weight: 700;
    font-size: 12px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 45px;
  transform: rotate(-45deg);
}
.package-name .white-sp-nowrap{white-space: nowrap;text-transform: none}

/*responsive css starts*/
@media screen and (max-width: 1280px) {
    .banner-section{}
    ul.tabs li{padding: 10px 12px;font-size: 13px}
    .tab_content .banner-info-wrap{padding: 10px}
    .tab_content{padding: 20px}
    .banner-info-wrap{padding: 15px}
    .button-list li a{padding: 8px 10px}
}
@media screen and (max-width: 1200px) {
    ul.tabs li{border-radius: 30px}
    .tab_content .banner-info-wrap .button-list li a{padding: 8px 4px;font-size: 10px}
    .sec-02{padding-bottom: 200px}
    .button-list li a{margin-right: 4px;padding: 6px;font-size: 11px}
    
}
@media screen and (max-width: 1024px) {
    .heading-xl{font-size: 65px}
    .banner-info-wrap{padding: 15px}
    .package-name{font-size: 16px}
    .button-list li a{padding: 5px}
    
    
}
@media screen and (max-width: 980px) {
    .heading-xl{font-size: 55px}
    .button-list li a{font-size: 10px}
    .package-name{font-size: 14px}
    ul.tabs li{font-size: 12px}
    .tab_content{padding: 20px 0}
    .tab-content-wrapper .slider-pages-list{width: 47%;margin-right: 3%}
    .button-list li{flex-grow: 4}
    .fancybox-popup .button-list li{flex-grow: inherit}
    .tab_content .banner-info-wrap .button-list li a{font-size: 10px}
    .sec-02{padding-bottom: 100px}
    .container{width: 96%}
    .tab-content-wrapper .slider-pages-list:nth-child(3n + 1){margin-right: 3%}
    .ribbon span{width: 190px;right: 0;top: 40px}
    .ribbon-top-left span{font-size: 11px}
}
@media screen and (max-width: 768px) {
    body{font-size: 14px}
	
    .heading-xl{font-size: 45px}
    .banner-heading-wrap p br{display: none}
    .button-list li a{font-size: 10px}
    .fancybox-popup{width: 100%}
    .bannerpopup img {height: 300px}
    .packagebox-wrap{padding: 10px 20px 20px 20px}
    .package-name{font-size: 13px}
    .slick-dots li button{width: 6px;height: 6px}
    .slick-dots li{width: 10px;height: 10px}
    .slick-dots{bottom: -30px}
    .holiday-themes-text-blk{margin: 40px auto 0px}
    .desk-img{display: none}
    .res-img{display: block}
    
    ul.tabs{flex-wrap: wrap}
    ul.tabs li{margin: 5px}
    ul.tabs li{padding: 12px}
    .sec-02-infotxt{font-size: 18px}
    .banner-info-wrap{padding: 10px}
    
    /*remove css while time of delivery */
/*
    header img.img-fluid{height: auto}
    img.img-fluid.mobile-header{height: 62px}
    .search-header{height: 70px}
    .banner-section{margin-top: 124px}
*/
     /*remove css while time of delivery */
}
@media screen and (max-width: 650px) {
    .heading-xl{
        font-size: 40px
    }
    .tab_content .banner-info-wrap .button-list li a{font-size: 9px}
    .tab_content .banner-info-wrap{padding: 9px}
}
@media screen and (max-width: 540px) {
     .tab-content-wrapper .slider-pages-list{width: 100%;}
    .tab-content-wrapper .slider-pages-list{width: 94%;margin-right: 0%}
    .tab-content-wrapper .slider-pages-list:nth-child(3n), .tab-content-wrapper .slider-pages-list:nth-child(2n){margin-right: 0}
    
    
    /*res tab*/
    ul.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #dfdfdf;
		color: #424242;
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #fe2626;
		color: #fff;
	}
    .tab-content-wrapper{display: none;width: 90%;padding: 10px;border-radius: 20px}
    .tab_content{padding: 0}
    .tab-content-wrapper .slider-pages-list{display: inline-block;width: 100%}
    .tab-content-wrapper .slider-pages-list .banner-info-wrap{visibility: visible;opacity: 1}
    .tab_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        margin-top: 0
}
    .tab_drawer_heading {
    width: 45%;
    margin: 10px;
    padding: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
        line-height: 1
}
    .tab_drawer_heading span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(66,66,66,0.8);
    width: 100%;
    color: #fff;
    font-weight: 700;
}
    .sec-02{background: url(https://www.sotc.in/images/holiday-deals/images/page-bottom-image.webp) no-repeat center top}
    .mob-tab-ttl{display: block}
    .sec-02-infotxt{font-size: 18px}
}
@media screen and (max-width: 480px) {
    .heading-xl{
        font-size: 30px
    }
    
    .tab_drawer_heading{width: 43%}
    .tab_drawer_heading span{font-size: 11px;font-weight: 600;padding: 5px 10px}
    .sec-02-infotxt{font-size: 16px}
    .package-name{margin-bottom: 10px}
   
}
@media screen and (max-width: 400px) {
    .button-list li a{font-size: 9px;padding: 5px 3px}
    .package-name{font-size: 12px}
    .ribbon span{right: -35px;top: 35px;font-size: 9px}
    .ribbon-top-left{width: 110px;height: 110px}
}
@media screen and (max-width: 360px) {
    .button-list li a{font-size: 8px}
}