@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Bold.eot');
    src: url('../fonts/GTAmerica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Bold.woff2') format('woff2'),
        url('../fonts/GTAmerica-Bold.woff') format('woff'),
        url('../fonts/GTAmerica-Bold.ttf') format('truetype'),
        url('../fonts/GTAmerica-Bold.svg#GTAmerica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Bold_1.eot');
    src: url('../fonts/GTAmerica-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Bold_1.woff2') format('woff2'),
        url('../fonts/GTAmerica-Bold_1.woff') format('woff'),
        url('../fonts/GTAmerica-Bold_1.ttf') format('truetype'),
        url('../fonts/GTAmerica-Bold_1.svg#GTAmerica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Camphor', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6E758A;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.h1, .h1, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5,h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #033567;
}
.h1, h1 {
  font-size: 40px; 
}
.h2, h2 {
  font-size: 32px; 
}
.h3, h3 {
  font-size: 28px; 
}
.h4, h4 {
  font-size: 24px; 
}
.h5, h5 {
  font-size: 20px; 
}
.h6, h6 {
  font-size: 18px; 
}
a {
    color: #FF0035;
	text-decoration: none !important;
}

.small, small {
    font-size: 80%;
}
blockquote {
    margin: 0 0 30px;
    padding: 15px;
    border-radius: 3px;
    border-left: 3px solid rgba(0,0,0,0.05);
}  
section {
    position: relative;
}

body.single-post h2 {
    margin-top: 30px!important;
}
body.single-post h3 {
    margin-top: 20px!important;
	font-size: 26px; 
}
body.single-post h4 {
    margin-top: 20px!important;
	font-size: 20px; 
}
body.single-post p {
    /*color: #ffffff!important;*/
	font-size: 17px!important; 
}
/* -- Bootstrap Utilities -- */
/* -- Font -- */
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-regular {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.font-weight-bolder {
    font-weight: 700 !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-31 {
    font-size: 31px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-33 {
    font-size: 33px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-35 {
    font-size: 35px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-37 {
    font-size: 37px !important;
}
.font-38 {
    font-size: 38px !important;
}
.font-39 {
    font-size: 39px !important;
}
.font-40 {
    font-size: 40px !important;
}
/* -- Text -- */
.text-primary {
    color: #FF0035 !important;
}
.text-secondary {
    color: #8b9db7 !important;
}
.text-success {
    color: #3bcc80 !important;
}
.text-danger {
    color: #FF0035 !important;
}
.text-warning {
    color: #f9b435 !important;    
}
.text-info {
    color: #3bb4d8 !important;   
}
.text-light {
    color: #e8ebf7 !important;    
}
.text-dark {
    color: #0d122b !important;    
}
.text-white {
    color: #ffffff !important;
}
.text-muted {
    color: #8294af !important;
}
/* -- Background -- */
.bg-primary {
    background-color: #FF0035 !important;
}
.bg-secondary {
    background-color: #8b9db7 !important;
}
.bg-success {
    background-color: #3bcc80 !important;
}
.bg-danger {
    background-color: #FF0035 !important;
}
.bg-warning {
    background-color: #f9b435 !important;    
}
.bg-info {
    background-color: #3bb4d8 !important;   
}
.bg-light {
    background-color: #f8f9fa !important;    
}
.bg-dark {
    background-color: #0d122b !important;    
}
/* -- Background Inverse -- */
.bg-primary-inverse {
    background-color: rgba(242,87,101,0.1) !important;
}
.bg-secondary-inverse {
    background-color: rgba(139,157,183,0.1) !important;
}
.bg-success-inverse {
    background-color: rgba(59,204,128,0.1) !important;
}
.bg-danger-inverse {
    background-color: rgba(247,90,103,0.1) !important;
}
.bg-warning-inverse {
    background-color: rgba(249,180,53,0.1) !important;    
}
.bg-info-inverse {
    background-color: rgba(59,180,216,0.1) !important;   
}
.bg-light-inverse {
    background-color: rgba(232,235,247,0.1) !important;    
}
.bg-dark-inverse {
    background-color: rgba(13,18,43,0.1) !important;    
}
/* -- Border -- */
.border {
    border: 1px solid rgba(0,0,0,0.05) !important;
}
.border-top {
    border-top: 1px solid rgba(0,0,0,0.05)!important;
}
.border-right {
    border-right: 1px solid rgba(0,0,0,0.05) !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}
.border-left {
    border-left: 1px solid rgba(0,0,0,0.05) !important;
}
.border-primary {
    border-color: #FF0035 !important;
}
.border-secondary {
    border-color: #8b9db7 !important;
}
.border-success {
    border-color: #3bcc80 !important;
}
.border-danger {
    border-color: #FF0035 !important;
}
.border-warning {
    border-color: #f9b435 !important;
}
.border-info {
    border-color: #3bb4d8 !important;
}
.border-light {
    border-color: rgba(0,0,0,0.05) !important;
}
.border-dark {
    border-color: #0d122b !important;
}
.rounded {
    border-radius: 3px !important;
}
/* -- Shadow -- */
.shadow {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.05) !important;
    box-shadow: 0 0 20px rgba(0,0,0, 0.05) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.05) !important;
    box-shadow: 0 0 10px rgba(0,0,0, 0.05) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0, 0.05) !important;
    box-shadow: 0 0 30px rgba(0,0,0, 0.05) !important;
}
/* -- Bootstrap Components -- */
/* -- Alert -- */
.alert {     
    border: 0;
    border-radius: 3px;
}
.alert-primary {
    color: #FF0035;
    background-color: rgba(242,87,101,0.1);
    border-color: rgba(242,87,101,0.1);
}
.alert-secondary {
    color: #8b9db7;
    background-color: rgba(139,157,183,0.1);
    border-color: rgba(139,157,183,0.1);
}
.alert-success {
    color: #3bcc80;
    background-color: rgba(59,204,128,0.1);
    border-color: rgba(59,204,128,0.1);
}
.alert-danger {
    color: #FF0035;
    background-color: rgba(247,90,103,0.1);
    border-color: rgba(247,90,103,0.1);
}
.alert-warning {
    color: #f9b435;
    background-color: rgba(249,180,53,0.1);
    border-color: rgba(249,180,53,0.1);
}
.alert-info {
    color: #3bb4d8;
    background-color: rgba(59,180,216,0.1);
    border-color: rgba(59,180,216,0.1);
}
.alert-light {
    color: #8294af;
    background-color: rgba(232,235,247,0.1);
    border-color: rgba(232,235,247,0.1);
}
.alert-dark {
    color: #0d122b;
    background-color: rgba(13,18,43,0.1);
    border-color: rgba(13,18,43,0.1);
}
/* -- Badge -- */
.badge {
    padding: 0.5em .8em;
    border-radius: 3px;
}
.badge-primary {
    background-color: #FF0035;
}
.badge-secondary {
    background-color: #8b9db7;
}
.badge-success {
    background-color: #3bcc80;
}
.badge-danger {
    background-color: #FF0035;
}
.badge-warning {
    color: #ffffff;
    background-color: #f9b435;
}
.badge-info {
    background-color: #3bb4d8;
}
.badge-light {
    color: #8294af;
    background-color: #e8ebf7;
}
.badge-dark {
    background-color: #0d122b;
}
a.badge-light:focus, 
a.badge-light:hover {
    color: #8294af;
    background-color: #e8ebf7;
}

.badge-pill {
    border-radius: 20px;
    padding: 6px 12px;
}
.badge-primary-inverse {
    color: #FF0035;
    background-color: rgba(242,87,101,0.1);
}
.badge-secondary-inverse {
    color: #8b9db7;
    background-color: rgba(139,157,183,0.1);
}
.badge-success-inverse {
    color: #3bcc80;
    background-color: rgba(59,204,128,0.1);
}
.badge-danger-inverse {
    color: #FF0035;
    background-color: rgba(247,90,103,0.1);
}
.badge-warning-inverse {
    color: #f9b435;
    background-color: rgba(249,180,53,0.1);
}
.badge-info-inverse {
    color: #3bb4d8;
    background-color: rgba(59,180,216,0.1);
}
.badge-light-inverse {
    color: #8294af;
    background-color: rgba(232,235,247,0.1);
}
.badge-dark-inverse {
    color: #0d122b;
    background-color: rgba(13,18,43,0.1);
}
/* -- Breadcrumb -- */
.breacrumb-section {
    background-color: rgba(0,0,0,0.05);
    padding: 50px 0;
    text-align: center;    
}
.breadcrumb {
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 3px;
}
.breadcrumb-item.active {
    color: #FF0035;
}
.breadcrumb-item a {
    color: #0d122b;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\ea6e";
    font-family: 'remixicon' !important;
    font-size: 14px;
}
/* -- Button -- */
button:not(:disabled) {
    outline: none;
}
.btn {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    border: 2px solid transparent;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 8px 14px;
    font-size: 13px;
}
.btn-round {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #8294af;
    color: #0d122b !important;
    display: inline-block;
}
.btn-round:hover {
    background-color: #FF0035;
    color: #ffffff !important;
    cursor: pointer;  
}
.btn-primary {
    color: #ffffff !important;
    background-color: #25AAFB !important;
    border-color: #25AAFB !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background-color: #25AAFB !important;
    border-color: #25AAFB !important;
}
.btn-primary.focus, 
.btn-primary:focus {
    color: #ffffff !important;
    background-color: #25AAFB !important;
    border-color: #25AAFB !important;
    box-shadow: none !important;
	/* box-shadow: 0 0 0 0.2rem rgba(242,87,101,0.3) !important; */
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #FF0035 !important;
    border-color: #FF0035 !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
	/* box-shadow: 0 0 0 0.2rem rgba(242,87,101,0.3) !important; */
}
.btn-secondary {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
}
.btn-secondary.focus, 
.btn-secondary:focus {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
    box-shadow: 0 0 0 0.2rem rgba(139,157,183,0.3);
}
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(139,157,183,0.3);
}
.btn-success {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
}
.btn-success.focus, 
.btn-success:focus {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
    box-shadow: 0 0 0 0.2rem rgba(59,204,128,0.3);
}
.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show>.btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
}
.btn-success:not(:disabled):not(.disabled).active:focus, 
.btn-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,204,128,0.3);
}
.btn-danger {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-danger.focus, 
.btn-danger:focus {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
    box-shadow: 0 0 0 0.2rem rgba(247,90,103,0.3);
}
.btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, 
.show>.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, 
.btn-danger:not(:disabled):not(.disabled):active:focus, 
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247,90,103,0.3);
}
.btn-warning {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
}
.btn-warning.focus, 
.btn-warning:focus {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
    box-shadow: 0 0 0 0.2rem rgba(249,180,53,0.3);
}
.btn-warning:not(:disabled):not(.disabled).active, 
.btn-warning:not(:disabled):not(.disabled):active, 
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, 
.btn-warning:not(:disabled):not(.disabled):active:focus, 
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249,180,53,0.3);
}
.btn-info {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-info.focus, 
.btn-info:focus {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
    box-shadow: 0 0 0 0.2rem rgba(59,180,216,0.3);
}
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show>.btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,180,216,0.3);
}
.btn-light {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
}
.btn-light:hover {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
}
.btn-light.focus, 
.btn-light:focus {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
    box-shadow: 0 0 0 0.2rem rgba(232,235,247,0.3);
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
}
.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232,235,247,0.3);
}
.btn-dark {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
}
.btn-dark:hover {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
}
.btn-dark.focus, 
.btn-dark:focus {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
    box-shadow: 0 0 0 0.2rem rgba(13,18,43,0.3);
}
.btn-dark:not(:disabled):not(.disabled).active, 
.btn-dark:not(:disabled):not(.disabled):active, 
.show>.btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, 
.btn-dark:not(:disabled):not(.disabled):active:focus, 
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(13,18,43,0.3);
}
.btn-link {
    color: #FF0035;
    text-decoration: none;
}
.btn-link:hover {
    color: #FF0035;
    text-decoration: none;
}
.btn-link:focus {
    text-decoration: none;
}
.btn-white {
    color: #FF0035 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white:hover {
    color: #FF0035 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white.focus, 
.btn-white:focus {
    color: #FF0035 !important;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.3);
}
.btn-white:not(:disabled):not(.disabled).active, 
.btn-white:not(:disabled):not(.disabled):active, 
.show>.btn-white.dropdown-toggle {
    color: #FF0035 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled).active:focus, 
.btn-white:not(:disabled):not(.disabled):active:focus, 
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.3);
}

.btn-outline-primary {
    color: #FF0035;
    border-color: #FF0035;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-outline-primary.focus, 
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(242,87,101,0.3);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242,87,101,0.3);
}
.btn-outline-secondary {
    color: #8b9db7;
    border-color: #8b9db7;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
}
.btn-outline-secondary.focus, 
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(139,157,183,0.3);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #8b9db7;
    border-color: #8b9db7;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(139,157,183,0.3);
}
.btn-outline-success {
    color: #3bcc80;
    border-color: #3bcc80;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
}
.btn-outline-success.focus, 
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,204,128,0.3);
}
.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #3bcc80;
    border-color: #3bcc80;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, 
.btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,204,128,0.3);
}
.btn-outline-danger {
    color: #ffffff;
    border-color: #FF0035;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-outline-danger.focus, 
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(247,90,103,0.3);
}
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show>.btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #FF0035;
    border-color: #FF0035;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, 
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247,90,103,0.3);
}
.btn-outline-warning {
    color: #f9b435;
    border-color: #f9b435;
}
.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
}
.btn-outline-warning.focus, 
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(249,180,53,0.3);
}
.btn-outline-warning:not(:disabled):not(.disabled).active, 
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.show>.btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #f9b435;
    border-color: #f9b435;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, 
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249,180,53,0.3);
}
.btn-outline-info {
    color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-outline-info.focus, 
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,180,216,0.3);
}
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show>.btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #3bb4d8;
    border-color: #3bb4d8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, 
