@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*   BASE
 /*------------------------------------------*/

  /* Section Title */
  .section-title {
    margin-bottom: 60px;
  }

  .section-title p {
    padding: 0 5%;
  }

  /* Section Subtitle */
  .section-subtitle {
    font-size: 0.85rem;
    margin-bottom: 25px;
  }

  /* Text Block Typography */
  .txt-block h4.h4-lg,
  .txt-block h4.h4-xl,
  .txt-block h3.h3-xs {
    margin-bottom: 25px;
  }

  .txt-block .btn {
    margin-top: 14px;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
 /*------------------------------------------*/

  .wsmenu>.wsmenu-list>li>a {
    font-size: 15.5px;
    margin: 0 2px;
    padding: 10px 15px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    right: 3px;
    margin: 0 0 0 14px;
    top: 33px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 17px;
    margin-left: 25px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number i {
    font-size: 14px;
    margin-right: 1px;
    top: 1px;
  }


}



/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.95px) {


  /*------------------------------------------*/
  /*   NAVIGATION MENU    
 /*------------------------------------------*/

  .headtoppart {
    display: none;
  }

  .wsmobileheader {
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .dark-scroll .wsmobileheader {
    height: 80px;
    background-color: #35344c !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 0 0 20px;
  }

  .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .dark-scroll .wsanimated-arrow span,
  .dark-scroll .wsanimated-arrow span:after,
  .dark-scroll .wsanimated-arrow span:before {
    background: #fff;
  }

  .dark-scroll .callusbtn {
    color: #fff;
  }

  .wsactive .dark-scroll .wsanimated-arrow span {
    background: transparent;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 5px 32px 5px 18px;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 22px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    color: #888;
    font-size: 16px;
    padding: 14px 9px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 17px;
    margin-left: 15px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number i {
    color: #666;
    margin-top: -0.5px;
  }

  .callusbtn {
    font-size: 22px;
    padding: 24px 20px;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    line-height: 60px;
    padding: 0 17px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #517082;
    border-color: #517082;
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>a i,
  .wsmenu>.wsmenu-list>li>a.btn i {
    margin-top: 1px;
    margin-right: 5px;
  }

  .wsmobileheader .smllogo {
    margin-top: 5px;
  }

  .wsmobileheader .smllogo-black,
  .dark-scroll .wsmobileheader .smllogo-white {
    display: block;
  }

  .wsmobileheader .smllogo-white,
  .dark-scroll .wsmobileheader .smllogo-black {
    display: none;
  }
  .wsmobileheader .smllogo img {
    width: 220px;
}

.style_page_thirteen .slide-item-content .slider_content h1, .style_page_thirteen .slide-item-content .slider_content h3 {
  line-height: 38px;
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 20px;
}

.wsmenu>.wsmenu-list>li>ul.sub-2>li{
  width: 100% !important;
  display: block;

}
.wsmenu>.wsmenu-list>li>ul.sub-2{
  min-width: 250px;
  max-width: 250px;
}
.style_page_thirteen {
  height: auto;
}
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .wsmenu {
    background: inherit;
    border-radius: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    justify-content: inherit;
  }

  .wsmenu>.wsmenu-list {
    padding: 0;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit;
  }

  .swiper-slide {
    height: 150px;
  }

  .main-wrapper {
    margin-top: 60px;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
 /*------------------------------------------*/
  section {
    padding: 20px 0;
  }

  .sr-service-section{
    margin-bottom: 15px;
  }

  .choose-us-item .choose-us-img .choose-us-content .title{
    font-size: 18px;
  }

  .category-inner-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .category-inner-section h3 {
    font-size: 28px;
  }

  .category-inner-title p {
    font-size: 15px;
  }

  .page-inner-section {
    padding-top: 120px;
    padding-bottom: 80px;

  }

  .page-inner-section h3 {
    font-size: 28px;
  }

  .headtoppart {
    display: none;
  }

  .section-title h3, .section-title h1, .section-title h2 {
    font-size: 22px;
  }

  .wsmobileheader {
    height: 60px;
    background: #fff;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .dark-scroll .wsmobileheader {
    height: 60px;
    background-color: #35344c !important;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 12px 0 0 12px;
  }

  .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .dark-scroll .wsanimated-arrow span,
  .dark-scroll .wsanimated-arrow span:after,
  .dark-scroll .wsanimated-arrow span:before {
    background: #fff;
  }

  .dark-scroll .callusbtn {
    color: #fff;
  }

  .wsactive .dark-scroll .wsanimated-arrow span {
    background: transparent;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 5px 32px 5px 18px;
    color: #000;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a {
    color: #000;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 22px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    color: #000;
    font-size: 13px;
    padding: 8px 22px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 15px;
    margin-left: 15px;
  }

  .wsmenu>.wsmenu-list>li a.last-link-number i {
    color: #000;
    margin-top: -0.5px;
  }



  .callusbtn a {
    margin-right: 0px;
    color: #fff;
    background: #102b98;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
  }

  .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    line-height: 60px;
    padding: 0 17px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #517082;
    border-color: #517082;
    color: #fff;
  }

  .wsmenu>.wsmenu-list>li>a i,
  .wsmenu>.wsmenu-list>li>a.header-btn i {
    margin-top: 1px;
    margin-right: 5px;
  }

  .wsmobileheader .smllogo {
    margin-top: 10px;
  }

  .wsmobileheader .smllogo img {
    width: 170px;
  }

  .wsmobileheader .smllogo-black,
  .dark-scroll .wsmobileheader .smllogo-white {
    display: block;
  }

  .wsmobileheader .smllogo-white,
  .dark-scroll .wsmobileheader .smllogo-black {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    padding: 12px;
  }

  .search-wrapper {
    margin-top: 54px;
    padding-bottom: 6px;
  }

  .header-right-options {
    display: none;
  }

  .product_featured_head h3 {
    font-size: 14px;
    height: 35px;
  }

  .item-carousel .item {
    padding: 8px;
  }

  .product_price {
    font-size: 22px;
  }

  .product_price i {
    font-size: 16px;
    margin-top: 5px;
  }

  .quick-callback-wrapper {
    width: 90%;

  }

  .page-hero-section {
    height: 100px;
  }

  .page-hero-section h3 {
    font-size: 28px;
  }

  .page-hero-section p {
    font-size: 14px;
  }

  .inner-banner {
    height: auto;
  }

  .mobileForm {
    display: block;
  }

  .headfix {
    display: none;
  }

  .footer-li-list {
    -webkit-column-count: inherit;
    -webkit-column-gap: normal;
    -webkit-column-fill: auto;
    -moz-column-count: inherit;
    -moz-column-gap: normal;
    -moz-column-fill: auto;
    column-count: inherit;
    column-gap: inherit;
  }

  .footer-li-list li {
    display: block;
  }

  .footer {
    padding: 20px 0 0px 20px;
  }

  .thanks-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .thanks-wrapper img {
    width: 50%;
  }

  .thanks-wrapper h1 {
    font-size: 24px;
  }

  .option-list {
    padding: 8px;
    margin: 5px;
  }

  .style-wrapper {
    padding: 25px 20px 20px 20px;
  }

  .question-area {
    font-size: 16px;
    margin: 0;
  }

  .btn-theme {
    padding: 8px 40px;
    font-size: 16px;
    line-height: 16px;
  }

  .timer-wrapper {

    padding: 6px 0px;
    font-size: 18px;
    top: -18px;

  }

  .fx-img {
    display: none;
  }

  .unit-wrapper {
    padding: 10px 0;
  }

  .image_boxes.style_one .image.one {
    width: auto;
  }

  .image_boxes.style_one .image.two {
    bottom: -75px;
    right: 20px;
    width: 200px;
    height: 200px;
  }

  .style_page_thirteen .slide-item-content .slide-item {
    min-height: 380px;
    padding: 100px 0px 30px;
  }

  .style_page_thirteen .slide-item-content .slider_content h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .style_page_thirteen .slide-item-content .slider_content h1, .style_page_thirteen .slide-item-content .slider_content h3 {
    line-height: 32px;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .slider.nav_position_one .owl-next {
    right: 70px;
  }

  .slider.nav_position_one .owl-prev {
    left: 10px;
  }

  .choose-us-item {
    margin: 10px 0;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .cta-section {
    padding-bottom: 80px;
  }

  .cta_contact_list .same_contact span {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .cta_contact_list .same_contact .content h6 {
    font-size: 14px;
    line-height: 17px;
  }

  .headfix {
    display: none;
  }

  .slider {
    background: #15545a;
    padding-bottom: 66px;
 
  }
  .slider-style{
    min-height: 380px;
  }
  .mobileForm {
    display: block;
  }

  .medium-container {
    padding: 0 10px;
    text-align: center;
  }

  .quick-home-quiry {
    position: relative;
    z-index: 3;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 90%;
  }

  .speciality .special-box{
    padding: 15px;
  }
  .speciality .special-box .img-box{
    width: 70px;
    height: 70px;
  }
  .speciality .special-box .img-box img{
    padding: 8px;
    height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
  }
  .speciality .special-box h4{
    font-size: 17px;
  }
  .speciality .special-box h4::before{
    width: 60px;
  }
  .speciality .special-box p{
    font-size: 14px;
  }
  .wsmenu>.wsmenu-list>li>ul.sub-2>li{
    width: 100% !important;
    display: block;
  
  }
  .wsmenu>.wsmenu-list>li>ul.sub-2{
    min-width: 250px;
    max-width: 250px;
  }
  .style_page_thirteen {
    height: auto;
  }
  .style_page_thirteen .slide-item-content .image-layer{
    min-height: 380px;
    background-size: cover;
  }
  .section{
    padding: 25px;
  }
  .choose-us-item .choose-us-img img{
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .image_boxes.style_one .image.one img, .image_boxes.style_one .image.two img{
     
	max-height: 100%;
	max-width: 100%; 
  }
  .cta-section img{
  height: auto !important;
	max-height: 100%;
	max-width: 100%;
	width: 100% !important;
  }
  .blog-post-img img{
    height: 250px !important;
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
  }
}



@media only screen and (max-width: 991px) {

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    background: #0079ff;
  }


  .swiper-button-next,
  .swiper-button-prev {

    width: 25px;
    height: 25px;
    background-size: 9px;
  }

  .search-container {
    padding-top: 12px;
  }

  .search-wrapper .search-container form {

    padding: 0px 10px;
    border: 2px solid #fff;
  }

  .search-Icon {
    left: 10px;
    top: 5px;
  }

  .bottom-footer {
    text-align: center;
  }
  .top-header {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding: 40px 30px;
    padding-right: 25px;
  }
}