/*
/*


* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

1. Common css
2. Heading Area Css
3. Button Area start
4. Home Page
5. About Page
6. Booking Confirmation Page
7. Booking History Page
8. Contact Page
9.  Dashboard Page
10. Error Page
11. Faqs Page
12. Flight-booking Page
13. Flight-booking-submission Page
14. Flight-search-result Page
15. forgot-password Page
16. hotel-booking Page
17. hotel-details Page
18. hotel-search Page
19. login Page
20. my-profile Page
21. news Page
22. news-details Page
23. notification Page
24. privacy-policy Page
25. register Page
26. reset-password Page
27. room-booking Page
28. room-details Page
29. terms-service Page
30. testimonials Page
31. top-destinations Page
32. top-destinations-details Page
33. tour-booking-submission Page
34. tour-details Page
35. tour-guides Page
36. tour-search Page
37. verify-otp Page
38. wallet Page
39. Footer 
40. Preloader


/*================================================
Default CSS
=================================================*/
	
html,
body {
    height: 100%;
    /* width: 100%;
    overflow-x: hidden; */
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1 {
    font-size: 82px;
    font-weight: 400;
    /* line-height: 90px; */
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

/* --Common Style-- */
section {
    position: relative;
    float: left;
    width: 100%;
}

.header .navbar-toggler-icon {
    height: auto;
    width: auto;
}

/* navbar toggler border remove */

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.custom-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    transition: .3s;
    font-family: "poppins", sans-serif;
    margin-top: 10px;
}

.custom-link:hover {
    color: #fff !important;
}

.custom-item {
    margin-left: 15px;
}

.custom-link i {
    margin-right: 6px;
}

.custom-item:hover .nav-link {
    color: #5510D5;
}

.contact-list li {
    display: inline-block;
}

.top-header {
    padding: 10px 0px;
}
.hdr-social-list {
    margin-bottom: 0px !important;
}
.contact-list li a i {
    color: #5510D5;
    font-size: 13px;
    margin-right: 8px;
}

.contact-list li a {
    font-size: 13px;
    color: #767682;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    margin-right: 25px;
    line-height: 1.2;
}

.header {
    background: #F1F6FF;
    position: relative;
}

.hdr-social-list {
    text-align: right;
}

.hdr-social-list li {
    display: inline-block;
}
.hdr-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #767682;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
}

.hdr-social-list li a:hover {
    background: #5510D5;
    color: #fff;
    border-color: #5510D5;
}

.header-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

.main-header-list {
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px 0px;
    margin-left: auto;
    padding-left: 70px;
}

.main-header-list:after, .main-header-list:before{
    content: "";
    width: calc(100% + 200px);
       height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px 0px 0px 0px;
}

.main-header-list:before {
    background: #2D2330;
}

.main-header-list:after {
    background: #5510D5;
    left: 13px;
}

.header-bottom {
    overflow-x: hidden;
}

.sign-icon-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #5510D5;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.sign-icon-box a i {
    position: relative;
    z-index: 1;
}

.sign-icon-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2D2330;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: transform 300ms ease, opacity 300ms ease;
}

.header-signbtn:hover .sign-icon-box a i {
    color: #fff;
}

.header-signbtn:hover .sign-icon-box::after {
    transform: scale(1);
    opacity: 1;
    z-index: 0;
}

.main-header__phone-title {
       font-size: 11px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: "poppins", sans-serif;
    margin-bottom: -1px !important;
}

.header-signbtn {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 10px;  
}

.main-header__phone-number {
       font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
    margin-bottom: 0px !important;
}

