* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fbfbfb;
    /* background:#d7d7d7; */
}


/* ===================== new custom navbar Design ============================================ */


/* ===================== /new custom navbar Design/ ============================================ */

.ws {
    max-width: 90vw;
    margin: auto;
}


/* header start */

.header-top {
    /* background:#333; */
    background: #172646;
    position: relative;
    z-index: 2;
}

.header-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link {
    /* background: #ffffff38; */
    background: #ffffff6b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important;
    position: relative;
    z-index: 1;
    /* padding: 1rem !important; */
}

.nav-link-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-link-left img {
    width: 11vw;
    border-radius: 10px;
    padding-top: 0%;
    /* padding-left: 3rem; */
}

.top-left {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    /* padding-left: 2rem; */
    padding-right: 2rem;
}

.top-center {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.top-right {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    /* padding-right: 2rem; */
}

.top-left a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.top-center button {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #d32828;
    padding: 2px 10px;
    border: 1px solid #d32828;
    cursor: pointer;
    border-radius: 2px;
}

.top-right a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}


/* start dorpdown */

.nav-ul {
    position: relative;
    padding: 0;
    list-style: none;
    background: #ffffff00;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 2;
}

.nav-ul li {
    display: inline-block;
    position: relative;
    line-height: 23px;
    text-align: left;
}

.nav-ul li a {
    display: block;
    padding: 20px 17px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}


/* .nav-ul .main-nav ::after{
    content:'';
    height: 3px;
    width:0%;
    background: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
} */

.drop-cont-indian li a {
    font-size: 13px;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.drop-cont-indian ul,
.drop-cont-international ul {
    padding-left: 1rem;
}


/* .nav-ul .main-nav :hover::after {
    width: 100%;
} */

.nav-ul .main-nav :hover {
    color: red;
}

.nav-ul li .dropdown>.open {
    display: none !important;
}

.nav-ul li .dropdown.active>.open {
    display: block !important;
}

.nav-ul li ul.dropdown {
    min-width: 100%;
    /* Set width of the dropdown */
    background: #f2f2f2;
    display: none !important;
    position: absolute;
    z-index: 999;
    left: 0;
}

.nav-ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
}

.nav-ul li ul.dropdown li {
    display: block;
}

.nav-ul li div.dropdown {
    min-width: 30vw;
    /* Set width of the dropdown */
    height: 240px;
    background: #ffffff;
    display: none;
    position: absolute;
    border: 1px solid #eee;
    z-index: 999;
    left: 0;
}

.nav-ul li:hover div.dropdown {
    display: block;
    /* Display the dropdown */
}

.nav-ul li div.drop-second {
    min-width: 30vw;
    height: 220px;
    background: #ffffff;
    display: none;
    position: absolute;
    border: 1px solid #eee;
    z-index: 999;
    left: -157px;
}

.nav-ul li:hover div.drop-second {
    display: block;
}

.nav-ul li div.drop-third {
    min-width: 40vw;
    height: 210px;
    background: #ffffff;
    display: none;
    position: absolute;
    border: 1px solid #eee;
    z-index: 999;
    left: -316px;
}

.nav-ul li:hover div.drop-third {
    display: block;
}


/* .active{
    border-bottom: 2px solid #d32828;
    border-radius: 6px;
} */

.actives-agent {}

.customer-lead-li {
    background-color: red;
}

.agent-companies-li {
    background-color: red;
}

.sidebar-sticky {
    position: sticky !important;
    top: 330px !important;
    transition: all ease-in-out .5s;
}


/* end dropdown */

.dropdown {
    /* border-top: 1px solid; */
}

.indian-packages li a {
    padding: 0px 0px;
}

.international-packages li a {
    padding: 0px 0px;
}

.top-destination-indian li a {
    padding: 0px 0px;
}

.top-destination-international li a {
    padding: 0px 0px;
}

.drop-cont-international li a {
    font-size: 13px;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}


/* header end */

.drop-cont {
    display: flex;
    justify-content: space-between;
}

.drop-cont-indian ul {
    display: flex;
    flex-direction: column;
}

.drop-cont-international ul {
    display: flex;
    flex-direction: column;
}

.drop-cont-images img {
    height: auto;
    width: 9vw;
    height: 180px;
    max-height: 200px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 13px;
}

.drop-cont-indian,
.drop-cont-international {
    padding-top: 8px;
}

.drop-cont-indian p {
    padding-left: 10px;
    font-size: 17px;
    /* margin-bottom: 5px; */
}

.drop-cont-international ul {
    border-left: 1px solid #ccc;
}

.drop-cont-international p {
    padding-left: 10px;
    font-size: 17px;
}

.indian-packages li a:hover {
    color: #0d6efd;
}

.international-packages li a:hover {
    color: #0d6efd;
}

.top-destination-indian li a:hover {
    color: #0d6efd;
}

.top-destination-international li a:hover {
    color: #0d6efd;
}

.drop-cont-indian li a:hover {
    color: #0d6efd;
}


/* start banner */

.banner img {
    width: 100%;
    height: 72vh;
}

.banner video {
    width: 100%;
    /* height: 72vh; */
}

.banner-section {
    position: relative;
    margin-bottom: -250px;
}

.ho-inp-box-alig {
    display: flex;
    border: 6px solid #1336819c;
    border-radius: 35px;
}

.search-text {
    /* POSITION: ABSOLUTE; */
    TOP: 27%;
    /* LEFT: 42%; */
    margin: 0 auto;
    PADDING: 3PX 27PX;
    BORDER: 1PX SOLID;
    /* BACKGROUND: #172646; */
    BACKGROUND: #264689;
    border-radius: 24px;
    color: white;
}

.search-text H5 {
    font-size: 15px;
    margin-top: 6px;
}

.search-box-cont {
    /* position: absolute; */
    top: 38%;
    left: 26%;
    /* width: 57%; */
    /* margin:auto; */
    display: flex;
    /* border: 5px solid #ebe8e8b5; */
    border-radius: 30px;
}

.search-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: -120px;
}

.search-ul {
    height: 43px;
    background-color: white;
    width: 100%;
}

.no-of-night {
    width: 100%;
}

.search-ul li a {
    padding: 9px 25px;
}

.no-of-night li a {
    padding: 9px 13px;
}

.search-btn {
    background: white;
    width: 17%;
    height: 60px;
    background: #172646;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
}

.search-btn button {
    color: white;
    font-size: 1.5rem;
    padding: 7px 21px;
    line-height: 1.7;
}

.search-btn button:hover {
    color: rgb(175, 171, 171)
}

.search-input {
    width: 35vw;
    height: 60px;
    padding-left: 28px;
    border-top-left-radius: 34px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 0px;
}

