@media only screen and (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .service-contant-details .nav-tabs {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-contant-details .nav-tabs > li > a {
    padding: 25px 30px;
  }
  .side-bar-frm h2 {
    font-size: 20px;
  }
  .case-stady,
  .four-panel-area,
  .experiance,
  .three-panel-area,
  .help-area {
    padding: 80px 0;
  }
  .banner-text h2 {
    width: 100%;
    font-size: 36px;
  }
  .banner-text {
    top: 58%;
  }
  .help-text h2 {
    width: 360px;
    font-size: 30px;
  }
  .help-text h3 {
    font-size: 14px;
  }
  .free-text h2 {
    font-size: 62px;
  }
  .free-area {
    min-height: auto;
  }
  .news-img img {
    height: 150px;
  }
  .footer-menu h2 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .footer-subscribe {
    padding: 15px 12px;
  }
  .footer-menu ul li img {
    margin-top: 4px;
  }
  .experiance .flex-control-nav {
    display: block;
  }
  .experiance .flex-control-paging li a {
    width: 11px;
    height: 11px;
  }
  .experiance .flex-control-paging li a.flex-active {
    background: #f9495f !important;
  }
  .experiance .flex-control-nav {
    bottom: -20px;
  }
  .experiance .flex-direction-nav .flex-next {
    display: none;
  }
  .experiance .flex-direction-nav .flex-prev {
    display: none;
  }
  .free-text {
    position: relative;
    right: 0;
  }
  .experiance-slider .owl-nav {
    display: none;
  }
  .banner-text a {
    margin-top: 25px;
  }
  .testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
  }

  .four-panel-area-first {
    min-height: 300px;
    margin: 15px 0;
  }
  .panel-area-first {
    min-height: 400px;
    margin: 15px 0;
  }
  .case-stady-slider .owl-nav {
    display: none;
  }
  .fraud-panel-first {
    padding-top: 0;
  }

  .lets-talk-area h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-bar-frm {
    margin-top: 30px;
  }

  /****menu****/
  .dgmenuwrap {
    margin-top: 0;
  }
  .dgmenuwrap {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: transparent;
    left: 0;
    top: 12px;
  }
  ul.menu > li::after {
    content: "";
    position: inherit;
  }
  .mean-container .mean-nav ul {
    background: #000;
  }
  ul.menu ul,
  ul.menu ul li ul {
    display: none;
    left: inherit;
    opacity: inherit !important;
    position: inherit;
    top: inherit;
    width: auto !important;
    box-shadow: none;
    background: none;
  }
  ul.menu ul li:first-child,
  ul.menu ul li:last-child {
    margin: 0;
  }
  ul.menu ul li {
    border-bottom: none;
  }
  /****end menu****/
  .free-area {
    min-height: auto;
  }
  .free-text {
    position: relative;
  }

  .contact-details-section {
    text-align: center;
  }
  .contact-details-section img {
    float: none;
  }
  .testimonial-page-img {
    margin-bottom: 20px;
  }

  .service-contant-details .nav-tabs > li > a {
    padding: 25px 12px;
    font-size: 14px;
  }
  .innerpage-text h2 {
    font-size: 36px;
  }
  .innerpage-text h2 span {
    font-size: 16px;
  }
  .service-contant-details .nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  #information,
  #highlights,
  #tour-plan,
  #gallery-tab-secrion {
    padding-top: 50px;
  }
  .service-contant-details {
    padding-bottom: 50px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border-color: #fff;
  }
  .tour-description {
    padding-left: 0;
  }
  .number-area {
    position: relative;
  }

  .logo {
    width: 100px;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .logo img {
    width: 185px;
  }
  .experiance-slider .owl-nav {
    display: none;
  }

  .help-text h2 {
    line-height: normal;
    font-size: 30px;
  }
  .panel-area-first {
    margin: 15px 0;
  }
  .panel-1 {
    width: 100%;
  }
  .panel-3 {
    width: 100%;
  }
  .panel-2 {
    width: 50%;
  }
  .footer-menu h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newslatter-area h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .subscribe {
    margin-top: 3px;
  }
  .banner-text h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
  .banner-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px auto 10px;
  }
  .banner-text h2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .banner-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner-text a {
    margin-top: 0;
  }
  .free-area .container img {
    width: 70px;
  }
  .free-area {
    margin: 30px 0;
  }
  .banner-area img {
    opacity: 0.5;
    height: 800px;
    object-fit: cover;
  }
  .count-area-section .container {
    width: 100%;
  }
  .count-section h3 {
    font-size: 12px;
  }
  .count {
    font-size: 36px;
  }
  .testimonial-slider .owl-carousel .owl-item img {
    margin: 0 0 15px;
  }
  .mean-container .mean-bar:nth-child(2) {
    display: none;
  }
  .mean-container a.meanmenu-reveal {
    padding: 10px 25px !important;
  }
  .innerpage-banner img {
    height: 300px;
  }
  .innerpage-contant {
    padding: 40px 0;
  }

  .case-stady-slider .owl-nav {
    display: none;
  }
  .footer-top {
    padding: 50px 0;
  }
  .case-stady,
  .four-panel-area,
  .experiance,
  .three-panel-area,
  .help-area {
    padding: 80px 0;
  }
  .four-panel-area-first {
    margin: 15px 0;
  }
  .experiance h2,
  .four-panel-area h2,
  .case-stady h2 {
    font-size: 30px;
  }
  .four-panel-area-first h2 {
    font-size: 20px;
  }
  .case-stady-text h2,
  .experiance-text h2 {
    font-size: 16px;
  }
  .help-text-euro {
    padding: 50px 0 0;
    font-size: 50px;
  }
  .send-text {
    width: 100%;
    float: right;
  }
  .help-area {
    padding-top: 50px;
  }
  .footer-logo img {
    width: 200px;
  }
  .dgmenuwrap {
    top: 0;
  }
  .banner-text .form-group p {
    margin: 0;
  }
  .banner-text .side-bar-frm p {
    margin: 0;
  }

  .banner-text .form-group {
    margin-bottom: 10px;
  }

  .mean-container a.meanmenu-reveal {
    top: 12px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 40px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    padding: 8px 5px !important;
  }
  .about-panel {
    flex-direction: column;
    padding: 15px 0;
  }
  .about-panel:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .about-panel img {
    margin-bottom: 20px;
  }

  .fraud-panel1 h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .fraud-panel {
    flex-direction: column;
  }
  .fraud-panel a {
    font-size: 20px;
    margin-top: 20px;
  }
  .fraud-panel-first {
    padding-top: 0;
  }
  .lets-talk-area {
    margin-top: 30px;
  }
  .team-text h3 {
    font-size: 22px;
  }
  .team-area-text h2 {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .section-inner-img-text,
  .section-inner-img-text1 {
    flex-direction: column;
  }
  .section-inner-img-text img,
  .section-inner-img-text1 img,
  .section-inner-img-text2 img {
    margin-bottom: 30px;
    width: 300px;
  }
  .section-inner-img-text:nth-child(2n),
  .section-inner-img-text2 {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .banner-text .row {
    flex-direction: column;
  }

  .section-inner-img-text,
  .section-inner-img-text1 {
    flex-direction: column;
  }
  .section-inner-img-text img,
  .section-inner-img-text1 img,
  .section-inner-img-text2 img {
    margin-bottom: 30px;
    width: 300px;
  }
  .section-inner-img-text:nth-child(2n),
  .section-inner-img-text2 {
    flex-direction: column-reverse;
  }

  .team-text h3 {
    font-size: 22px;
  }
  .team-area-text h2 {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .lets-talk-area {
    margin-top: 30px;
  }

  .lets-talk-area h2 {
    font-size: 20px;
  }

  .side-bar-frm {
    margin-top: 30px;
  }
  .innerpage-contant h2 {
    font-size: 20px;
  }

  .privacy-policy-area h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .fraud-panel-first {
    padding-top: 0;
  }
  .fraud-panel1 h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .fraud-panel {
    flex-direction: column;
  }
  .fraud-panel a {
    font-size: 20px;
    margin-top: 20px;
  }

  .footer-logo img {
    width: 200px;
  }
  .about-panel {
    flex-direction: column;
    padding: 15px 0;
  }
  .about-panel:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .about-panel img {
    margin-bottom: 20px;
  }

  /****menu****/
  .dgmenuwrap {
    margin-top: 0;
  }
  .dgmenuwrap {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: transparent;
    left: 0;
    top: 12px;
  }
  ul.menu > li::after {
    content: "";
    position: inherit;
  }
  .mean-container .mean-nav ul {
    background: #000;
  }
  ul.menu ul,
  ul.menu ul li ul {
    display: none;
    left: inherit;
    opacity: inherit !important;
    position: inherit;
    top: inherit;
    width: auto !important;
    box-shadow: none;
    background: none;
  }
  ul.menu ul li:first-child,
  ul.menu ul li:last-child {
    margin: 0;
  }
  ul.menu ul li {
    border-bottom: none;
  }
  /****end menu****/
  .free-area {
    min-height: auto;
  }
  .free-text {
    position: relative;
  }

  .contact-details-section {
    text-align: center;
  }
  .contact-details-section img {
    float: none;
  }
  .testimonial-page-img {
    margin-bottom: 20px;
  }

  .service-contant-details .nav-tabs > li > a {
    padding: 25px 12px;
    font-size: 14px;
  }
  .innerpage-text h2 {
    font-size: 36px;
  }
  .innerpage-text h2 span {
    font-size: 16px;
  }
  .service-contant-details .nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  #information,
  #highlights,
  #tour-plan,
  #gallery-tab-secrion {
    padding-top: 50px;
  }
  .service-contant-details {
    padding-bottom: 50px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border-color: #fff;
  }
  .tour-description {
    padding-left: 0;
  }
  .number-area {
    position: relative;
  }

  .logo {
    width: 100px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .logo img {
    width: 185px;
  }
  .experiance-slider .owl-nav {
    display: none;
  }
  .help-area .row {
    flex-direction: column;
  }
  .help-text h2 {
    line-height: normal;
    font-size: 30px;
  }
  .panel-area-first {
    margin: 15px 0;
  }
  .panel-1 {
    width: 100%;
  }
  .panel-3 {
    width: 100%;
  }
  .panel-2 {
    width: 50%;
  }
  .footer-menu h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newslatter-area h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .subscribe {
    margin-top: 3px;
  }
  .banner-text h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
  .banner-text h3 {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px auto 10px;
  }
  .banner-text h2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .banner-text p {
    font-size: 12px;
    line-height: 20px;
  }
  .banner-text a {
    margin-top: 0;
  }
  .free-area .container img {
    width: 70px;
  }
  .free-area {
    margin: 30px 0;
  }
  .banner-area img {
    opacity: 0.5;
    height: 1200px;
    object-fit: cover;
  }
  .count-area-section .container {
    width: 100%;
  }
  .count-section h3 {
    font-size: 12px;
  }
  .count {
    font-size: 36px;
  }
  .testimonial-slider .owl-carousel .owl-item img {
    margin: 0 0 15px;
  }
  .mean-container .mean-bar:nth-child(2) {
    display: none;
  }
  .mean-container a.meanmenu-reveal {
    padding: 10px 25px !important;
  }
  .innerpage-banner img {
    height: 300px;
  }
  .innerpage-contant {
    padding: 40px 0;
  }

  .case-stady-slider .owl-nav {
    display: none;
  }
  .footer-top {
    padding: 50px 0;
  }
  .case-stady,
  .four-panel-area,
  .experiance,
  .three-panel-area,
  .help-area {
    padding: 80px 0;
  }
  .four-panel-area-first {
    margin: 15px 0;
  }
  .experiance h2,
  .four-panel-area h2,
  .case-stady h2 {
    font-size: 30px;
  }
  .four-panel-area-first h2 {
    font-size: 20px;
  }
  .case-stady-text h2,
  .experiance-text h2 {
    font-size: 16px;
  }
  .help-text-euro {
    padding: 50px 0 0;
    font-size: 50px;
  }
  .send-text {
    width: 100%;
    float: right;
  }
  .help-area {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .dgmenuwrap {
    top: 0;
  }
  .mean-container a.meanmenu-reveal {
    top: 12px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 40px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    padding: 8px 5px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .dgmenuwrap {
    top: 0;
  }
  .mean-container a.meanmenu-reveal {
    top: 12px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 40px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    padding: 8px 5px !important;
  }
}

@media only screen and (max-width: 479px) {
  #menu1 {
    padding: 5px;
  }
  .mean-container .mean-nav {
    left: 0;
  }
  .mean-container .mean-nav ul li a {
    font-size: 12px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 32px;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f9495f;
  }
}