.btn-outline-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,180,216,0.3);
}
.btn-outline-light {
    color: #8294af;
    border-color: #e8ebf7;
}
.btn-outline-light:hover {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
}
.btn-outline-light.focus, 
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(232,235,247,0.3);
}
.btn-outline-light:not(:disabled):not(.disabled).active, 
.btn-outline-light:not(:disabled):not(.disabled):active, 
.show>.btn-outline-light.dropdown-toggle {
    color: #8294af;
    background-color: #e8ebf7;
    border-color: #e8ebf7;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, 
.btn-outline-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232,235,247,0.3);
}
.btn-outline-dark {
    color: #0d122b;
    border-color: #0d122b;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
}
.btn-outline-dark.focus, 
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(13,18,43,0.3);
}
.btn-outline-dark:not(:disabled):not(.disabled).active, 
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.show>.btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #0d122b;
    border-color: #0d122b;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, 
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(13,18,43,0.3);
}
.button-list .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
/* -- Button rgba -- */
.btn-primary-inverse {
    color: #FF0035;
    background-color: rgba(242,87,101,0.1);
}
.btn-primary-inverse:hover,
.btn-primary-inverse:focus {
  background-color: #FF0035;
  color: #ffffff;
}
.btn-primary-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(242,87,101,0.1);
}
.btn-secondary-inverse {
    color: #8b9db7;
    background-color: rgba(139,157,183,0.1);
    border: none;
}
.btn-secondary-inverse:hover,
.btn-secondary-inverse:focus {
  background-color: #8b9db7;
  color: #ffffff;
}
.btn-secondary-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(139,157,183,0.1);
}
.btn-success-inverse {
    color: #3bcc80;
    background-color: rgba(59,204,128,0.1);
    border: none;
}
.btn-success-inverse:hover,
.btn-success-inverse:focus {
  background-color: #3bcc80;
  color: #ffffff;
}
.btn-success-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,204,128,0.1);
}
.btn-danger-inverse {
    color: #FF0035;
    background-color: rgba(247,90,103,0.1);
    border: none;
}
.btn-danger-inverse:hover,
.btn-danger-inverse:focus {
  background-color: #FF0035;
  color: #ffffff;
}
.btn-danger-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(247,90,103,0.1);
}
.btn-warning-inverse {
    color: #f9b435;
    background-color: rgba(249,180,53,0.1);
    border: none;
}
.btn-warning-inverse:hover,
.btn-warning-inverse:focus {
  background-color: #f9b435;
  color: #ffffff;
}
.btn-warning-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(249,180,53,0.1);
}
.btn-info-inverse {
    color: #3bb4d8;
    background-color: rgba(59,180,216,0.1);
    border: none;
}
.btn-info-inverse:hover,
.btn-info-inverse:focus {
  background-color: #3bb4d8;
  color: #ffffff;
}
.btn-info-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(59,180,216,0.1);
}
.btn-light-inverse {
    color: #8294af;
    background-color: rgba(232,235,247,0.1);
    border: none;
}
.btn-light-inverse:hover,
.btn-light-inverse:focus {
  background-color: #e8ebf7;
  color: #ffffff;
}
.btn-light-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(232,235,247,0.1);
}
.btn-dark-inverse {
    color: #0d122b;
    background-color: rgba(13,18,43,0.1);
    border: none;
}
.btn-dark-inverse:hover,
.btn-dark-inverse:focus {
  background-color: #0d122b;
  color: #ffffff;
}
.btn-dark-inverse:focus {
    box-shadow: 0 0 0 0.2rem rgba(13,18,43,0.1);
}
.icon-style {
    display: inline-block;
    vertical-align: middle;
    text-align: center; 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-style-sm {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.icon-style-md {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.icon-style-lg {
    min-width: 52px;
    min-height: 52px;
    line-height: 52px;
    font-size: 26px;
}
.icon-style-xl {
    min-width: 64px;
    min-height: 64px;
    line-height: 64px;
    font-size: 32px;
}
/* card css */
.card {
    border: none;
    border-radius: 0;
    margin-top: 30px;
}
.card-body {
    padding: 30px;
}
.card-header {
    padding: 30px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.card-footer {
    padding: 30px;
}
.card-title {
    margin-bottom: 15px;
}
.nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
    background-color: #FF0035;
}
.nav-link.disabled {
    color: #8294af;
}
/* -- Accordion -- */
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}
.accordion > .card h2 .btn-link {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FF0035;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card h2 .btn-link.collapsed {
    color: #0d122b;
}
.accordion > .card .collapse.show {
    border-left: none;
    border-right: none;
}
.accordion > .card .card-body {
    border: 1px solid rgba(0,0,0,0.5);
}
.accordion > .card h2 .btn-link:focus,
.accordion > .card h2 .btn-link:hover {
    text-decoration: none;
}
/*-- Dropdown --*/
.dropdown-menu {
    font-size: 16px;
    color: #0d122b;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;
}
.dropdown-divider {
    border-top: 1px solid rgba(0,0,0,0.05);
}
/*-- Form --*/
.form-control {
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    border: none;
    border-bottom: 1px solid #818a91;
    height: 50px;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: #25AAFB;
    outline: 0;
    box-shadow: none !important;
}
.form-group {
    margin-bottom: 15px;
}
.custom-control-label {
    outline: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: #FF0035;
    background-color: #FF0035;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(242, 87, 101,0.2);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(242, 87, 101,0.2);
    border-color: rgba(242, 87, 101,0.2);
}
/*-- Media --*/
.media-body h5 {
    font-size: 18px;
}
/*-- Modal --*/
.modal-header {    
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 15px;
}
.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 15px;
}
/*-- Tabs --*/
.nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #0d122b;
    border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.05) #ffffff;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.05) #ffffff;
}
.nav-pills .nav-link {
    border-radius: 3px;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #FF0035;
}
/*-- Pagination --*/
.pagination {
    border-radius: 3px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.page-link {
    padding: 8px 12px;
    color: #FF0035;
    border: 1px solid rgba(0,0,0,0.05);
}
.page-link:hover {
    color: #0d122b;
    background-color: rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.05);
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.05);
}
.page-item.active .page-link {
    background-color: #FF0035;
    border-color: #FF0035;
}
/*-- Popover --*/
.popover {
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, 
.bs-popover-top>.arrow::before {
    border-top-color: rgba(0,0,0,0.05);
}
/*-- Progress Bar --*/
.progress-bar {
    background-color: #FF0035;
}
/*-- Table --*/
.table {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #5B6B82;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 2px solid rgba(91, 107, 130, 0.09);
    font-size: 14px;
    font-weight: 400;
    color: #5B6B82;
}
.table th {
    text-transform: uppercase;
    border-top: none;
}
.table td {
    vertical-align: middle;
    border-top: 2px solid rgba(91, 107, 130, 0.09);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(91, 107, 130, 0.09);
}
tbody {
    border-right: 2px solid rgba(91, 107, 130, 0.09);
    border-bottom: 2px solid rgba(91, 107, 130, 0.09);
    border-left: 3px solid rgba(91, 107, 130, 0.09);
}
.table .thead-light th {
    color: #0d122b;
    background-color: #e8ebf7;
    border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
    color: #ffffff;
    background-color: #0d122b;
    border-color: rgba(0, 0, 0, 0.03);
}
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-hover tbody tr:hover {
    color: #0d122b;
    background-color: #e8ebf7;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8ebf7;
}
.thead-default th {
    background-color: #e8ebf7;
}
.table-dark {
    color: #ffffff;
    background-color: #0d122b;
}
.table-dark td {
    border-color: rgba(0,0,0,0.05);
    color: #8294af;
}
.table-dark th {
    border-color: rgba(0,0,0,0.05);
}
.table-dark thead th {
    border-color: rgba(0,0,0,0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(0,0,0,0.05);
}
.table-borderless tbody + tbody {
    border: 0 !important;
}
.table-borderless td {
    border: 0 !important;
}
.table-borderless th {
    border: 0 !important;
}
.table-borderless thead th {
    border: 0 !important;
}
.table-primary {
    background-color: rgba(242,87,101,0.1);
}
.table-primary > td {
    background-color: rgba(242,87,101,0.1);
    color: #FF0035;
}
.table-primary > th {
    background-color: rgba(242,87,101,0.1);
    color: #FF0035;
}
.table-secondary {
    background-color: rgba(139,157,183,0.1);
}
.table-secondary > td {
    background-color: rgba(139,157,183,0.1);
    color: #8b9db7;
}
.table-secondary > th {
    background-color: rgba(139,157,183,0.1);
    color: #8b9db7;
}
.table-success {
    background-color: rgba(59,204,128,0.1);
}
.table-success > td {
    background-color: rgba(59,204,128,0.1);
    color: #3bcc80;
}
.table-success > th {
    background-color: rgba(59,204,128,0.1);
    color: #3bcc80;
}
.table-danger {
    background-color: rgba(247,90,103,0.1);
}
.table-danger > td {
    background-color: rgba(247,90,103,0.1);
    color: #FF0035;
}
.table-danger > th {
    background-color: rgba(247,90,103,0.1);
    color: #FF0035;
}
.table-warning {
    background-color: rgba(249,180,53,0.1);
}
.table-warning > td {
    background-color: rgba(249,180,53,0.1);
    color: #f9b435;
}
.table-warning > th {
    background-color: rgba(249,180,53,0.1);
    color: #f9b435;
}
.table-info {
    background-color: rgba(59,180,216,0.1);
}
.table-info > td {
    background-color: rgba(59,180,216,0.1);
    color: #3bb4d8;
}
.table-info > th {
    background-color: rgba(59,180,216,0.1);
    color: #3bb4d8;
}
.table-light {
    background-color: rgba(232,235,247,0.1);
}
.table-light > td {
    background-color: rgba(232,235,247,0.1);
    color: #8294af;
}
.table-light > th {
    background-color: rgba(232,235,247,0.1);
    color: #8294af;
}

/* -- 2. Topbar css -- */
.topbar {
    background-color: #f5f5f5;
    padding: 5px 0;
}
.topbar-right {
    text-align: right;
}

/* -- 3. Menubar css -- */
header {
    background-color: transparent;
	position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.admin-bar header {
    top: 32px;
}
.admin-bar header.fixed-top {
    top: 32px;
	position: absolute;
}
.headerbar {
    padding: 30px 0;
    display: flex;
}
.logobar {
    display: inline-block;
	padding-top: 5px;
}
.logobar a {
    line-height: 34px;
}
.logobar img {
    width: 200px;
    height: auto;
}
.menubar {
    display: inline-block;
    float: right;
}
.admin-bar .navigationbar {
  top: 32px;
}
.btn-contact a {
    background-color: #FF0035;
    border-radius: 3px;
}
.navigationbar {
    z-index: 1030;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.navigationbar .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.navigationbar .navigation-menu > li {
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: sub;
}
.navigationbar .navigation-menu > li > a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
	margin-right: 25px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;    
}
.has-submenu {
    position: relative;
}
.navigationbar .navigation-menu > li.has-submenu > a {
    padding-right: 0;
}
.navigationbar .navigation-menu > li .submenu li a i {
    margin-right: 10px;
    font-size: 14px;
} 
.navigationbar .navbar-toggle:hover,
.navigationbar .navbar-toggle:focus,
.navigationbar .navigation-menu > li > a:hover,
.navigationbar .navigation-menu > li > a:focus,
{
    background-color: transparent;
    color: #15db81;
}
.navigationbar .navigation-menu > li.active > a {
	 color: #ffffff;
}
.navigationbar .navigation-menu .dash-btn {
	border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px 35px;
    display: inline-block;
    color: #ffffff;
}
.navigationbar .navigation-menu .dash-btn:hover {
     background-color: #15db81;
    color: #fff;
    border-color: #15db81;
}
.navigationbar .navigation-menu .dash-btn:hover a {
    color: #fff;
}
.navigationbar .navigation-menu .dash-btn  a {
    margin-right: 0px;
}

.navigationbar .navigation-menu > li .submenu li:hover a,
.navigationbar .navigation-menu > li .submenu li.active a {
    color: #15db81;
}
.navigationbar .navigation-menu > li .submenu li:hover a ~ div .submenu-arrow,
.navigationbar .navigation-menu > li .submenu li:focus a ~ div .submenu-arrow,
.navigationbar .navigation-menu > li .submenu li.active a ~ div .submenu-arrow {
    border: solid #FF0035;
    border-width: 0 2px 2px 0;
}
.navigationbar .navigation-menu > li .submenu > li .submenu li a {
    color: #ffffff;
}
.navigationbar .navigation-menu > li .submenu > li .submenu li:hover a,
.navigationbar .navigation-menu > li .submenu > li .submenu li.active a {
    color:#15db81;
}
.navigationbar .navigation-menu > li .submenu > li .submenu li:hover a ~ .submenu-arrow,
.navigationbar .navigation-menu > li .submenu > li .submenu li:focus a ~ .submenu-arrow,
.navigationbar .navigation-menu > li .submenu > li .submenu li.active a ~ .submenu-arrow {
    border: solid #15db81;
    border-width: 0 1px 1px 0;
}
.navigationbar .navigation-menu > li .submenu li a:hover {
    color: #15db81;
}
.navigationbar .menu-extras {
    float: right;
}
.navigationbar .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.navigationbar .navbar-toggle .lines {
    display: block;
    position: relative;
    width: 25px;
    height: 15px;
    margin: 9px auto;    
}
.navigationbar .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.navigationbar .navbar-toggle span:last-child {
    margin-bottom: 0;
}
.navigationbar .navbar-toggle.open span {
    position: absolute;
}
.navigationbar .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navigationbar .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}
.navigationbar .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* custom code for three sections */

.rs-payment-mode {
    background-color: #FFF;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: -8px;
    padding: 100px 0 50px;
}
.redswitches-star-rating .payment-top .heading-three-style {
    font-size: 32px !important;
    font-weight: 700 !important;
}
.rs-payment-mode .payment-slider .logo {
    width: 115px !important;
    height: auto;
}

.cta-section {
    background-color: #0f0b3e;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 80px 0;
}

.customer-row {
    align-items: center;
    justify-content: center;
}
.customer-support {
    font-family: hellix, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    align-items: center;
    text-align: center;
    background: linear-gradient(75deg, #fb2726 12.49%, #ff7c33 22.28%, #ff14e8 35.28%, #6b25ff 59.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-row {
    justify-content: center;
    align-items: center;
}
.customer-details a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.customer-details .icon {
    margin-right: 15px;
    transition: all .3s ease-in-out;
}

.customer-care-title {
    font-family: hellix, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    text-align: left;
    color: #FFF;
}
.customer-sub-title {
    font-family: hellix, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.customer-details .icon img {
    transition: all .2s linear;
}

.customer-details:hover a img {
    transform: translateY(-6px);
}
.cta-section .payment-top .heading-three-style {
    font-size: 42px !important;
    font-weight: 700 !important;
}
.payment-top span.heading-three-style {
    background: linear-gradient(72deg,#fb2726 9.01%,#ff7c33 25.95%,#ff14e8 46.29%,#5f14ff 87.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: hellix;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.reviews-section {
    background-color: #f3f9ff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 50px 0;
}
.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reviews-section .star-rating {
    font-size: 25px;
    color: #FEB600;
}
.reviews-section .star-rating::before {
    content: '★★★★★';
    letter-spacing: 3px;
}

.rating-block-title {
    color: #140f4b;
    font-family: Hellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.rating-block-content {
    color: #140f4b;
    font-family: Hellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.review-title {
    font-family: hellix, sans-serif;
    font-weight: 700 !important;
    font-size: 28px !important;
    background: linear-gradient(75deg, #fb2726 12.49%, #ff7c33 22.28%, #ff14e8 35.28%, #6b25ff 59.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.redswitches-star-rating .align-items-center.col-lg-3.col-md-3.justify-content-center.py-2.row.text-center {
    margin-bottom: 30px;
}

.review-content img {
    width: 100%;
    height: 45px;
}

.conversion-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0 10px 0;
    justify-content: flex-end;
}
.conversion-container .btn-currency.active {
    background: linear-gradient(142.16deg, #FC9035 7.24%, #F43935 39.04%, #EE1EC0 74.33%);
    color: white;
}
.conversion-container button {
    white-space: nowrap;
    display: inline-block;
    padding: 6px 20px;
    border: 1.8px solid #FD3E60;
    background-color: white;
    color: #007BFF;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
    max-height: 37px;
    font-weight: 500;
    font-family: 'Hellix';
    font-size: 14px;
    color: #3F3D65;
    text-transform: uppercase;
}

.location-page-container .clear-all-btn:disabled {
    margin-top: 8px !important;
    width: 100%;
}
.location-page-container .clear-all-btn {
    margin-top: 8px !important;
    width: 100%;
}
.location-page-container .clear-all-btn:before {
    height: 20px;
    left: 50px;
    background-repeat: no-repeat;
}


@media (min-width: 992px) {
	
    .navigationbar .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    .navigationbar .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    .navigationbar .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 10px;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0 0 44px -16px rgba(0, 0, 0, 0.75);
   		border-radius: 10px;
    }

    .navigationbar .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    .navigationbar .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }    
    .navigationbar .navigation-menu > li .submenu li {
        position: relative;
    }
    .navigationbar .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .navigationbar .navigation-menu > li .submenu li a {
        display: block;
        padding: 8px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 16px;
        color: #003d6f;
        transition: all 0.3s;
        text-transform: capitalize;
        text-align: left;
        font-weight: 400;
    }    
    .navigationbar .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }    
    .navigationbar .navbar-toggle,
    .navigationbar .logo-mobile {
        display: none;
    }
    .navigationbar .menu-container {
        display: block !important;
    }
    .navigationbar.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .navigationbar.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navigationbar.scroll {
        top: 0;
    }
}
@media (max-width: 991px) {

    .cta-section .second-row {
        gap: 30px;
    }
    .redswitches-star-rating {
        flex-direction: column;
        align-items: center;
    }
    .redswitches-star-rating .inner-row {
        flex-direction: column;
        align-items: center;
    }
    .review-content img {
        width: 120px;
        height: auto;
    }
    
    .review-title br {
        display: none;
    }
	.menu-arrow {
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
	}
	.submenu-arrow {
		border: solid #15db81;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
		right: 20px;
		top: 15px;
	}
	.navigationbar .navigation-menu > li > a:hover ~ div .menu-arrow,
	.navigationbar .navigation-menu > li > a:focus ~ div .menu-arrow,
	.navigationbar .navigation-menu > li.active > a ~ div .menu-arrow {
		border: solid #15db81;
		border-width: 0 2px 2px 0;
	}
	.navigationbar .navigation-menu .dash-btn {
    border-radius: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    color: transparent;
}
    .menu-arrow {
        top: 15px;
        right: 20px;
        z-index: 999;
    }
	.logobar {
		padding-top: 0;
	}
    .logo-mobile img {
        height: 70px;
        padding: 17px 0;
    }
    .submenu-arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .has-submenu div {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        background-color: transparent;
        padding: 20px;
    }
    .navigationbar .container {
        width: auto;
    }
    .navigationbar .navigation-menu {
        float: none;
        max-height: 100%;
        text-align: left;
    }
    .navigationbar .navigation-menu > li {
        display: block;
    }
    .navigationbar .navigation-menu > li > a {
        color: #003d6f;
        padding: 10px 20px;
    }    
    .navigationbar .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    .navigationbar .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    .navigationbar .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 15px;
        clear: both;
        white-space: nowrap;
        letter-spacing: 0.03em;
        color: #003d6f;
        transition: all 0.3s;
    }    
	 .navigationbar .navigation-menu > li .submenu li a:hover {
        color: #15db81;
    }   
    .navigationbar .navigation-menu > li .submenu.open {
        display: block;
    }
    .navigationbar .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    .navigationbar .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    .navigationbar .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    .navigationbar .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #ffffff;
    }
	.navigationbar .navigation-menu > li > a {
    font-size: 16px;
	}
    .navigationbar .navbar-toggle span {
        background-color: #ffffff;
    }
    .navigationbar .navbar-header {
        float: left;
    }
    .navigationbar .logo {
        padding: 11px 0;
    }
    .navigationbar .logo .logo-light {
        display: none;
    }
    .navigationbar .logo .logo-dark {
        display: block;
    }
	.navigation-menu { 
		background-color: #fff;
		padding: 30px 30px !important;
		box-shadow: 0 0 23px -2px rgba(0,0,0,0.1);
		width: calc(100% - 30px);
		margin: 7px 15px 0px !important;
		border-radius: 10px;
	}
    .menu-container {
		 position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		display: none;
		padding: 0;
    }
    .menu-container.open {
        display: block;
        overflow-y: auto;
    }

    section.elementor-element-57aa501 {
        padding: 5px 0;
    }
    .elementor-183203 .elementor-element.elementor-element-37e6bff {
        padding: 0 0 5px !important;
    }
}
@media (min-width: 768px) {
    .navigationbar .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        top: 31px;
    }
    .navigationbar .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

/* -- 4. Breadcrumb css -- */
.breadcrumbbar {
    background-color: #f5f5f5;
    padding: 15px 0;
    margin-bottom: 30px;
}
.breadcrumbbar .page-breadcrumb i {
    vertical-align: top;
    margin: 0 3px;
}
.page-title h1 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

/* -- 5. Widget css -- */
.widget {
   margin: 20px 0 30px;
}
.widgettitle {
    position: relative;
    color: #38648a;
    margin-bottom: 23px;
    font-size: 18px;
	font-weight: 400;
    text-transform: capitalize;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li,
.widget ol li {
    margin-bottom: 10px;
}
.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
    margin-bottom: 0;
}
.widget p,
.widget ul li a,
.widget ol li a {
    color:#9fa5b7;
    font-size: 18px;
	font-weight: 400;
}
.widget ul li a:hover {
    color: #15db81;
}
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border-color: #eee;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}
.widget select:focus {
    box-shadow: none;
}
.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
    font-weight: 400;
}
.widget_search form {
    position: relative;
}
.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}
.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget_recent_entries_custom .wi {
    float: left;
    width: 64px;
}
.widget_recent_entries_custom ul li img {
    height: 44px;
}
.widget_recent_entries_custom .wb {
    padding-top: 2px;
    margin-left: 84px;
}
.widget_recent_entries_custom .wb a {
    color: #303133;
}
.text-widget-des {
    line-height: 24px;
}
.socials li {
    display: inline-block;
    margin: 0 4px 5px;
    text-align: center;
    cursor: pointer;
}
.socials li:last-child {
    margin-right: 0;
}
.socials li a {
    display: inline-block;
    margin-top: 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    background-color: #777;
    border-radius: 0;
    color: #fff !important;
}
.socials li:first-child {
    margin-left: 0;
}
.widget_search label,
.searchform label{
    display: none;
}
.widget_search input[type="text"],
.searchform input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #222222;
    border-radius: 0;
    padding: 10px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    outline: none !important;
    padding-right: 45px;
    box-shadow: none;
}
.widget_search input[type="text"]:focus,
.searchform input[type="text"]:focus {
    border: 1px solid #777777;
}
.widget_search input[type="submit"],
.searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;    
    outline: none !important;  
    opacity: 0;    
    text-indent: -999px;
    border: none;
}
.searchform:after {
    content: "\ed05";
    position: absolute;
    font-family: 'remixicon' !important;
    right: 13px;
    color: #45494c;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}
.tagcloud > a {
  display: inline-block;
  background: #eeeeee;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  color: #777777;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 7px 8px 5px 10px;
  text-transform: uppercase;  
}
.tagcloud > a:hover {
    background: #dddddd;
    color: #222222;
}

/* -- 6. Blog List css -- */
.post {
    margin: 0 0 30px;
}
.post-body {
    padding: 15px;
    border: 1px solid #eee;
}
.post-preview {
    margin: 0;
}
.single-preview {
    margin: 0 0 15px 0;
}
.post-header {
    margin: 0;
}
.post-content {
    margin: 15px 0;
}
.post-title {
    font-size: 18px;
    margin: 10px 0;
    line-height: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-date {
    display: block;
    opacity: .7;
    color: #777;
}
.post-title a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.post-tags {
    margin: 40px 0 0;
}
.post-tags a {
    display: inline-block;
    background: #eeeeee;
    border-radius: 0;
    font-size: 7px;
    font-weight: 600;
    color: #777777;
    letter-spacing: 1px;
    padding: 7px 8px 5px 10px;
    margin: 5px 10px 5px 0;
}
.post-tags a:hover,
.post-tags a:focus {
    background: #dddddd;
    color: #222222;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}
.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 15px;
    line-height: 24px;
}
.post-content .more-link {
    display: none;
}
.post-content ul,
.post-content ol {
    margin-left: 40px;
}
.post-content ul {
    list-style-type: disc;
}
.post-content ol {
    list-style-type: decimal;
}
.post-footer a {
    font-size: 14px;
}
.format-standard.sticky {
    background-color: #f8f8f8;
    border-radius: 0;
}
.pagination > li {
    display: inline-block;
    margin-right: 5px;
    line-height: 36px;
}
.pagination > li > a, 
.pagination > li > span {
    border: 1px solid #eeeeee;
    color: #777777;
    display: block;
    float: none;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
}
.pagination > .active > a, 
.pagination > .active > span {
    color: #ffffff;
    background-color: #777777;
}
.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover, 
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #777777;
    border: 1px solid #777777;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    color: #ffffff;
    background-color: #777777;
    border: 1px solid #777777;
    cursor: default;
    z-index: 3;
}
.sidebar {
    padding-left: 30px;
}

/* -- 7. Blog Detail css -- */
.post-detail-description {
    color: #666;
}
.post-detail-description p {
    line-height: 24px;
}
.blockquote {
    font-size: 16px;
    font-style: italic;
    padding: 20px;
}
.blockquote-text {
    line-height: 24px;
}
.blockquote:before {
    content: "“";
    float: left;
    position: relative;
    top: 15px;
    left: 0;
    color: #cdced0;
    font-family: Georgia;
    font-size: 68px;
    font-weight: 400;
    line-height: 24px;
}
.media h2 {
    font-size: 22px;
    margin: 10px 0;
}
.media,.media-list {
    margin-top: 50px;
}
.media img {
    width: auto;
    height: auto;
}
.media-heading {
  font-size: 16px;
}
.media-heading a {
    color: #000;
}
.media-body a.comment-reply-link {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}
.media-body p.post-date {
    margin-bottom: 20px;
    font-size: 12px;
}

textarea.form-control {
    height: auto;
}
.post-author-box {
    padding: 20px;
    border: 1px solid #eee;
}
.related-post {
    margin-top: 30px;
}
.related-post .post-preview {
    margin-bottom: 15px;
}
.related-post .post-header a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.page-title-alt .comment-reply-title,
.comment-reply-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.comment-reply-title {
    margin-top: 3rem;
    margin-bottom: 0;
}
.post-author-box .socials li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background-color: #ffffff;
    color: #070e14 !important;
    border: 1px solid #eee;
}
.post-author-box .socials li a:hover {
    color: #ffffff !important;
}
.quote-post blockquote {
    border: 2px solid #eeeeee;
    border-radius: 0;
    padding: 30px;
    text-align: center;
}
.quote-post .blockquote:before {
    padding-right: 10px;
}
.quote-post .blockquote-text {
    line-height: 32px;
}
.link-post {
    background-color: #777777;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 15px;
    border-radius: 0;
}
.link-post i {
    font-size: 48px;
    display: block;
}
.link-post-content {
    border: 2px solid rgba(255,255,255,0.3);
    padding: 15px;
}
.link-post a {
    color: #fff;
}

