/*-----------------Superfish Menu------------------*/
/*.sf-arrows .sf-with-ul{
  padding-right: 5px;
}
.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #222222;
}
.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}*/
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation ul ul li{
  padding: 10px;
}
/*-------------- media section ---------------*/

@media screen and (min-width: 1200px) {
  .copyright .socialbox {
    text-align: end;
  }
  .main-navigation li.menu-item-has-children>a::before {
    content: "\f078"; /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    right: -13px;
    top: 55%;
  } 
  .main-navigation ul ul{
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul li:hover > ul{opacity: 1;visibility: visible;transform: translateX(0);}
}
@media screen and (min-width: 1400px){
  
  #slider-banner .inner_carousel {
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
    .slide-right {
    margin-top: 0%;
  }
  
}
@media screen and (min-width: 1440px){
  #about .about-small-box{
    padding: 37px 22px;
  }
  .top-right [type="submit"] {
    padding: 3px 8px 3px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1600px){
  
  #our_team .owl-carousel .owl-item img{
    width: 100% !important;
  }
  .service-data {
    padding: 20px 36px;
  }
  .slide-right {
    margin-top: 1%;
  }
  section#slider-banner .carousel-caption{
    margin-top: 0;
  }
  #slider-banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 78px;
    font-family: var(--font-Poppins);
    padding-right: 0%;
  }
  p.serv-inn-txt {
    font-size: 18px;
  }
  h5.service-title a{
    font-size: 20px;
    line-height: 100%;
  }
  .main-heading {
    font-size: 30px;
    line-height: 100%;
  }
  .small-heading{
    font-size: 24px;
  }
  .why_choose_us-left-image .why_choose_us-box h2,.about-right-image .about-box h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .why_choose_us-left-image .why_choose_us-box .abt-para,.about-right-image .about-box .abt-para{
    font-size: 24px;
    line-height: 40px;
  }
  
}
@media screen and (min-width: 1900px){
   #explore {
    background-size: 100%;
    margin: 0 20px;
    object-fit: initial;
    height: 660px;
  }
  #newsletter .shortcode p::after {
    margin-left: 22%;
    margin-top: 1.4%;
    cursor: pointer;
  }
  #newsletter {
    max-height: 440px;
  }
}
@media screen and (max-width: 1799px){
  div#topbar {
    padding-right: 229px;
}
}
@media screen and (max-width: 1699px){
  section#slider-banner .carousel-caption{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1599px){
  div#topbar {
    padding-right: 130px;
  }
  section#slider-banner .carousel-caption{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1499px){
  div#topbar {
    padding-right: 71px;
  }
  .slide-right-upper img{margin-bottom: 0;}
  #explore .small-heading {
    font-size: 40px;
  }

  #explore .main-heading {
      font-size: 60px;
  }

  #explore {
      padding: 40px;
  }
}
@media screen and (max-width: 1399px){
  div#topbar {
    padding-right: 112px;
  }
  .main-navigation li {
      padding: 0 15px;
  }
  .slide-right-upper img {
    height: 100%;
  }
  #slider-banner .search-form {
    margin-top: -70px;
  }
  #topbar .topbar-social i {
    margin: 0 !important;
  } 
}
@media screen and (max-width: 1299px){
  div#topbar {
    padding-right: 25px;
  }

  .main-navigation li {
      padding: 0 20px;
  }
  .slide-right-upper img {
      margin-bottom: 74px;
  }
  #footer_box {
    border-radius: 150px;
  }

  div#footer {
      padding: 0 10px;
  }
}
@media screen and (max-width: 1199px){
  #testimonial .bgbox{
    display: none;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  ul#menu-primary-menu {
    padding-left: 10px;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  .site-description{
    font-size: 12px !important;
  }
  .toggle-nav {
    display: block;
    position: relative;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 999999;
    right: 0;
    text-align: right;
    right: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toggle-nav i {
    font-size: 20px;
    color: #000000;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    cursor:pointer;
    text-align: right;
  }
  div#topbar {
    margin-bottom: 40px;
    padding: 15px 10px;
    width: 100%;
  }
  .top-right {
      margin: 20px 0;
  }
  #topbar {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
  }
  .socialbox {
      display: flex;
      justify-content: end;
      gap: 10px;
  }
  #topbar .topbar-social i {
    margin: 0 !important;
  }
  #header .logo {
      padding: 20px 0;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .innermenubox {
    position: static;
  }

  .main-navigation .menu{
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{
    width:100%;
    margin-top:0;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid;
    display:block;
    text-align:left;
    float:none;
    width: 18rem;
    padding: 5px;
  }
  .nav ul li a{
    padding:5px 10px;
    display:block;
    color:#ffffff;
    letter-spacing: 1px;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul{
    display:block !important;
    padding-left: 0px;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .main-navigation li.current_page_item  {
    border:none;
  }
  .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    color: #fff;
  }
  #calender .calender_content {
  overflow: scroll;
  }
  #footer_box {
    border-radius: 0;
  }
  #gallery .main-grid {
    grid-template-rows: repeat(2, 150px);
  }
  #slider-banner .search-form form {
    padding: 10px 21px 10px 32px;
  }
  p.wp-travel-search::after{right: 8%;}
}
@media screen and (max-width:991px){
  section {
    padding: 40px 0;
  }
  #slider-banner .search-form form {
    padding: 22px 13px 25px 22px;
    row-gap: 20px;
  }
  p.wp-travel-search {
    justify-content: start;
}

