@media screen and (min-width: 1200px){
 .container {max-width: 1320px;}  
}
    
@media screen and (max-width: 1480px) and (min-width: 1200px) {
 .container { max-width: 1100px;}
}

@media screen and (max-width: 1480px) {
.banner-text .banner-lead{ font-size: 27px;}
}

@media screen and (max-width: 1199px) {
.card-widget a {padding: 10px;}  
.ic { margin-right: 15px; width: 36px; height: 36px; flex: 0 0 36px;font-size: 18px;}
.text-right h6 {font-size: 16px;} 
.navbar-nav .nav-item {padding: 0px 5px;}
.header .btn-primary {font-size: 16px;padding: 10px 10px; min-width: 100px;}
}

@media screen and (max-width: 991px) {
#security-companyTabContent>.tab-pane {display: block;opacity: 1;}
.navbar-nav a{ font-size: 14px;}
.navbar-nav .nav-item {padding: 0px 8px;}
.header .btn-primary {font-size: 14px;padding:10px;min-width: 94px;}
.logo{max-width: 140px;}
.hero-banner {height: auto;min-height: inherit;}
.banner-text {text-align: center;margin-bottom: 30px;}
.sec-accordion .accordion-button{background: #fff;padding: 15px;
box-shadow: none !important;border-radius: 10px !important;}
.sec-accordion .accordion-button:not(.collapsed) {
color: var(--Primary-Color);
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.sec-accordion .accordion-body {
color: var(--gray); 
background: #fff; 
padding-bottom: 15px !important; 
border-radius: 10px !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}
.videobox{ margin-bottom: 30px;}
.label {min-width: 230px;font-size: 22px;}
.imgcontact{ margin-bottom: 30px;}
.price-box-header h2{ font-size: 17px;}
.price-box-header .item-price{ font-size: 20px;}
.page-banner {padding: 30px 0px;}
.page-title p { font-size: 12px;letter-spacing: 2px;}
.page-title h2 {font-size: 26px;line-height: 1.1;}
.header .btn-primary {font-size: 13px;padding: 9px;min-width: 76px;}
.navbar-nav li .nav-link{ font-size: 13px;}
.main {margin-top: 68px;}
}
    
@media screen and (max-width: 767px) {
.header .offcanvas-start {background: var(--Primary-Color);}
.offcanvas-start { border-right: none; width: 300px;}
.header-right .offcanvas-body {align-items: self-start;padding: 20px 0px;}
.header-right .offcanvas-body nav {width: 100%;}
.navbar-nav .nav-item {padding:0px 20px;}
.navbar-nav li .nav-link {padding: 8px 0px;color: #fff;}
.navbar-nav .nav-link{ font-size: 16px;color: #fff;text-align: left;}
.header .border-bottom {border-bottom: 1px solid #969ea5!important;}
.header .btn {margin-left: 10px; margin-top: 5px;}
.header .btn-primary i{ display: none;}
.logo{max-width: 160px; padding-right: 10px;}
.main {margin-top: 73px;}
/* End header css */

/* body css start */
.banner-text h1 {font-size: 40px;line-height: 1.2;}
.banner-text .banner-lead {font-size: 20px;}
.banner-text p {font-size: 16px; margin-bottom: 20px;}
.sec-gap {padding: 30px 0px;}
.block-header h2 {font-size: 24px; text-transform: uppercase;line-height: 1.2;}
.list li {font-size: 15px;min-height: 62px;}
.list li:last-child{ margin-bottom: 0px;}
.list-our-history li .d-flex {flex-direction: column;}
.label { min-width: auto;font-size: 20px;padding-top: 4px; padding-right: 0px;}
.content-right {padding-left: 50px;margin-top: 20px;}
.ic-icon svg {width: 25px;}
.ic-icon {width: 60px;height: 60px;margin-bottom: 20px;}
.card-contact{ padding: 15px;}
.card-price-row {flex-direction: column;}
.card-price-box {flex: 0 0 100%; max-width: 100%; margin: 0;}
.card-price-box{ margin-bottom: 30px;}
.head-hero{ margin-top: 0px;}
.block-header { margin: 0 auto 30px auto;}
.footer-top {padding-top: 30px;padding-bottom: 30px;}
.footer-logo {margin-bottom: 30px;}
.contact-list{ flex-direction: column;}
.contact-list li:not(:last-child){ margin-bottom: 15px;}
.title-step-lead{ font-size: 16px;}
.title-heading-lead-text{ font-size: 16px;}
.btn-primary, .btn-secondary, .btn-outline { min-width: 151px; padding: 10px 10px; font-size: 15px;}
.header .btn-primary {font-size: 13px;padding: 7px;min-width: 69px;}

}
    
    
       
           
           
           