/* -- 8. Blog Common css -- */
pre {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 3px;
}
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.post-detail-description img,
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.media-heading {
    display: inline-block;
}
ul.children {
    list-style-type: none;
    padding-left: 20px;
    padding-top: 10px;
}
ul.children li:last-of-type {
    padding-bottom: 0;
}
div.wpcf7 .ajax-loader {
    display: block;
}
.screen-reader-text {
    display: none;
}
.wp-caption, 
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
    clear: both;
}
.no-results {
    padding: 70px 0;
}
.no-results .searchform {
    max-width: 300px;
    margin: 30px auto 0 auto;
    position: relative;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.alert-success {
    color: #333;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: .25rem;
}
blockquote {
    font-size: 18px;
    font-style: italic;
}
blockquote cite {
    margin-top: 15px;
    display: block;
}
.post-password-form label {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 15px;    
    font-size: 14px;
    color: #222222;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dddddd;
    outline: none !important;
    box-shadow: none;
}
.post-password-form input[type="password"]:focus {
    border: 1px solid #777777;
}
.post-password-form input[type="submit"] {
    background-color: #222222;
    font-size: 12px;
    color: #ffffff !important;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 0;    
    text-transform: uppercase;
    outline: none !important;
    border: none;
}
#wp-calendar caption {
    text-align: center;
}
.logged-in-as a:nth-child(2) {
  font-weight: bold;
}
.page-top-bottom {
  padding: 0;
}
time {
  text-transform: uppercase;
  font-weight: 400;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
table>tbody>tr>td, 
table>tbody>tr>th, 
table>thead>tr>th {
  border:1px solid transparent;
}
table>thead>tr>th {
  border-bottom: 2px solid #ccc;
}
thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
.menu-item.menu-item-type-custom .sub-menu {
   /* padding-left: 10px;
    padding-top: 10px;*/
	padding: 20px 10px;
}
.menu-item.menu-item-type-custom .sub-menu li {
    padding-bottom: 0;
}
.blog-navigation ul {
  padding-left: 20px;
}
.blog-navigation > span,
.blog-navigation a {
    display: inline-block;
    position: relative;
    border: 1px solid #eeeeee;
    color: #777777;
    float: none;
    height: 36px;
    width: 36px;
    border-radius: 0;
    text-align: center;
    line-height: 36px;
}
.blog-navigation > span {
    background-color: #777777;
    border: 1px solid #777777;
}
.blog-navigation > span:hover,
.blog-navigation a:hover,
.blog-navigation > span {
  color: #ffffff;
  background-color: #777777;
  border: 1px solid #777777;
}
.widget_nav_menu li.menu-search-btn {
    display: none;
}
p.author-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Pricing */
.pricing-table-list .dropdown .btn {
    letter-spacing: 0.63px;
    text-transform: capitalize;
    border-radius: 0;
    padding: 6px 30px;
}
.pricing-heading h5 {
    font-size: 18px;
    font-weight: 400;
    background-color: #48D295;
    padding: 8px 15px;
    margin: 30px 0;
    box-shadow: 0px 3px 30px #C2E7FF;
    border-radius: 0 5px 5px 0;
}
.pricing-heading h5:before {
	content: '';
    position: absolute;
    top: 28px;
    left: auto;
    right: 15px;
    height: 0;
    width: 0;
    border: 22px solid transparent;
    border-right: 20px solid #ebf7ff;
}
.pricing-table-shadow {
    box-shadow: 0px 2px 48px #B0C0ED6B;
}
.sale-badge {
    background-color: #FF0035;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: -15px;
}

/* -- Footer --*/
footer {
    background-color: #ffffff;
    position: relative;
}
.footer-top-content {
    text-align: center;
    padding: 50px 0 80px;
    
}
.footer-top-content .head-section {
    margin-bottom: 80px;
}
.footer-top-content .head-section h2 {
	font-size: 28px;
	color: #ffffff;
}
.footer-top-content .head-section h6 {
	color: #ffffff;
}

.footer-middle-content {
    padding: 20px 0 80px;
    border-top: 2px solid rgba(255,255,255,0.11);
    border-bottom: 2px solid rgba(255,255,255,0.11);
}
.about-widget {
    background: -webkit-linear-gradient(bottom, rgb(9, 7, 66) 0%, rgb(58, 64, 100) 100%);
    background: -o-linear-gradient(bottom, rgb(9, 7, 66) 0%, rgb(58, 64, 100) 100%);
    background: -ms-linear-gradient(bottom, rgb(9, 7, 66) 0%, rgb(58, 64, 100) 100%);
    background: -moz-linear-gradient(bottom, rgb(9, 7, 66) 0%, rgb(58, 64, 100) 100%);
    background: linear-gradient(to top, rgb(9, 7, 66) 0%, rgb(58, 64, 100) 100%);
    padding: 30px;
}
.about-widget .widget {
    padding: 0;
}
.about-widget .widget .widgettitle {
	font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: capitalize;
}
.social-link {
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid rgba(255,255,255,0.11);
}
.social-link li a {
    min-width: 28px;
    min-height: 28px;
    line-height: 26px;
    font-size: 18px !important;
    background-color: #43436d;
    border-radius: 50%;
	display: inline-block;
    text-align: center;
}
.social-link li a i {
    vertical-align: middle;
}
.footer-bottom {
    padding: 0;
}
.footer-bottom .copyright {
    padding: 30px 0;	
}
.footer-bottom .copyright p {
    padding: 30px 0;
	font-size: 14px;
    color: #9fa5b7;
}
.footer-bottom .copyright p:hover {
    color: #15db81;
}
.footer-bottom .payment-img {
    padding: 30px 0;
}
.footer-bottom .payment-img img {
    width: 380px;
    height: auto;
}
span.rs-heart {
    color: #ff0035;
    font-size: 16px;
}
span.rs-heart i {
    vertical-align: middle;
}

/* -- Back to Top -- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #FF0035;
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;  
    line-height: 40px;
    text-align: center;  
    border-radius: 50%;
    display: none;    
    z-index: 10000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}
.back-to-top:hover {
    color: #ffffff;  
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.05) !important;
    box-shadow: 0 0 20px rgba(0,0,0, 0.05) !important;    
}

.blog-head-section {
    background: -moz-linear-gradient(-32deg,#478dff 2%,#0f2e99 65%);
    background: -webkit-linear-gradient(-32deg,#478dff 2%,#0f2e99 65%);
    background: linear-gradient(92deg,#478dff 2%,#0f2e99 65%);
    padding: 200px 0 150px;
}
.blog-head-section h1 {
    color: #ffffff;
}

.blog-list-section {
    padding: 100px 0;
}


/* -- 12. Responsive css -- */
@media (max-width: 1200px) {
    .elementor-element-f178d13 {
        display: none;
    }
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1190px;
	}
}
@media (max-width: 991px) {	
    .admin-bar .menu-container {
        top: 74px;
    }
    .admin-bar header.fixed-top {
        top: 32px;
    }
	.widget p,
	.widget ul li a,
	.widget ol li a {
		font-size: 15px;
	}
	
	.headerbar {
		padding: 20px 0;
	}
    .sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
    .footer-bottom .copyright {
        padding: 30px 0 15px 0;
    }
    .footer-bottom .payment-img {
        padding: 0 0 30px 0;
    }
	.pricing-table-list .dropdown .btn {
		padding: 6px 8px;
		font-size: 15px;
	}
	.pricing-heading h5 {
		font-size: 14px;
	}
	.pricing-heading h5:before {
		top: 26px;
    	border-right: 20px solid #ebf7ff;
	}	
	.footer-top-content {
        padding: 30px 0 60px;
    }
	.footer-top-content .head-section {
		margin-bottom: 60px;
	}
	.footer-top-content .head-section h2 {
		font-size: 24px;
	}
    .footer-middle-content {
        padding: 30px 0;
    }
	.widget {
		margin-bottom: 0px:
		margin-top: 0px:	
	}
	.about-widget {
		margin-top: 30px;
	}
	.h1, h1 {
      font-size: 36px; 
    }
    .h2, h2 {
      font-size: 30px; 
    }
    .h3, h3 {
      font-size: 26px; 
    }
    .h4, h4 {
      font-size: 22px; 
    }
    .h5, h5 {
      font-size: 18px; 
    }
    .h6, h6 {
      font-size: 16px; 
    }
	.copyright-text,
	.copyright-year {
		padding: 15px 0;
	}
}
@media (max-width: 782px) {
    .admin-bar .menu-container {
        top: 74px;
    }
    .admin-bar header.fixed-top {
        top: 46px;
    }	
	.admin-bar header {
		top: 46px;
	}
	.menu-item.menu-item-type-custom .sub-menu {
   /* padding-left: 10px;
    padding-top: 10px;*/
	padding: 0;
}
}
@media (max-width: 767px) {
	.widget {
       text-align: center;
       margin: 20px 0 0px;
	}
	.widgettitle {
      font-size: 15px;
    }
	.widget p, 
	.widget ul li a, 
	.widget ol li a {
      font-size: 15px;
    }
    .admin-bar .menu-container {
        top: 74px;
    }
    .admin-bar header.fixed-top {
        top: 46px;
    }
	body {
		font-size: 15px;
	}
	.h1, h1 {
      font-size: 32px; 
    }
    .h2, h2 {
      font-size: 28px; 
    }
    .h3, h3 {
      font-size: 24px; 
    }
    .h4, h4 {
      font-size: 20px; 
    }
    .h5, h5 {
      font-size: 17px; 
    }
    .h6, h6 {
      font-size: 15px; 
    }
}

