html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--dark);
    font-weight: 400;
}

/* Varoable css */

:root {
    --theme-brand: #0094AD;
    --theme-green: #1FC8C2;
    --theme-light-green: #E9F8F7;
    --dark: #1E1E1E;
    --white: #FFFFFF;
    --transition: all ease .5s;
}

/* Global Settings */

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

.heading {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    color: var(--dark);
}

.ft_medium {
    font-weight: 500;
}

.ft_regular {
    font-weight: 400;
}

.ft_bold {
    font-weight: 600;
}

.fc_white {
    color: var(--white);
}

.fc_brand {
    color: var(--theme-brand);
}

.fc_green {
    color: var(--theme-green);
}

.fs_mid {
    font-size: 20px;
}

/* Backgrounds */

.bg_lightgreen {
    background-color: #E4EEE5;
}

.service_box img.service_img {
    height: 160px;
    width: 120px;
}
.service_box{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .05);
    transition: .3s ease-in-out;
}
.service_box:hover {
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, .16);
}
.bookkeeping {
    background-color: #E4EEE5;
}

.taxfilling {
    background-color: #E6EEF1;
}

.entity {
    background-color: #E7F1F1;
}

.payroll {
    background-color: #EFEAE6;
}

.salestax {
    background-color: #F1F1E6;
}

.consultation {
    background-color: #FFF9E1;
}

.dark_bg {
    background-color: var(--dark);
}


/* Colors */

.green_color {
    color: var(--theme-green);
}

/* Buttons */


.btn {
    padding: 16px 30px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 0;
    border: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn img,
.btn svg {
    position: relative;
    top: -2px;
    margin-left: 13px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn:before {
    position: absolute;
    top: -5%;
    left: -5%;
    content: "";
    width: 0%;
    height: 110%;
    z-index: -1;
    border-radius: 5px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn:hover:before {
    width: 120%;
    visibility: visible;
    opacity: 1;
}

.btn.style-one {
    color: var(--white);
    background-color: var(--theme-brand);
    border-color: transparent;
}

.btn.style-one:before {
    background-color: var(--dark);
}

.btn.style-one:hover {
    color: var(--white);
}

.btn.style-one:hover i {
    color: var(--white);
}

.btn.style-one:hover img,
.btn.style-one:hover svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn.style-two {
    background: var(--dark);
    color: var(--white);
    border-radius: 0;
}

.btn.style-two img,
.btn.style-two svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn.style-two:before {
    background-color: var(--theme-brand);
}

.btn.style-two:hover {
    color: var(--white);
}

.btn.style-two:hover img,
.btn.style-two:hover svg {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.btn.style-three {
    background: var(--white);
    color: var(--dark);
    border: 1px solid var(--dark);
    border-radius: 0;
}

.btn.style-three img,
.btn.style-three svg {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.btn.style-three:before {
    background-color: var(--dark);
}

.btn.style-three:hover {
    color: var(--white);
}

.btn.style-three:hover img,
.btn.style-three:hover svg {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.btn.style-four {
    background: transparent;
    color: var(--theme-green);
    border: 1px solid var(--theme-green);
    border-radius: 0;
}

.btn.style-four:before {
    background-color: var(--theme-green);
}

.btn.style-four:hover {
    color: var(--dark);
}


.text_link {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text_link:hover,
.text_link:focus {
    text-decoration: none;
    color: var(--dark);
}

.quick_links a {
    color: var(--theme-brand);
    font-size: 1rem;
    font-weight: 500;
}

.quick_links a:hover,
.quick_links a:focus {
    color: var(--dark);
    text-decoration: none;
}

/* Form Control */

.form-control {
    border-radius: 2px;
    border-color: #eee;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.02);
    line-height: 54px;
    height: 48px;
}

.form-control:focus {
    border-color: var(--theme-brand);
    box-shadow: none;
    outline: none;
}

/* Carousel */

.carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 85%);
    mix-blend-mode: normal;
    z-index: 11;
}

.carousel-caption h1 {
    font-size: 3rem;
}

.carousel-caption {
    z-index: 121;
    top: 0;
    height: 300px;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-control-next,
.carousel-control-prev {
/*    height: 60px;*/
    width: 50px;
    opacity: 1;
    /*background: #fff;
    bottom: 0;
    left: 0;
    top: inherit;*/
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}

/*.carousel-control-next {
    left: 62px;
}*/

.carousel .carousel-item {
    height: 768px;
}

.carousel-item img.slider {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 768px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 111;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 111;
}

.carousel-inner {
    z-index: 111;
}

/* Owl Dots */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3rem;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--dark);
    opacity: .85;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-brand);
}

.owl-theme .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
}

/* Navbar */

.header_contact {
    background-color: var(--dark);
}

.nav-item.active .nav-link {
    color: var(--theme-green);
}

.header_contact ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.header_contact ul li {
    margin: 0 .50rem;
}

.header_contact img {
    height: 22px;
}

.header_contact a {
    color: var(--theme-green);
}

.navbar-nav .nav-link {
    color: var(--white);
    text-transform: capitalize;
}

.fixed-top {
    top: 56px;
}

#header-sroll.small {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--dark);
}

#header-sroll {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown-item {
    text-transform: capitalize;
}