.bannerimage {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bannerimage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-part .carousel-control-prev-icon, .banner-part .carousel-control-next-icon {
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0;
    background-size: 28px;
}

.banner-part .carousel-caption {
    top: 7%;
    max-width: 800px;
    left: 10.5%;
    margin: 0 auto;
}

.banner-part .carousel-control-next, .banner-part .carousel-control-prev {
    width: 10%;
}

.short-head {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
    transform: translateY(50px);
    transition: transform 1000ms ease, opacity 1000ms ease;
}

.home-banner-head {
    font-size: 55px;
    font-weight: 600;
    font-family: "poppins", sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 5px 10px #00000061;
    text-align: center;
    transform: translateY(50px);
    transition: transform 1000ms ease, opacity 1000ms ease;
}

.head-style1 {
    color: #5510D5;
}

.head-style2 {
    color: #38C248;
}

.home-subhead {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    text-shadow: 0 5px 10px #00000061;
    text-align: center;
    transform: translateY(50px);
    transition: transform 1000ms ease, opacity 1000ms ease;
}


.section-heading {
    font-size: 36px;
    font-weight: 500;
    color: #0A1045;
    font-family: "poppins", sans-serif;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8px;
}

.sec-head-diffcolor {
    color: #5510D5;
    font-weight: 600;
}

.section-two {
    padding: 70px 0px 30px;
}

.section-text {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
    font-family: "poppins", sans-serif;
}

#news-slider {
  margin-top: 30px;
}
.post-slide {
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 380px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  height: 380px;
  object-fit: cover;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .post-content {
  padding: 2px 20px 55px;
}
.post-slide .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: "poppins", sans-serif;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-price {
    font-size: 20px;
    color: #5510D5;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
}

.post-slide .post-description {
    line-height: 24px;
    color: #121212;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "poppins", sans-serif;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 40%;
    padding: 5px 18px 5px 15px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
    font-size: 16px;
    border: 1px solid #5510D5;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    color: #5510D5;
}

.owl-controls .owl-buttons .owl-prev:hover{
    background: #5510D5;
    color: #fff;
    transition: .3s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
    position: absolute;
    bottom: 0;
    right: 40%;
    padding: 5px 18px 5px 15px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
    font-size: 16px;
    border: 1px solid #5510D5;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    color: #5510D5;
}

.owl-controls .owl-buttons .owl-next:hover{
    background: #5510D5;
    color: #fff;
    transition: .3s;
}

.owl-controls .owl-buttons .owl-prev:after{
    content: "< Previous";
}

.owl-controls .owl-buttons .owl-next:after{
    content: "Next >";
}



/*---slider-two---*/


/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.slide-container{
  width: 100%;
  padding: 30px 0 100px;
}
.slide-content{
  margin: 0 15px;
  overflow: hidden;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 380px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}

.card-image img {
    height: 380px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}

.swiper-button-prev::after{
  content: "< Previous";
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.swiper-button-next:after{
  content: "Next >";
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.swiper-button-next {
    top: auto;
    bottom: 0;
    right: 40%;
    border: 1px solid #5510D5;
    color: #5510D5;
    width: auto;
    height: auto;
    display: block;
    padding: 5px 18px 5px 15px;
    border-radius: 50px;
    transition: .3s;
}

.swiper-button-next:hover {
    background: #5510D5;
    color: #fff;
    transition: .3s;
}

.swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 40%;
    border: 1px solid #5510D5;
    color: #5510D5;
    width: auto;
    height: auto;
    display: block;
    padding: 5px 18px 5px 15px;
    border-radius: 50px;
    transition: .3s;
}

.swiper-button-prev:hover {
    background: #5510D5;
    color: #fff;
    transition: .3s;
}

.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

.post-title-two a {
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: "poppins", sans-serif;
    text-align: left;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.day-night-cardtext {
    color: #0E1524;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: "poppins", sans-serif;
}

.price-texttwo {
    font-size: 20px;
    color: #5510D5;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
}

.price-below-texttwo {
    line-height: 24px;
    color: #121212;
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "poppins", sans-serif;
}

.btn-card-two {
    background: #5510D5;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    transition: .3s;
}

.btn-card-two:hover {
    background: #212121;
    transition: .2s;
}

.price-box-cardtwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-three {
    padding: 50px 0px 30px;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
}


/*-----carousel-three----*/

.carousel-item-custom img {
    height: 60vh;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.section-four {
    background-color: #f3f3f3;
    padding: 60px 0;
    margin: 50px 0px 0px;
}

.section-four .carousel-control-prev, .section-four .carousel-control-next {
    opacity: .9;
}

.section-four .carousel-control-prev-icon, .section-four .carousel-control-next-icon {
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0;
    background-size: 28px;
    opacity: 1;
}

.footer-mail {
    font-size: 14px;
    color: #7D7F8E;
    font-weight: 400;
    line-height: 1.5;
    font-family: "poppins", sans-serif;
}

.footer-logo-box {
    margin: 0px 0px 10px;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.footer-title:after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    margin-top: 5px;
    position: absolute;
    background-color: #fff;
}

.footer-list li a {
    color: #7D7F8E;
    display: block;
    transition: 0.3s all;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "poppins", sans-serif;
}

.footer-list-box {
    padding: 10px 0px;
}

.footer-list li a:hover {
    color: #fff;
}

.social-list li a {
    display: inline-block;
    list-style: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 38px;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background-color: #7D7F8E;
    color: #fff;
    padding: 0;
}

.social-list li {
    display: inline-block;
}

.social-list-box {
    padding: 10px;
}

.social-list li a:hover {
    background: #5510D5;
}

.footer {
    padding: 0px 0 0 0;
    background: #2D2330;
    float: left;
    width: 100%;
}

.footer-inner {
    position: relative;
}

.footer-main-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 109px);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.05;
}

.inner-footer {
    padding-bottom: 20px;
    z-index: 2;
    position: relative;
}

.copyright-main {
    padding: 20px 0px;
    background: #241C26;
}

.copyright-text {
    text-align: center;
    color: #7D7F8E;
    display: block;
    transition: 0.3s all;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "poppins", sans-serif;
}

#searchbox {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    top: 380px;
    margin: 0 auto;
    max-width: 1200px;
}

.header-bottom .navbar {
    padding: 0;
}

.header-bottom .navbar-brand {
    padding: 0;
}

.top-footer-box {
    margin-bottom: 56px;
    padding: 26.5px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px 60px;
    justify-content: space-between;
    background-color: #5510D5;
    border-radius: 0px 0px 30px 30px;
}

.top-footerboxbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 0px 0px 30px 30px;
}

