/* #Media Queries
================================================== */
@media (min-width:1400px) and (max-width:1499px) {
} 

/* END__ */

@media (min-width:1200px) and (max-width:1399px) {
.screen-img{  padding-right: 90px; padding-bottom: 100px;}
.screen-img-feature	{  padding-right: 0px; padding-bottom: 0px;}
} 
/* END__ */

@media (min-width:992px) and (max-width:1199px) {
.header-btn .btn-sm{ padding: 6px 10px; font-size: 12px;}
.header .logo img{ width: 158px;}
.section, .footer-top{ padding: 75px 0;}
.section .section-block + .section-block{ margin-top: 75px;}
.plan-box{ padding: 32px 16px}
.screen-img{  padding-right: 75px; padding-bottom: 75px;}
.screen-img-feature{  padding-right: 0px; padding-bottom: 0px;}
/*.stellarnav>ul>li+li{ margin-left: 14px}*/
	
.header-btn .btn-sm{ padding: 6px 10px; font-size: 12px;}
.header .logo img{ width: 158px;}
.header .logo{ order: 1;}
.stellarnav{ margin-left: 12px; order: 3;}
.header-btn{ order: 2;}


} 
/* END__ */

@media (min-width:768px) and (max-width:991px) {
.header-btn .btn-sm{ padding: 6px 10px; font-size: 12px;}
.header .logo img{ width: 158px;}
.header .logo{ order: 1;}
.stellarnav{ margin-left: 12px; order: 3;}
.header-btn{ order: 2;}
.section, .footer-top{ padding: 48px 0;}
.section .section-block + .section-block{ margin-top: 48px;}
.page-banner .container{ height: auto;}
.page-banner .container .w-100{ padding: 120px 0 50px;}

.banner{ background: #2d2e50;}
.banner .container{ position: relative; left: auto; transform: translateX(0%); -ms-transform: translateX(0%); -moz-transform: translateX(0%); top: auto; bottom: auto; padding-top: 48px; padding-bottom: 48px}
} 
/* END__ */

@media only screen and (max-width:767px) {
.btn{ font-size: 14px; padding: 14px 20px;}
.header-btn .btn-sm{ padding: 6px 10px; font-size: 13px;}
.header .logo img{ width: 130px;}
.header .logo{ order: 1;}
.stellarnav{ margin-left: 12px; order: 3;}
.header-btn{ order: 2; gap: 10px;}
.header-btn i{ display: none;}
.section{ padding: 32px 0;}
.section .section-block + .section-block{ margin-top: 32px;}
.footer-top{ padding: 30px 0;}
.header{ padding: 16px 0;}
.accordionjs .acc_section .acc_head, .accordionjs .acc_section .acc_content{ padding: 24px;}
.footer-bottom .container{ flex-direction: column; justify-content: center; gap: 5px; text-align: center;}
.footer-bottom ul{  margin-left: 0; padding: 0;}
.footer-menu > ul > li + li{ margin-top: 16px;}
.footer-menu-ml > ul > li + li{ margin-top: 32px;}
.contact-form{ padding: 24px;}
.page-banner .container{ height: auto;}
.page-banner .container .w-100{ padding: 120px 0 50px;}
.plan-box{ padding: 32px 16px}
.screen-img{  padding-right: 48px; padding-bottom: 48px;}
.screen-img-feature	{  padding-right: 0px; padding-bottom: 0px;}
.icon-btns .icon-btn .btn-content{ flex-direction: column; text-align: center;}
.icon-btns .icon-btn .btn-content{padding: 0 24px 80px; background-position: center bottom 24px;}
.icon-btns .icon-btn::after { top: 40px; left: 0;}
.chequred-content .item h5{ font-size: 16px;}
body{ font-size: 15px;}

.banner video, .banner iframe{ display: none;}
	
.stellarnav a, .stellarnav li a{color: var(--bs-white);}
.stellarnav li a:hover{color: var(--bs-primary); }
.stellarnav li a, .stellarnav > ul > li > a{ padding:15px 20px;}
.banner { height: 500px}
} 
/* END__ */

@media only screen and (max-width:374px) {
.header .logo img{ width: 115px;}
.header-btn .btn-sm{ padding: 4px 8px; font-size: 12px;}
.banner .banner-btn{ gap: 12px;}
.banner .banner-btn .btn{ padding: 10px 16px;}
.plan-box{ padding: 16px}
} 
/* END__ */