.copyright-text {
	padding: 30px 0;
}
.copyright-text ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #9fa5b7;
}
.copyright-text ul li a {
    font-size: 14px;
    color: #9fa5b7;
}
.copyright-text ul li a:hover {
    color: #15db81 !important;
}

.copyright-year {
	padding: 30px 0;
}
.copyright-year ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #9fa5b7;
}
.copyright-year ul li a {
    font-size: 14px;
    color: #9fa5b7;
}
.copyright-year ul li a:hover {
    color: #15db81 !important;
}
.footer-logo:after {
    content: url("https://demo.cloudswitches.com/wp-content/uploads/2021/01/ezgif.com-gif-maker-2.png");
    position: absolute;
    top: 99px;
    height: 175px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: -11111;
	    background-repeat: no-repeat;
    background-position: top left;
	background-position: cover;
}
/*.footer-bottom {
    background-image: url("https://demo.cloudswitches.com/wp-content/uploads/2021/01/ezgif.com-gif-maker-2.png");
	    background-repeat: no-repeat;
    background-position: top left;
}*/

.footer-social-links-box {
    padding: 30px 0;
}
.footer-social-links-box li a {
    color: #fff;
}

.rs-blog-pros-cons-box table {
    width: 100%;
    vertical-align: middle;
    border: 0;
}
.rs-blog-pros-cons-box td, 
.rs-blog-pros-cons-box th {
    border: 0;
}
.rs-blog-pros-cons-box thead th {
	text-align: center!important;
}
.rs-blog-pros-cons-box thead th {
    background: #fff!important;
	font-size:16px!important;
}
.rs-blog-pros-cons-box tbody td {
    padding: 1rem .75rem!important;
}
.rs-blog-pros-cons-box tbody tr:nth-child(odd) td {
    background: #d9e4ff!important;
}
.rs-blog-pros-cons-box ul {
    list-style-type: circle!important;	
}
.rs-blog-pros-cons-box li {
    margin: .4em 0!important;
	font-size:16px!important;
}

/* Blog rating */
.rs-blog-rating-box {
	padding: 30px 0;
}
.rs-blog-logo {
	padding: 32px 0;
}
.rs-blog-radial-rating {
	padding: 35px 0;
}
.rs-blog-rating-box .border-right {
   border-right: 1px solid #ebebeb !important;
}
.rs-blog-radial-rating-area {
    position: relative;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    z-index: 5;
	text-align: center;
}
.rs-blog-radial-rating-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #f7f8fc;
    border-radius: 50%;
}
.rs-blog-rating-feature-item-title {
	font-size:16px;
}
.rs-blog-radial-rating-small-circle {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: 0 50%;
    background-color: #29235b;
}
.rs-blog-rating-feature-item-star:before {
    content: '\2B50\2B50\2B50\2B50\2B50';
    background: linear-gradient(
90deg
,#29235b var(--percent),#c2c0d6 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: normal;
}
.rs-blog-radial-rating-small-circle:first-child {
    z-index: 1;
    right: auto;
    left: 0;
    transform-origin: 100% 50%;
}
.rs-blog-radial-rating-center-circle {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
}
.rs-blog-radial-rating-center-circle p {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 1.375em;
    font-weight: 700;
}
.rs-blog-radial-rating-center-circle span {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.rs-blog-radial-rating-border-circle {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 2;
}

.rs-blog-rating-feature-item {
    display: flex;
    margin-bottom: .375rem;
}
.rs-blog-rating-feature-item-title {
    flex-grow: 1;
}
.rs-blog-rating-feature-item-star {
    --percent: calc(var(--rating) / 100 * 100%);
    display: inline-block;
}
.rs-blog-rating-feature-item-star-wrap p {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.rs-blog-rating-btn-set .visit-link a.btn {
    font-size: .875rem;
    line-height: 1.7;
	}
.rs-blog-rating-btn-set .visit-link a.btn {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: .6875rem 1.5rem;
    transition: .2s;
    cursor: pointer;
}
.rs-blog-rating-btn-set .visit-link a.btn-primary {
    background-color: #237efd !important;
    border-color: transparent !important;
    color: #fff !important;
}
.review-link  {
	text-decoration: underline;
	}
.review-link a {
	color: #237efd;
	font-size:16px;
}

@media (max-width: 767px) {
	.rs-blog-logo {
		padding: 0;
	}
	.rs-blog-radial-rating {
		padding: 0;
	}
	.rs-blog-rating-box .border-right {
	   border-right: none !important;
	}
    .cta-section .second-row {
        align-items: center;
        justify-content: center;
        display: grid;
    }
    .conversion-container {
        padding: 20px 0 10px 0;
    }
}

.rs-st-sticky.close-button {
    padding-bottom: 0 !important;
}
.rs-st-close-btn {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    right: 10px;
    position: absolute;
    top: 15px;
    right: 25px;
}


/* Single blog post lates design */
.single-post .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1350px !important;
}
.elementor-element-1558301a.elementor-sticky--active {
    top: 91px !important;
}
.single-post .rs-hero-header {
    box-shadow: none !important;
}
.single-blog-full-section {
    padding: 0px 0px 90px 0px !important;
}
.single.single-post .single-blog-full-section .elementor-container {
    max-width: 100%;
}
.rs-breadcrumb-section {
    background: rgb(15 29 66);
}
.elementor-30171 .elementor-element.elementor-element-328e13f {
    padding: 0px 0px 90px 0px !important;
}

.elementor-30171 .elementor-element.elementor-element-af01b5a {
    background: #FFF;  
}
.elementor-172146 .elementor-element.elementor-element-11ca4925 {
    z-index: auto !important;
}
.rs-linked-posts {
    list-style: none;
    padding: 10px 10px 10px 5px;
}
.rs-linked-posts li a {
    line-height: 27px !important;
}
.rs-linked-posts li a:hover {
    text-decoration: underline !important;
}
.scrollbar-accordion-item-title,
.scrollbar-accordion-item-titles {
    background: rgb(15 29 66);
    padding: 10px;
}
.single-blog-right-column .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important; 
}
.rs-blog-top-section {
    position: relative;
    /*background-image: url(https://wordpress-563348-3292470.cloudwaysapps.com/wp-content/uploads/2024/08/download.svg);
    background-size: cover;
    background-position: top;*/
    background-color: rgb(15 29 66);
}
.rs-blog-top-section::after {
    bottom: 0;
    transform: skewY(-6deg);
    transform-origin: 100%;
    background: rgb(15 29 66);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
} 
.single-blog-center-column .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
.rs-blog-top-section .elementor-container.elementor-column-gap-default {
    margin-top: 20px !important;
}
.rs-blog-detail-content {
    padding-top: 20px !important;
}

.rs-blog-detail-content .elementor-widget-container {
    max-width: 740px;
    margin: 0 auto;
} 
.single-post .rs-blog-detail-content .elementor-widget-container ul li, 
.single-post .rs-blog-detail-content .elementor-widget-container ol li,
.single-post .rs-blog-detail-content .elementor-widget-container p {
    font-size: 18px !important;
}
.content-separator {
    background-color: rgba(171,171,171,.65);
    height: 1px;
    max-width: 820px;
    margin: 14px auto;
}

.clear-all-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rs-content-articles-holder {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.rs-content-article-item {
    width: calc(100%/3 - 20px);
    margin: 0 10px;
    box-shadow: 2px 2px 17px 0 rgb(46 61 73/20%)!important;
    border-radius: 8px;
}

.rs-content-article-item-inner, 
.rs-content-article-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}
.rs-content-article-item-top img {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    width: 100% !important;
    height: auto;
}
.rs-content-article-item-bottom {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    justify-content: space-between;
}
.rs_blog_inner_column_content_type {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1ebbf0;
    font-family: 'Hellix' !important;
}
.rs-content-article-item-bottom-upper p {
    color: #131313;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    font-family: 'Hellix' !important;
}
.rs_posts_inner_column_content_bottom {
    background: 0 0 !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    color: #2e3c47 !important;
    font-size: .9em !important;
}

.blog-author-info-single .author-section-top {
    display: flex;
    align-items: center;
    margin: 30px auto;
}
.author-section-top .author-image {
    line-height: 0;
    margin-right: 15px !important;
}
.author-section-top .author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.author-section-top p.author-name {
    color: #131313 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
}

.blog-author-info-single p.author-bio {
    color: #3F3D65 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    font-family: 'Hellix' !important;
}

.single-blog-right-column.active {
    background: #FFF;
}
.sidebar-toggle-button {
    display: none;
}

.single-post h2 {
    font-size: 42px !important;
    font-weight: 600 !important;
    line-height: 64px !important;
}
.single-post .elementor-72835 .elementor-element.elementor-element-1da356a div.elementor-menu-toggle {
    color: #FFF !important;
}
/* scrollbar */
@media (min-width: 1200px) {
    .rs-breadcrumb-section .elementor-container.elementor-column-gap-default {
        max-width: 660px !important;
        margin: 0 auto;
    }
    /*.single-blog-full-section .rs-blog-detail-content,*/
    .single-blog-full-section .rs-blog-top-section,
    .rs-social-share-text,
    .elementor-element-150d4c86,
    .elementor-element-2c56a1ee,
    .elementor-element-2aa82576,
    .elementor-element-72666248,
    .elementor-element-489650b2,
    .elementor-element-206f7cf2,
    .elementor-element-7e508f7a {
        padding: 0 150px;

    }
}

@media (max-width: 1199px) {
    .rs-breadcrumb-section .elementor-container.elementor-column-gap-default {
        max-width: 660px !important;
        margin: 0 auto;
    }
    /*.single-blog-full-section .rs-blog-detail-content,*/
    .single-blog-full-section .rs-blog-top-section,
    .rs-social-share-text,
    .elementor-element-150d4c86,
    .elementor-element-2c56a1ee,
    .elementor-element-2aa82576,
    .elementor-element-72666248,
    .elementor-element-489650b2,
    .elementor-element-206f7cf2,
    .elementor-element-7e508f7a {
        padding: 0 50px;

    }
}
@media (max-width: 1024px) {
    section {
        padding: 70px 0;
    }
    .rs-blog-top-section .elementor-container.elementor-column-gap-default {
        flex-direction: column-reverse;
    }
    .elementor-column.elementor-col-50.rs-hero-img,
    .elementor-column.elementor-col-50.rs-hero-text {
        width: 100%;
    }
    .single-blog-full-section .rs-blog-top-section,
    .rs-social-share-text,
    .elementor-element-150d4c86,
    .elementor-element-2c56a1ee,
    .elementor-element-2aa82576,
    .elementor-element-72666248,
    .elementor-element-489650b2,
    .elementor-element-206f7cf2,
    .elementor-element-7e508f7a {
        padding: 0 30px;

    }
}

@media (max-width: 991px) { 
    .rs-breadcrumb-section {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .rs-content-article-item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .content-separator {
        width: 70%;
    }
}
@media only screen and (max-width: 540px) {
    .rs-content-article-item {
        width: calc(100% - 20px);
    }
}
@media (max-width: 767px) { 
   /*.rs-blog-detail-content {
     padding: 0 30px;
   } */
   .elementor-element-10aa7d4 .elementor-widget-wrap.elementor-element-populated {
     padding: 10px 50px 0px 50px !important;
   } 
   .single-blog-right-column {
        position: fixed !important;
        z-index: 999;
        bottom: -100%;
        transition: transform 0.3s ease, bottom 0.3s ease;

   }
   .single-blog-right-column.active {
        bottom: 0;
        transform: translateY(0);
        top: 74px;
   }
   
   /*.sidebar-toggle-button {
        display: block;
        position: fixed;
        bottom: 30px;
        left: 15px;
        z-index: 10000;
        background-color: rgb(255 255 255);
        color: rgb(19 88 219);
        border: none;
        padding: 10px;
        cursor: pointer;
        border: 2px solid rgb(19 88 219);
        border-radius: 50%;
        font-weight: 500;
    }*/
    /*.scrollbar-accordion {
        display: none;
    }*/
    .single-blog-right-column.active .scrollbar-accordion {
        display: block !important;
    }
    .scrollbar-accordion-item-content.show.custom-scroll {
        max-height: 600px !important;
    }
    /*.scrollbar-accordion-item {
        margin-bottom: -55px !important;
    }*/
    /*.single-blog-right-column.active .scrollbar-accordion {
        margin-top: 88px !important;
    }*/
    .scrollbar-accordion-item-content.show.custom-scroll h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .clear-all-btn:before {
        left: 14px;
    }
}




.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255 255 255);
    font-family: 'Inter' !important;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline !important;
}
.rank-math-breadcrumb span.separator {
    padding: 0px 8px;
}
.blog-main-heading h1 {
    padding: 20px 10px 20px 0;
    line-height: 60px;
}
.single .rs-blog-detials-img img {
    box-shadow: 0px 10px 60px 20px rgba(129, 126, 199, 0.25);
    border-radius: 12px;
}