.customer-amount {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 1;
    color: #5510D5;
    text-shadow: 1px 1px 0 var(--trevlo-white, #ffffff), -1px -1px 0 var(--trevlo-white, #ffffff), 1px -1px 0 var(--trevlo-white, #ffffff), -1px 1px 0 var(--trevlo-white, #ffffff), 1px 1px 0 var(--trevlo-white, #ffffff);
    font-family: "poppins", sans-serif;
}

.customer-text {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    font-family: "poppins", sans-serif;
}

.tp-ftr-left {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cust-img-box {
    display: flex;
    align-items: center;
}

.cust-img-box img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #5510D5;
    object-fit: cover;
}

.cust-img-box img:not(:first-child) {
    margin-left: -17px;
}

.tp-ftr-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 608px;
    position: relative;
    padding: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 52px;
}

.tp-ftnbtn {
    border-radius: 20px;
    background: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    color: #5510D5;
    text-transform: capitalize;
    transition: .3s;
}

.tp-ftnbtn:hover {
    background: #5510D5;
    color: #fff;
    transition: .3s;
}

.tp-ftnbtn span {
    margin-right: 10px;
}

.iata-images {
    margin: 20px 10px 10px 10px;
}

.payment-image {
    margin: 20px 10px 10px 0px;
}


/*responsive*/

