/* Normal desktop :1200px. */
@media (max-width: 1400px) {


}


/* Normal desktop :992px. */
@media (max-width: 1200px) {
    .container {
        max-width: 980px;
    }
    body {
        font-size: 15px;
        line-height: 20px;
    }
    .hero-area {
        padding-top: 107px;
    }
    .header-menu {
        margin-left: 0;
    }
    h4 {
        font-size: 17px;
        line-height: 23px;
    }
    .services-box img {
        width: 40px;
    }
    p {
        font-size: 15px;
        line-height: 20px;
    }
    .services-box {
        height: 205px;
        padding: 10px;
        padding-top: 25px;
    }
    h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .comment-box {
        padding: 20px 30px;
    }
    .link-btn ul li a {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    .link-btn ul li a img {
        width: 20px;
        margin-right: 7px;
    }
    .price-box {
        padding: 20px 15px;
    }
    .table > :not(caption) > * > * {
        padding: 10px;
        font-size: 14px;
    }
    .table > :not(:last-child) > :last-child > * {
        font-size: 14px;
    }
    .contact-area {
        margin: 0 30px;
        margin-bottom: 60px;
    }
    .footer-top-menu ul li a {
        font-size: 17px;
    }

}

 
/* Tablet desktop :768px. */
@media (max-width: 991px) {
    .container {
        max-width: 756px;
    }
    body {
        font-size: 14px;
        line-height: 18px;
    }
    .header-top-menu ul li a {
        padding: 12px 10px;
        font-size: 13px;
    }
    .header-menu ul li a {
        padding: 14px 0;
        font-size: 13px;
    }
    .header-menu ul li {
        margin: 0 5px;
    }
    .header-search a img {
        width: 13px;
    }
    .header-search a {
        top: 13px;
    }
    .hero-area {
        padding-top: 90px;
    }
    .hero-items {
        height: 400px;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .hero-text p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 22px;
    }
    .btn-style {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .comment-text h3 {
        text-align: center;
        margin-bottom: 15px;
    }
    .comment-btn.text-end {
        text-align: center !important;
    }
    .link-box {
        margin-top: 30px;
    }
    .link-text {
        padding: 30px;
        height: 230px;
    }
    .price-box {
        height: 380px;
    }
    .footer-text {
        float: left;
        margin-top: 30px;
    }
    .footer-right-box {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .owl-dots div {
        width: 40px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    .header-top-menu {
        display: none;
    }
    .header-area {
        background: #fff;
        padding: 30px 0;
    }
    .header-top-area {
        background: none !important;
    }
    .nice-select {
        background: #F8F8F8;
        color: #10083F;
    }
    .header-select {
        width: 65px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .nice-select::after {
        border-bottom: 1.8px solid #10083F;
        border-right: 1.8px solid #10083F;
        top: 47%;
    }
    .nice-select .list {
        background-color: #f8f8f8;
    }
    .head-map {
        display: none !important;
    }
    .header-top-right a {
        background: #f8f8f8;
        position: absolute;
        right: 65px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-top-right a img {
        filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(219deg) brightness(103%) contrast(101%);
    }
    .header-search a {
        height: 36px;
        line-height: 36px;
        background: #f8f8f8;
        width: 36px;
        border-radius: 12px;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
    }
    .header-search a img {
        width: 16px;
    }
    .header-menu ul li a {
        padding: 2px 0;
        font-size: 15px;
    }
    .head-mappp.d-md-none {
        color: #858295;
        font-family: 'bold';
        font-size: 15px;
        margin-top: 20px;
        display: inline-block;
    }
    .head-mappp.d-md-none img {
        filter: invert(57%) sepia(11%) saturate(471%) hue-rotate(209deg) brightness(90%) contrast(84%);
        margin-right: 10px;
        position: relative;
        top: -1px;
    }
    .services-box p {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 22px;
        padding: 0 6%;
    }
    .comment-text h3 {
        text-align: left;
    }
    .comment-btn a {
        width: 100%;
        font-size: 16px;
    }
    .comment-box {
        padding: 20px;
    }

    .hero-mobile {
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 450px;
        margin-top: 52px;
        position: relative;
    }
      .hero-text {
        position: absolute;
        bottom: 0;
      }
      .hero-text h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
      }
      .hero-text p {
        margin-bottom: 25px;
      }
      .hero-text a {
        display: block;
        margin-right: 15px;
      }
      .mb-30 {
        margin-bottom: 15px;
    }
    .services-wrapper.mb-30 {
        display: none;
    }
    .pb-30 {
        padding-bottom: 20px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .section-title.section-title-2 p {
        display: none;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .section-title.section-title-2 h2 {
        border-bottom: 1px solid #3A3A3C;
        padding-bottom: 10px;
    }
    
.price-mobilee a {
    background: #282828;
    border-radius: 12px;
    display: block;
    margin-bottom: 15px;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 16px;
  }
  .price-mobilee a img {
    margin-right: 9px;
    position: relative;
    top: -1px;
  }
  .price-box-list ul li {
	font-size: 16px;
	line-height: 22px;
}
.price-box.price-box-mobile {
	height: auto;
	padding-bottom: 10px;
}

.accordion-body {
    overflow: scroll;
  }
  .accordion-body table {
    overflow: scroll;
    width: 950px;
  }
  .pb-50 {
	padding-bottom: 30px;
}
.contact-area {
	margin: 0 15px;
	margin-bottom: 40px;
	padding: 20px 0;
	padding-top: 15px;
}
.contact-form {
	width: 100%;
	padding: 5px;
}
.footer-right-box {
	margin-top: 10px;
	margin-bottom: 0;
	float: none;
	width: 100%;
	padding-top: 30px;
	padding-left: 22px;
}
.footer-social a {
	margin-right: 8px;
	display: inline-block;
	background: #1F1F1F;
	border-radius: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
}
.footer-social a img {
	width: 20px;
}
.footer-top-menu ul li a {
	font-size: 18px;
	color: #fff;
	display: block;
}
.footer-top-menu ul li {
	display: block;
	margin-right: 0;
	margin-bottom: 25px;
}
.footer-top-menu ul li a img {
	float: right;
}
.pt-60 {
	padding-top: 40px;
}
.price-mobilee.price-mobilee02 > a {
	margin-bottom: 0;
}

.accordion-button img {
	width: 24px;
	margin-right: 13px;
	display: inline-block;
}

.link-mobile-accordion .accordion-button {
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: none !important;
	border: 0;
	border-radius: 0;
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	height: 55px;
	padding: 0 15px;
}
.link-mobile-accordion .accordion-button:not(.collapsed) {
	background: #282828 !important;
	border-radius: 12px !important;
}
.link-mobile-accordion .accordion-body p {
	font-size: 16px;
	line-height: 22px;
	color: #A8A6B3;
	padding: 15px;
}
.services-box h4 {
	font-size: 18px;
}

    .back-to-top {
        right: 15px;
        bottom: 15px;
    }
    /* menu active */
    .hamburger-menu {
        display: block;
        background: #f8f8f8;
        width: 36px;
        height: 36px;
        border-radius: 12px;
        padding: 9px;
        padding-left: 8.49px;
    }
    #menu{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: -1;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        padding-top: 88px;
        text-align: left !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding-left: 15px;
    }
    #menu.current{
        left: 50%;
    }
    #menu li {
        display: block;
        padding-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    #menu li a::before {
        bottom: 0px;
    }
}

@media (max-width: 575.98px){
    .video-iframe iframe {
        height: 385px;
    }
}