.scrollbar-accordion-item {
    margin-bottom: 10px;
}
.scrollbar-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.scrollbar-accordion-item-title span,
.scrollbar-accordion-item-titles span {
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
    font-family: 'Hellix' !important;
}
.scrollbar-accordion-item-title i {
    color: rgb(255 255 255);
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform .3s;
}
.table_of_contents {
    margin-bottom: 15px;
}
.single-post .header {
    border-top: none;
    margin-top: 5px;
}
.scrollbar-accordion-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.scrollbar-accordion-item-content.show {
    max-height: 710px;
    transition: max-height 0.3s ease-in;
    padding: 0 10px;
    overflow-y: scroll;
}
.table_of_contents_holder {
    font-weight: 400;
    font-family: 'Hellix';
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 10px 0;
}
.item_left.active_tab a {
    color: rgba(15, 20, 31);
    background-color: #f8f9fc;
    border-radius: 4px;
}
#toc-container ol li a,
.rs-linked-posts li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    display: block;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
#toc-container ol li a.active {
    text-decoration: underline !important;
}
.scrolling_left_holder_items {
    max-height: 360px;
    overflow-y: scroll;
}
.progress-container {
    width: calc(100% - 4px);
    height: 4px;
    background: #f8f9fc;
}
.progress-bar {
    height: 4px;
    background: #0F0B3E;
    background: linear-gradient(75.07deg, #FB2726 12.49%, #FF7C33 22.28%, #FF14E8 34.03%, #5F14FF 58.02%);
    width: 0%;
}
#toc-container ol {
    padding-left: 6px;
    list-style-type: auto !important;
}
#toc-container li::marker {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    font-weight: bold;
}
#toc-container li a span {
   color: rgb(0, 0, 0) !important; 
}


.custom-scroll {
    max-height: 730px !important;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

/* Optional: Add custom scrollbar styling */
.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.custom-scroll h2 {
    color: #131313;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    font-family: 'Inter' !important;
}
.custom-scroll h3 {
    color: #131313;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    font-family: 'Inter' !important;
}
.custom-scroll ul li {
    font-size: 14px !important;
    line-height: 28px !important;
    font-family: 'Inter' !important;
}
.custom-scroll ul li a {
    color: #3F3D65 !important;
    font-weight: 500 !important;
}
.ez-toc-list.ez-toc-list-level-1 {
    gap: 10px !important;
}
.custom-scroll .scrollbar-accordion-item-title span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.custom-scroll .scrollbar-accordion-item-content ul {
    padding-top: 1rem;
}
.custom-scroll .scrollbar-accordion-item {
    margin-bottom: 0 !important;
}
#ez-toc-container {
    width: 100%;
    border: 2px solid rgba(91, 107, 130, 0.09);
    border-radius: 12px;
}

.rs-blog-detail-content .elementor-widget-container a.ez-toc-link {
    color: #131313 !important;

}


/* code end */





/* New Blog post code */

@media(min-width:1025px) {
    .blog-post-new-design .main {
        display: grid;
        grid-template-columns: 15em 1fr;
    }
    .blog-post-new-design .main > nav {
        position: sticky;
        top: 8rem;
        align-self: start;
        width: 125%;
    }
    .blog-post-new-design .section-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-left: 5px solid #d9e4ef;
    } 
    .blog-post-new-design nav.section-nav ol li.active {
        border-left: 4px solid red;
    }
    .blog-post-new-design .section-nav ul li.active:before {
        content: '';
        position: absolute;
        height: 10%;
        left: 0px;
        width: 5px;
        background: red;
    }

    .blog-post-new-design .single-blog-left-column {
        width: 0px !important;
    }
    .blog-post-new-design .single-blog-right-column {
        right: -200px;
    }
    .blog-post-new-design .single-blog-center-column {
        width: 73% !important;
    }
    .blog-post-new-design .main-content-area {
        margin-left: 70px;
        display: block;
        width: 100%;
        margin-top: -35px;
    }
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: 0;
    }
    .blog-post-new-design .rs-blog-detail-content .elementor-widget-container a {
        font-weight: 500;
        font-size: 16px!important;
        color: #5E5ADB!important;
    }
    .blog-post-new-design .rs-blog-detail-content .elementor-widget-container ul {
        padding-left: 10px;
    }

    .blog-post-new-design .elementor-grid-6 .elementor-grid {
        width: 60%;
    }
    .blog-post-new-design .elementor-30171 .elementor-element.elementor-element-74373d1 {
        color: #3f3d65;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 1.5px;
        text-align: center;
        padding-right: 92px;
    }
    .blog-post-new-design .elementor-30171 .elementor-element.elementor-element-99fe390 {
        text-align: -webkit-right;
    }
}



@media(max-width:1800px) {
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: 208px;
    }
}
@media(max-width:1640px) {
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: 110px !important;
    }
}
@media(max-width:1440px) {
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: 25px !important;
    }
}
@media(max-width:1400px) {
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: -9px !important;
    }
}
@media(max-width:1280px) {
    .blog-post-new-design .single-blog-full-section .elementor-container.elementor-column-gap-default {
        margin-left: -46px !important;
    }
    .blog-post-new-design .main > nav {
        width: 100%;
        margin-left: 40px;
    }
}

@media(max-width:991px) {
    .blog-post-new-design section.section-class {
        padding: 0 !important;
    }
}
@media(max-width:667px) {
    .blog-post-new-design .main > nav {
        width: inherit;
    }
    .blog-post-new-design .main-content-area {
        padding-left: 60px;
    }
    .blog-post-new-design .elementor-30171 .elementor-element.elementor-element-74373d1 {
        padding-right: 250px;
        text-align: center;
    }
    .blog-post-new-design .elementor-30171 .elementor-element.elementor-element-99fe390 {
        text-align: -webkit-right;
        padding-left: 50px;
    }
    .redswitches-star-rating .payment-top .heading-three-style {
        line-height: 42px;
    }
    .client-rs-img-slider .slick-prev,
    .client-rs-img-slider .slick-next {
        display: none !important;
    }

}

/* New Blog post code end */



html {
    scroll-behavior: smooth;
}

.rs-st-sticky.close-button {
    padding-bottom: 0 !important;
}
.rs-st-close-btn {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    right: 10px;
    position: absolute;
    top: 15px;
    right: 25px;
}

/* scroll to top */


.apst-bottom {
    bottom: 20px;
}
.apst-right .apst-button:before {
    left: 21px;
    top: 26px;
    width: 18px;
    height: 18px;
    border-right: 4px solid #4384F5;
    border-top: 4px solid #4384F5;
}

