/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
.home-banner .container{ height: 600px;}
.home-wrapper .sidebar { width: 23%;}
.home-wrapper .home-content{ width: calc(77% - 24px)}
.issue-item .d-flex{ padding: 16px;}
.page-banner .container{ height: 350px;}
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {
.home-banner .container{ height: 600px;}
.home-banner .image-fit img{ object-position: right;}
.home-wrapper{ flex-direction: column;}
.home-wrapper .sidebar, .home-wrapper .home-content{ width: 100%;}
.page-banner .container{ height: 250px;}
.section{ padding: 60px 0;}
.section-block + .section-block{ margin-top: 60px;}
} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.home-banner .container{ height: 600px;}
.home-wrapper{ flex-direction: column;}
.home-wrapper .sidebar, .home-wrapper .home-content{ width: 100%;}
.footer, .footer .col-lg-7{text-align: center; margin-top: 16px;}
.footer .col-lg-7 ul{ justify-content: center;}
.header .social { order: 2; margin-left: auto;}
.header .social a{ height: 30px; width: 30px;}
.stellarnav{ order: 3; margin-left: 16px;}
.header .logo{ width: 150px; order: 1;}
.header{ height: 80px;}
.wrapper{ padding-top: 80px;}
.page-banner .container{ height: auto; padding-top: 48px; padding-bottom: 48px;}
.section{ padding: 40px 0;}
.section-block + .section-block{ margin-top: 40px;}
} 
/* END__ */

@media only screen and (max-width:767px) {
.footer, .footer .col-lg-7{text-align: center; margin-top: 16px;}
.footer .col-lg-7 ul{ justify-content: center;}
.home-wrapper{ padding: 16px;}
.header{ padding: 0 16px;}
.footer{ padding: 16px;}
.header{ height: 80px;}
.home-banner .container{ height: 550px;}
.home-wrapper{ flex-direction: column;}
.home-wrapper .sidebar, .home-wrapper .home-content{ width: 100%;}
.header .social { order: 2; margin-left: auto;}
.header .social a{ height: 30px; width: 30px;}
.stellarnav{ order: 3; margin-left: 16px;}
.header .logo{ width: 110px; order: 1;}
.wrapper{ padding-top: 80px;}
.page-banner .container{ height: auto; padding-top: 32px; padding-bottom: 32px;}
.section{ padding: 24px 0;}
.section-block + .section-block{ margin-top: 24px;}
.issue-item .d-flex{ padding: 16px;}
.contact-form{ padding: 20px;}
.accordionjs .acc_section .acc_head .d-flex .icon, .issue-item .d-flex .icon{ height: 70px; width: 70px; padding: 12px;}
.accordionjs .acc_section{ padding: 16px;}
} 
/* END__ */

@media only screen and (max-width:374px) {
} 
/* END__ */

