/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
.mob-black-background {
background-color: #0e0358 !important;
}
.sticky.is-sticky {
top : 0;
left : 0;
position : fixed;
width : 100%;
z-index : 9;
background-color : red;
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
box-shadow : 0 0 8px 1px rgba(0, 0, 0, 0.2);
-webkit-animation : 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
animation : 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
.p-cate{
margin-top: 20px !important;
}
.capture-mobile{
margin-left: 80px;
margin-top: 10px;
margin-bottom: 25px;
}
.form-btn{
text-align: center !important;
}
.choose{
margin-top: 15px;
}
.mobile-section-index-about{
padding-top : 20px !important;
padding-bottom : 20px !important;
}
.feature-product-mobile{
padding-bottom : 0px !important;
}
.mobile-about-page{
padding-top : 20px !important;
padding-bottom : 35px !important;
}
.mobile-f-16{
font-size: 16px !important;
}
}
@media (max-width: 360px) {
.mobile-section-index-about{
padding-top : 20px !important;
padding-bottom : 20px !important;
}
.feature-product-mobile{
padding-bottom : 0px !important;
}
.mobile-about-page{
padding-top : 20px !important;
padding-bottom : 35px !important;
}
.mobile-f-16{
font-size: 16px !important;
}
}
@media (max-width: 320px) {
.mobile-section-index-about{
padding-top : 20px !important;
padding-bottom : 20px !important;
}
.feature-product-mobile{
padding-bottom : 0px !important;
}
.mobile-about-page{
padding-top : 20px !important;
padding-bottom : 35px !important;
}
.mobile-f-16{
font-size: 16px !important;
}
}
@media (min-width: 768px) and (max-width: 992px){
}
@media only screen and (max-width: 576px){
.view-p-title{
font-size: 25px !important;
font-weight: bold !important;
margin-bottom: 6px !important;
}
}
|