.apst-wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.apst-button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.apst-button::before {
    content: "";
    display: block;
    position: relative;
    left: 29px;
    top: 33px;
    width: 22px;
    height: 22px;
    border-right: 6px solid white;
    border-top: 6px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* scroll to top end */

.clear-all-btn {
    background: #fff!important;
    border: 1px solid #5B6B82;
    border-radius: 6px;
    padding: 7px 12px 7px 36px!important;
    position: relative;
    font-family: Hellix;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #383bf8!important;
    margin-top: 7px !important;
    width: 100%;
}
.page-id-199194 .clear-all-btn:before {
    content: '';
    background-image: url(https://www.redswitches.com/wp-content/uploads/2022/09/cross.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
}
.clear-all-btn:before {
    content: '';
    background-image: url(https://www.redswitches.com/wp-content/uploads/2022/09/cross.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.clear-btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.clear-all-btn:disabled {
    pointer-events: none;
    opacity: .65;
}
.rs-pricing-table-section-new table.rs-price {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 0px 8px;
} 

.rs-pricing-table-section-new table.rs-price thead tr th:first-child {
    border-radius: 6px 0 0 6px!important;
}
.rs-pricing-table-section-new table.rs-price thead tr th:last-child {
    border-radius: 0 6px 6px 0!important;
}
.rs-pricing-table-section-new table.rs-price tbody tr td:first-child {
    border-radius: 6px 0 0 6px!important;
}
.rs-pricing-table-section-new table.rs-price tbody tr td:last-child {
    border-radius: 0 6px 6px 0!important;
}

.rs-pricing-table-section-new table.rs-price thead {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06);
    border-radius: 6px;
}
.rs-pricing-table-section-new table.rs-price thead tr th {
    padding: 9.5px 20px!important;
    font-weight: 500;
    font-family: 'Hellix';
}
.rs-pricing-table-section-new table.rs-price thead tr th span {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #687182;
}
.rs-pricing-table-section-new table ,
.rs-pricing-table-section-new table tbody,
.rs-pricing-table-section-new table tr,
.rs-pricing-table-section-new table tr td ,
.rs-pricing-table-section-new table tr th {
    border:0!important;
    white-space: nowrap;
}
.rs-pricing-table-section-new table.rs-price tbody tr {
    background: #FFFFFF;
    border-radius: 6px!important;
    transition: all .5s ease;
    border: 1px solid transparent!important;
    border-width: 1px 1px 1px 1px!important;
}
.rs-pricing-table-section-new table.rs-price tbody tr td span {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.rs-pricing-table-section-new table.rs-price tbody tr td span:first-child {
    color: #5E5ADB;
    font-size: 15px;
}
.rs-pricing-table-section-new table.rs-price tbody tr td p span {
    font-size: 14px !important;
}
.rs-pricing-table-section-new table.rs-price tbody tr td p span:first-child {
    color: #868FA0;
}
.rs-pricing-table-section-new table.rs-price tbody tr td {
    padding: 12px 20px!important;
    vertical-align: middle;
    font-family: 'Hellix'; 
}
.rs-pricing-table-section-new table.rs-price tbody tr td > p,
.rs-pricing-table-section-new table.rs-price tbody tr td > span {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #868FA0;
    margin:0;
    display: block;
}

.rs-pricing-table-section-new table.rs-price tbody tr td > a {
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    border-radius: 6px;
    color: #fff!important;
    border: 1px solid rgba(0,0,0,0)!important;
    font-family: 'Hellix';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 9px 26px 11px;
    transition: all .5s ease;
}
.rs-pricing-table-section-new table.rs-price tbody tr td > a:hover {
    transition: all .5s ease;
    color: #fd3e60!important;
    background: #fff;
    border: 1px solid #fd3e60!important;
}

.rs-pricing-table-section-new table.rs-price tbody  tr:hover {
    /*border: 1px solid #D7D8FE!important;
    box-shadow: 0px 4px 20px -2px rgba(50, 50, 71, 0.08);*/

    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.4);
    border-radius: 5px;
    cursor: pointer;
}
.rs-pricing-table-section-new table.rs-price thead {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06);
    border-radius: 6px;
}
.rs-pricing-table-section-new table.rs-price thead tr th {
    padding: 9.5px 20px!important;
}
.rs-pricing-table-section-new table.rs-price thead tr th span {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #687182;
}
.rs-pricing-table-section-new table.rs-price tbody>tr>td span.original-price {
    font-weight: 700;
    font-size: 16px;
    text-decoration-line: underline!important;
}

div#example_wrapper {
    display: flex;
    flex-direction: column;
}
.rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes .dtsp-searchPane {
    max-width: 100%;
    min-width: 100%;
    position: relative;
}
.rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes {
    grid-template-columns: repeat(6,1fr);
    column-gap: 10px;
    display: grid;
}
body:not(.page-id-197068):not(.page-id-217159):not(.page-id-216712):not(.page-id-224975):not(.page-id-217657):not(.page-id-198561):not(.page-id-217150):not(.page-id-217148):not(.page-id-217131):not(.page-id-217128):not(.page-id-237649):not(.page-id-217102):not(.page-id-217168):not(.page-id-217172):not(.page-id-217177):not(.page-id-217166):not(.page-id-199087):not(.page-id-217161):not(.page-id-212784):not(.page-id-199194):not(.page-id-199060):not(.page-id-199122):not(.page-id-208659):not(.page-id-209114):not(.page-id-208678):not(.page-id-198642):not(.page-id-208684):not(.page-id-208654):not(.page-id-209071):not(.page-id-209056):not(.page-id-215299):not(.page-id-197079):not(.page-id-197079):not(.page-id-198602):not(.page-id-198589):not(.page-id-198595):not(.page-id-198525):not(.page-id-198543):not(.page-id-198382):not(.page-id-211320):not(.page-id-199184):not(.page-id-198583):not(.page-id-198655):not(.page-id-198535):not(.page-id-197365):not(.page-id-216712):not(.page-id-224975):not(.page-id-217657):not(.page-id-217214):not(.page-id-216734):not(.page-id-216739):not(.page-id-217310):not(.page-id-217315):not(.page-id-217659):not(.page-id-217665):not(.page-id-217671):not(.page-id-217676):not(.page-id-217685):not(.page-id-217689):not(.page-id-217695):not(.page-id-217699):not(.page-id-217704):not(.page-id-217682):not(.page-id-217718):not(.page-id-217724):not(.page-id-217726):not(.page-id-217733):not(.page-id-217711):not(.page-id-217741):not(.page-id-217746):not(.page-id-217751):not(.page-id-217758):not(.page-id-217736):not(.page-id-217774):not(.page-id-217723):not(.page-id-217781):not(.page-id-217788):not(.page-id-217762):not(.page-id-217795):not(.page-id-217790):not(.page-id-217800):not(.page-id-217766):not(.page-id-218950):not(.page-id-218960):not(.page-id-218967):not(.page-id-218965):not(.page-id-218972):not(.page-id-219089):not(.page-id-219081):not(.page-id-219079):not(.page-id-231123):not(.page-id-231128):not(.page-id-231133):not(.page-id-231144):not(.page-id-231153):not(.page-id-231160):not(.page-id-231166):not(.page-id-231170):not(.page-id-231732):not(.page-id-231735):not(.page-id-231771):not(.page-id-231782):not(.page-id-231796):not(.page-id-232880):not(.page-id-233410):not(.page-id-233412):not(.page-id-233426):not(.page-id-233432):not(.page-id-233436):not(.page-id-233440):not(.page-id-233449):not(.page-id-234523):not(.page-id-234528):not(.page-id-234538):not(.page-id-234543):not(.page-id-234550):not(.page-id-234574):not(.page-id-234588):not(.page-id-234593):not(.page-id-234598):not(.page-id-234603):not(.page-id-234608):not(.page-id-234613):not(.page-id-234615) .rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes {
    grid-template-columns: repeat(5,1fr);
    column-gap: 10px;
    display: grid;
}
.rs-pricing-table-section-new.location-pages .dtsp-panes .dtsp-searchPanes {
    grid-template-columns: repeat(5,1fr);
}

.rs-pricing-table-section-new.location-pages .location-page-container .clear-all-btn:before {
    left: 64px;
}
.rs-pricing-table-section-new.location-pages .clear-all-btn:before {
    top: 60%;
    transform: translateY(-55%);
}

.rs-pricing-table-section-new .rs-sale-check {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgb(12 26 75 / 10%), 0px 10px 16px rgb(20 37 63 / 6%);
    border-radius: 6px;
    display: inline-block!important;
    padding: 6px 8px 6px 32px!important;
    border: 1px solid transparent;
    transition: all .5s ease;
    width: 100% !important;
    min-height: 37px !important;
    margin: 0.5em 0 !important;
}
.rs-pricing-table-section-new .rs-sale-check:hover {
    border-color: #5B6B82!important;
}
.rs-pricing-table-section-new .rs-sale-check label {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #3F3D65;
    text-transform: uppercase;
}
.rs-pricing-table-section-new div.dtsp-panesContainer {
    margin-bottom: 1em;
}
.rs-pricing-table-section-new table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}
.rs-pricing-table-section-new .rs-price-drop-down .btn-group {
    padding-top: 7px;
}
.rs-pricing-table-section-new .rs-price-drop-down .btn-group button.multiselect.dropdown-toggle.btn.btn-default {
    align-items: center!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06)!important;
    border-radius: 6px!important;
    border: 0px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    min-height: 39px;
}
.rs-pricing-table-section-new .rs-price-drop-down .btn-group button .caret {
    display: none;
}
.rs-pricing-table-section-new .rs-price-drop-down ul.multiselect-container.dropdown-menu {
    width: 100%;
    top: 50px;
    border-radius: 6px!important;
    width: 100%!important;
    position: absolute!important;
    max-height: fit-content!important;
    height: auto!important;
    z-index: 9;
    background: #FFFFFF!important;
    box-shadow: 0px 0px 0px 1px rgb(152 161 179 / 10%), 0px 15px 35px -5px rgb(17 24 38 / 15%), 0px 5px 15px rgb(0 0 0 / 8%);
}
.rs-pricing-table-section-new .rs-price-drop-down .btn-group .dropdown-toggle::after {
    margin-left: 8.255em;
}

.rs-pricing-table-section-new .dataTables_empty {
    text-align: center;
}

.rs-pricing-table-section-new table.rs-price span.rs-price-color-pink {
    color: #FD28FC!important;
}
.rs-pricing-table-section-new table.rs-price span.delete-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #9F9EB2;
    text-decoration-line: line-through;
    margin-top: 14px;
}
/*.rs-pricing-table-section-new table.rs-price p {
    display: inline-block !important;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}*/
.form-check.rs-sale-check input#flexCheckDefault {
    cursor: pointer;
}
.tb-pagination ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tb-pagination ul.page-numbers li .page-numbers {
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: bold;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    padding: 0;
    line-height: 28px;
    color: #3F3D65;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Hellix';
    transition: all .5s ease;
    box-shadow: none;
}
.tb-pagination ul.page-numbers li .page-numbers:hover,
.tb-pagination ul.page-numbers li .page-numbers.current {
    border-color: #6062F9;
    background: transparent;
    color: #6062F9;
}
.page-id-203013 .tab-pane.active .tb-pagination ul.page-numbers li .page-numbers:hover,
.page-id-203013 .tab-pane.active .tb-pagination ul.page-numbers li .page-numbers.current {
    border-color: #6062F9 !important;
    background: transparent !important;
    color: #6062F9 !important;
}

.multiple-select {
    margin-top: 8px;
}
.multiple-select summary {
    padding: 8px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06)!important;
    border-radius: 6px!important;
    padding: 7px 12px!important;
    font-family: 'Hellix'!important;
    color: #3F3D65;
    font-size: .9em;
}
summary::marker {
  content: "";
}
summary:after {
    content: '';
    background-image: url(https://www.redswitches.com/wp-content/uploads/2023/03/down-1.png);
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    transition: all .5s ease;
    right: 10px;
    top: 18px;
}
.multiple-select-dropdown {
    position: absolute;
    margin-top: 5px;
    border-radius: 6px!important;
    width: 100%!important;
    position: absolute!important;
    max-height: fit-content!important;
    height: auto!important;
    z-index: 9;
    background: #FFFFFF!important;
    box-shadow: 0px 0px 0px 1px rgb(152 161 179 / 10%), 0px 15px 35px -5px rgb(17 24 38 / 15%), 0px 5px 15px rgb(0 0 0 / 8%);
    width: 100%;
}
.multiple-select-dropdown input {
    margin: 10px;
    cursor: pointer;
}
.multiple-select-dropdown span.content {
    font-family: 'Hellix';
    font-weight: 500;
    color: #5B6B82;
    cursor: pointer;
    display: inline-block;
    width: 75%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.main-search-loader.loading {
    opacity: 1;
    visibility: visible;
}
.main-search-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 98%);
    border-radius: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.main-search-loader:before {
    content: "";
    border: 8px solid #F3F3F3;
    border-top: 8px solid #3498DB;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    display: block;
}
.rs-pricing-table-section-new table.rs-price p {
    display: inline-block;
    max-width: 240px;
}
.rs-price-mobile-section {
    padding-top: 25px;
}
@media(max-width:768px) {

    .rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes {
        display: block;
    }
    summary:after {
        top: inherit;
    }
    .tb-pagination ul.page-numbers {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .single-post h2 {
        font-size: 35px !important;
        line-height: 47px !important;
    }

}

body .rs-price-mobile-section .rs-pricing-mobile-box .rs-pricing-mobile-box-btn a {
    border: none!Important;
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    border-radius: 6px;
    color: #fff!important;
    border: 1px solid rgba(0,0,0,0)!important;
}

.rs-pricing-mobile-inner .no-results {
    padding: 16px 0;
    text-align: center;
    font-family: 'Hellix';
    font-size: 18px;
    font-weight: 500;
}



/* Mobile Version*/

.rs-price-mobile-section {
    position: relative;
    max-width: 600px;
    /*width: 360px;*/
    margin: auto;
}

.rs-price-mobile-section .rs-pricing-mobile-inner {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}

.rs-price-mobile-section .rs-pricing-mobile-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06);
    border-radius: 16px;
    padding: 14px 24px 24px;
    display: flex;
    flex-direction: column;
}

