@media (max-width: 1499.98px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .support__service-item {
    height: 420px;
  }

  .custom__btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
  }

  .about__image {
    height: 550px;
  }

  .review__quotation p {
    font-size: 140px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 17px;
  }

  .nav__menu {
    display: none;
  }

  .nav-active {
    position: fixed;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }

  .nav-active .navbar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .nav-active .nav__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .nav-active .nav__menu li {
    margin-left: 0;
    margin-top: 20px;
  }

  .nav-active .nav__menu li:first-child {
    margin-top: 0;
  }

  .nav__menu li a {
    color: #363F64;
	 padding: 0;
  }

  .header.show {
    padding: 10px 0;
  }

  .header.show .nav__menu > li > a {
    padding: 0;
  }

  .mobile-dropdown .dropdown-menu {
    display: block;
    opacity: 1;
    position: static;
    top: 0 !important;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    box-shadow: none;
    padding: 20px;
    padding-bottom: 2px;
  }

  .inner__header .nav__menu li a:hover::before,
  .inner__header .nav__menu li a.active::before {
    display: none;
  }

  .nav__menu > li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: static;
    top: 0 !important;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    box-shadow: none;
    padding: 20px;
    padding-bottom: 2px;
  }

  .header.show .nav__menu li a:hover:before,
  .header.show .nav__menu li a.active:before {
    display: none;
  
  }

  .reservations__btn {
    border: 1px solid #363F64;
  }

  .hero__content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
  }

  .section__heading {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .section__heading h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .support__service-info {
    padding: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
  }

  .support__service-info p {
    max-width: 100%;
  }

  .custom__btn {
    font-size: 16px;
  }

  .hero__content p {
    font-size: 20px;
  }

  .about__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .about__content h5 {
    max-width: 100%;
  }

  .reservation__input-items input,
  .reservation__input-items textarea {
    height: 50px;
  }

  .reservation__input-items textarea {
    height: 100px;
  }

  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }

  .navbar-toggler {
    display: block;
  }

  .down__arrow a {
    width: 70px;
    height: 70px;
  }

  .down__arrow a img {
    height: 30px;
  }

  .footer__content h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .single__team img {
    width: 100px;
    height: 90px;
    margin-right: 15px;
  }

  .team__details h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .team__details a {
    font-size: 16px;
    line-height: 24px;
    color: #4e5152;
  }

  .single__team {
    padding: 12px;
  }

  .team__items {
    gap: 20px;
  }

  .new__terminal-wrapper {
    flex-direction: column;
  }

  .new__terminal-image {
    margin-top: 30px;
    max-height: 300px;
  }
  
  .new__terminal-image img {
    max-height: 300px;
	width: unset;
	height:unset;
	object-fit: unset;
  }
  
  #contactgrid {display:grid;grid-template-columns: repeat(1,1fr);gap:10px;}
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

	.work__with {
        padding: 50px 0;
    }

  .nav__logo a {
    width: 150px;
  }

  .navbar-toggler {
    top: 30px;
  }

  .hero__content h1 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 10px;
  }

  .hero__content p {
    font-size: 18px;
    line-height: 26px;
  }

  .section__heading {
    max-width: 100%;
  }

  .section__heading h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .support__service-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .support__service-item {
    height: 350px;
  }

  .support__service-info h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .support__service-info p {
    margin-bottom: 15px;
  }

  .about__image {
    height: 230px;
  }

  .about__content h5 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .about__content p {
    margin-bottom: 15px;
  }

  .about__btns {
    flex-direction: column;
    align-items: center;
  }

  .about__btns a {
    margin-left: 0;
    margin-top: 20px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about__btns a:first-of-type {
    margin-top: 0;
  }

  .review__quotation p {
    font-size: 80px;
  }

  .customer__slide {
    padding: 30px 20px;
  }

  .customer__slide p {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .review__quotation {
    top: -5px;
    left: 20px;
  }

  .review__info {
    flex-direction: column;
  }

  .review__details {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .review__user-image {
    width: 70px;
    height: 70px;
  }

  .review__title-name {
    text-align: center;
  }

  .reservation__input-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .reservation__input-item:last-of-type {
    grid-column: auto;
  }

  .reservation__input-items input,
  .reservation__input-items textarea {
    height: 45px;
    font-size: 16px;
    line-height: 24px;
  }

  .reservation__input-items textarea {
    height: 100px;
  }

  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  :-moz-placeholder {
    font-size: 14px;
  }

  .footer__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .footer {
    height: 900px;
  }

  .footer__item p {
    margin-bottom: 15px;
  }

  .customer__reviews,
  .support__service {
    padding-bottom: 50px;
  }

  .reservation {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .down__arrow a {
    width: 60px;
    height: 60px;
  }

  .down__arrow a img {
    height: 30px;
  }

  .footer__content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .article__image {
    height: 230px;
    margin-bottom: 20px;
  }

  .article__content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .article__area {
    padding-bottom: 50px;
  }

  .new__terminal-content {
    padding-top: 0;
  }

  .new__terminal-content h5,
  .new__terminal-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .new__terminal-content {
    margin-right: 0;
  }

  .new__terminal-wrapper {
    padding: 20px;
  }

  .new__terminal-image {
    margin-top: 20px;
  }

  .new__terminal {
    padding-bottom: 50px;
  }

  .team__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .team__details h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .team__details h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .single__team img {
    width: 90px;
    height: 90px;
  }

  .team {
    padding: 50px 0;
  }

  .careers__accordion-area p,
  .careers__accordion-area a {
    font-size: 16px;
    line-height: 28px;
    color: #000;
  }

  .set > a i {
    margin-left: 25px;
    font-size: 20px;
  }

  .careers, .review__form-area {
    padding: 50px 0;
    padding-top: 100px;
  }

  .news__item a {
    font-size: 16px;
    line-height: 28px;
  }

  .news__item p {
    font-size: 14px;
    line-height: 22px;
  }

 .resource__image {
    height: 230px;
    margin-top: 20px;
  }

  .news__image {
    height: 230px;
    margin-top: 20px;
  }

  .news {
    padding: 50px 0;
	padding-top:130px;
  }

	#newshead {margin-bottom:15px;}

  .new__reviews {
    padding: 50px 0;
  }

  .review__slider p {
    font-size: 18px;
  }

  .review__slider {
    padding: 50px 25px 10px 25px;
  }

  .new__reviews .review__title-name {
    margin-left: 0;
    margin-top: 5px;
  }

  .review__slide-quotation p {
    font-size: 50px !important;
  }
  
  
  .rental-image {
	max-width: 150px;  
	float:right;
  }
  
}


/* Update Responsive Code */
@media (max-width: 1499.98px) {
    .services__items {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .aboutpage__wrapper {
        flex-direction: flex;
    }

    .aboutpage__content {
        flex: 0.6;
        padding-right: 30px;
        padding-bottom: 0px;
    }

	.aboutpage__image {
        flex: 0.4;
		width:100%;
		height: 100%;
		object-fit: cover;
       
    }

    .article__image {
        width: 100%;
    }

    .services__item {
        padding: 40px 20px;
    }
}

@media (max-width: 991.98px) {
    
	.aboutpage__wrapper {
        flex-direction: column;
    }
	
	.services__item img {
        width: 40px;
        height: 40px;
    }

    .services__item h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .services__items {
        gap: 20px;
    }

    .services__item p {
        font-size: 16px;
        line-height: 28px;
    }

    .services__item {
        padding: 30px 15px;
    }

    .logos__wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .aboutpage__content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .aboutpage__btn {
        width: 225px;
        height: 50px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutpage__btns {
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .aboutpage__btns a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .aboutpage__image {
        height: 100%;
        margin-bottom: 20px;
    }

    .article__image img {
        height: 220px;
    }

    .services__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

	#servicehotels {
  
    grid-template-columns: repeat(1, 1fr);
	 gap: 25px;
   
}


    .services__item img {
        width: 50px;
        height: 50px;
    }

    .services__item h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .services__item p {
        font-size: 17px;
        line-height: 30px;
    }

    .new__terminal p {
        font-size: 16px;
        line-height: 28px;
    }

    .services__difference {
        padding-bottom: 50px;
    }

    .new__terminal {
        margin-top: 20px;
    }

    .single__logo {
        height: 35px;
    }

    .work__with {
        padding: 50px 0;
    }

    .services__difference .section__heading h3 {
        font-size: 22px;
        line-height: 32px;
    }
	
	h3.homeabout {font-size:20px; }
	
	
	.team__items {padding-bottom:20px;}
	
}

/* Update Responsive Code */



	

@media (max-width: 500px) {
	
	body {font-size: 16px;}
	
	.support__service-info {bottom: -50px; width: 101%; padding:15px;}
	
	.support__service-item {margin-bottom:50px;}
	
	h3.homeabout {font-size:16px; }
	h3#indexseattle {text-align:center;}
	#indexservices {width: 80%;}
	
	.services__difference .section__heading {width:80%;}
	
	.services__item h5 { font-size: 16px; line-height: 24px; margin-bottom:5px; }
	
	.services__item p { font-size: 16px; line-height: 24px; }
	
	.new__terminal {  margin-top: 0px; }

	.team__items {padding-bottom:20px;}
	
	.team__details h4, .team__details h5 {font-size: 16px;}
	
	#careerhead {padding-top: 30px;} 
	
	#reviewhead {padding-top:80px;}
	
	#contactgrid {display:grid;grid-template-columns: repeat(1,1fr);gap:10px;}
	
	#logo {height:60px;object-fit:unset; width:130px !important;}
	
	.hero__area {height:90vh;}
	
	.support__service {  padding-top: 95px;}
	
	.footer {height: 680px;}
	
	.footer__content {font-size: 15px;}
	
	.review__quotation {top: 5px;}
	
	.reservation {padding-top: 100px;}
	
	.review__slide-quotation {top:-5px; left: 5px;}
	
	.owl-dots {  display: block; justify-content: center; text-align:center; margin-top: 20px;}
	
	.support__service-info {text-align:center;}
	
	.support__service-info p {text-align:left;}
   
   h3.indexseattle  {text-align:center;}

}

@media (max-width: 380px) {
	.hero__content h1 {font-size: 30px; line-height:40px;}	
	
}