.list-unstyled li[id=fetchlist] {
    height: 26px;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.list-unstyled li:hover {
    color: #264689;
    cursor: pointer;
}

.countrynf {
    padding-left: 5%;
}

.search-sugestion {
    background-color: white;
    display: none;
    margin-left: 1%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    width: 34.4%;
}


/* end banner */

.body-section {
    margin-top: 2%;
}

.best-tourist-places-head h3 span {
    color: red;
}

.best-tourist-places-head h3 {
    font-size: 21px;
}

.best-tourist-places-head p {
    font-size: 15px;
}

.best-tourist-places-head {
    border-left: 4px solid black;
    padding-left: 11px;
}

.best-tourist-places-galary {
    display: flex;
    /* background-color: white; */
    /* padding: 8px; */
    /* border: 1px solid #dbd9d9; */
}

.best-tourist-places-galary a {
    margin-left: 8px;
}


/* .best-tourist-places-galary:nth-child(1) a{
     margin-left: 0px;
 }
 .best-tourist-places-galary:nth-child(2) a{
     margin-left: 0px;
 } */

.best-tourist-places-img img {
    width: 14vw;
    height: 155px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.best-tourist-places-img {
    /* margin-left: 1%; */
    overflow: hidden;
    height: 180px;
    position: relative;
}

.best-tourist-places-img {
    transition: transform .5s ease;
}


/* [3] Finally, transforming the image when container gets hovered */

.best-tourist-places-img:hover {
    transform: scale(1.1);
}

.best-tourist-places-img-galary {
    /* margin-left:1%; */
    overflow: hidden;
}

.cole1 img {
    width: 22vw;
    height: 198px;
}

.cole2 img {
    width: 34vw;
    height: 249px;
}

.cole3 img {
    width: 17vw;
    height: 233px;
}

.cole4 img {
    width: 15.6vw;
    height: 414px;
}

.galary-1 {
    width: 22vw !important;
    height: 210px !important;
}

.galary-2-0 {
    width: 17.3vw !important;
    height: 160px !important;
}

.galary-2-1 {
    width: 16.1vw !important;
    height: 160px !important;
}

.under-image-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.galary-3-0 {
    width: 17vw !important;
    height: 176px !important;
}


/* .best-tourist-places-img-galary img {
    transition: transform .5s ease;
  }
  
  
.best-tourist-places-img-galary:hover img {
    transform: scale(1.3);
  } */

.mid-banner {
    margin-top: 1%;
}

.Visit-by-Theme-head h3 span {
    color: red;
}

.month-col a {
    color: red;
    font-weight: 500;
    text-decoration: none;
}

.monthe-table tr td {
    font-size: 17px;
}

.month-style {
    width: 100%;
}

.month-style p {
    font-size: 15px;
}

.month-wise {
    border: 1px solid #eee;
}

.month-head h4 {
    padding: 12px 1%;
    border-bottom: 1px solid #eee;
}

.ad-the-styy {
    padding: 0px;
    border: 1px solid #eee;
}

.ad-the-sty {
    margin: 12px 0px;
    padding: 0px;
    border: 1px solid #eee;
}

.advent-by-month {
    padding: 15px;
}

.adventure-ul {
    list-style: none;
    padding-left: 18px;
}

.adventure-ul li {
    font-size: 17px
}

.adventure-ul li a {
    text-decoration: none;
    color: black;
}

.adventure-beach {
    border-left: 5px solid red;
}

.adventure-beach h1 {
    font-size: 27px;
}

.fa-arrow-circle-right {
    font-size: 13px;
}

.adventure-head h4 {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 0px;
}

.wehavealso {
    padding: 8px 14px;
    background: red;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-right {
    margin-right: 8px;
}

.wehavealso h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: white;
}

.alsothispack {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.theame-head h4 {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 0px;
}

.theame-ul {
    list-style: none;
    padding-left: 18px;
}

.theame-ul li a {
    text-decoration: none;
    color: black;
}

.theame-ul li {
    font-size: 17px;
}


/* =================================== */

.facilities {
    background: #fff;
    border-radius: 6px;
    padding: 10px 5px;
    width: 100%;
}

.facilities .nav-pills>li {
    display: flex;
    margin: 6px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #3d474a;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}


/* =================================== */

.carousel {
    position: relative;
}

.bx-controls {
    position: absolute;
    top: -40px;
    right: 10px;
}

.bx-controls .bx-prev,
.bx-controls .bx-next {
    display: inline-block;
    background-color: #ffffffeb;
    color: red;
    height: 30px;
    line-height: 1.8;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.carousel-item img {
    height: 16rem;
}

.Visit-by-Theme-head {
    border-left: 4px solid black;
    padding-left: 11px;
}

.Visit-by-Theme-head h3 {
    font-size: 21px;
}

.Visit-by-Theme-head p {
    font-size: 15px;
}

.month-head h4 {
    font-size: 20px;
}

.recomended-head-text {
    margin-top: 5%;
    padding-left: 11px;
    border-left: 4px solid black;
}

.recomended-head-text h3 {
    font-size: 21px;
}

.recomended-head-text h3 span {
    color: #d32828;
}

.recomended-head-text p {
    font-size: 15px;
}

.head-text,
.head-text h1 {
    display: inline;
}

.head-text h1 {
    font-size: 27px;
    color: dodgerblue;
}

.des-name {
    display: flex;
    justify-content: space-between;
    padding: 10px 13px;
    background: white;
    border: 1px solid #dbd9d9;
    margin-bottom: 8px;
}

.travel-atraction-div1 img {
    width: 38vw;
    /* height: 146px; */
}

.travel-atraction-div1 {
    /* display: flex; */
    /* margin-top: 8px; */
    /* border: 1px solid #eee; */
    border-radius: 4px;
}

.travvel-atraction-content {
    padding: 15px;
}


/* .travvel-atraction-content{
    width: 100%;
    padding:10px 16px 10px 16px;
} */


/* .travvel-atraction-content p{
    font-size: 17px;
} */


/* .travvel-atraction-content p{
    margin-bottom: 0px;
} */


/* .place-name{
    font-weight: 600;
    font-size: 20px;
} */

.place-price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.3rem !important;
    color: #d32828;
}

.travel-atraction-div1 {
    padding: 0px;
}

.travel-atraction-div1 img {
    height: 64%;
    width: 38%;
}

.travvel-atraction-content {
    width: 100%;
}

.state-name {
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
}

.tour-state-name {
    font-size: 15px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* .place-view-more{
    padding:3px 10px 4px 10px;
    background: #d32828;
    text-decoration: none;
    color:white;
} */

.client-testimonial {
    background: cornflowerblue;
    margin-top: 2%;
}


/* .c-tesimonial{
    padding-bottom: 5%;
    margin-left: 1%;
    margin-right: 1%;
}
.c-tesimonial p{
   padding:9% 12% 9% 12%;
    border: 1px solid #fff;
    border-radius: 5px;
}
.client-testimonial-div{
    width: 80%;
    margin:auto;
    display: flex;
    margin-top: 2%;
}
.client-testimonial-head h2{
    text-align: center;
}
.client-testimonial-head{
    padding-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-testimonial-head h2{
    width: 30%;
    padding-bottom: 1%;
    position: relative;
}

.client-testimonial-head h2::after{
    content: '';
    width: 100%;
    height: 3px;
    background: #111;
    position: absolute;
    left:0;
    bottom:0;
} */


/* price slider */

.client-testimonial-head h2 {
    font-size: 1.9rem;
}

.clients-visiting {
    position: relative;
}

.clients-visiting h2 {
    color: #fff;
    font-size: 2rem;
    text-align: left;
}

.clients-visiting h2::before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background-color: #c50000;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}


/* end price slider */


/* start product-pice filter */

.filter-style {
    margin-top: 5px;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 30px;
    height: 100%;
    background: white;
    border: 1px solid #dbd9d9;
}

.filter-trip-content {
    margin-top: 5px;
    padding: 5px 20px;
    margin-bottom: 30px;
}

.pack-filter-where-to select {
    border: 1px solid #eee;
    padding: 6px;
}

.pack-filter-where-to p {
    margin-bottom: 8px;
}

.pack-filter-date p {
    margin-bottom: 7px;
}

.pack-filter-date {
    margin-top: 13px;
}

.pack-filter-package-type {
    margin-top: 13px;
}

.pack-filter-package-type p {
    margin-bottom: 7px;
}

.pack-filter-package-class {
    margin-top: 13px
}

.pack-filter-package-class p {
    margin-bottom: 7px;
}

form input[type=date] {
    border: 1px solid #eee;
    padding: 6px;
}


/* end product-pice filter */


/* start product-details-content */

.details h3 {
    font-size: 20px;
    margin-top: 0px;
}

.details p:first-child {
    font-weight: 500;
    color: #3d474a;
}

.details p:nth-last-of-type(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.details p span img {
    width: 20px;
    height: 20px;
}

.product-details img {
    width: 400px;
    max-width: 100%;
    height: 185px;
}

.product-content {
    width: 100%;
    background: white;
}

.product-card-style {
    margin-bottom: 7px;
    padding: 0px 0px;
    width: 100%;
}


/* end product-details-content */


/* start breadcrums */

.breadcrums {
    /* border:1px solid #eee;
    background: white; */
    margin-top: 5px;
    margin-left: 8px;
}

.breadcrums-ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin: 6px 0px;
}

.breadcrums-ul li a {
    font-size: 14px;
}

.fa-angle-double-right {
    margin: 0px 7px;
    font-size: 13px;
}

.breadcrums-ul li a {
    text-decoration: none;
}


/* end breadcrums */

.product-details {
    display: flex;
    justify-content: space-between;
}

.product-price {
    display: flex;
    border-top: 1px solid #eee;
    padding: 0px 5px;
    padding-bottom: 6px;
}

.package-prices {
    width: 40%;
}

.destination-call {
    padding: 0px 10px;
}

.get-quote {
    padding: 10px;
}

.budget-private-tour {
    line-height: 31px;
}

.product {
    border: 1px solid #dbd9d9;
}

.product-price p {
    margin: 7px 0px 7px 0px;
}

.destination-call p {
    margin: 7px 0px 7px 0px;
}

.budget-private-tour {
    margin-left: 1% !important;
    border: 1px solid brown;
    color: white;
    padding: 0px 15px;
    background-color: brown;
    border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;
    font-size: 15px;
}

.budget-price {
    margin: 7px 25px 7px 5px !important;
    padding: 5px 18px;
    font-size: 16px;
    border: 1px solid brown;
    border-radius: 17px;
}

.get_quote-btn {
    display: inline-block;
    padding: 5px 15px;
    /* border-radius: 5px; */
    background-color: coral;
    border: 1px solid coral;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 35px;
    color: white;
}

.view-details {
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    background-color: grey;
    border: 1px solid grey;
}

.view-details a:hover {
    text-decoration: none;
}

.package-page-overview h3 {
    font-size: 19px;
}

.package-page-overview p {
    font-size: 14px;
}


/* start product-details-page */

.product-banner-img img {
    width: 100%;
    height: 221px;
}

.product-details-form-details {
    padding: 13px 22px;
}

.product-details-head-form {
    padding: 11px 13px;
    border-bottom: 1px solid #eee;
}

.product-overview {
    padding: 12px 23px;
    border: 1px solid #eee;
    color: white;
    background-color: #2961ab;
    font-size: 17px;
}

.overview-details {
    border: 1px solid #dbd9d9;
    margin: 15px 1px;
    padding: 23px 23px;
    width: 70%;
    background: white;
}

.overview-details p {
    font-size: 15px;
    color: #74787b;
}

.theme-details-page {
    color: red;
    /* margin-left: 7%; */
}

.product-details-div {
    display: flex;
}

.product-details-enq-form {
    width: 28%;
    border: 1px solid #dbd9d9;
    margin-top: 15px;
    margin-left: 13px;
    /* padding: 6px 20px; */
    margin-bottom: 11px;
    background: white;
}

.product-details-name {
    margin-bottom: 6px;
}

.product-details-mobile {
    margin-top: 8px;
    margin-bottom: 6px;
}

.product-details-email {
    margin-top: 8px;
    margin-bottom: 6px;
}

.product-details-message {
    margin-top: 8px;
    margin-bottom: 6px;
}

.details-button button {
    padding: 6px 19px;
    margin-right: 1%;
    font-weight: 700;
}

.product-details-plantrip {
    background: red;
    color: white;
    border: 4px solid red;
}

.product-details-textme {
    background: rgb(140, 0, 255);
    color: white;
    border: 4px solid rgb(140, 0, 255);
}

.product-details-formsubmit {
    padding: 6px 19px;
}

.product-details-enq-form select {
    height: 34px;
}

.product-details-enq-form input[type=mobile] {
    width: 100%;
    height: 34px;
    border: 1px solid #dbd9d9;
    padding: 6px;
}

.product-details-enq-form input[type=email] {
    width: 100%;
    height: 34px;
    border: 1px solid #dbd9d9;
    padding: 6px;
}

.product-details-enq-form textarea {
    width: 100%;
    border: 1px solid #dbd9d9;
    padding: 6px;
}

.product-details-enq-form input[type=text] {
    width: 100%;
    height: 34px;
    border: 1px solid #dbd9d9;
    padding: 6px;
}

.product-details-enq-form {
    height: 100%;
}

.product-details-formsubmit {
    width: 100%;
    margin-top: 5%;
    padding-top: 6px;
    padding-bottom: 6px;
    background: red;
    color: white;
    border: 4px solid red;
    font-weight: 700;
}

.product-details-banner-nav {
    margin-bottom: 2%;
}


/* end product-detais-page */

.buy-lead-agent {
    width: 14vw;
    border: 1px;
    height: 60px;
    padding: 1px 13px;
}

.pack-details-ad h3 {
    font-size: 23px;
}

.pack-details-ad img {
    width: 100%;
    height: 25rem;
}

.side-left img {
    width: 100%;
    height: 10rem;
}

.tour-images img {
    width: 100%;
    height: 300px;
}

.product-price a {
    font-size: 20px !important;
    font-weight: 500;
    text-decoration: none;
    color: #d32828;
}


/* buy lead */

.data-list::-webkit-scrollbar {
    display: none;
}

.data-list li:nth-child(odd) {
    background-color: #fff;
}

.data-list li:nth-child(even) {
    background-color: #eee;
}

.table-head-ul>li:nth-of-type(1) {
    float: left;
    width: 178px;
}

.table-head-ul>li:nth-of-type(2) {
    float: left;
    width: 150px;
}

.table-head-ul>li:nth-of-type(3) {
    float: left;
    width: 188px;
}

.table-head-ul>li:nth-of-type(4) {
    float: left;
    width: 175px;
}

.table-head-ul>li:nth-of-type(5) {
    float: left;
    width: 159px;
}

.table-head-ul>li:nth-of-type(6) {
    float: left;
    width: 159px;
}

.table-head-ul>li {
    padding-left: 8px;
    font-weight: 500;
    display: inline;
}

.data-list>li>span:nth-of-type(1) {
    float: left;
    width: 19%;
}

.data-list>li>span:nth-of-type(2) {
    float: left;
    width: 20%;
}

.data-list>li>span:nth-of-type(3) {
    float: left;
    width: 21%;
}

.data-list>li>span:nth-of-type(4) {
    float: left;
    width: 22%;
}

.data-list>li>span:nth-of-type(5) {
    float: left;
    width: 15%;
}

.data-list>li>span:nth-of-type(6) {
    float: left;
    width: 15%;
}

.hide-scrollbar {
    list-style: none;
}

.oddli span {
    font-size: 12px;
}

.table-head-ul li {
    font-size: 15px;
}

.hot-leads-style {
    font-size: 1.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.oddli {
    height: 48px;
    padding: 10px 11px;
}

.data-list {
    display: block;
    height: 18rem;
}

.col-g {
    color: #00d773;
}

.whywait a {
    text-decoration: none;
    border-radius: 5px;
    padding: 6px 14px;
    background: red;
    color: white;
    font-weight: 700;
}

.query h4 {
    color: white;
}


/* start buy lead page */

.buylead-agent {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    padding: 8px 12px;
    background-color: white;
}

.buylead-agent .actives {
    text-decoration: none;
    color: white;
}

.buylead-agent li a {
    text-decoration: none;
    color: black;
}

.buylead-agent li {
    padding: 8px 28px;
}


/* .buylead-agent li:nth-child(1){
    background-color: red;
}  */

.buy-lead-content {
    border: 1px solid #eee;
}

.cutomer-details {
    margin-top: 11px;
    border: 1px solid #eee;
}

.buy-lead-details p {
    margin-bottom: 6px;
}

.customer-value h5 {
    font-size: 14px;
}

.phone-sty {
    color: red;
    padding-left: 3px;
    filter: blur(3px);
}

.buy-lead-st {
    display: flex;
    justify-content: space-between;
}

.cutomer-details {
    padding: 15px 1px;
    background: white;
}

.buy-lead-details {
    border-right: 1px solid #eee;
}

.name-of-location {
    margin-bottom: 0px;
    color: red;
}

.buy-name {
    color: red;
}

.contact-us-buy-lead {
    width: 50%;
    margin: auto;
    margin-top: 16%;
}

.contact-us-buy-lead a {
    padding: 7px 20px;
    text-decoration: none;
    background: red;
    color: white;
}

.buy-lead {
    display: flex;
}

.buy-lead svg {
    margin-top: 6px;
}

.buy-lead-p svg {
    margin-top: 10px;
}

.buy-lead-date svg {
    margin-top: 9px;
}

.agent-companies-details img {
    width: 12vw;
}

.companies-details {
    border: 1px solid #eee;
    margin-top: 11px;
    padding: 8px 0px;
    background-color: white;
}

.agent-companies-details {
    border-right: 1px solid #eee;
    display: flex;
}

.contact-us-agent {
    width: 45%;
    margin: auto;
    margin-top: 21%;
}

.contact-us-agent a {
    text-decoration: none;
    padding: 8px 22px;
    background: red;
    color: white;
}

.agent-comp-info {
    padding: 7px 18px;
}

.agent-comp-info h5 {
    margin-bottom: 1px;
}

.agent-sub-info {
    list-style: none;
    padding-left: 1px;
    margin-bottom: 1px;
}


/* .buy-lead-details{
    padding:14px 14px;
} */


/* end buy lead page  */


/* end buy lead */


/* start footer */

.about-site {
    display: flex;
    color: white;
}

.about-site ul {
    list-style: none;
}

.tour-packages {
    display: flex;
    color: white;
}

.tour-packages ul {
    list-style: none;
}

.popular-destination {
    display: flex;
    color: white;
}

.popular-destination ul {
    list-style: none;
}

.ul-list {
    padding-left: 0px;
}

.about-site li {
    font-size: 16px;
}

.tour-packages li {
    font-size: 16px;
}

.popular-destination li {
    font-size: 16px;
}

.about-site-div h3 {
    color: white;
}

.tour-packages-div h3 {
    color: white;
}

.popular-destination-div h3 {
    color: white;
}

.navigation-section-ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.navigation-section-div {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: white;
    margin: 9px 0px;
}

.navigation-section-ul li:first-child {
    /* background: yellow; */
    border-left: 1px solid #dbd9d9;
    border-right: 1px solid #dbd9d9;
}

.navigation-section-ul li {
    padding: 12px 13px;
    cursor: pointer;
}

.navigation-section-ul li a {
    text-decoration: none;
    color: black;
}

.img-related-ul li {
    padding: 0px 1px;
}

.img-related-content {
    margin: 3% 0%;
    border: 1px solid #dbd9d9;
    padding: 25px;
    background: white;
}

.top-destination-img-banner img {
    width: 100%;
    height: 424px;
}

.nearby-place {
    border: 1px solid #dbd9d9;
    background: white;
    margin-bottom: 5%;
}

.nearby-place-head h5 {
    padding: 15px 19px;
    border-bottom: 1px solid #dbd9d9;
}

.nearby-placess {
    /* border: 1px solid #dbd9d9; */
    margin-bottom: 8px;
}

.nearby-placess-content {
    padding-left: 11px;
    padding-right: 11px;
}

.nearby-placess p {
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 0px;
    background: #3a3838;
}

.nearby-placess p a {
    color: white;
}

.nearby-placess a {
    text-decoration: none;
}

.nearby-placess-img img {
    width: 100%;
    height: 11rem;
}


/* .nearby-placess-img{
    display: flex;
    justify-content: space-between;
} */

.top-destination-info-ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.top-destination-info-ul li {
    padding: 5px 7px;
    padding: 16px 34px;
    border: 1px solid;
}

.top-destination-info-ul li:first-child {
    margin-right: 10px;
}

.sublaces-div img {
    width: 14vw;
}

.subplacesc-cont {
    display: flex;
    justify-content: space-between;
}

.sublaces-div p {
    text-align: center;
}

.subplaces-of-places {
    margin-top: 1%;
    margin-bottom: 2%;
}

.best-places-month-wise-head img {
    width: 100%;
    height: 40vh;
}


/* .best-places-images-over{
    position: relative;
}
.overlay-text{
    position: absolute;
    top: 0;
} */

.places-to-visit-description {
    border: 1px solid #dbd9d9;
    padding: 20px;
    background: white;
    margin-bottom: 1%;
}

.places-recomendation-by-month {
    margin-top: 2%;
    margin-bottom: 2%;
}

.recoment-places-wrap {
    display: flex;
}

.recomend-places {
    background: white;
    width: 32.3%;
}

.recomend-places img {
    width: 100%;
}

.recomend-places {
    margin-right: 1%;
    padding: 5px 5px 15px 5px;
    border: 1px solid #dbd9d9;
    margin-bottom: 2%;
}

.recoment-places-content p {
    padding-left: 7px;
    padding-right: 9px;
    margin-bottom: 12px;
}

.recoment-places-content h4 {
    padding-left: 5px;
    margin-top: 4px;
    color: dodgerblue;
}

.recomend-places a {
    padding: 6px;
    margin-left: 8px;
    background-color: red;
    text-decoration: none;
    color: white;
}

.location-head h3 {
    border-bottom: 1px solid #dbd9d9;
}

.location-body ul {
    list-style: none;
}

.location-head h3 {
    padding: 3% 5%
}

.india-tour-by-location {
    border: 1px solid #dbd9d9;
    background: white;
}

.go-package a {
    padding: 6px 38px;
}

footer {
    background: #111;
}

.about-site-div h3 {
    font-size: 17px;
}

.tour-packages-div h3 {
    font-size: 17px;
}

.popular-destination-div h3 {
    font-size: 17px;
}

.footer-hr {
    color: white;
}

.copyright {
    color: white;
    display: flex;
    justify-content: space-between;
}

.footer {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 3%;
    /* padding-bottom: 3%; */
    margin: 0px 66px;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    line-height: 30px;
}

.socail-query {
    display: flex;
    justify-content: space-between;
}

.socail-links {
    list-style: none;
    display: flex;
}

.socail-links li {
    padding: 4px 0px 4px 6px;
    line-height: 15px;
    height: 40px;
    position: relative;
    display: flex;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.socail-links li a {
    margin-left: 15px;
    color: #fff !important;
}

.fa-brands {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 10px;
    color: #fff !important;
}

.socail-links .facebook {
    background: #3b5998;
}

.socail-links .facebook:hover {
    background: #26478b;
}

.socail-links .instagram {
    background: #ca2962;
}

.socail-links .instagram:hover {
    background: #b31c51;
}

.socail-links .linkedin {
    background: #0077b5;
}

.socail-links .linkedin:hover {
    background: #0a6a9d;
}

.socail-links .youtube {
    background: #1a73e8 !important;
}

.socail-links .youtube:hover {
    background: #1a67cb !important;
}

.socail-links .pinterest {
    background: #ff0000e6;
}

.socail-links .pinterest:hover {
    background: #c10f0f;
}

.contact-us-div h3 {
    font-size: 17px;
    color: white;
}

.ul-list li {
    font-size: 16px;
    color: white;
}

.contact-us .ul-list {
    list-style: none;
}

.socail-links li {
    margin-left: 6px;
    margin-right: 6px;
}

.socail-links li a {
    text-decoration: none;
    padding: 7px 14px;
}


/* advertise with us */

.pricing-plan {
    width: 300px;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    margin: 15px;
}

.pricing-plan_highlighted {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

.pricing-plan_special_text {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #007c64;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.pricing-plan_header {
    padding: 25px;
    background-color: #009578;
    color: #ffffff;
}

.pricing-plan_title,
.pricing-plan_summary {
    margin: 0;
    text-align: center;
}

.pricing-plan_title {
    font-size: 1.5em;
    font-weight: 400
}

.pricing-plan_summary {
    font-size: 1em;
    font-weight: 300;
}

.pricing-plan_description {
    padding: 25px
}

.pricing_plan_list {
    padding: 0;
    margin: 0;
}

.pricing-plan_feature {
    list-style: none;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9em;
}

.pricing-plan_feature:not(:last-child) {
    margin-bottom: 0.5em;
}

.pricing-plan_feature::before {
    content: "\2714";
    color: #009578;
    position: absolute;
    left: 0;
}

.pricing-plan_actions {
    padding: 25px;
    border-top: 1px solid #dbd9d9;
    ;
    display: flex;
    flex-direction: column;
}

.pricing-plan_button {
    display: inline-block;
    margin: 15px auto;
    padding: 8px 20px;
    text-decoration: none;
    color: #009578;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #009578;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: bold;
}

.pricing-plan_button:hover {
    background: #009578;
    color: white;
}

.pricing-plan_cost {
    margin: 0;
    text-align: center;
    font-size: 2em;
    color: #000000;
}

.pricing-plan_text {
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 10px 0;
}

.price_table {
    display: flex;
    justify-content: center;
    margin: 2% 0px;
}

.form-box input {
    width: 100%;
    border: 3px solid #eee;
    padding: 7px 10px;
}

.form-box input:focus {
    outline: green;
}

.form-box textarea {
    border: 3px solid #eee;
    padding: 7px 10px;
    width: 100%;
}

.form-box textarea:focus {
    outline: indianred;
}

.contact-us {
    /* padding:5% 7%; */
}

.theme-btn {
    background-color: red;
    color: white;
}

.contact-head h1 {
    text-align: center;
    padding: 5% 1px;
    color: #2961ab;
}

.contact-us {
    padding: 8% 0%;
}

.email-div {
    width: 23vw;
    border: 1px solid #eee;
    background: white;
}

.phone-content {
    padding: 30px;
}

.phone-content i {
    display: flex;
    justify-content: center;
}

.call-us-p {
    text-align: center;
}

.call-us-p a {
    text-decoration: none;
}

.email-laval {
    text-align: center;
}

.address,
.email,
.phone {
    border: 1px solid #eee;
    width: 23vw;
}

.address-cont,
.email-cont {
    padding: 30px;
}

.address-cont,
.phone {
    background: white;
}

.fa-map-marked-alt,
.fa-envelope-open-text,
.phone-i {
    font-size: 60px;
    color: #2961ab;
}

.address-cont .fa-map-marked-alt,
.add {
    display: flex;
    justify-content: center;
}

.email-cont .fa-envelope-open-text,
.email,
.email-p {
    display: flex;
    justify-content: center;
}

.email-cont .fa-envelope-open-text,
.email,
.email-p a {
    text-decoration: none;
}

.phone-cont .fa-phone,
.phone-cont {
    display: flex;
    justify-content: center;
}

.cont {
    display: flex;
    justify-content: space-between;
}


/* end advertise with us */

.month-wise,
.ad-the-sty {
    background-color: white;
    ;
}

.travel-atractions {
    margin: 0px 5px;
}

.travel-atraction-div1 {
    /* margin-right: 8px; */
    display: flex;
    /* margin-top: 8px; */
    /* border: 1px solid #eee; */
    border-radius: 4px;
    background: white;
    /* width: 50%; */
    margin-right: 0px;
}

.travel-packages {
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.travel-atraction-div1 img {
    width: 38vw;
    height: 169px;
}

.travel-packages img {
    width: 100%;
    height: 169px;
}

.travvel-atraction-content p {
    font-size: 17px;
}

.place-name {
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.tour-place-name {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tour-place-name a {
    text-decoration: none;
    color: #000;
}

.place-name::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #c50000;
}

.place-view-more {
    padding: 3px 10px 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #d32828;
    background: #d32828;
    transition: all 0.3s ease-in-out 0s;
}

.place-view-more:hover {
    height: 170%;
    background: #353535;
    opacity: 1;
    color: #fff;
    border-color: #353535;
}

.enquiry-form {
    padding: 21px 4%;
    margin: 2%;
    background-color: white;
    border-radius: 8px;
}

.enquiry-form img {
    width: 100%;
}

.button {
    margin-top: 2%;
}

.button button {
    width: 100%;
    padding: 5px;
    background: red;
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
}

.client_test_div {
    padding: 4% 6% 4% 6%;
}

.c-tesimonial p {
    border: 1px solid white;
    padding: 15px 28px;
    /* padding: 28px; */
    color: white;
    border-radius: 40px;
    background-color: #000000a1;
}

.form-sty {
    border-left: 3px solid white;
    margin-top: 4%;
    margin-bottom: 4%;
}

.c-tesimonial {
    margin-top: 4%;
}

.day-by-day {
    color: #d32828 !important;
    font-weight: 600;
    /* width: 7%; */
}

.day-by-day-div {
    background: #ecf7ff;
    background: linear-gradient(90deg, #ecf7ff 0, #fff);
    border-left: 5px solid #e84c3d;
    color: #20a5d3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ecf7ff", endColorstr="#ffffff", GradientType=1);
    line-height: 1.2em;
    margin: 20px 0;
    padding: 15px 20px;
    text-transform: capitalize;
}

.day-by-day-deta {
    /* width: 93%; */
}


/* .travel-atraction-div1{
    
} */

.customer-lead-agentp {
    text-decoration: none;
    color: black;
}

.agent-name {
    color: red;
    margin-bottom: 2px;
}

.agent-slog {
    margin-bottom: 2px;
    color: #707071;
}

.servicewe-of span:first-child {
    font-weight: 600 !important;
}

.data-not-found-head {
    text-align: center;
    color: #959799;
}

.not-found {
    padding: 60px 1px;
}

.data-not-fount-div {
    background-color: white;
    border: 1px solid #eee;
}

.data-not-fount-div {
    margin: 13px 0px;
}

.client-testimonial {
    background: url("../../assets/images/form-bg-img.jpg");
    background-repeat: repeat-x;
    background-size: contain;
}

.client-testimonial-head h2 {
    color: white;
}

.advent-st {
    background: white;
}

.pack-details-ad button {
    padding: 6px 26px;
    border: 1px solid #eee;
    background: red;
    color: white;
    font-weight: 400;
}

.pack-details-ad button a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.advent-st {
    height: 100%;
    padding-bottom: 1%;
    width: 70%;
    margin-right: 1%;
}

.addventure-st-side {
    width: 28%;
    background: white;
}

.side-left a {
    text-decoration: none;
    text-align: center;
}

.front-img-text {
    position: absolute;
    bottom: 25px;
    width: 93%;
}

.front-img-text p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.first-pic,
.first-pic-2 {
    position: relative;
}

.first-pic {
    margin-bottom: 6px;
}

.first-img-txt {
    position: absolute;
    bottom: 0;
    width: 334px;
}

.first-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.wild-txt-img-txt {
    position: absolute;
    bottom: 0;
    width: 334px;
}

.wild-txt-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.second-pic {
    position: relative;
    margin-bottom: 1%;
}

.pilgrimage-img-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pilgrimage-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.second-pic-2 {
    position: relative;
}

.mount-img-txt {
    position: absolute;
    bottom: 0;
    width: 244px;
}

.mount-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.second-pic-2-1 {
    position: relative;
}

.rafting-img-txt {
    position: absolute;
    bottom: 0;
    width: 244px;
}

.rafting-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.third-pic {
    position: relative;
    margin-bottom: 2%;
}

.paragiding-img-txt {
    position: absolute;
    bottom: 0;
    width: 257px;
}

.paragiding-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.third-pic-2 {
    position: relative;
}

.beach-img-txt {
    position: absolute;
    bottom: 0;
    width: 257px;
}

.beach-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.best-tourist-places-img-galary {
    position: relative;
}

.air-bollon-img-txt {
    position: absolute;
    bottom: 0;
    width: 237px;
}

.air-bollon-img-txt p {
    margin-bottom: 0px;
    margin-left: 8px;
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #000000ad;
}

.ul-list li a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 275px;
    display: block;
}

.ul-list li a:hover {
    color: red;
}

.ul-popular-2 li a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease-in-out;
}

.ul-popular-2 li a:hover {
    color: red;
}

.about-ul-2 li a {
    text-decoration: none;
    color: white;
}

.about-ul-2 li a:hover {
    color: red;
}

.about-div {
    margin: 3% 0px;
}

.about-head p {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}

.view-details a {
    text-decoration: none;
    color: white;
}


/* =========================== Custom Css Added For Popup ==================================== */

.modal-body .input-group {
    width: 100%;
    padding-bottom: 12px;
    position: relative;
    border-collapse: separate;
}

.mrgn {
    margin: 2px 6px;
}

.submit-btn {
    padding: 5px 30px;
    color: #eee;
    background: #0d6efd;
    outline: none;
    border: 1px solid #0d6efd;
    border-radius: 5px;
}

.submit-btn:hover {
    background: #1362d7;
}

.close-btn {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    border-radius: 5px;
}


/* ========================= */

.b-l-st-p {
    color: #2961ab;
    font-size: 23px;
    font-weight: 400;
}

.lead-btn {
    color: #fff;
    background-color: #2961ab;
    border-color: #2961ab;
    padding: 5px 20px;
}

.lead-btn:hover {
    color: #fff;
    background-color: #1c549e;
}

.fieldName {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: 8px;
}

.c-black {
    color: 000;
}

.image-style img {
    height: 100%;
    min-height: 150px;
    max-height: 150px;
    min-width: 36%;
    width: 36%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin: auto 9px;
}

.style-container {
    width: 100%;
    height: 158px;
    overflow: hidden;
}

.vdo_overlay::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #0000;
}

#myVideo {
    position: relative;
    z-index: -1;
    left: 0;
    top: -270px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content-st h1 {
    font-size: 18px;
}

.about-us-headline {
    background: #ecf7ff;
    background: linear-gradient(90deg, #ecf7ff 0, #f5f5f5);
    border-left: 5px solid #e84c3d;
    color: #5a6062;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ecf7ff", endColorstr="#ffffff", GradientType=1);
    line-height: 1.2em;
    margin: 20px 0;
    padding: 15px 20px;
    text-transform: capitalize;
}


/* ================ Visit Month wise Section ======================= */

.bymonth {
    position: relative;
    min-height: 90px;
}

.bymonth ul {
    display: flex;
    padding: 0;
    margin: 0 2% 0 2%;
    position: absolute;
    z-index: 1;
}

.bymonth ul li {
    list-style: none;
    flex: 1 1 80px;
    margin: 8px;
}

.bymonth ul li a {
    width: 80px;
    height: 80px;
    line-height: 74px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 4px solid #d78165;
    border-radius: 30%;
    display: block;
    transition: all 0.5s ease;
}

.bymonth ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #d78165;
}

.bymonth ul li:nth-child(2) a {
    border-color: #c58f8c;
}

.bymonth ul li:nth-child(2) a:hover {
    background-color: #c58f8c;
}

.bymonth ul li:nth-child(3) a {
    border-color: #b09fb4;
}

.bymonth ul li:nth-child(3) a:hover {
    background-color: #b09fb4;
}

.bymonth ul li:nth-child(4) a {
    border-color: #aca1b8;
}

.bymonth ul li:nth-child(4) a:hover {
    background-color: #aca1b8;
}

.bymonth ul li:nth-child(5) a {
    border-color: #9aadce;
}

.bymonth ul li:nth-child(5) a:hover {
    background-color: #9aadce;
}

.bymonth ul li:nth-child(6) a {
    border-color: #88b8e2;
}

.bymonth ul li:nth-child(6) a:hover {
    background-color: #88b8e2;
}

.bymonth ul li:nth-child(7) a {
    border-color: #79bfe7;
}

.bymonth ul li:nth-child(7) a:hover {
    background-color: #79bfe7;
}

.bymonth ul li:nth-child(8) a {
    border-color: #71becd;
}

.bymonth ul li:nth-child(8) a:hover {
    background-color: #71becd;
}

.bymonth ul li:nth-child(9) a {
    border-color: #68bdb3;
}

.bymonth ul li:nth-child(9) a:hover {
    background-color: #68bdb3;
}

.bymonth ul li:nth-child(10) a {
    border-color: #61be9a;
}

.bymonth ul li:nth-child(10) a:hover {
    background-color: #61be9a;
}

.bymonth ul li:nth-child(11) a {
    border-color: #58ba72;
}

.bymonth ul li:nth-child(11) a:hover {
    background-color: #58ba72;
}

.bymonth ul li:nth-child(12) a {
    border-color: #51b641;
}

.bymonth ul li:nth-child(12) a:hover {
    background-color: #51b641;
}

.bymonth .monthgrad {
    background: rgb(235, 114, 60);
    background: linear-gradient(90deg, rgba(235, 114, 60, 1) 0%, rgba(176, 159, 180, 1) 25%, rgba(124, 191, 240, 1) 48%, rgba(93, 189, 143, 1) 78%, rgba(71, 176, 9, 1) 100%);
    width: 98%;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 0;
}

.mtb-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.clients-visiting-places {
    padding-top: 5%;
}

.clients-visiting-places li {
    color: rgb(194, 106, 106);
    line-height: 42px;
}

.clients-visiting-places li a {
    color: #fff;
    text-decoration: none;
}

.clients-visiting-places li a span {
    color: #000;
    font-weight: 500;
}

.clients-visiting-places li a:hover {
    text-decoration: underline;
}

.mobile_no {
    background-image: url(../icons/common-icons.png);
    background-position: 3px -31px;
    background-repeat: no-repeat;
    float: left;
}

.mobile_no::placeholder {
    position: absolute;
    left: 35px;
}

.location {
    background-image: url(../icons/common-icons.png);
    background-position: 3px -70px;
    background-repeat: no-repeat;
    float: left;
}

.location::placeholder {
    position: absolute;
    left: 35px;
}

.input-group-text {
    padding: .375rem 1.3rem !important;
}


/* ========= Testimonial section ===================== */

.testimonial-head-text {
    text-align: center;
    padding-top: 2rem;
}

.testimonial-head,
.testimonial-subHead {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.testimonial-bg {
    background-image: url(../images/testimonial-bg.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 2%;
}

.testimonial-details .user-image {
    border-radius: 50%;
    border: 3px solid #d32828;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.testi_z-index {
    position: relative;
    z-index: 2;
}

.user-details .username {
    color: #fff;
    margin-bottom: 0;
}

.user-details .role {
    color: #fff;
}

.user-details .detail {
    margin: 4rem 4rem 1rem 4rem;
    color: #fff;
    font-size: 1rem;
    line-height: 28px;
}

.flickity-button {
    background-color: #cf7777cc;
    color: #fff;
}

.flickity-button:hover {
    background-color: #cf4444;
    color: #fff;
}


/* ====================== Main Package Section ======================== */


/* Main heading for inside page */

.inside-page__heading {
    padding-bottom: 1rem;
    width: 100%;
}


/* Mixed */


/* For both inside page's main heading and 'view me' text on card front cover */

.inside-page__heading,
.card-front__text-view {
    font-size: 1rem;
    font-weight: 800;
    margin-top: .2rem;
}

.inside-page__heading--city,
.card-front__text-view--city {
    color: #ff62b2;
}

.inside-page__heading--ski,
.card-front__text-view--ski {
    color: #2aaac1;
}

.inside-page__heading--beach,
.card-front__text-view--beach {
    color: #fa7f67;
}

.inside-page__heading--camping,
.card-front__text-view--camping {
    color: #00b97c;
}


/* Front cover */

.card-front__tp {
    color: #fafbfa;
}


/* For pricing text on card front cover */

.card-front__text-price {
    font-size: 1.2rem;
    margin-top: -.2rem;
}


/* Back cover */


/* For inside page's body text */

.inside-page__text {
    color: #333;
    font-size: 12px;
}


/* Icons ===========================================*/

.card-front__icon {
    fill: #fafbfa;
    font-size: 3vw;
    height: 3.25rem;
    margin-top: -.5rem;
    width: 3.25rem;
}


/* Buttons =================================================*/

.inside-page__btn {
    background-color: transparent;
    border: 3px solid;
    border-radius: .5rem;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    padding: .3rem .75rem;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    width: 90%;
    z-index: 10;
}

.inside-page__btn::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all .3s ease;
    width: 100%;
    z-index: -1;
}

.inside-page__btn--city {
    border-color: #ff40a1;
    color: #ff40a1;
}

.inside-page__btn--city::before {
    background-color: #ff40a1;
}

.inside-page__btn--ski {
    border-color: #279eb2;
    color: #279eb2;
}

.inside-page__btn--ski::before {
    background-color: #279eb2;
}

.inside-page__btn--beach {
    border-color: #fa7f67;
    color: #fa7f67;
}

.inside-page__btn--beach::before {
    background-color: #fa7f67;
}

.inside-page__btn--camping {
    border-color: #00b97d;
    color: #00b97d;
}

.inside-page__btn--camping::before {
    background-color: #00b97d;
}

.inside-page__btn:hover {
    color: #fafbfa;
}

.inside-page__btn:hover::before {
    transform: scaleY(1);
}


/* Layout Structure=========================================*/

.main {
    /* background: linear-gradient(
      to bottom right,
      #eee8dd,
      #e3d9c6
    ); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}


/* Container to hold all cards in one place */

.card-area {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-evenly;
    padding: 1rem;
    z-index: 1;
}


/* Card ============================================*/


/* Area to hold an individual card */

.card-section {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    /* width: 100%; */
}


/* A container to hold the flip card and the inside page */

.card {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
    height: 12rem;
    position: relative;
    transition: all 1s ease;
    width: 12rem;
}

.flip-card {
    height: 12rem;
    perspective: 100rem;
    position: absolute;
    right: 0;
    transition: all 1s ease;
    visibility: hidden;
    width: 12rem;
    z-index: 100;
}

.flip-card>* {
    visibility: visible;
}

.flip-card__container {
    height: 100%;
    position: absolute;
    right: 0;
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 1s ease;
    width: 100%;
}

.card-front,
.card-back {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Styling for the front side of the flip card */


/* container for the front side */

.card-front {
    background-color: #fafbfa;
    height: 12rem;
    width: 12rem;
}

.card-front__heading {
    font-size: 1rem;
}


/* Front side's top section */

.card-front__tp {
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
    display: flex;
    flex-direction: column;
    height: 9.5rem;
    justify-content: center;
    padding: .75rem;
}

.card-front__tp--city {
    background: linear-gradient(to bottom, #ff73b9, #172646);
}

.card-front__tp--ski {
    background: linear-gradient(to bottom, #47c2d7, #172646);
}

.card-front__tp--beach {
    background: linear-gradient(to bottom, #fb9b88, #172646);
}

.card-front__tp--camping {
    background: linear-gradient(to bottom, #00db93, #172646);
}


/* Front card's bottom section */

.card-front__bt {
    align-items: center;
    display: flex;
    justify-content: center;
}


/* Styling for the back side of the flip card */

.card-back {
    background-color: #fafbfa;
    transform: rotateY(180deg);
}


/* Specifically targeting the <video> element */

.video__container {
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}


/* Inside page */

.inside-page {
    background-color: #fafbfa;
    box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 1rem;
    position: absolute;
    right: 0;
    transition: all 1s ease;
    width: 12rem;
    z-index: 1;
}

.inside-page__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    width: 100%;
}


/* Functionality ====================================*/


/* This is to keep the card centered (within its container) when opened */

.card:hover {
    box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
    width: 24rem;
}


/* When the card is hovered, the flip card container will rotate */

.card:hover .flip-card__container {
    transform: rotateY(-180deg);
}


/* When the card is hovered, the shadow on the inside page will shrink to the left */

.card:hover .inside-page {
    box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.1);
}

.first-card-hover:hover {
    margin-right: -60px;
}

.first-sec {
    background-image: url(../images/section-bg.jpg);
    position: relative;
    top: -25px;
}


/* ===================== Tour Type Section ========================== */

.tour-bg-img {
    background-image: url(../images/jungle.jpg);
    background-position: right;
}

.overlay {
    position: relative;
}

.overlay::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #000;
    z-index: 1;
}

.tour-content-div {
    background-color: #2961ab;
    padding: 50px;
    z-index: 2;
}

.tour-content h2 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 35px;
    margin-top: 1rem;
    text-align: left;
}

.tour-content p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 25px;
    margin: 2.6rem 0;
}

.button-wrapper a {
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2961ab;
    /* background-color: #264689; */
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 19px 22px 19px 22px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.button-wrapper a:hover {
    color: #2961ab;
    background-color: #ffffff;
}

.image-box-wrapper {
    position: relative;
    z-index: 2;
    margin: 26px;
    margin-left: 40px;
}

.image-box-title {
    color: #fff;
    font-size: 1.2rem;
}


/* ================= Photo Gallery Section ========================== */

.photo-gallery-head p {
    margin-top: 2rem;
    margin-bottom: 0;
}

.photo-gallery-head h3 {
    margin-bottom: 1rem;
}

.photo-gallery-head h3 span {
    color: red;
}

.photo-gallery {
    /* position: relative; */
}

.photo-gallery .gallery-img {
    width: 309px;
    height: 200px;
    margin: 2px;
    cursor: pointer;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.photo-gallery .gallery-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.photo-gallery .gallery-img img:hover {
    transform: scale(1.1);
}


/* ========================= why choose Us ===================== */

.wcu-bg {
    background-image: url(../images/wcu-bg.png);
    background-size: cover;
    background-position: left;
}

.wcu-content {
    padding-bottom: 1.2rem;
}

.wcu-content h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}

.wcu-content span {
    color: red;
}

.wcu-content .wcu-desc {
    margin: 10px;
}

.button-wrapper .wcu-btn {
    font-weight: 500;
    fill: #2961ab;
    color: #2961ab;
    background-color: #ffffff;
    /* background-color: #264689; */
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2961ab;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 19px 15px 19px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.button-wrapper .wcu-btn:hover {
    fill: #2961ab;
    color: #ffffff;
    background-color: #2961ab;
}


/* ============ month wise section on hover ========================= */

.row>.padding-r {
    padding-right: 0 !important;
}

.row>.padding-l {
    padding-left: 0 !important;
}


/* ================= budget wise section ============================ */

.progress-bar-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 10px solid #024a92;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.active {
    background-color: #fff !important;
}

.progress-bar-container div {
    background-color: #024a92;
    font-weight: bold;
    color: #bbccdd;
    border: 2px solid #024a92;
    margin-top: -45px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    z-index: 99;
}

.progress-bar-container .daySelect {
    background-color: #024a92;
    font-weight: bold;
    color: #bbccdd;
    border: 2px solid #024a92;
    margin-top: -45px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 35px;
    z-index: 99;
}


/* ===================== section by budget =========================== */

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -10px 0px 10px 0px;
    margin-left: 0px;
    height: 145px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 20px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 150px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 65px !important;
    color: #2961ab !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -6px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -6px;
}


/* ===================== gourp tours section ========================== */

.group-tour-photo-gallery {
    margin-left: 12px;
    margin-bottom: 10px;
}

.group-tour-photo-gallery .photo-gallery-img {
    position: relative;
    width: 395px;
    height: 240px;
    margin: 2px;
    cursor: pointer;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    text-align: center;
}

.group-tour-photo-gallery .photo-gallery-img img {
    transition: .5s ease-in-out;
}

.group-tour-photo-gallery .photo-gallery-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}

.group-tour-photo-gallery .photo-gallery-img div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

.group-tour-photo-gallery .photo-gallery-img div h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.group-tour-photo-gallery .photo-gallery-img div a {
    padding: 4px 6px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: #024a92;
    color: #fff;
    margin: auto;
    font-size: 12px;
    text-decoration: none;
    display: none;
}

.group-tour-photo-gallery .photo-gallery-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.group-tour-photo-gallery .photo-gallery-img:hover div a {
    display: inline-block;
}


/* =========== leads Section Page ======================================= */

.banner-content {
    float: left;
    position: absolute;
    z-index: 2;
}

.position-rel {
    position: relative;
}

.banner-content h2 {
    text-align: left;
    font-size: 4.5rem;
    font-weight: 600;
    color: #fff;
    padding-top: 4rem;
}

.banner-content p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.banner-content a {
    font-weight: 500;
    display: inline-block;
    margin-top: 1rem;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2961ab;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 42px 15px 42px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
button,
input {
    border: none;
    outline: none;
}

.home-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.home-btn a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #024a92;
}


/* custom Checkbox */

.checkbox-div {
    display: flex;
}

.checkbox {
    display: block;
    margin-bottom: 15px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    background-color: transparent;
    border: 2px solid #0e74bd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 4px;
    height: 8px;
    border: solid #0e74bd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.signup {
    position: relative;
    z-index: 2;
    float: right;
    background-color: white;
    width: 100%;
    max-width: 350px;
    padding: 25px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

h1 {
    text-align: center;
    color: #cc272e;
}

h2 {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 25px;
}

h2 span {
    text-decoration: underline;
    cursor: pointer;
    color: #cc272e;
}


/*  Field */

.signup__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.signup__field:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: #cc272e;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.signup__field:hover:before {
    width: 100%;
}


/*  Input */

.signup__input {
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    padding: 10px 2px 0;
    border-bottom: 2px solid #e0e0e0;
}


/*  Label */

.signup__label {
    color: #bdbdbd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.signup__input:focus+.signup__label,
.signup__input:valid+.signup__label {
    top: 0;
    font-size: 1rem;
    background-color: white;
}


/*  Button */

button {
    background: #cc272e;
    color: white;
    padding: 12px 0;
    font-size: 1.2rem;
    border-radius: 25px;
    cursor: pointer;
}

button:hover {
    background: #024a92;
}

.main-banner-img {
    position: relative;
    background-image: url(../banner/main-banner.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.main-banner-img::after {
    content: '';
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.leads-heading h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2961ab;
}

.leads-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.leads-card ul {
    padding: 20px;
}

.leads-card ul li {
    list-style: none;
    line-height: 35px;
}


/* =================================== */

main {
    width: 100%;
}

main .section-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 75px 0px; */
    row-gap: 20px;
    margin-bottom: 50px;
}

main .section-4 .section-4-1,
main .section-4 .section-4-2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

main .section-4 .section-4-1 .section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

main .section-4 .section-4-1 .section-main h1 {
    font-size: 40px;
    line-height: 42px;
    color: #2961ab;
    text-align: center;
}

main .section-4 .section-4-1 .section-main p {
    color: #425466;
    line-height: 24px;
    text-align: center;
}

main .section-4 .section-4-2 .section-main div.pricing-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header .pricing-checkbox {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header .pricing-checkbox span {
    font-size: 14px;
    color: #425466;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header .pricing-checkbox>div {
    width: 45px;
    background: #2961ab;
    height: 24px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header .pricing-checkbox>div div {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    border-radius: 50%;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-header .pricing-checkbox>div.anually div {
    left: unset;
    right: 3px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div {
    display: none;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div {
    display: flex;
    column-gap: 17px;
    background-color: #fbfbfb;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card {
    padding: 15px;
    border-radius: 8px;
    width: 350px;
    position: relative;
    border: 1px solid #b5b6b87d;
    box-shadow: 1px 1px #b5b6b86e;
    height: fit-content;
    background-color: #fff;
    ;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-header .card-price {
    font-size: 2rem;
    font-weight: 800;
    color: #cc272e;
    margin-bottom: 10px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-header .card-price span {
    font-size: 14px;
    color: darkgray;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-header p {
    color: #425466;
    line-height: 24px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-body {
    border-top: 1px solid lightgray;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-body ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-body ul li {
    color: #b5b6b8;
    position: relative;
    font-size: 14px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-body ul li img {
    width: 20px;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-body ul li::before {
    color: #2961ab;
    font-weight: bold;
    width: 20px;
    margin-left: -18px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card .card-footer a {
    background: #2961ab;
    color: #f0eeeb;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card:nth-of-type(2) .card-footer button {
    background: #2961ab;
    color: #fff;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card:nth-of-type(2) .card-footer button:hover {
    background: transparent;
    color: #b5b6b8;
}

main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div.active {
    display: block;
}

@media only screen and (max-width: 1200px) {
    main .section-4 {
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
    }
    main .section-4 .section-4-1,
    main .section-4 .section-4-2 {
        width: 90%;
    }
    main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card {
        width: calc(50% - 10px);
        height: unset;
    }
    main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    main .section-4 .section-4-2 .section-main div.pricing-body .pricing-body-plans>div>div .card {
        width: 100%;
        height: fit-content;
    }
}

.login-btn {
    color: #d32828 !important;
    background: #eee;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 700;
    transition: .5s ease-in-out;
}

.login-btn:hover {
    color: #000 !important;
}