@charset "utf-8";

/* CSS Document */
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 992px) and (max-width: 1200px) {  


}

/* width: 991px; */

@media screen and (max-width: 61.938em) {
.footer-section .footer-last .dfox{ text-align:left;}
.home-blog .left-pane .blog-listing .img-section{ margin-right:0px; width:auto; margin-bottom:20px;}
.home-blog .left-pane .blog-listing .content-section{ display:block; width:100%;}
.home-market ul li{ width:41%;}
.home-strength .strength-pane .content-section{ width:100%;}
.home-strength .strength-pane .icon-pane{ width:25%;}
.top-search{ margin-right:20px;}
.top-search .close{ top:0; right:-50px;}
.copyright{display: block;}
.home-new-market .market-pane{ flex-wrap:wrap; column-gap:20px; }
.home-new-market .market-pane .market-icon{width: 47%;}
.home-new-market .market-pane .market-icon h3{font-size: 22px;}
.title-center-black-new h2{font-size: 25px;}
.new-top-header .content-top{display: block;}
.new-top-header .content-top .top-contact{margin: 5px 0px;}
}

/*============	Media 768Px Start ============ */

@media (min-width: 768px) and (max-width: 991px) {



}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 320px) and (max-width: 768px) {



}

@media (min-width: 768px) {



}



/*============ Media 300Px Star ============ */

@media (max-width: 480px) {



}

/*============ Media 320Px Start ============ */

@media (max-width: 320px) {

}