@media only screen and (max-width: 1200px){
    .custom-link {
        font-size: 13px;margin-top: 10px;
    }

    .header-signbtn {
        margin-left: 15px;
    }

    .header-signbtn {
        font-size: 14px;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: 35%
    }

    .owl-controls .owl-buttons .owl-next {
        right: 35%;
    }

    .swiper-button-prev{
        left: 37%;
    }

    .swiper-button-next {
        right: 37%;
    }

    .main-header-list {
        padding-left: 20px;
    }

    .main-header__phone-number {
        font-size: 14px;
    }

    .custom-item {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1000px){
    .custom-item {
        margin-left: 0;
    }

    .header-signbtn {
        margin-left: 0;
        margin-top: 10px;
    }

    .home-banner-head {
        font-size: 30px;
    }

    .home-subhead {
        font-size: 15px;
    }

    .section-heading {
        font-size: 28px;
    }

    .swiper-button-prev{
        left: 32%;
    }

    .swiper-button-next {
        right: 32%;
    }

    .carousel-item-custom img {
        height: 50vh;
    }

    .footer-mail {
        padding-left: 10px;
    }

    .footer-box {
        margin-bottom: 20px;
    }

    .footer-logo-box {
        margin: 0px 0px 10px 10px;
    }

    #searchbox {
        position: relative;
        top: -100px;
    }

    .section-two {
        padding: 0px 0px 20px;
    }


    .main-header-list:after, .main-header-list:before {
        display: none;
    }

    .main-header-list .navbar {
        justify-content: right;
    }

    .header-img {
        display: none;
    }

    .top-header {
        display: none;
    }

    .bannerimage {
        height: 400px;
    }

    .header-bottom {
        padding: 10px 0px;
    }

    .main-header-list {
        padding: 0;
    }

    .custom-link {
        color: #000;
    }

    .sign-icon-box {
        background-color: #5510D5;
        color: #fff;
    }

    .main-header__phone-title, .main-header__phone-number {
        color: #000;
    }

    .top-footer-box {
        display: block;
    }

    .tp-ftr-right {
        margin-top: 30px;
        justify-content: center;
        max-width: 100%;
    }

    .tp-ftr-left {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px){
    .home-banner-head {
        font-size: 25px;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: 30%
    }

    .owl-controls .owl-buttons .owl-next {
        right: 30%;
    }

    .section-heading {
        font-size: 24px;
    }

    .section-text {
        font-size: 15px;
    }

    .post-slide .post-title a {
        font-size: 17px;
        line-height: 1.5;
    }

    .post-price {
        font-size: 16px;
    }

    .post-slide .post-description {
        font-size: 15px;
    }

    .post-slide .post-content {
        padding: 2px 20px 40px;
    }

    .post-title-two a {
        font-size: 17px;
    }

    .day-night-cardtext {
        font-size: 15px;
    }

    .price-texttwo {
        font-size: 16px;
    }

    .price-below-texttwo {
        font-size: 15px;
    }

    .btn-card-two {
        font-size: 15px;
    }

    .swiper-button-prev{
        left: 27%;
    }

    .swiper-button-next {
        right: 27%;
    }

    .carousel-item-custom img {
        height: 40vh;
    }

    .footer-title {
        font-size: 15px;
    }

    
    .section-three {
        padding: 30px 0px 20px;
    }

    .section-four {
        padding: 40px 0;
        margin: 30px 0px 20px;
    }

    .customer-amount {
        font-size: 30px;
    }

    .customer-text {
        font-size: 18px;
    }

    .banner-part .carousel-caption {
        top: 3%;
    }
}

@media only screen and (max-width: 575px){
    .owl-controls .owl-buttons .owl-prev {
        left: 20%;
        font-size: 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 20%;
        font-size: 14px;
    }

    .swiper-button-prev{
        left: 20%;
        font-size: 14px;
    }

    .swiper-button-next {
        right: 20%;
        font-size: 14px;
    }

    .home-banner-head {
        font-size: 22px;
    }

    .home-subhead {
        font-size: 14px;
    }

    .tp-ftr-left {
        display: block;
    }

    .cust-img-box {
        justify-content: center;
    }

    .tp-ftr-custtext {
        text-align: center;
        margin-top: 20px;
    }

    .banner-part .carousel-control-prev-icon, .banner-part .carousel-control-next-icon {
        height: 30px;
        width: 30px;
        background-size: 15px;
    }
}