p.wp-travel-search::after {
    left: 10%;
}
  .inputbox {
      padding: 0 5px !important;
  }
}
@media screen and (max-width:767px){ 
  .header-nav {
    text-align: center;
    margin-top: 0px;
  }
  .top-right {
    text-align: right;
    margin: 0;
  }
  .draw_three,.draw_one,.draw_two,.draw_four{
    display: none;
  }
  #topdestination .owl-item.expand, #topdestination .owl-item.expand .destination_box img {
    height: 300px !important;
    width: 300px !important;
    display: none;
  }
  #topdestination .owl-item .destination_box .counter {
    top: 0;
  }
  #topdestination .owl-item .destination_box .destination_content {
    text-align: center;
    display: block;
    bottom: 0px;
    padding: 10px;
  }
  .destination_content_inner {padding: 20px 5px;}
  #topdestination .owl-item .destination_box .destination_content p {
    display: none;
}
  #service .service-data .service-box{
    text-align: center;
    padding: 0;
  }
  #explore .offer img {
    width: 115px;
  }
  .trip,.service-box{
    text-align: center;
  }
  #topbar {
    padding: 8px 20px 8px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
  }
  header#masthead {
    margin-bottom: 0px;
  }
  .view-btn{
    margin: 20px auto;
    text-align: center;
  }
  h5.service-title{
    text-align: center;
  }
  #about .happy-customer{
    margin-left: 20px;
  }
  p{
    font-size: 14px;
  }
  html body,html{
    overflow-x: hidden;
  }
  #wpadminbar {
    position: fixed;
  }
  #topbar {
    clip-path: none;
    background-color: var(--color-primary);
    padding: 8px 3px;
  }
  .topbar-call {
    text-align: center;
  }
  .top-right ul{
    display: flex;
  }
  .top-right .cart-value {
    background-color: var(--color-primary);
    border-radius: 50%;
    padding: 1px 7px;
    margin-left: -40px;
    color: #fff;
    position: absolute;
    margin-top: -10px;
  }
  section#slider-banner .carousel-caption {
    transform: translateY(0%);
    left: 0%;
    right: 0%;
    bottom: 0rem;    
    text-align: center;
    position: relative;
    margin-top: 0px;
  }
  #slider-banner .inner_carousel {
    margin-top: 0%;
  }
  .main-heading {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
 }
  .small-heading{
   text-align: center;
   font-size: 16px;
  }
  .row.bg-media {
    padding: 10px 0px;
    /* background-color: var(--color-primary); */
    align-items: center;
  }
  .logo img {
    margin-bottom: 0px;
    width: 50%;
  }
  .log-reg ul{
    justify-content: center;
    display: flex;
  }
  .log-reg ul li{
    float:none;
  }
  #header .logo{
    padding: 0;
    margin: 0px;
    text-align: left;
  }
  .slider-banner-image img {
    width: 100%;
    height: 70vh;
    object-fit: contain;
  }
  .login,.register{
    padding: 5px 20px;
  }
  #slider-banner h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--font-Poppins);
    padding-right: 0%;
    position: relative;
    margin-bottom: 10px;
  }
  .carousel-caption p.main-text{
    font-size: 20px;
    line-height: 1.2;
}
  .slide-right {
    padding: 0% 0%;
    margin-top: 40px;
  }
  .carousel-inner {
    overflow: visible;
  }
  
  #slider-banner .search-form {
      margin-top: 0;
  }
  
  .slide-right-upper img {
      margin-bottom: 0;
  }
  .main-content {
    text-align: center;
  }
  #gallery .main-grid {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-template-rows: repeat(2, 100px);
    grid-gap: 4px;
  }
  #gallery .view-btn {
    text-align: center;
  }
  .about-box{
    text-align: center;
    margin-bottom: 20px;
  }
  section#about {
    margin: 10px 0px;
  }
  #why_choose_us .tourman img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0px 20px 0px;
  }
  #service .owl-carousel .owl-dots{
    margin-bottom: 18px;
  }
  #why_choose_us .whychooseus-right-image .circle {
    width: 160px;
  }
  #why_choose_us .whychooseus-small-box.medal {
    margin-left: -120px;
  }
  #why_choose_us .whychooseus-small-box {
    padding: 10px 6px;
    width: 120px;
    height: 130px;
  }
  .whychooseus-box{
    text-align: center;
    margin-bottom: 20px;
  }
  section#why_choose_us {
    position: relative;
    margin: 25px  0px;
  }
  h5.service-title a{
    font-size: 18px;
  }
  .subtitle{
    padding: 0px;
    font-size: 14px;
  }
  #newsletter .right_img {
    width: 50%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
  }
  #newsletter {
    border-radius: 150px;
    margin: 0px 30px;
    padding: 40px 0px;
    text-align: center;
  }
  .blog-btn{
    text-align: center;
    margin-bottom: 20px;
  }
  .newsbox .content-box {
    padding: 10px;
    text-align: center;
  }
  #footer .footer-info .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
  }

  p.serv-inn-txt{
    font-size: 14px;
  }
  #footer .footer-info .col-lg-2.footer2, #footer .footer-info .col-lg-2.footer3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .main-text{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  img.video-icon {
    border-radius: 50%;
    width: 40px;
  }
  #portfolio .main-grid {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-template-rows: repeat(2, 46px);
    grid-gap: 6px;
  }
  .small-heading span{
    font-size: 16px;
  }
  #our_pricing .price-cart .pricing-content .content-box {
    margin: -30px 14px  20px 14px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 10px;
  }
  #contact-section .aggree-text{
    text-align: center;
  }
  #faqs .accordion .accordion-item {
    border: none;
    width: 100%;
    padding: 0px 30px;
  }
  #faqs .accordion-button{
    font-size: 16px;
  }
  .testimonials-info .para-content p{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  #testimonial .owl-dots {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto 10px auto;
    text-align: center;
  }
  .copyright .copybg {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 9% 100%);
    background-color: var(--color-black);
    padding: 12px 20px 12px 20px;
    text-align: center;
  }
  .shortcode {
    padding: 10px;
  }
  #contact-section input[type="submit"] {
    width: 100%;
  }
  #contact-section .about-right-image img {
    height: 590px;
  }
  .service-btn{
    margin-bottom: 20px;
  }
  #faqs .accordion,#faqs .accordion-button{
    text-align: center;
  }
  #topdestination .owl-item .destination_box img, #topdestination .owl-item {
  }
  #testimonials .d-flex.align-items-center {
    display: block;
    flex-direction: column;
    text-align: center;
  }
  .testimonials-info .testimonials-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .vertical-slider {
    height: 340px;
  }
  .vertical-slider .nav_arrow {
    margin-top: 0px;
    margin-right: 0px;
  }
  #newsletter .shortcode p::after {
    left: auto;
    right:0;
    margin-right: 42%;
    cursor: pointer;
  }
  .socialbox {
    justify-content: center;
   }
    div#topbar {
        padding: 10px;
    }
  #newsletter .newsletter-box {
    padding: 0;
  }
  #newsletter .newsletter-box+div {
      display: none;
  }
  #footer ul li {
    text-align: left;
  }
  .container.footer-cols h3, #footer .widget-title {
      text-align: left;
      display: block;
  }
  #footer .widget_wpb_widget p {
      text-align: left;
  }
  #footer_box {
      padding: 40px 0 20px 0;
  }
  .footer-info {
    padding-bottom: 40px;
  }
  .custom-social-icons {
      text-align: left;
  }
  #service .btn-primary {
    padding: 8px 30px 8px 8px;
  }
  #service .btn-primary i {
      margin-left: 2px;
  }
  #service .bookbtn {
      display: block;
      flex: 1;
      width: 100%;
      text-align: left;
  }
}
@media screen and (max-width:575px) {  
  section{
    padding: 20px 0;
  }
  blockquote{
    width: 100%;
  }
  .sticky  {
    position: relative !important;
    z-index: 1;
  }
  .logo a  {
    font-size: 23px;
  }
  .post-navigation .nav-previous,.post-navigation .nav-next  {
    width: 100%;
  }  
  .slider-banner-image img {
    height: 60vh;
  }
  .inner_carousel .container-fluid {
    padding: 0 10px !important;
  }
  #explore .small-heading {
    font-size: 30px;
  }

  #explore .main-heading {
      font-size: 40px;
  }

  .contact-call a {
      font-size: 20px;
  }

  #explore {
      padding: 20px 40px;
  }
  #slider-banner .search-form form {grid-template-columns: repeat(auto-fit, minmax(113px, 1fr));}
  p.wp-travel-search {
      justify-content: end;
  }

  p.wp-travel-search::after {
      right: 16%;
      left: unset;
      top: 32%;
  }
  #slider-banner .search-form form {
    padding: 10px 20px;
  }
}
@media screen and (max-width:425px) { 
  .slider-banner-image img {
    height: 60vh;
  }
  .slider-banner-image img {
    height: 65vh;
  }
  #explore .small-heading {
    font-size: 20px;
  }

  #explore .main-heading {
      font-size: 30px;
  }

  .contact-call a {
      font-size: 17px;
  }

  #explore {
      padding: 10px 33px;
      margin: 0 4px;
  }
  #slider-banner .search-form form {grid-template-columns: repeat(auto-fit, minmax(113px, 1fr));}
  p.wp-travel-search {
      justify-content: end;
  }

  p.wp-travel-search::after {
      right: 14%;
      left: unset;
      top: 32%;
  }
  #slider-banner .search-form form {
      padding: 15px 25px;
  }
}