.rs-price-mobile-section .rs-pricing-mobile-box h3,
.rs-price-mobile-section .rs-pricing-mobile-box p.cpu-name {
    font-family: 'Hellix';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #3F3D65;
    margin: 0 0 16px;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul.rs-price-number {
    border-bottom: 1px solid #DFDFE5;
    flex: 1 1 auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul.rs-price-number li.rs-price-number-img {
    text-align: right;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul > li span:first-child {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -1px;
    text-decoration-line: line-through;
    color: #9F9EB2;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li span.rs-pricing-mobile-color-pink, .rs-price-mobile-section .rs-pricing-mobile-box > ul li span.rs-pricing-mobile-color {
    font-family: 'Hellix';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #FD28FC;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li span.rs-pricing-mobile-color {
    color: #6062F9;
    text-decoration: none;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rs-price-mobile-section .rs-pricing-mobile-box h4,
.rs-price-mobile-section .rs-pricing-mobile-box p.cpu-heading {
    font-family: 'Hellix';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3F3D65;
    margin: 0 0 4px;
}

.rs-price-mobile-section .rs-pricing-mobile-box p {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #6F6E8B;
    margin: 0;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul {
    margin-top: 16px;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul li {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Hellix';
    letter-spacing: 0.02em;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul li:nth-child(1) {
    font-weight: 600;
    line-height: 24px;
    color: #3F3D65;
    letter-spacing: 0;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul li:nth-child(2) {
    line-height: 20px;
    color: #5E5ADB;
}

.rs-price-mobile-section .rs-pricing-mobile-box > ul li ul li:nth-child(3) {
    line-height: 19px;
    color: #6F6E8B;
}

.rs-price-mobile-section .rs-pricing-mobile-box .rs-pricing-mobile-box-btn a {
    background: #FFFFFF;
    display: block;
    text-align: center;
    border: 1.18276px solid #DBDBDB;
    box-shadow: 0px 1.18276px 3.54828px rgba(0, 0, 0, 0.05), 0px 2.36552px 1.18276px rgba(0, 0, 0, 0.03), 0px 1.18276px 1.18276px rgba(0, 0, 0, 0.04);
    border-radius: 7.09655px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Hellix';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #6F6E8B;
    padding: 15px 0;
    text-transform: uppercase;
}
.rs-sale-check {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.06);
    border-radius: 6px;
    display: inline-block!important;
    padding: 6px 8px 6px 32px!important;
    border: 1px solid transparent;
    transition: all .5s ease;
}
.rs-sale-check {
    width: 100% !important;
    min-height: 37px !important;
    margin: 0.5em 0 !important;
}
.rs-pricing-mobile-inner > div {
    display: block !important;
}

li.active a {
    text-decoration: underline !important;
}

.rs-pricing-mobile-box .server_name {
    font-family: 'Hellix';
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #033567;
}
.rs-pricing-mobile-box .server_name {
    font-family: 'Hellix';
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #033567;
}
.rs-pricing-mobile-box .cpu_heading {
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #3F3D65 !important;
    letter-spacing: 0;
}
/* Mobile version end*/

/* Pricing Table css end */

.fbwc-pagination.pagination {
    display: flex;
    justify-content: center;
}
.fbwc-pagination.pagination ul.page-numbers {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

ul.page-numbers li {
    list-style: none;
}
.fbwc-pagination.pagination .page-numbers.current {
    border-color: #6062F9 !important;
    background: transparent !important;
    color: #6062F9 !important;
}
.fbwc-pagination.pagination ul.page-numbers li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    padding: 0;
    line-height: 28px;
    color: #3F3D65;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Hellix';
    transition: all .5s ease;
    box-shadow: none;
}



/* inquire now page */

/*.container-inquire {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}*/

.container-inquire h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

form.inquire-now {
    position: relative;
}
form.inquire-now label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-family: hellix;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

form.inquire-now input[type="text"],
form.inquire-now input[type="email"],
form.inquire-now input[type="tel"],
form.inquire-now textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form.inquire-now textarea {
    resize: vertical;
}

form.inquire-now input[type="submit"]:disabled {
    /*filter: blur(1px);*/
    cursor: not-allowed;
}

form.inquire-now input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #28255f;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

form.inquire-now input[type="submit"]:hover {
    background-color: #28255f;
}

.success-inquire {
	margin-bottom: 0;
    padding-top: 10px;
    font-family: 'Hellix';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #270;
    display: none;
}


.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #fd3e60;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 14px;
    left: 163px;
    transform: translate(0, -50%);
    display: none;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page-id-116187 .elementor-52676 .elementor-element.elementor-element-91e1de9 {
    background-color: #0f0b3e;
}


/* Author Page Style */

body.archive.author .rs-custom-heading-main {
    display: none;
}

.blog-author-info .author-image img {
    border-radius: 200px;
}

.blog-author-info {
    display: grid;
    place-items: center;
}


.blog-author-info .author-name {
    font-family: 'Hellix';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    background: linear-gradient(75.25deg, #FB2726 14.42%, #FF7C33 28.69%, #FF14E8 45.82%, #5F14FF 80.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 35px;

}

.blog-author-info p.author-bio {
    font-family: 'Hellix';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
}

@media(min-width: 992px) {
    .payment-slider .slick-list .slick-track {
        padding-left: 80px;
    }
}

@media (min-width: 991px) {
    .blog-author-info p.author-bio {
        padding: 5px 180px 0 240px;
    }
}

@media (max-width: 990px) {
    .blog-author-info p.author-bio {
        padding: 0 30px;
    }
}

/* Blog CTA Code */

.rs-inline-blog-cta {
    background: url(https://www.redswitches.com/wp-content/uploads/2023/09/cta-blog-scaled.webp) no-repeat;
    padding: 20px 20px 30px 20px;
    border-radius: 12px;
}
.rs-inline-blog-cta .mainWrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.rs-inline-blog-cta .mainWrap .txt {
    margin-bottom: 10px;
}


.rs-inline-blog-cta .mainWrap .cta #openFreshchat,
.rs-inline-blog-cta .mainWrap .cta a.cta-link {

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(47.15deg, #FB2726 0.76%, #FF7C33 15.39%, #FF14E8 34.8%, #6B25FF 70.97%);
    border: 1.5px solid #FFFFFF33;
    border-radius: 8px;
    color: #FFF !important;
    font-family: Hellix;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
}

.rs-inline-blog-cta .mainWrap .cta a.cta-link {
    padding: 8px 30px 13px 30px;
}

.rs-inline-blog-cta .mainWrap .txt h2 {

    font-weight: 600;
    font-size: 28px !important;
    line-height: 120%;
    background: linear-gradient(47.15deg, #FB2726 0.76%, #FF7C33 15.39%, #FF14E8 34.8%, #6B25FF 70.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 !important;
}
.rs-inline-blog-cta .mainWrap .txt p {
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 28px;
}

@media (max-width: 990px) {

    .rs-inline-blog-cta {
        padding: 16px 1px 35px 16px;
    }
    .rs-inline-blog-cta .mainWrap {
        display: block;
    }
    .rs-inline-blog-cta .mainWrap .cta {
        padding-left: 0;
    }

}


.single-post span code {
    background-color: #e3e8f4;
    border-radius: 8px;
    color: #24335a;
    font-size: 14px;
    line-height: 1.4em;
    padding: 3px;
}


.scrollbar-accordion-item-content #ez-toc-container {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ez-toc-list.ez-toc-list-level-1,
.rs-linked-posts {
	display: flex;
    flex-direction: column;
    gap: 14px;
} 
.ez-toc-link {
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    line-height: 24px !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
div#ez-toc-container .ez-toc-title {
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
    font-family: 'Inter' !important;
}
#ez-toc-container ul {
    padding: 10px 10px 10px 0;
}

.rs-hero-header ul li a .sub-arrow {
    display: block !important;
}

/* Blog CTA Code End */



/* New POP Up code start */


#myModal .modal-content {
    width: 1000px;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('https://www.redswitches.com/wp-content/uploads/2024/05/Frame-1171274765-2.png');
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    background-position: center;
    border: 1px solid transparent;
} 

#myModal .container-inquire {
    background-color: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}

#myModal .left-form h2 {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 46px;
    line-height: 62px;
    color: #FFF;
    text-align: left;

}

#myModal .left-form h3 {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 32px;
    color: #FFF;
    padding-top: 14px;
}

#myModal .container-inquire {
    column-gap: 49px;
}

#myModal form.inquire-now input[type="text"],
#myModal form.inquire-now input[type="email"],
#myModal form.inquire-now input[type="tel"],
#myModal form.inquire-now textarea,
#myModal form.inquire-now input[type="submit"] {
    width: 95%;
}

#myModal .right-form {
    padding: 30px 13px 0px 30px;
    background: #FFFF;
    border-radius: 12px;
}

#myModal .right-form h2 {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 39px;
    color: #0E0D17;
    text-align: center;
    margin-bottom: 5px;
}
#myModal .right-form p.ready {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 20px;
    color: #909AA8;
    text-align: center;
}

#myModal form.inquire-now input[type="submit"] {
    background: #0E0D17;
}

.whats-btn {
    border: 1.65px solid #29A71A !important;
    border-radius: 12.41px !important;
    background: #FFF !important;
    font-size: 16px;
    font-family: 'Inter' !important;
    font-weight: 500;
    line-height: 26px;
    padding: 9px 30.5px;
    width: 95%;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #0E0D17;
    font-size: 15px;
    font-weight: 500 !important;
    font-family: inter !important;
}

.whats-btn:hover {
    background: linear-gradient(142.16deg, #FC9035 7.24%, #F43935 39.04%, #EE1EC0 74.33%) !important;
    border: 1.65px solid transparent !important;
    color: #FFF;
}

#myModal form.inquire-now input[type="submit"] {
    font-size: 16px !important;
}

.estimated {
    font-size: 16px;
    font-family: 'Inter' !important;
    font-weight: 500;
    line-height: 26px;
    color: #909AA8;
    padding-top: 15px;
    text-align: center;
}


#myModal form.inquire-now input[type="text"]::placeholder,
#myModal form.inquire-now input[type="email"]::placeholder,
#myModal form.inquire-now input[type="tel"]::placeholder {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 14px;
    color: #909AA8;
    text-align: left; 
}

#myModal .right-form img {
    padding: 0 !important;
}

#myModal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    background: #020024;
    border-radius: 15%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

#myModal .loader {
    bottom: 111px !important;
    left: 260px;
}

#myModal .success-inquire {
    color: #FFF;
    font-size: 18px;
    font-family: 'Inter' !important;
}


@media( max-width: 1023px ) {
    #myModal .modal-content {
        width: 500px;
    } 
    #myModal .container-inquire {
        column-gap: 0px; 
    }
    .container-inquire { 
        grid-template-columns: 1fr !important;
    }
    .left-form {
        display: none;
    }
}
@media( max-width: 525px ) {
    #myModal .modal-content {
        width: 400px;
    } 
    .container-inquire {
        padding: 38px !important;
    }
    #myModal .loader {
        left: 190px !important;
    }

}


body:not(.page-id-199194):not(.page-id-198642):not(.page-id-217177):not(.page-id-217168):not(.page-id-197365) .clear-all-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


body.page-id-197079 .clear-all-container {
    justify-content: flex-end !important;
}

body:not(.page-id-199194):not(.page-id-198642):not(.page-id-217177):not(.page-id-217168):not(.page-id-197365) .clear-all-btn {
    margin-top: 0;
}
/* trila modal code */

#contact-trial {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 0;
    width: 80%;
    background-color: white;
}
#contact-trial .close {
    position: absolute;
    top: -3px;
    right: -1px;
    font-weight: bold;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #020024;
    color: white;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 100% !important;
}
#contact-trial form.inquire-now {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.trial-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#contact-trial .popup-content {
    border-radius: 8px;
    overflow: hidden;
    background: #c2dfef !important;
    max-width: 1100px;
    margin: 0 auto;
    top: 18%;
}

.demo_form_cntnt {
    padding-bottom: 0px;
    padding-top: 40px;
    padding: 60px 40px 50px 60px;
    margin: 0px;
    text-align: left;
    display: inline-block;
}
.demo_form_cntnt h2 {
    font-family: 'hellix';
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 39px;
    color: #020024;
    padding-bottom: 10px;
}
.demo_form_cntnt p {
    font-family: 'hellix';
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 30px;
    color: #020024;
    padding-bottom: 10px;
}
.demo_form_cntnt ul li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #020024;
    font-family: 'hellix';
}
#contact-trial .left-form {
    padding: 50px 40px 25px 30px;
    background: #FFFF;
    border-radius: 6px;
}
#contact-trial .input-group {
    flex-wrap: nowrap;
}
.input-group i.fas.fa-archive {
    width: 50px;
    height: 42px;
    background: #020024;
    color: white;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    border-radius: 100% !important;
}
#contact-trial input::placeholder {
    text-align: left;
    color: #50596a;
}

#contact-trial .loader {
    left: 320px;
}
#contact-trial .success-inquire {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 14px;
}

#contact-trial form.inquire-now input[type="text"], 
#contact-trial form.inquire-now input[type="email"], 
#contact-trial form.inquire-now input[type="tel"],
#contact-trial form.inquire-now select {
    color: #020024;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    height: 52px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #6b7281;
    border-radius: 0;
    outline: none;
    text-transform: capitalize;
    background: #f9fafb;
    border-radius: 0 !important;
}
.checkterms {
    padding-top: 12px;
    margin-bottom: 0;
}
#countryCode {
    width: 50% !important;
}
.trial-popup,
.trial-popups {
    padding: 1.5px !important;
    background: #fd3e60;
    border-radius: 8px;
}
.trial-popup a,
.trial-popups a {
    background: #28255f;
    color: #fff !important;
    padding: 6px 22px !important;
    justify-content: center !important;
    border-radius: 7px !important;
    transition: all .5s ease;
    text-align: center;
    width: 100%;
}
.trial-popup:hover,
.trial-popups:hover {
    background: linear-gradient(75.07deg, #FB2726 12.49%, #FF7C33 22.28%, #FF14E8 34.03%, #5F14FF 58.02%);
}
.trial-popup:hover a,
.trial-popups:hover a {
    background: 0 0;
    border-color: #28255f;
}
.rs-header-menu li.rs-dash-btn {
    margin-left: 12px !important;
    position: relative;
}
form.inquire-now .submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.menu-item-181826 {
    margin-left: 15px !important;
}
.elementor-52676 .elementor-element.elementor-element-91e1de9 {
    padding: 20px 10px !important;
}
.page-id-183918 .trial-popup,
.page-id-183144 .trial-popup {
    display: none !important;
}
.elementor-element-7b51438 .elementor-nav-menu .trial-popup .elementor-item:hover,
.elementor-element-7b51438 .elementor-nav-menu .trial-popups .elementor-item:hover {
    color: #FFF !important;
}
@media(max-width: 1023px) {
    #contact-trial .left-form {
        display: block;
    }
    #contact-trial .demo_form_cntnt {
        display: none;
    }
    #contact-trial .left-form {
        padding: 50px 30px 25px 30px;
    }
    .trial-container {
        grid-template-columns: 1fr;
    }
    .trial-popup {
        max-width: 200px;
        margin: 0 0 10px 10px;
    }
    #contact-trial .popup-content {
        top: 15%;
    }
}


/* ads slider code start */
.testimonial-slider.rs-location-slider {
    padding: 40px 0 50px !important;
}
.product-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 5px 5px #15104B26;
    border-radius: 10px;
    background: white;
    width: 100%;
}
.product-container .top-text {
    position: absolute;
    top: -13px;
}
.ads-content {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.promotion-label {
    font-family: 'hellix';
    text-decoration: none;
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    color: #FFF;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
}
.content.small {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product-name {
    font-family: 'hellix';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.5em;
    color: #15104B;
    width: 100%;
    font-weight: 600;
}
.previous-price-row {
    margin-bottom: 0.8em;
    height: 0.3em;
    margin-top: 0.3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.previous-price {
    font-family: 'hellix';
    height: 14px;
    font-size: 15px;
    text-decoration: line-through;
    color: #5a6473;
    margin-right: 0.35em;
    margin-bottom: 6px;
}
.discount.sold-out {
    color: #d71919 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: 'hellix' !important;
    text-decoration-line: none;
}
.price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    color: #15104B;
    text-align: left;
    width: 100%;
}
.currency-symbol {
    font-family: 'hellix';
    font-size: 18px;
    font-weight: 800;
}
.pre-decimal-col {
    font-family: 'hellix';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    gap: 0.2rem;
    font-size: 50px;
    font-weight: 800;
    line-height: 66px;

}
.decimal-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    gap: 0.2rem;
}
.decimal {
    font-family: 'hellix';
    line-height: 22px;
    font-size: 22px;
    font-weight: 800;
    margin-top: 1px;
}
.monthly {
    font-family: 'hellix';
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    padding-left: 4px;
    margin-top: -5px;
}
.specs-container {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.spec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1em;
}
.spec-info {
    display: flex;
    flex-direction: column;
}
.spec-info .title {
    font-family: 'hellix';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #15104B;
}
.spec-info .title span:last-child {
    font-family: 'hellix';
    font-size: 15px;
    line-height: 1.5;
    color: #868FA0;
    font-weight: 400;
}
.ads-carosel .slick-slide {
    margin: 24px 10px;
}
.ads-carosel .swiper-slide {
    overflow: inherit;
}
.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-dedicated-servers.rs-new-custom-btn.enquire-now {
    padding: 8px 40px;
    box-shadow: 0px 2px 2px #15104B26;
    border-radius: 31px;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    color: #FFF !important;
    border: none;
    font-family: 'hellix';
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

a.product-dedicated-servers.rs-new-custom-btn.enquire-now span {
    color: #FFF;
    font-size: 14px;
}

a.product-dedicated-servers.rs-new-custom-btn.enquire-now:hover span {
    color: #fd3e60;
}

.cta-text {
    font-size: 19px;
    white-space: nowrap;
}
.product-dedicated-servers.rs-new-custom-btn.enquire-now:hover {
    color: #fd3e60 !important;
    background: #fff;
    border: 1px solid #fd3e60 !important;
}

.slick-prev {
    background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-left.png);
    left: -50px;
    width: 45px;
    height: 45px;
}
.slick-next {
    background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-right.png);
    right: -50px;
    width: 45px;
    height: 45px;
}
.slick-next:before, 
.slick-prev:before {
    color: transparent;
}
.slick-prev:hover {
   background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-left.png); 
}
.slick-next:hover {
    background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-right.png);
}