#header-sroll .navbar-brand img {
    height: 50px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
    font-size: 16px;
}

.navbar-nav .nav-item.btn .nav-link {
    background: var(--theme-brand);
    display: flex;
    padding: 10px 15px;
    align-items: center;
}

.navbar-nav .nav-item.btn .nav-link:hover,
.navbar-nav .nav-item.btn .nav-link:focus {
    background: var(--theme-green);
}

.navbar-nav .nav-item.btn .nav-link img {
    height: 22px;
}

.dropdown-menu.show {
    border: none;
    border-radius: 12px;
    box-shadow: -2px 9px 24px 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: -2px 9px 24px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: -2px 9px 24px 3px rgba(0, 0, 0, 0.20);
}

.navbar-nav .nav-item.btn {
    padding: 0;
}

.nav-item .btn {
    padding: 8px 16px;
}

.dropdown-menu .dropdown-item a {
    color: var(--dark);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1fb5b0;
}

/* Breadcrumb */

.breadcrumb {
    background-color: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    color: var(--theme-brand);
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #aaa;
}

/* Footer */

footer {
    background-color: var(--dark);
}

footer .footer_brand>img {
    height: 55px;
}

footer ul.social_links {
    list-style: none;
}

footer ul.social_links li {
    margin-right: 1rem;
}

footer ul.social_links li img {
    height: 24px;
}

footer p,
footer a {
    color: var(--white);
}

footer h5 {
    font-weight: 500;
    color: var(--theme-green);
}

footer ul.links {
    margin: 0;
    padding: 0;
}

footer ul.links li {
    margin-bottom: 1rem;
}

footer ul.links li a {
    text-transform: capitalize;
}

footer ul.links li a:hover,
footer ul.links li a:focus,
footer ul.links li.active a {
    text-decoration: none;
    color: var(--theme-green);
}
.copyright_block p,
.copyright_block a {
    font-size: .75rem;
    color: #aaa;
}

.copyright_block a:hover,
.copyright_block a:focus {
    color: var(--theme-green);
    text-decoration: none;
}

/* Misc. */

.testimonials_box {
/*    background: var(--theme-light-green);*/
}

.testimonials_box img {
    height: 72px;
}

.testimonials_box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.testimonials_box p.small {
    font-size: 16px;
    font-weight: bold;
    margin-top: 26px;
}

.clients-carousel img {
/*    filter: grayscale(1);*/
}

.block_section {
    background: url(../images/unitax-bg.png) no-repeat center center var(--theme-brand);
    background-attachment: fixed;
}

.about_block_section {
    background: url(../images/slider/about_block.png) no-repeat center center var(--dark);
    background-attachment: fixed;
}

img.checklist {
    height: 28px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background: var(--white);
    border: none;
    border-radius: 0;
}
.card-career{
    background: #eefcff;
    border-radius: 12px;
}
.counter_block {
    position: relative;
    margin-bottom: -110px;
}

/* Inner Slider */

.inner_slider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 85%);
    mix-blend-mode: normal;
    z-index: 11;
}

.inner_slider_content {
    position: absolute;
    top: 40%;
    z-index: 21;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    text-align: center;
}

/* Faqs */

.card-header {
    background-color: var(--theme-light-green);
    width: 100%;
    color: var(--theme-green);
}

.card-header button {
    color: var(--dark);
    padding-left: 0;
    padding-right: 0;
}

.card-header button:hover,
.card-header button:focus {
    text-decoration: none;
    color: var(--dark);
}

.accordion>.card>.card-header {
    margin-bottom: 0;
}

/* Scroll to Top Button */

#backtobutton {
    display: inline-block;
    background-color: var(--theme-brand);
    padding: .5rem;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    bottom: 50%;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1021;
}

#backtobutton.show {
    opacity: 1;
    visibility: visible;
}