@media screen and (min-width: 320px) and (max-width:374px){
  h6.abt-small-head:before{
    left: 28%;
  }
  h6.what-sm-head:before{
    left: 24%;
  }
  .what_content_pad{
    right: 20%;
  }
  h6.latproj-sm-head:before,h6.testi-small-hd:before,h6.blog-small-head:before{
    left: 20%;
  }
  h3.cont-sec-small-head:before{
    left: 30%;
  }
  h6.team-small-head:before {
    left: 10%;
  }
  h6.work-small-head:before{
    left: 17%;
  }
  h6.proj-small-head:before{
    left: 16%;
  }
  .header-search .search-input-wrapper{
    right: -7px;
  }
  .header-search .search-input-wrapper:before{
    right: 0px;
  }
}

@media screen and (min-width: 375px) and (max-width:424px){
  h6.abt-small-head:before{
    left: 31%;
  }
  h6.what-sm-head:before{
    left: 28%;
  }
  .what_content_pad{
    right: 37%;
  }
  h6.latproj-sm-head:before,h6.testi-small-hd:before,h6.blog-small-head:before{
    left: 25%;
  }
  h3.cont-sec-small-head:before{
    left: 33%;
  }
  h6.team-small-head:before {
    left: 17%;
  }
  h6.work-small-head:before{
    left: 22%;
  }
  h6.proj-small-head:before{
    left: 21%;
  }
  .header-search .search-input-wrapper{
    right: -10px;
  }
  .header-search .search-input-wrapper:before{
    right: 0px;
  }
}
@media screen and (min-width: 425px) and (max-width:767px){
  
  h6.abt-small-head:before{
    left: 33%;
  }
  h6.what-sm-head:before{
    left: 30%;
  }
  .what_content_pad{
    right: 40%;
  }
  h6.latproj-sm-head:before,h6.testi-small-hd:before,h6.blog-small-head:before{
    left: 28%;
  }
  h3.cont-sec-small-head:before{
    left: 35%;
  }
  h6.team-small-head:before {
    left: 22%;
  }
  h6.work-small-head:before{
    left: 26%;
  }
  h6.proj-small-head:before{
    left: 25%;
  }
  .header-search .search-input-wrapper{
    right: -10px;
  }
  .header-search .search-input-wrapper:before{
    right: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width:767px){
  
  .main-navigation li,
  #masthead.scrolled .main-navigation li{
    display: block;
    line-height: 1.5 !important;
  }
  .sf-arrows .sf-with-ul{
    padding-right: 0;
  }
  .menu > ul > li > a{
    padding: 10px 0;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .innermenubox {
    position: static;
  }
  .contact-box .wpcf7 input[type="text"],
  .contact-box .wpcf7 input[type="email"],
  .contact-box .wpcf7 textarea{
    width: 100% !important;
  }
  .toggle-nav  {
    margin-top: 0;
  }
  .post-navigation .nav-previous {
    width: 100%;
  }
  .post-navigation .nav-next {
    width: 100%;
  }
  
}
@media screen and (min-width: 768px) and (max-width:991px){
  #newsletter .newsletter-box {
    padding: 40px 80px !important;
  }
  .vertical-slider {
    height: 370px;
  }
  #why_choose_us .tourman img {
    margin: -196px 0px 0px -70px;
  }
  #newsletter input[type="submit"] {
    padding: 10px 50px 6px 20px;
  }
  #newsletter .shortcode p::after {
    margin-left: 38%;
    margin-top: 2%;
  }
  .blog-btn{
    margin-bottom: 20px;
  }
  #team .teams-info .social-link {
    margin: 0 auto 44% auto;
  }
  #team .teams-info .team-data {
    margin: 19px 10%;
    width: 80%;
  }
  .slide-nav .carousel-control-prev, .slide-nav .carousel-control-next {
    width: 5%;
  }
  #about .about-small-box.wifi {
    margin-top: 60px;
  }
  .top-right [type="submit"]{
    margin-top: 0px;
  }
  section#slider-banner .carousel-caption{
    margin-top: -10%;
  }
  #topbar {
   width: 83%;
    padding: 8px 0px;
    text-align: center;
  }
  .log-reg ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin: 8px auto 0px;
    text-align: center;
    align-items: center;
    width: 42%;
  }
  .toggle-nav i {
    font-size: 29px;
  }
  .cont-info{
    margin-bottom: 10px;
  }
  .header-nav {
    text-align: center;
  }
  .top-right {
    text-align: right;
    margin-top: 20px;
  }
  #footer .footer-info .col-lg-2.footer2, #footer .footer-info .col-lg-2.footer3 {
    flex: 0 0 auto;
    width: 47%;
  }
  #footer .footer-info .col-lg-2 {
    flex: 0 0 auto;
    width: 47%;
  }
  #footer .footer-info .col-lg-2.footer5 {
    flex: 0 0 auto;
    width: 50% !important;
    margin: 0 auto;
    text-align: center;
  }
  #testimonial .owl-dots {
    position: relative;
    top: 0;
    left: 0;
    margin: 3% 0px 0px 0%;
    text-align: center;
  }
  #contact-section input[type="submit"]{
    margin-right: 10px;
  }
  .socialbox {
    display: block;
  }
  a.mail-topbar, a.phone-topbar, a.topbr-adrs {
      font-size: 13px;
  }
}
@media screen and (min-width: 992px) and (max-width:1199px){
  .vertical-slider {
    height: 372px;
  }
  #topbar {
    width: 78%;
    padding: 8px 0px;
    text-align: center;
   }
   .topbar-social{
    text-align: center;
   }
   #about .happy-customer {
    margin-top: 185px;
    margin-left: 60px;
    bottom: auto;
    top: 0;
  }
  .slide-nav .carousel-control-prev, .slide-nav .carousel-control-next {
    width: 4%;
  }
  .top-right [type="submit"] {
    padding: 3px 7px 3px;
    margin-top: 0.25px;
  }
  #team .teams-info .team-data {
    margin: 19px 11%;
    width: 80%;
    padding: 30px;
}
  #team .teams-info .social-link {
    position: absolute;
    bottom: 0;
    margin: 0 auto 53% auto;
    text-align: center;
    width: 100%;
  }
  
  section#slider-banner .carousel-caption{
    margin-top: -10%;
  }
  #newsletter .main-heading{
    margin-top: 30px;
  }
  #gallery-1 .gallery-item {
    margin: 2px 5px 0px;
    width: 36% !important;
  }
  #newsletter .shortcode p::after {
    margin-left: 37%;
    margin-top: 2.2%;
  }
  #slider-banner h1{
    margin-right: 20%;
  }
  .toggle-nav i {
    font-size: 29px;
  }
  #contact-section .aggree-text{
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width:1199px) {
  header#masthead {
    margin-bottom: 0px;
  }
  .main-navigation ul{
    padding-left: 0px;
  }
  .draw_three,.draw_one,.draw_two,.draw_four{
    display: none;
  }
  .service-data{
    padding: 20px 20px;
  }
  #slider-banner h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
    font-family: var(--font-Poppins);
    padding-right: 0%;
  }
  .slider-banner-image img {
    width: 100%;
    height: 100%;
  }
  #newsletter .newsletter-box+div {
  display: none;
  }
  .main-heading {
    font-size: 25px;
    line-height: 36px;
  }
  h5.service-title a{
    font-size: 16px;
  }
  #faqs .accordion-button{
    font-size: 18px;
  }
  h3.team-name a{
    font-size: 17px;
  }
  #contact-section .about-right-image img{
    height: 600px;
  }
}
@media screen and (min-width:1200px) and (max-width: 1400px) {
    .main-navigation ul{
      padding-left: 0;
    }
    #slider-banner h1{
      font-size: 40px;
    }
    #about .main-heading{
      font-size: 25px;
      margin-bottom: 10px;
    }
}
@media screen and (max-width:320px) {
  p.wp-travel-search::after {
    right: 18%;
}
}