/* ads new */
.promotion-container {
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: space-between;
}
.ads-pricing-table .promotion-text,
.mobile-promotion-container .promotion-text {
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    color: #FFF !important;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    height: 100%;
}
.price-row .discount {
    font-weight: bold !important;
    font-size: 16px !important;
}
.mobile-promotion-container {
    display: flex;
    justify-content: center;
    text-align: center;
}
.pricing_button.rs-new-custom-btn a {
    background: linear-gradient(75.07deg, #FB2726 12.49%, #FF7C33 22.28%, #FF14E8 34.03%, #5F14FF 58.02%);
    transition: all .5s ease;
    border: 0 !important;
    padding: 11px 45.5px 11px;
    border-radius: 7px;
    position: relative;
    transition: all .5s ease;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.pricing_button.rs-new-custom-btn a:hover {
    background: #140F4B;
    transition: all .5s ease;
    color: #FFF;
}
.core_empty {
    text-align: center;
}
.promotion-container {
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: space-between;
}
.price-row .discount {
    font-weight: bold !important;
    font-size: 16px !important;
}
.mobile-promotion-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.ads-pricing-table .promotion-text,
.mobile-promotion-container .promotion-text {
    background: linear-gradient(83.45deg, #FB2726 0%, #FF7C33 31.77%, #FF14E8 64.58%, #5F14FF 100%);
    color: #FFF !important;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    height: 100%;
}

.ads-pricing-table.rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes {
    display: flex;
} 
.ads-pricing-table.rs-pricing-table-section-new .dtsp-panes .dtsp-searchPanes .dtsp-searchPane {
    max-width: 200px;
    min-width: 200px;
    position: relative;
}
.clear-all-btn-ads {
    margin-top: 8px;
}
.clear-btn {
    justify-content: flex-start; 
}
.contents {
    cursor: pointer;
}
.clear-all-btn-ads {
    background: #fff !important;
    border: 1px solid #5B6B82;
    border-radius: 6px;
    padding: 4px 12px 8px 36px !important;
    position: relative;
    font-family: Hellix;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #383bf8 !important;
}
.clear-all-btn-ads {
    background: #fff!important;
    border: 1px solid #5B6B82;
    border-radius: 6px;
    padding: 4px 12px 8px 36px!important;
    position: relative;
    font-family: Hellix;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #383bf8!important;
}
.clear-all-btn-ads:before {
    content: '';
    background-image: url(https://www.redswitches.com/wp-content/uploads/2022/09/cross.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.clear-btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.clear-all-btn-ads:disabled {
    pointer-events: none;
    opacity: .65;
}
.rs-pricing-table-section-new table.rs-price tbody tr td span.location,
.rs-pricing-table-section-new table.rs-price tbody tr td span.delivery {
    color: #5E5ADB;
    font-size: 15px;
    font-weight: 500;
}
.rs-pricing-table-section-new table.rs-price tbody tr td:nth-child(4) {
    text-align: center;
}
.product-slider .elementor-testimonial__text {
    width: 330px;
    font-style: normal !important;
}
@media(max-width: 1023px) {
    .product-slider .elementor-testimonial__text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
@media(max-width: 950px) {
    .slick-prev {
        background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-left.png);
        left: 5px;
        width: 45px;
        height: 45px;
        z-index: 10;
    }
    .slick-next {
        background-image: url(https://www.redswitches.com/wp-content/uploads/2021/12/arrow-right.png);
        right: 5px;
        width: 45px;
        height: 45px;
        z-index: 10;
    }
    .testimonial-slider.rs-location-slider {
        padding: 0;
    }
}


/* NEW MENU CODE START */

.main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
}
.main-menu > li {
    position: relative;
    margin: 0;
}

a.main-item .sub-arrow {
    padding-left: 5px;
    font-size: 14px;
}

.main-menu > li > a {
    text-decoration: none;
    padding: 12px;
    color: #ffffff;
    font-family: "Hellix";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
}

.main-menu > li > a:hover {
    color: #FFFFFF80;
}

.main-menu li ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    z-index: 1000;
    display: flex;
    top: 55px;
}

.rs-hero-header ul li ul:before,
.rs-custom-hero-header ul li ul:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    top: -10px;
    transform: rotate(45deg);
    border-radius: 4px;
    left: 50%;
}

.main-menu > li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.main-menu > li:hover .sub-arrow i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.main-menu li ul li {
    margin-bottom: 15px;
    min-width: 230px;
    max-width: 230px;
    word-wrap: break-word;
    list-style: none;
}

.main-menu li ul li p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 600;
    padding-bottom: 6px;
}

.main-menu li ul li a {
    text-decoration: none;
    color: #203B60;
    font-size: 14px;
    display: block;
    font-weight: 500 !important;
}

.main-menu li ul li a:hover {
    color: #0070f0;
    background-color: transparent;
}
.mobile-toggle-btn {
    display: none;
}
.sub-item-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding-bottom: 8px;
}

.sub-menu-icon {
    width: 26px; 
    display: inline-block;
    margin-right: 8px;
}

.main-menu > li:last-child {
    padding: 11px 2px;
    background: #FD3E60;
    border-radius: 8px;
}

.main-menu > li:last-child > a {
    font-family: "Hellix";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    background: #28255F;
    color: #fff;
    padding: 14px 22px;
    justify-content: center;
    border-radius: 7px;
    transition: all .5s ease;
    text-align: center;
    width: 100%;
}

.main-menu > li:last-child:hover {
    background: linear-gradient(75.07deg, #FB2726 12.49%, #FF7C33 22.28%, #FF14E8 34.03%, #5F14FF 58.02%);
}
.main-menu > li:last-child:hover > a {
    background: transparent;
    border-color: #28255F;
}
.main-menu li.main_li:nth-child(2) {
  position: relative;
}

/*.main-menu li.main_li:nth-child(2)::after {
    content: "New Instant Server";
    position: absolute;
    top: -27px;
    right: 8px;
    font-size: 14px;
    color: #FFF;
    padding: 2px 5px;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 2px solid #FD3E60;
}*/

.single-post .rs-custom-hero-header {
    background-color: #140F4B !important;
}

/*@media screen and (min-width: 1024px) {

    .elementor-element-5eeff06 {
        padding-bottom: 24px; 
    }

}*/

    
/* Mobile Menu - Slide Down Effect */
@media screen and (max-width: 1600px) {

    .main-menu > li:hover ul {
        transform: translateX(-23%) translateY(0);
    }
    .rs-hero-header ul li ul:before,
    .rs-custom-hero-header ul li ul:before {
        left: 23%;
    }
    .main-menu li ul li {
        min-width: 220px;
        max-width: 220px;
    }

}

@media screen and (max-width: 1400px) {

    .main-menu > li:hover ul {
        transform: translateX(-33%) translateY(0);
    }
    .rs-hero-header ul li ul:before,
    .rs-custom-hero-header ul li ul:before {
        left: 33%;
    }
    .main-menu li ul li {
        min-width: 220px;
        max-width: 220px;
    }

}
@media screen and (max-width: 1160px) {

    .main-menu > li:hover ul {
        transform: translateX(-30%) translateY(0);
        max-width: 1070px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {

    .main-menu li.main_li:nth-child(2)::after {
        left: 23px;
        color: #333333;
        width: 9rem;
    }
    .mobile-toggle-btn {
        display: block;
        padding-top: 10px;
    }
    .main-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: normal;
        left: 0;
        width: 100%;
        background: #FFF;
        padding-top: 5px;
        z-index: 10000;
        visibility: hidden;  
        opacity: 0;
        transition: top 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
        background-color: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 44px -16px rgba(0, 0, 0, 0.75);
    }
    .main-menu > li:hover ul {
        transform: translateX(-50%) translateY(0);
    }
    .main-menu.active {
        top: 110px; 
        visibility: visible; 
        opacity: 1;
        transition: top 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
    }
    .main-menu > li {
        margin: 15px 0;
    }

    .main-menu > li > a {
        color: #333333;
        padding: 20px;
        font-size: 20px;
    }
    .main-menu > li > a:hover { 
        color: #333333;
    }
    .mobile-toggle-btn {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 30px;
        position: absolute;
        top: -29px;
        right: 0;
        z-index: 10001;
    }

    .mobile-toggle-btn i {
        font-size: 30px;
    }
    .main-menu li ul {
        display: none; 
        padding-left: 20px;
    }
    .main-menu li.open > ul {
        display: block; 
        width: 100%;
        box-shadow: 10px 20px 60px rgba(17, 19, 23, 0.4);
        max-height: 450px;
        overflow-y: scroll;
    }
    .main-menu li ul li {
        margin-bottom: 15px;
    }
    .rs-hero-header ul li ul:before {
        left: 25%;
    }
    .sub-arrow {
        transition: transform 0.3s ease;
    }

    .main-menu li.open .sub-arrow i {
        transform: rotate(180deg) !important;
    }
    .main-menu > li .sub-arrow i {
        transform: rotate(0deg) !important;
    }
    .main-menu > li:last-child {
        padding: 3px 2px;
        display: flex;
        width: 60%;
        margin-left: 17px;
    }
}

@media screen and (max-width: 667px) { 
    .main-menu.active {
        top: 54px;
    }
    .main-menu {
        border-radius: 0px 0px 10px 10px;
    }
}

/* NEW MENU CODE END */

.page-id-81610 .elementor-element-4bf44d1.rs-hero-five-star,
.page-id-81610 .elementor-element-efe693e,
.page-id-81610 .elementor-element-e0afe0f,
.page-id-81610 .elementor-element-d3ee1ae.review-carousol,
.page-id-70096 .elementor-element-64d0899,
.page-id-70096 .elementor-element-d2391e8,
.page-id-70096 .elementor-element-4ef7fb9 {
    display: none !important;
}

.ads-server-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1px;
}

.ads-server-cards .server-card {
    background-color: white;
    padding: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 560px;

    border-bottom: none;
    border-right: 1px solid #979797;
    flex: 0 0 33.333333%;
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    cursor: pointer;
}
.ads-server-cards .logo {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads-server-cards .amd-logo {
    color: #ED1C24;
    font-size: 14px;
    font-weight: bold;
}

.ads-server-cards .intel-logo {
    color: #0071C5;
    font-size: 14px;
    font-weight: bold;
}

.ads-server-cards .server-model {
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 60px;
}

.ads-server-cards .server-processor {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 60px;
}

.ads-server-cards .specs {
    margin-bottom: 20px;
}

.ads-server-cards .spec-row {
    display: grid;
    grid-template-columns: minmax(150px, auto) minmax(80px, auto);
    margin-bottom: 10px;
    color: #555;
}

.ads-server-cards .spec-row.full {
    grid-column: 1 / -1;
}

.ads-server-cards .cores-threads {
    margin-right: 20px;
}

.ads-server-cards .location {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #555;
}

.ads-server-cards .flag {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-color: #003399;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.ads-server-cards .flag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 40%, #003399 40%), 
                repeating-linear-gradient(to right, transparent 0, transparent 10%, #FFCC00 10%, #FFCC00 20%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transform: scale(0.6);
}

.ads-server-cards .uptime {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #555;

}
.ads-server-cards .uptime svg,
.ads-server-cards .location img,
.ads-server-cards .configure-btn svg {
    width: 24px;
    height: 24px;
}
.ads-server-cards .clock-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #555;
    border-radius: 50%;
    position: relative;
}

.ads-server-cards .guarantees {
    margin: 20px 0;
}

.ads-server-cards .guarantee-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #555;
}

.ads-server-cards .check-icon {
    color: #555;
    margin-right: 10px;
}

.ads-server-cards .delivery {
    background: linear-gradient(72deg, #FB2726 9.01%, #FF7C33 25.95%, #FF14E8 46.29%, #5F14FF 87.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 20px 0 10px 0;
}

.ads-server-cards .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #5E5ADB;
}

.ads-server-cards .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}

.ads-server-cards .configure-btn {
    margin-top: auto;
    background-color: #1d1d1b;
    color: white;
    padding: 15px;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
}
.ads-server-cards .gear-icon {
    margin-right: 10px;
}
.show-more-cards {
    margin-top: 20px;
    padding: 10px;
    background-color: transparent;
    color: #1d65ff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding-bottom: .7rem;
    font-weight: 600;
    position: relative;
}
.show-more-cards:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform .3s cubic-bezier(.455,.03,.515,.955);
    width: 100%;
}


.load-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-tabs-container .nav-tabs {
    justify-content: center;
}
.pricing-tabs-container .nav-tabs .nav-link {
    width: 150px;
}

@media (max-width: 768px) {
    .ads-server-cards {
        grid-template-columns: 1fr;
    }
    
    .ads-server-cards .server-card {
        margin-bottom: 20px;
    }
    .rs-price-mobile-section .rs-pricing-mobile-box-inner {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .single-post .rs-blog-detail-content .elementor-widget-container a {
        font-size: 14px !important;
    }

}

@media (min-width: 500px) {
    .ads-server-cards .server-card:nth-of-type(3n+3),
    .ads-server-cards .server-card:last-child {
        border-right: none;
    }

    .ads-server-cards .server-card:hover {
        background-color: #f0f4fa;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .ads-server-cards {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
    
    .ads-server-cards .spec-row {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1060px) {
    div.server-wrapper {
        overflow-x: scroll;
    }
}
@media (max-width: 600px) {
    .elementor-section.rs-sticky-container {
        top: 54px !important;
    }
}


/* Shimmer Effect Styles */
.shimmer-container {
    position: relative;
    overflow: hidden;
}

.shimmer-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 100%
    );
    animation: shimmer 1.5s ease-in-out infinite;
    z-index: 10;
    pointer-events: none;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Skeleton loading styles */
.skeleton-row {
    background: #f8f9fa;
    animation: skeleton-pulse 1.5s infinite ease-in-out;
}

.skeleton-row td {
    position: relative;
    overflow: hidden;
}

.skeleton-content {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-wave 1.5s infinite;
    border-radius: 4px;
    height: 16px;
    margin: 4px 0;
}

.skeleton-content.wide { width: 85%; }
.skeleton-content.medium { width: 65%; }
.skeleton-content.narrow { width: 45%; }
.skeleton-content.price {
    height: 20px;
    width: 70%;
    /*background: linear-gradient(90deg, #e8f5e8 25%, #d4edda 50%, #e8f5e8 75%);*/
    background-size: 200% 100%;
}
.skeleton-content.button {
    height: 32px;
    width: 90px;
    /*background: linear-gradient(90deg, #cce5ff 25%, #b3d9ff 50%, #cce5ff 75%);*/
    background-size: 200% 100%;
}

@keyframes skeleton-wave {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes skeleton-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* Loading state */
.loading-state {
    opacity: 0.7;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Loading indicator */
.loading-indicator {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #666;
    background: #f8f9fa;
    border-radius: 5px;
    margin: 10px 0;
}

.loading-indicator.active {
    display: block;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .shimmer-overlay {
        animation-duration: 1.2s;
    }
    
    .skeleton-content {
        height: 14px;
    }
    
    .skeleton-content.price {
        height: 18px;
    }
    
    .skeleton-content.button {
        height: 28px;
        width: 80px;
    }
}


.cut-price {
    color: #999;
    display: block;
    font-size: 14px;
}
.discount-text {
    color: #e74c3c;
    font-weight: 600;
    font-size: 12px;
    margin-left: 4px;
    text-decoration: none; /* prevents strike-through */
}

.cut-price b {
    text-decoration: line-through;

}