#backtobutton:hover {
    cursor: pointer;
    background-color: var(--theme-green);
}

#backtobutton:active {
    background-color: var(--theme-green);
}
.bottom_flash_msg {
    /*display: block;*/
     display: none; 
    opacity: 1;
    position: fixed;
    top: 96%;
    margin-top: -60px;
    /* left: 56%; */
    right: 26px;
    margin-left: -160px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 300px;
    line-height: 12px;
    height: 35px;
    padding: 10px;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    z-index: 1000;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -o-transition: top 1s;
    transition: top 1s;
    text-decoration: none;
    z-index: 9999;
}
.bottom_flash_msg:hover{
    text-decoration: none;   
}
.bottom_flash_msg:hover{
    text-decoration: none;   
}
.apply-arrow {
/*    width: 20px;*/
    transform: rotate(328deg);
}
.c-pointer {
    cursor: pointer;
}
.required {
    color: #BB1100;
}
.alert-center{
  position: absolute;
  left: 30px;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: center;
  top: 6px;
  padding: .6rem 1.25rem;
  box-shadow: 1px 1px 4px #c1b6b6;
  box-shadow: 0px 0 6px rgba(0, 0, 0, .1);
  font-size: 15px;
  font-weight: bold;
  z-index: 9999;
}
ul.blog-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-post-list{
    background-color: #eefcff;
    border-radius: calc(calc(10px* 1)* 1) calc(calc(10px* 1)* 1) calc(calc(10px* 1)* 1) calc(calc(10px* 1)* 1);
}
button.modal-close-btn{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #BB1100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    padding: 0px;
    opacity: 0.85;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.img-pre-button-set{
    display: flex;
    justify-content: space-evenly;
}
#packages-page {
    font-size: .9em;
}
.package-selection-display table {
    border: none;
    table-layout: fixed;
}
.package-best-value {
    display: none;
}
.package-selection-display .package-best-value td {
    padding: 0px;
    border: 0px;
}
.package-selection-display .package-best-value td {
    background: none;
}
.package-selection-display td, .package-selection-display th {
    text-align: center;
    border: 1px solid #dee;
    padding: 10px;
    background: #fff;
    font-weight: normal;
}
.package-selection-display .packages-heading th {
    color: #fff;
    background: #054d73;
}
.package-selection-display td:first-child.why-choose-mycorp {
    border-top: 1px solid #fff !important;
    padding-top: 20px;
    text-align: left;
}
.why-choose-mycorp strong {
    font-size: 15px;
    font-family: 'Hind';
}
.package-selection-display td.package-price-container {
    padding: 10px 0px 16px 0px;
    vertical-align: top;
    border-top: 0px;
}
.package-price {
    font-weight: bold;
    font-size: 2.2em;
    display: block;
}
.package-description, .package-long-descriptions {
    display: none;
}
.package-price-currency {
    font-size: .5em;
    position: relative;
    top: -.7em;
}
.additional-state-fees {
    display: block;
    text-align: center;
    color: #555;
    padding-top: 5px;
}
.package-selection-display td.feature-name-mobile {
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #efefef;
}
.package-selection-display td.feature-name-mobile .description-toggle {
    font-size: 14px;
    display: none;
}
.description-toggle {
    border-radius: 50%;
    background: #01b8f4;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    position: static;
    cursor: pointer;
    transition: all .3s;
}
.feature-name {
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.feature-description {
    font-size: .85em;
    padding: 15px;
    border: 1px solid #e4eaf4;
    margin-top: 10px;
    display: none;
    background: #e4eaf4;
    font-weight: normal;
}
.package-selection-display th:first-child {
    text-align: left;
}
.package-selection-display td>span>img {
    width: 18px;
}
.description-toggle:hover {
    background: #077CB6;
}
.open .description-toggle {
    transform: rotate(45deg);
}
.package-selection-display .packages-heading th:nth-child(2), .package-bottom-marker:nth-child(2) {
    background: #01b8f4;
    border: 0px;
}
.package-selection-display .packages-heading th:nth-child(3), .package-bottom-marker:nth-child(3) {
    background: #0397e1;
    border: 0px;
}
.package-selection-display .packages-heading th:nth-child(4), .package-bottom-marker:nth-child(4) {
    background: #077CB6;
    border: 0px;
}
.package-selection-display .packages-heading th:nth-child(5), .package-bottom-marker:nth-child(5) {
    background: #054d73;
    border: 0px;
}
.why-choose-mycorp ul {
    padding: 0px;
}
.why-choose-mycorp ul li {
    list-style-type: none;
    padding-left: 30px;
    background-image: url(../img/src/small-checkmark.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    line-height: 1.7em;
}
.package-page-optional .styled-checkbox {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    min-width: 86px;
    font-size: 14px;
}

.styled-checkbox {
    position: relative;
    padding-left: 18px;
}
.package-page-optional td.separate {
    text-align: left;
}
.inline-selectoneradio input[type="radio"], .styled-checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}
.package-table .styled-checkbox label {
    margin-bottom: 0px;
}
.styled-checkbox label {
    padding-left: 10px;
    font-weight: normal;
    cursor: pointer;
    font-size: 1em;
    font-family: inherit;
}
.styled-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    cursor: pointer;
}
.styled-checkbox label::after {
    display: inline-block;
    position: absolute;
    content: "\f00c";
    font-family: 'Fontawesome';
    width: 18px;
    height: 18px;
    left: 0px;
    padding-left: 2px;
    top: -1px;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.8,-0.33,0.2,1.33);
    -moz-transition: all 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: all 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: all 0.2s cubic-bezier(0.8,-0.33,0.2,1.33);
    opacity: 0;
}
.styled-checkbox input[type="checkbox"] + label:hover::after {
    opacity: 1;
    color: #ddd;
}
.styled-checkbox input[type="checkbox"]:checked + label:hover::after {
    opacity: 1;
    color: #fff;
    background: #1ea5f8;
}
.styled-checkbox input[type="checkbox"]:checked + label::before {
    border: 1px solid #1ea5f8;
}
.styled-checkbox input[type="checkbox"]:checked + label::after, .styled-checkbox input[type="checkbox"]:checked + label:hover::after {
    opacity: 1;
    color: #fff;
    background: #1ea5f8;
}
.my-custom-sticky-label{
    top: 74px;
}
.my-custom-sticky-photo{
    top: 150px;
}
.my-custom-sticky{
    top: 130px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 2rem 0;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}
