/* #Media Queries
================================================== */
/* END__ */

@media (min-width: 992px) and (max-width: 1199px) {
.stellarnav{ order:1; margin-left:0; margin-right:16px;}
.header .logo{order:2; }
.header .action{order:3; }
.header .btn{order:4; }
.banner h1{ font-size:48px}
.banner::after { height:40px;}
.banner .content{ margin-top:20px;}
.w2 .icon{ width:80px; height:80px;}
.w3 .item .icon{ width:50px;}
.quote-content blockquote, .quote-content cite{ font-size:18px;}
} 
/* END__ */

@media (min-width: 768px) and (max-width: 991px) {
.stellarnav{ order:1; margin-left:0; margin-right:16px;}
.header .logo{order:2; }
.header .action{order:3; }
.header .btn{order:4; }
.banner h1{ font-size:36px}
.banner::after { height:40px;}
.banner .content{ margin-top:20px;}
.w2 .icon{ width:80px; height:80px;}
.w3 .item .icon{ width:50px;}
.quote-content blockquote, .quote-content cite{ font-size:18px;}
.banner{ font-size:17px;}
.banner [class*=col-]{ width:55%;}
.banner [class*=col-] + [class*=col-]{ width:45%;}
.section{ padding:40px 0}
.contact-section h2{ font-size:40px;}
.account-links{ box-shadow:none;}
} 
/* END__ */

@media only screen and (max-width: 767px) {
.container{ padding-left:20px; padding-right:20px;}
.stellarnav{ order:1; margin-left:0; margin-right:16px;}
.header .logo{order:2; width:120px;}
.header .action{order:3; }
.header .btn{order:4; display:none;}
.banner h1{ font-size:36px}
.banner::after { height:0;}
.banner .content{ margin-top:20px;}
.w2 .icon{ width:80px; height:80px;}
.w3 .item .icon{ width:50px;}
.quote-content blockquote, .quote-content cite{ font-size:18px;}
.banner{ font-size:17px;}
.section{ padding:24px 0}
.contact-section h2{ font-size:40px;}
.header .action li:first-child{ display:none;}
.banner{ padding:120px 0 40px; text-align:center;}
.info-div{ font-size:17px;}
.info-div .icon{ height:50px; width:50px; font-size:20px;}
.info-div{ margin-top:30px;}
.contact-form{ padding:24px;}
.title-capitalize h2{ font-size:32px;}
.header .action{ margin-right:0;}
.account-links{ box-shadow:none;}
.accordionjs .acc_section{ padding:0 16px;}
.accordionjs .acc_section .acc_head{ padding-top:16px; padding-bottom:16px; font-size:18px;}
.accordionjs .acc_section + .acc_section{ margin-top:16px;}
.footer{ font-size:14px;}
.footer-top .menu {display:flex; flex-wrap:wrap; margin:0 -8px;}
.footer-top .menu li{flex:0 0 auto; width:50%; padding:0 8px}
.footer-top .menu li, .footer-top .menu li + li{ margin-bottom:10px; margin-top:0;}
} 
/* END__ */

@media (max-width: 480px) {
} 
/* END__ */

