| 1 |
@media only screen and (min-width: 310px) and (max-width: 479px) { |
| 2 |
|
| 3 |
.container-wrapper { |
| 4 |
width: 100%; |
| 5 |
} |
| 6 |
.contact-support-left, |
| 7 |
.feature-plugin-right { |
| 8 |
width:100%; |
| 9 |
} |
| 10 |
.contact-support-left { |
| 11 |
padding-right: 0; |
| 12 |
} |
| 13 |
.feature { |
| 14 |
width: 100%; |
| 15 |
margin-bottom: 16px; |
| 16 |
} |
| 17 |
.feature-plugin-right { |
| 18 |
padding-left: 0; |
| 19 |
} |
| 20 |
.tab-header { |
| 21 |
background:#fff; |
| 22 |
height: auto; |
| 23 |
text-align: center; |
| 24 |
} |
| 25 |
.tab-header .tab { |
| 26 |
float: none; |
| 27 |
} |
| 28 |
.ui-tabs .ui-tabs-panel { |
| 29 |
padding:0 !important; |
| 30 |
} |
| 31 |
.ui-tabs .ui-tabs-nav li { |
| 32 |
width: 100%; |
| 33 |
} |
| 34 |
.ui-state-active:after, .ui-widget-content .ui-state-active:after, .ui-widget-header .ui-state-active:after, a.ui-button:active:after, .ui-button:active:after, .ui-button.ui-state-active:after { |
| 35 |
display:none; |
| 36 |
} |
| 37 |
.button-blue { |
| 38 |
margin-bottom: 30px; |
| 39 |
} |
| 40 |
.logo-left img { |
| 41 |
padding-bottom: 20px; |
| 42 |
} |
| 43 |
.feature-button::before, |
| 44 |
.feature-button::after { |
| 45 |
display: none; |
| 46 |
} |
| 47 |
.title-part h2 { |
| 48 |
font-size: 26px; |
| 49 |
} |
| 50 |
} |
| 51 |
@media only screen and (min-width: 480px) and (max-width: 767px) { |
| 52 |
.container-wrapper { |
| 53 |
width: 100%; |
| 54 |
} |
| 55 |
.feature { |
| 56 |
width: 100%; |
| 57 |
margin-bottom: 16px; |
| 58 |
} |
| 59 |
.contact-support-left, |
| 60 |
.feature-plugin-right { |
| 61 |
width:100%; |
| 62 |
} |
| 63 |
.tab-header { |
| 64 |
background:#fff; |
| 65 |
height: auto; |
| 66 |
text-align: center; |
| 67 |
} |
| 68 |
.tab-header .tab { |
| 69 |
float: none; |
| 70 |
} |
| 71 |
.ui-tabs .ui-tabs-panel { |
| 72 |
padding:0 !important; |
| 73 |
} |
| 74 |
.ui-tabs .ui-tabs-nav li { |
| 75 |
width: 100%; |
| 76 |
} |
| 77 |
.ui-state-active:after, .ui-widget-content .ui-state-active:after, .ui-widget-header .ui-state-active:after, a.ui-button:active:after, .ui-button:active:after, .ui-button.ui-state-active:after { |
| 78 |
display:none; |
| 79 |
} |
| 80 |
.button-blue { |
| 81 |
margin-bottom: 30px; |
| 82 |
} |
| 83 |
.logo-left img { |
| 84 |
padding-bottom: 20px; |
| 85 |
} |
| 86 |
.feature-button::before, |
| 87 |
.feature-button::after { |
| 88 |
display: none; |
| 89 |
} |
| 90 |
.title-part h2 { |
| 91 |
font-size: 26px; |
| 92 |
} |
| 93 |
|
| 94 |
|
| 95 |
} |
| 96 |
|
| 97 |
|
| 98 |
@media only screen and (min-width: 768px) and (max-width: 991px) { |
| 99 |
|
| 100 |
|
| 101 |
.container-wrapper { |
| 102 |
width: 100%; |
| 103 |
} |
| 104 |
|
| 105 |
.feature { |
| 106 |
width: 100%; |
| 107 |
margin-bottom: 16px; |
| 108 |
} |
| 109 |
.feature h3 { |
| 110 |
margin-bottom: 8px; |
| 111 |
} |
| 112 |
.feature img { |
| 113 |
margin-bottom: 6px; |
| 114 |
} |
| 115 |
.feature-button::before { |
| 116 |
left: 56px; |
| 117 |
} |
| 118 |
.feature-button::after { |
| 119 |
right: 56px; |
| 120 |
} |
| 121 |
.feature-button::before, |
| 122 |
.feature-button::after { |
| 123 |
display: none; |
| 124 |
} |
| 125 |
.title-part h2 { |
| 126 |
font-size: 26px; |
| 127 |
} |
| 128 |
} |
| 129 |
|
| 130 |
@media only screen and (min-width: 992px) and (max-width: 1199px) { |
| 131 |
|
| 132 |
.container-wrapper { |
| 133 |
width: 100%; |
| 134 |
} |
| 135 |
.feature-button::before { |
| 136 |
left: 0px; |
| 137 |
} |
| 138 |
.feature-button::after { |
| 139 |
right: 0px; |
| 140 |
} |
| 141 |
.feature h3 { |
| 142 |
margin-bottom: 8px; |
| 143 |
} |
| 144 |
.feature img { |
| 145 |
margin-bottom: 6px; |
| 146 |
} |
| 147 |
|
| 148 |
|
| 149 |
} |