.whatsapp-btn {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 90px;
  z-index: 1021;
  height: 45px;
  width: 45px;
  min-width: 40px;
  border-radius: 25px;
  background-color: rgb(0, 231, 133);
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9px;
  padding-right: 9px;
}
.custom-title-1{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.custom-border-1{
    border: 1px solid #1fc8c2;
}
.testimonials_box .owl-carousel.owl-drag .owl-item {
    background: var(--theme-light-green);
    padding: 12px 8px;
    min-height: 530px;
}

/* Responsive */
@media only screen and (min-width: 768px) {
    .package-description {
        width: 100%;
        padding: 5px;
        font-size: 16px;
        display: block;
        font-weight: normal;
    }
    #packages-page {
        font-size: 1em;
    }
    .package-price {
        font-size: 3.5em;
    }
    .package-selection-display td, .package-selection-display th {
        padding: 16px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .package-best-value {
        display: table-row;
    }
    .testimonials_box p {
        font-size: 24px;
    }
    .heading {
        font-size: 32px;
    }
    .carousel-item img.slider,
    .carousel .carousel-item {
        min-height: 220px;
        height: 220px;
    }

    .carousel-control-next {
/*        left: 52px;*/
    }

    .carousel-control-next,
    .carousel-control-prev {
/*        height: 50px;*/
        width: 50px;
    }

    .fixed-top {
        top: 0;
        position: relative;
        background-color: var(--dark);
    }

    .nav-item {
        width: 100%;
    }
    .nav-item-blog {
        width: 50%;
    }
    .blog-title-mobile{
        font-size: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav {
        background-color: var(--dark);
        padding-bottom: 1rem;
    }

    .inner_slider_content {
        width: 90%;
        top: 20px;
    }

    .inner_slider_content h1 {
        font-size: 1.4rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-item .btn {
        margin-top: 1rem;
        width: 100%;
    }

    .service_box .btn {
        width: 100%;
    }

    .w_m_100 {
        width: 100%;
    }
    #packages-page {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .feature-description {
        border: 0px;
    }
        .package-price {
        font-size: 4.0em;
    }
    .package-selection-display td, .package-selection-display th {
        padding: 16px;
    }
    .description-toggle {
        position: absolute;
    }
    .feature-name {
        display: block;
        padding-left: 30px;
    }

}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media only screen and (min-width: 480px) {
    .package-selection-display td>span>img {
        width: 23px;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:portrait) {}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.captcha-box {
  margin: 10px 0;
  font-size: 18px;
}
.captcha-box-error {
  color: red;
  display: none;
}