/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 *, :after, :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper {
    position: relative;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.d-flex{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
.ss-content {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ss-form-header {
	margin-top: 48px;
	margin-bottom: 24px;
	text-align: center;
}
.registration .ss-form-header {
	margin-top: 48px;
	margin-bottom: 75px;
	text-align: center;
}
.ss-form-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.ss-form-footer {
    margin-top: 24px;
    padding-bottom: 72px;
}
.ss-logo {
    font-family: "Sansita", sans-serif;
    color: #454554;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 24px;
}
/*
.ss-logo img {
    width: 100%;
    height: auto;
    max-width: 70px;
}
*/
.ss-logo img {
	width: 100%;
	height: auto;
	max-width: 245px;
}
.ss-title {
	font-family: "Sansita", sans-serif;
	color: #454554;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 48px;
}
.registration .ss-title {
	font-family: "Sansita", sans-serif;
	color: #454554;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 48px;
	margin-bottom: 24px;
}
.ss-subinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 72px;
}
.registration .ss-subinfo {
	margin-bottom: 50px;
}
.ss-info {
	font-family: "Sarabun", sans-serif;
	color: #ACACB8;
	font-size: 1rem;
	font-weight: 600;
	line-height: 24px;
	max-width: 500px;
	text-align: center;
}
.registration .ss-info {
	font-family: "Sarabun", sans-serif;
	color: #7A7A7A;
	font-size: 1.180rem;
	font-weight: 400;
	line-height: 30px;
	max-width: 100%;
	text-align: center;
}
.ss-form-elements {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
}
.ss-element-row {
    width: 100%;
}
.ss-element-col {
    margin-bottom: 30px;
    padding: 0;
}
.ss-form-elements input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 61px;
    border: 1px solid #C0C0C9;
    padding-left: 24.5px;
    margin: 0;
    font-family: "Sarabun", sans-serif;
    color: #ACACB8;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 18px;
}
.ss-form-elements input::-webkit-input-placeholder {
    font-family: "Sarabun", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    color: #ACACB8;
}
.ss-form-elements input::-moz-placeholder {
    font-family: "Sarabun", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    color: #ACACB8;
}
.ss-form-elements input:-ms-input-placeholder {
    font-family: "Sarabun", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    color: #ACACB8;
}
.ss-form-elements input::-ms-input-placeholder {
    font-family: "Sarabun", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    color: #ACACB8;
}
.ss-form-elements input::placeholder {
    font-family: "Sarabun", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    color: #ACACB8;
}
.ss-form-elements input:focus {
    outline: 2px solid #454554;
    outline-offset: -2px;
    border-radius: 5px;
}
.ss-form-elements input:focus::-webkit-input-placeholder {
    color: #454554;
}
.ss-form-elements input:focus::-moz-placeholder {
    color: #454554;
}
.ss-form-elements input:focus:-ms-input-placeholder {
    color: #454554;
}
.ss-form-elements input:focus::-ms-input-placeholder {
    color: #454554;
}
.ss-form-elements input:focus::placeholder {
    color: #454554;
}
.ss-form-elements input.has-value {
    background-color: #F2F2F5;
    color: #ACACB8;
}
.ss-form-elements input.error {
    outline: 2px solid #FF4242;
    outline-offset: -2px;
}
.ss-error-message {
    position: absolute;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FF4242;
    line-height: 1.5;
    display: none;
}
.ss-error-message.show{
    display: block;
}
.ss-text-center{
    width: 100%;
    text-align: center;
}
small, .ss-small {
    font-family: "Sarabun", sans-serif;
    color: #454554;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 22px;
}
.ss-link {
    font-family: "Sarabun", sans-serif !important;
    color: #FF4242;
    text-decoration: none;
    background-color: transparent;
}
.ss-terms .ss-small {
    color: #ACACB8;
    font-weight: 500;
}
.ss-terms .ss-link {
    color: #ACACB8;
    text-decoration: underline;
}
.ss-accept-terms {
    margin: 20px 0;
}
.ss-radio-input{
    margin: 5px 0px;
}
.ss-radio-input input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ss-radio-input label {
    position: relative;
    padding-left: 35px !important;
    padding-top: 3px;
    font-size: 0.84rem !important;
    line-height: 22px;
    color: #454554;
    font-weight: 600;
    cursor: pointer;
}
.ss-radio-input input:after {
    content: none;
}
.ss-radio-input label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C0C0C9;
}
.ss-radio-input input[type="checkbox"]:checked + label::after {
	background-color: transparent;
	content: "";
	display: block;
	position: absolute;
	left: 0.46rem;
	top: 0.5rem;
	width: 0.4rem;
	height: 0.6rem;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.ss-radio-input input[type="checkbox"]:checked + label:before {
    background-color: #00c853;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.ss-form-footer .btn-primary {
    color: #fff !important;
    background-color: #FF4242 !important;
    border-color: #FF4242;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    border-radius: 0;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 16px;
    outline: none;
    -webkit-transition: background-color 0.3s linear, border 0.3s linear;
    -o-transition: background-color 0.3s linear, border 0.3s linear;
    transition: background-color 0.3s linear, border 0.3s linear;
}
.ss-form-footer .btn-primary:disabled {
    pointer-events: none;
    border-color: #eeeeee;
    background-color: #eeeeee !important;
    color: #fff !important;
    opacity: .65;
}
.ss-forgot-password{
    text-align: right;
}
.ss-error-box {
    text-align: center;
}
.ss-error-box p {
    color: #FF4242;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.ss-toaster {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 20px;
    border-radius: 0;
}
.ss-toaster .toast-close {
    padding-left: 10px;
    padding-right: 0;
}
.ss-toaster .toast-close img {
    height: .8em !important;
    width: .8em !important;
}
.elementor-shortcode .elementor-button.ss-subbtn {
    text-decoration: none;
    width: 100%;
    font-family: "Sarabun", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    background-color: #FF4242;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 10px 10px 10px;
}
.ss-manage-btn {
	text-decoration: none;
	font-family: "Sarabun", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	background-color: #FF4242 !important;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 20px 12px 20px;
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	border: none !important;
}
.ss-choose-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ss-packinfo {
    margin-bottom: 72px;
}
.ss-package-row {
    width: 100%;
}
.ss-package-col {
    margin: 0 0;
}
.ss-package-box {
    position: relative;
    min-height: 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    cursor: pointer;
    border: 2px solid #eeeeee;
    padding: 20px;
    margin-bottom: 20px;
}
.ss-package-box {
	max-width: 390px;
}
.ss-package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ss-package-title {
    color: #454554;
    font-family: "Sarabun", Sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
}
.ss-package-pricing {
    display: table-row;
    color: #454554;
    font-family: "Sarabun", Sans-serif;
    line-height: 58px;
    margin-bottom: 10px;
}
.ss-package-pricing span {
    display: table-cell;
    vertical-align:middle;
}
span.ss-currency {
    font-size: 24px;
    font-weight: 700;
}
span.ss-price {
    font-size: 2.25rem;
    font-weight: 600;
    padding-left: 5px;
}
span.ss-time {
    color: #ABABB8;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}
.ss-description {
    color: #454554;
    font-family: "Sarabun", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}
.ss-features {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ss-features li {
    color: #454554;
    font-family: "Sarabun", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 5px;
}
.ss-features li.disabled {
    color: #c0c0c9;
}
.ss-features span {
    display: inline-block;
    padding-right: 10px;
    line-height: 1;
}
.ss-features span img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.ss-package-box:before {
    position: absolute;
    right: 22px;
    top: 22px;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C0C0C9;
    display: none;
}
.ss-package-box:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    right: 29px;
    top: 26px;
    width: 0.4rem;
    height: 0.6rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    display: none;
}
.ss-package-box.active {
    border-color: #FF4242;
}
.ss-package-box.active:before {
    display: block;
    background-color: #FF4242;
}
.ss-package-box.active:after {
    display: block;
}
.ss-choose-package-form {
    margin: 0;
    padding: 0;
}
.logout-box {
    position: absolute;
    left: 60px;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}
.logout-box a {
    font-family: "Sarabun", Sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 18px;
    color: #999999;
    cursor: pointer;
    text-decoration: none;
}
.ss-form-footer p.ss-copyright {
    font-family: "Sarabun", sans-serif;
    color: #ACACB8;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 22px;
}
.ss-dashboard-row {
    width: 100%;
}
.ss-subscription-info span {
    font-weight: 600;
}
.ss-welcome {
    margin-bottom: 20px;
    color: #454554;
    font-family: "Sarabun", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
table.ss-sub-table td, table.ss-sub-table th {
    border: 1px solid #eeeeee;
    color: #454554;
    font-family: "Sarabun", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
table.ss-sub-table th {
    font-weight: 700;
}
table.ss-sub-table a {
    color: #FF4242;
}
.center{
    text-align: center !important;
}
.ss-form-elements .gfield.gfield_visibility_hidden {
	display: none !important;
	visibility: hidden !important;
}
.ss-form-elements .gfield {
	margin-bottom: 30px;
	padding: 0;
}
.ss-form-elements .gfield_validation_message {
	font-family: "Sarabun", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FF4242;
	line-height: 1.5;
}
.ss-form-elements .gfield .gsection_title {
    font-size: 1.125rem !important;
    line-height: 26px;
    color: #454554;
    font-weight: 400;
    margin-bottom: 10px;
}
.ss-form-elements .gfield .gsection_description {
    font-family: "Sarabun", sans-serif;
    color: #7a8292;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.ss-form-elements label.gfield_label {
    display: block;
    font-family: "Sarabun", sans-serif;
    color: #454554;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.ss-form-elements .gform_button {
  color: #fff !important;
  background-color: #FF4242 !important;
  border-color: #FF4242;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 16px;
  outline: none;
  -webkit-transition: background-color 0.3s linear, border 0.3s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear;
  transition: background-color 0.3s linear, border 0.3s linear;
  width: 100%;
}
.ss-form-elements .gform_footer {
  width: 100%;
  display: block;
  margin-top: 24px;
  padding-bottom: 72px;
}
.ss-form-elements .gform_button:focus {
	outline: none;
	border-radius: 0;
}
.ss-form-elements_wrapper .gform_validation_errors h2 {
  font-family: "Sarabun", sans-serif;
  color: #FF4242;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
}
.ss-form-elements .gfield.gfield_error {
  margin-bottom: 9px;
}
.ss-form-elements_wrapper .gform_validation_errors {
	display: none;
}
.ss-form-elements .gfield.gfield_error input {
	outline: 2px solid #FF4242;
	outline-offset: -2px;
}
.ss-form-elements .gfield input {
    font-size: 1.125rem;
}
.ss-form-elements .gfield input::placeholder {
    font-size: 1.125rem;
	font-weight: 400;
}
.ss-form-elements .gfield input.error {
    outline: none;
    outline-offset: 0;
}
.ss-form-elements .gfield input[aria-required="true"].error{
    outline: 2px solid #FF4242;
    outline-offset: -2px;
}
.ss-form-elements label.gfield_label .gfield_required {
	display: inline-block;
	padding-left: 2px;
	font-size: 1.125rem;
	line-height: 26px;
	color: #ff4242;
}
#ss-registration-form {
	margin-top: 0px;
}
.icon-box {
    text-align: center;
  }
  .single-icon {
	display: inline-block;
	padding: 5px 20px;
}
.icon-box .text {
	font-family: "Sarabun", sans-serif;
	color: #000;
	font-size: 0.85rem;
	font-weight: 300;
	margin-top: 10px;
}
.icon-box .text span {
	display: block;
	line-height: 18px;
}
.icon-box .icon img {
	max-width: 45px;
}
.payment-partner {
	margin-top: 10px;
}
.secure {
	position: relative;
	max-width: 300px;
	padding: 5px 10px;
	background: #f4f7fa;
	border: 1px solid black;
	border-radius: 8px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 1px;
}
.secure p {
	position: absolute;
	top: -14px;
	width: fit-content;
	left: 52px;
	padding: 0px 12px;
	background: #f4f7fa;
	font-size: 0.80rem;
	font-weight: 300;
}
.secure img {
	max-width: 115px;
	margin: 0 10px;
	display: inline-block;
}
img.gpay {
	max-width: 85px;
}
.rating-box {
	text-align: center;
	padding-bottom: 0;
}
  .rating-box .rating-text {
	font-family: "Sarabun", sans-serif;
	color: #7A7A7A;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px;
}
  .ratings {
	margin-top: 50px;
}
  .rating-box a img {
    max-width: 165px;
  }
  .rating-box .rating-text b {
    color: #000;
  }
  .rating-box .rating-audience {
	font-family: "Sarabun", sans-serif;
	color: #7A7A7A;
	font-size: 0.75rem;
	font-weight: 600;
	margin-top: 8px;
}
.left-wrap {
	background: #F4F7FA;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 10px;
}
/*
Responsive CSS
*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 991px){
    .left-wrap {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
    }
    .secure p {
        background: #fff;
    }
    .secure {
        background: #fff;
    }
    .rating-box {
        padding-bottom: 72px;
    }
    .registration .ss-form-header {
        margin-bottom: 48px;
    }
    .ss-package-col{
        min-width: 100%;
    }
    .logout-box {
        left: 35px;
        top: 25px;
    }
	form.ss-form-elements {
		padding-left: 15px;
		padding-right: 15px;
	}
	.justify-content-end {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-center-sm {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.ss-package-box {
		max-width: 100%;
	}
    .ss-sub-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
	table.ss-sub-table th {
		min-width: 175px !important;
	}
}
@media (max-width: 576px) {
    .right-wrap {
        padding: 0 15px;
    }
    .single-icon {
        padding: 5px 10px;
    }

    .icon-box .icon img {
        max-width: 40px;
    }
    .icon-box .text {
        font-size: 0.80rem;
    }
}