* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Navbar CSS */
.customize-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.transparent-header {
    position: fixed;
}

.customize-header.transparent-header .bg-light {
    background-color: transparent !important;
}

.customize-header.sticky .bg-light {
    background-color: #FFFFFF !important;
}

.customize-header .bg-light {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #2223281A;
}

.customize-header .navbar {
    padding: 25px 0;
}

.customize-header .nav-item {
    height: fit-content;
}

.customize-header .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222328;
    padding: 0;
}

.customize-header .navbar-nav .navbar-brand {
    padding: 0 8px;
    margin: 0;
    display: flex;
    align-items: center;
}

.customize-header .navbar-brand img {
    max-width: 250px !important;
    width: 100%;
    object-fit: cover;
    /* max-height:   !important; */
    height: auto;
}

.customize-header .header-utility {
    display: flex;
    align-items: center;
    gap: 26px;
    padding-left: 26px;
}

/* Footer CSS */
.customize-footer {
    padding-top: 50px;
    background-color: #222328;
}

.footer-bg.skewed-topright::before {
    background-color: #222328;
}

.customize-footer .follow-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF1A;
}

.customize-footer .follow-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.follow-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customize-footer .follow-icon .body-text {
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
}

.customize-footer .social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF33;
    transition: all 0.2s linear;
}

.social-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF33;
    transition: all 0.2s linear;

}



.customize-footer .social-icon svg path {
    fill: #FFFFFF;
    transition: all 0.2s linear;
}

.customize-footer .social-icon:hover {
    border-color: #096e33;
}

.customize-footer .social-icon:hover svg path {
    fill: #096e33;
}

.header-space {
    padding-top: 75px;
}

.footer-link {
    padding-top: 30px;
}

.footer-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list li a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.7;
    text-decoration: none;
}

.copy-right-div {
    background-color: #ffffff1a;
}

.copy-right-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 15px 0;
    margin-top: 44px;
}

.copy-right-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.conditions-text {
    display: flex;
    align-items: center;
    gap: 30px;
}

.conditions-text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgb(255, 255, 255, 0.74);
    text-decoration: none;
}

/* Subscribe Section CSS */
.subscribe-section {
    padding: 70px 0;
    z-index: 0;
    position: relative;
    background-color: rgb(9, 110, 51, 0.1);
    background-image: url(../images/subscribe-pattern.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.subscribe-with-email {
    display: flex;
    align-items: center;
    max-width: 575px;
    width: 100%;
    position: relative;
}

.subscribe-with-email .form-control {
    border-color: #DDDDDD;
    /*padding-right: 150px;*/
}

.subscribe-with-email button {
    position: absolute;
    top: 0;
    right: 0;
}

/* Hero Section CSS */
.hero-section {
    background-image: url(../images/hero-pattern.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background: rgb(9, 110, 51, 0.1);
}

.page-heading-section {
    padding: 75px 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-heading-section .heading-1 {
    text-align: center;
    /* margin-bottom: 30px; */
}

.page-heading-section .body-text {
    color: #222328;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 0;
    max-width: 454px;
    margin: 0 auto;
}

.hero-content {
    padding: 100px 0;
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    object-fit: cover;
    width: 100%;
}

.hero-content .heading-1 {
    max-width: 600px;
}

.hero-content .body-text {
    max-width: 454px;
    margin-bottom: 30px;
}

.hero-section .transparent-header {
    position: static;
    opacity: 0;
    visibility: hidden;
}

.find-number {
    max-width: 845px;
    margin-bottom: 20px;
}

.find-number .d-flex {
    filter: drop-shadow(5px -1px 10px rgba(0, 0, 0, 0.05));
}

.find-number .d-flex .btn {
    background-color: #FFFFFF;
    padding: 10px 20px;
    padding-right: 45px !important;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 46% 100%, 0 100%);
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
}

.find-number .d-flex .btn.active {
    border-color: transparent;
    color: #096e33;
    position: relative;
    z-index: 2;
}

.find-number .d-flex .btn:nth-child(even) {
    margin-left: -12px;
}

.find-number .card {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px 6px 6px 6px;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    padding: 21px 30px;
}

.find-number .card-body {
    padding: 0;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}

.find-number .card-body .form-select {
    max-width: 110px;
    border-radius: 0;
    border-right: 1px solid rgb(35, 36, 41, 0.1) !important;
    border: 0;
    color: #222328;
}

.find-number .card-body .form-control {
    border: 0;
    background-color: transparent;
    color: #222328 !important;
}

.hero-content .payment-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 15px;
}

.hero-content .payment-text p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.get-started-section {
    padding: 100px 0;
    background-image: url(../images/get-started-bg.webp) !important;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-position: right;
    background: rgb(255, 160, 137, 0);
}

.get-started-section .heading-2 {
    max-width: 930px;
    margin: auto;
    margin-bottom: 30px !important;
}

.featured-section {
    padding: 50px 0;
    position: relative;
}

.featured-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 696px;
    background: linear-gradient(270deg, rgba(34, 35, 40, 0) 0%, #222328 50.09%, rgba(34, 35, 40, 0) 100%);
    opacity: 0.2;
    width: 100%;
    height: 1px;
}

.featured-section .heading-2 {
    margin-bottom: 50px;
}

.why-choose {
    padding: 50px 0 0;
    background-image: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left -380px;
}

.local-number-why-choose {
    background-image: none;
}

.why-choose .heading-2 {
    max-width: 696px;
    margin: auto;
}

.why-choose .body-text {
    max-width: 514px;
    margin: auto;
}

.service-card {
    border-color: transparent;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    min-width: 300px;
    height: 100%;
    transition: all 0.2s linear;
}

.service-card:hover {
    border-color: #096e33;
}

.service-card .card-body {
    padding: 30px;
}

.service-card .services-icon {
    width: 66px;
    height: 66px;
    object-fit: contain;
    margin: auto;
}

.service-card .heading-4 {
    text-align: center;
}

.service-card .body-text {
    max-width: 273px;
    text-align: center;
    margin: auto;
}

.featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 60px;
    flex-wrap: wrap;
}

.why-choose-block {
    padding-bottom: 50px;
    position: relative;
}

.content-section {
    margin: 100px 0;
}

.content-section.left-side {
    margin-top: 100px;
}

.content-section.left-side .content-image-block .number-button-group {
    left: unset;
    right: -41px;
    flex-direction: row-reverse;
}

.content-image-block {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.content-image-block .number-button-group {
    position: absolute;
    bottom: 20%;
    left: -41px;
    display: flex;
}

.content-image-block .number-button {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 34px 0px #00000040;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #222328;
    z-index: 0;
}

.content-image-block .number-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: #FFFFFF;
    opacity: 0.1;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: -1;
}

.content-image-block .number-button:last-child {
    margin-top: 30%;
}

.available-number .toll-free-card {
    border: 0;
    min-width: 300px;
    height: 100%;
    margin: 0;
    box-shadow: none;
}

.available-number .toll-free-card .body-text {
    margin: 0;
}

.toll-free-card del {
    opacity: 0.5;
}

.toll-free-card .d-grid {
    grid-template-columns: auto auto;
}

.available-number .toll-free-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.available-number .toll-free-button button {
    flex: 1 0;
    padding: 11px 15px;
}

.available-number .why-choose {
    background-image: none;
}

.available-number .why-choose-block::before {
    z-index: -1;
    background-image: url(../images/about-bg-2.webp);
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.number-slider {
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.07));
}

.available-number .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -50px;
}

.available-number .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -50px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;
    top: unset;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #2223281A !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #096e33 !important;
}

.reviews-section {
    padding: 100px 0;
    background-color: rgb(255, 160, 137, 0.1);
}

.reviews-section .card {
    border: 0;
    box-shadow: none;
}

.reviews-section .heading-2 {
    margin-bottom: 50px;
}

.pagination-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.reviews-section .reviews-slider {
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.07));
}

.waiting-section {
    padding: 55px 0 100px;
}

.waiting-content {
    padding: 64px 53px;
    background-image: url(../images/waiting-image.webp);
    background-size: cover;
    border-radius: 6px;
    background-position: right center;
    background-repeat: no-repeat;
}

.waiting-content .number-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.waiting-content .number-text>div {
    opacity: 0.1;
    color: #FFFFFF;
}

.waiting-content .number-text>div.heading-2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    opacity: 0.5 !important;
    line-height: 42px;
}

.waiting-heading-content {
    text-align: center;
}

.waiting-heading-content .heading-2 {
    max-width: 969px;
    width: 100%;
}

.waiting-heading-content .body-text {
    max-width: 514px;
    margin-bottom: 50px;
}

.competitive-commissions-section {
    padding: 44px 0 50px;
}

.half-fluid .image {
    display: none;
}

.half-fluid .img-fluid {
    display: block;
}

.competitive-card-section {
    padding: 50px 0 100px;
}

.refer-customer-section {
    padding: 220px 0;
    background-image: url(../images/refer-customer.webp);
    background-size: cover;
    background-position: left center;
    margin-bottom: 45px;
}

.process-card {
    background-color: #FFFFFF;
    border-radius: 50%;
    max-width: 410px;
    width: 410px;
    min-height: 410px;
    box-shadow: 0px 4px 54px 0px #00000012;
    border: 0;
    padding: 10px;
}

.process-card .card-body {
    padding: 30px 40px;
    border: 1px dashed #DDDDDD;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.process-card .card-body img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.process-number {
    position: absolute;
    top: 60px;
    left: 11px;
    padding: 15px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #42CB9A;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    border-radius: 50%;
}

.process-section {
    padding: 50px 0;
}

.process-section .section-headings {
    margin-bottom: 46px;
}

.process-section .section-headings .body-text {
    max-width: 514px;
    margin: 0 auto;
}

.category-search-section {
    padding: 50px 0 26px;
}

.category-search-section .tab-align {
    margin-top: 30px;
    margin-bottom: 50px;
}

.view-state-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #42CB9A;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.view-state-link:hover {
    color: #42CB9A;
}

.category-search-section .toll-free-card {
    border: 0;
    min-width: 300px;
    height: 100%;
    margin: 0;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
}

.category-search-section .toll-free-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.category-search-section .toll-free-button button {
    flex: 1 0;
    padding: 11px 15px;
}

.carrier-networks-section .featured-section .featured-logo img {
    max-height: 70px;
}

.carrier-networks-section .featured-section .heading-2 {
    margin-bottom: 30px;
}

.number-for-company {
    padding: 90px 120px;
}

.number-for-company .payment-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 15px;
}

.number-for-company .find-number {
    width: 100%;
}

.number-for-company .waiting-heading-content .heading-2 {
    max-width: 605px;
    margin-bottom: 50px !important;
    text-align: left;
}

.logo-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-block {
    flex-grow: 1;
    flex-basis: 250px;
    min-width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
    padding: 10px 15px;
    border-radius: 6px;
}

.logo-block img {
    max-height: 70px;
    max-width: 90%;
}

.improve-business-section {
    padding: 50px 0;
}

.improve-business-section.first-section {
    padding-top: 125px;
}

.ply-icon-btn {
    position: relative;
}

.ply-icon-btn button.btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF !important;
    border: none;
}

.ply-icon-btn button.btn img {
    width: 30px;
}

.blog-banner img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 454px;
    border-radius: 6px;
}

.blog-section-adjust {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.blog-heading h4 {
    margin-bottom: 20px !important;
}

.blog-text-margin {
    margin-bottom: 41px;
}

.blog-margin-1 {
    margin-bottom: 30px;
}

ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7E7F87;
}

.listing-text {
    margin-bottom: 21px;
}

.blog-sub-heading h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #222328;
    margin-bottom: 5px !important;
}

.blog-bottom {
    margin-top: 30px;
}

.blog-bottom-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #222328;
}

.blog-bottom-subtext {
    font-weight: 500;
}

.flex-class {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.flex-class-2 {
    display: flex;
    gap: 30px;
    justify-content: right;
}

.blog-end-section {
    padding-top: 30px;
    margin-bottom: 103.5px;
}

.pagi-image img {
    max-width: 91px;
    max-height: 91px;
    object-fit: cover;
    display: flex;
}

/* Blog version 1 */
.blog-post1 img {
    max-height: 454px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}

.post-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7E7F87;
}

.post-card-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #222328;
    margin-bottom: 30px;
}

.post-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7E7F87;
    margin-bottom: 30px;
}

.btn-Read {
    padding: 12px 46px;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #42CB9A;
    border: 1px solid #42CB9A;
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.07));
    border-radius: 6px;
}

.btn-Read:hover {
    background-color: #42CB9A;
    color: #FFFFFF;
}

.blog-post-align p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.para-marginal {
    margin-bottom: 30px;
}

.btn-load {
    font-family: 'Montserrat', sans-serif;
    color: #42CB9A !important;
    border: none;
    background-color: transparent;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.btn-load::before {
    content: url(../images/plus-icon.svg);
}

.section-adjustment {
    padding-top: 43px;
}

.blog-section-space {
    margin-bottom: 100px;
}

/* Blog version 2 */
.blog-post2 img {
    max-height: 304px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}

/* Knowledge center 1 */
.tab-align nav .nav-items .nav-link {
    display: flex;
    justify-content: center;
}

.tab-align .nav-pills .nav-link {
    background-color: transparent !important;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
    padding: 12px 20px !important;
}

.tab-align .nav-pills .nav-link:hover,
.tab-align .nav-pills .nav-link.active {
    background-color: #096e33 !important;
    color: #ffffff;
    border-color: transparent;
}

.tab-align {
    margin-bottom: 30px;
    margin-top: 43px;
}

.knowledge-post img {
    max-height: 454px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}

.knowledge-badge {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.badge-text {
    padding: 10px 19px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF;
    background-color: rgb(34, 35, 40, 0.5);
    border-radius: 25px !important;
}

.knowledge-post {
    position: relative;
}

.badge-text1 {
    padding: 12px 16px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF;
    background-color: rgb(34, 35, 40, 0.5);
    border-radius: 25px !important;
    margin-left: 10px !important;
}

/* Knowledge center 2 */
.knowledge-post2 img {
    max-height: 304px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}

.knowledge-post2 {
    position: relative;
}

/* Privacy Policy & Terms & Condition Plan */
.policy-section .policy-heading {
    color: #222328;
    font-size: 28px;
    font-weight: 500;
}

.policy-section .policy-text,
.policy-section li {
    color: #7E7F87;
}

/* Local Number Plan*/
.local-number {
    margin-top: 100px;
}

.select-state {
    margin-bottom: 50px;
}

.select-state .state-list li {
    list-style: none;
}

.asked-questions .accordion-item {
    margin-bottom: 20px;
    border-radius: 6px;
}

.asked-questions .section-headings .body-text {
    max-width: 514px;
    margin: 0 auto;
}

.select-state .accordion-button.collapsed {
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}

.select-state .accordion-body {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.select-state .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #42CB9A;
    border-radius: 6px;
}

.select-state .accordion-button:focus {
    box-shadow: none
}

.select-state .accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url(../images/icons/plus-black-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px !important;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.select-state .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/minus-icon.svg);
    width: 20px;
    height: 3px;
}

/* Lease Price Plan Page */
.lease-prise-card {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 40px;
    margin: 15px 3px;
}

.lease-prise-card .card-prise {
    font-size: 32px;
    font-weight: 700;
}

.lease-prise-card .card-prise-time {
    font-size: 28px;
}

.lease-prise-card .card-benefit {
    font-size: 22px;
    font-weight: 400;
}

.lease-prise-card .most-popular {
    position: relative;
}

.popular-image {
    position: absolute;
    right: -40px;
    top: -38px;
}

.faq-heading {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    color: #222328;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.local-text {
    color: #42CB9A !important;
}

.margin-faq {
    padding-bottom: 100px;
}

.lease-number-prise .radio {
    font-size: inherit;
    position: absolute;
    left: 15px;
    right: inherit;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lease-number-prise .plan-card.active {
    border: 1px solid #096e33;
}

.lease-number-prise .plan-card.active p {
    color: #096e33 !important;
}

.lease-radio {
    position: unset;
}

/* VIP Numbers Page */
.vip-section {
    margin: 100px auto 30px;
}

.vip-section .vip-card {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 20px;
    margin: 15px 3px;
}

.vip-section .vip-text {
    color: #4260CB;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: fit-content;
}

.vip-section .vip-number {
    margin-bottom: 25px;
}

.vip-section .all-vip {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Toll Free Numbes Page */
.toll-number {
    margin: 100px auto 100px;
    width: 100%;
}

.toll-free-btn {
    padding: 12px 25px !important;
}

.toll-free-card {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 20px;
    margin: 0 3px 30px;
}

.toll-free-cards {
    border-left: 1px solid rgba(221, 221, 221, 1);
    padding-left: 30px;
}

.more-toll-free {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    display: inline-block;
}

/* Select2 CSS */
.filter-by select {
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    color: #444444;
    font-size: 14px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff !important;
    background-color: #096e33 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: unset;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 6px;
    background-color: #FAFAFA;
    border-color: #2223281A;
    padding: 5px 14px;
    min-height: 50px !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter-select::placeholder {
    color: #222328 !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 2px 28px 2px 15px;
    padding-right: 0.75rem;
    margin-top: calc(0.375rem - 2px);
    margin-right: 0.375rem;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    background: rgba(66, 203, 154, 1);
    border: none;
    border-radius: 17.5px;
}

.select2-container .select2-search--inline .select2-search__field {
    background-color: #FAFAFA;
    color: #222328;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #222328;
}

.wrapper {
    position: relative;
}

.wrapper::after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 0;
    width: 14.4px;
    bottom: 0;
    margin: auto;
    background: url(../images/icons/down-arow.svg);
    height: 8px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    color: #222328;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ced4da !important;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #ced4da !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

/* Shopping cart CSS */
.shopping-cart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.text-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222328;
}

.text-heading-1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #222328;
}

.text-light-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222328;
}

.shopping-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.number-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}

.card-border {
    border-bottom: 1px solid rgb(34, 35, 40, 0.1);
    margin-bottom: 30px;
}

.cart-margin {
    padding: 20px 20px 26px 20px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px !important;
}

.text-2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
}

.list-margin p {
    margin-bottom: 20px;
}

.list-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-border-2 {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 15px;
    margin-bottom: 15px;
}

.total-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.color-text .text-2 {
    color: #4260CB !important;
}

.timer-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shopping-btn-margin {
    margin-top: 30px;
}

.shopping-btn-margin .large-btn {
    padding: 11px 44px 12px 45px !important;
}

.cart-divider {
    height: 100%;
    background-color: #DDDDDD;
    width: 1px;
    display: block;
}

.cart-divider-2 {
    height: 100% !important;
    background-color: #DDDDDD;
    width: 1px;
    display: block;
}

.cart-divider-1 {
    height: 100%;
    background-color: #DDDDDD;
    width: 1px;
    display: block;
}

.divider-padding {
    padding-left: 65px;
    padding-right: 56px;
}

.secure-cart {
    padding: 30px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.secure-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secure-bottom {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.secure-btn .btn {
    padding: 12px 0px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.secure-btn .btn svg path {
    transition: all 0.2s linear;
}

.secure-btn .btn:hover svg path {
    fill: #42CB9A;
}

.secure-btn {
    margin: 30px 0px;
}

.payment-mode img {
    margin-right: 39px;
    margin-bottom: 20px;
}

.shopping-cart-margin {
    margin-top: 83px;
    margin-bottom: 100px;
}

/* Login page CSS */
.login-page-section {
    min-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 48px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(../images/login-background.webp); */
}

.field-margin {
    margin-bottom: 10px !important;
}

.login-heading h1 {
    margin-bottom: 50px;
}

.login-main {
    padding: 50px 30px;
    background-color: #F5F7FC;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 14px 64px rgba(22, 32, 36, 0.03);
}

.login-img img {
    max-width: 250px !important;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
    max-width: 250px !important;
}

.toll-free-select2 {
    margin-bottom: 30px;
}

.icon-position {
    position: relative;
}

.icon-position .form-control {
    padding-right: 60px !important;
}

.icon-position .form-control {
    padding-right: 60px !important;
}

.eye-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 20px !important;
    height: fit-content;
    margin: auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.eye-icon.show .eye-open {
    display: block;
}

.eye-icon.hide .eye-close {
    display: block;
}

.eye-icon svg {
    display: none;
}

.login-page-adjust {
    padding: 100px 0px;
}

.login-page-adjust .form-control,
.login-page-adjust .form-select {
    background-color: #FFFFFF;
}

.account-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.account-flex a {
    text-decoration: none;
}

.forgot-margin p {
    margin-bottom: 30px;
}

.submit-btn button {
    margin-top: 10px !important;
}

.minus-margin {
    margin-bottom: -100px;
}

/* Customer Reviews Page */
.reviews-card {
    margin: 15px 3px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 20px 20px 33px;
    background-color: #FFFFFF;
}

.reviews-card .reviews-text {
    margin: 0 10px 15px;
}

.reviews-card .reviews-person {
    outline: 1px solid #ffa089;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 10px;
}

/* Contact US */
.contact-us-waiting .waiting-content {
    background-image: url(../images/contact-waiting-bg.webp);
    background-size: cover;
    border-radius: 6px;
    background-position: right center;
    background-repeat: no-repeat;
}

.contact-info {
    margin: 19px 0 100px;
}



.contact-info .contact-heading {
    margin-bottom: 10px;
}

.contact-icon {
    background-color: rgb(9, 110, 51, 0.1);
    border-radius: 50%;
    padding: 25px;
    margin: 20px 20px 20px 0;
}

.contact-info .contact-info-name {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-info .contact-one {
    border-bottom: 1px solid #DDDDDD;
    max-width: 363px;
}

.remove-deco a {
    text-decoration: none !important;
    text-align: right;
}

.sign-up-btn .btn {
    padding: 12px 75px !important;
}

.remove-style a {
    text-decoration: none !important;
}

.sign-up-btn {
    margin-top: 50px;
    margin-bottom: 20px;
}

.icon-set {
    position: relative;
}

.icon-set .form-control {
    padding-right: 60px !important;
}

.color-place .form-control::placeholder {
    color: #42CB9A !important;
}

/* Checkout page CSS */
.checkout-border {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
    margin-bottom: 30px;
}

.terms-text a {
    text-decoration: none;
}

.visa-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 20px !important;
    height: fit-content;
    margin: auto;
}

.customer-text p {
    margin-bottom: 10px !important;
}

.shopping-second-cart {
    margin-top: 30px;
}

.visa-position {
    position: relative;
}

.margin-billing {
    margin-bottom: 10px;
}

.margin-discount-btn {
    margin-bottom: 50px;
}

.checkoutform-heading {
    margin-bottom: 20px !important;
}

.terms-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222328;
}

.terms-text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #42CB9A;
}

.class-terms {
    display: flex;
    gap: 10px;
    align-items: center;
}

.checkout-secure-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.checkout-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7E7F87;
}

.checkout-footer span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #42CB9A;
}

.checkout-footer span a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #42CB9A;
    text-decoration: none;
}

.visa-position .form-control {
    padding-right: 70px !important;
}

.manage-dis-btn .form-control {
    padding-right: 100px !important;
}

.checkout-footer {
    margin-bottom: 14px !important;
}

.set-mode {
    margin-bottom: 14px !important;
}

.contact-info .form-control {
    background-color: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
}

.contact-info .contact-send-us {
    margin-bottom: 30px;
}

.contact-info .form-group {
    margin: 0 3px 20px;
}

.contact-info .text-area {
    margin-bottom: 30px;
}

.contact-msg-btn {
    padding: 12px 40px !important;
}

.contact-v2 {
    margin-bottom: 30px !important;
}

.contact-info-2 .contact-one {
    border-bottom: none !important;
    border-right: 1px solid rgba(221, 221, 221, 1);
    max-width: none;
}

.v2-send-us {
    margin-top: 100px !important;
}

/* Choose plan modal */
.choose-plan-modal .btn {
    width: fit-content;
    padding: 12px 55px;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    margin-bottom: 50px;
}

.modal-header {
    padding: 30px 40px !important;
}

.plan-card {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    margin: 10px;
}

.new-plan-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 50%;
    cursor: pointer;
    height: 1.5em;
    outline: none;
    width: 1.5em;
}

.radio::after {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
}

.radio:checked {
    background: rgba(66, 203, 154, 1);
    border-color: rgba(66, 203, 154, 1);
}

.radio:checked~.plan-details {
    border-color: rgba(66, 203, 154, 1);
}

.plan-card:hover .radio:disabled~.plan-details {
    border-color: rgba(221, 221, 221, 1);
    box-shadow: none;
}

.plan-card:hover .radio:disabled {
    border-color: rgba(221, 221, 221, 1);
}

.plan-card.active {
    border: 1px solid #42CB9A;
}

.plan-discount {
    padding: 5px 16px;
    background-color: rgba(66, 203, 154, .1);
    width: fit-content;
    margin: auto;
    border-radius: 15px;
    margin-top: 27px;
}

.plan-time {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 3px;
}

.plan-prise {
    font-size: 32px;
    font-weight: 700;
}

.plan-prise span {
    font-weight: 700;
    margin-top: 18px !important;
    font-size: 16px;
}

.modal-dialog {
    max-width: 1000px;
}

/* My Account CSS */
.credit-btn {
    margin-top: 30px;
}

.tab-menu .nav {
    flex-direction: column;
    gap: 15px !important;
}

.typo-tab .nav-link {
    padding: 12px auto 12px 20px !important;
}

.tab-padding {
    padding: 12px 0px 12px 20px !important;
}

.tab-menu .nav-pills .nav-link {
    border: 1px solid #DDDDDD !important;
    border-radius: 6px !important;
    filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.07)) !important;
}

.typo-tab .nav-link {
    padding: 12px auto 12px 20px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #FFFFFF !important;
}

.tab-menu .nav-link {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #222328 !important;
}

.tab-menu .nav-link:active {
    color: #fff !important;
    background-color: #096e33 !important;
}

.tab-menu .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #096e33 !important;
    border-color: transparent !important;
}

.divider-myaccount {
    padding: 0px 60px;
}

.myaccount-padding {
    margin-top: 50px;
}

.change-pass-underline a {
    text-decoration: none !important;
    color: #222328 !important;
    text-align: end !important;
}

.change-pass-underline p {
    text-align: end;
}

.remove-spacing .form-group {
    margin-bottom: 5px !important;
}

.account-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.account-bottom-border {
    border-bottom: 1px solid #DDDDDD;
    ;
}

.margin-account {
    margin-bottom: 30px;
}

.text-7 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222328;
}

.newsletter-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-account .btn {
    padding: 12px 49px !important;
}

.heading-margin {
    margin-bottom: 20px !important;
}

.heading-maring-2 {
    margin-top: 30px !important;
}

.tab-text {
    text-align: left !important;
}

.radio-account .radio {
    top: 0 !important;
}

.flex-visa {
    padding: 20px 0px 20px 20px;
    display: flex;
    gap: 26px;
}

.bottom-visa {
    border-bottom: 1px solid rgb(221, 221, 221, 0.5);
}

.divider-visa {
    padding: 0px 40px 0px 51px;
}

.btn-edit .btn-primary {
    background-color: transparent !important;
    color: #222328 !important;
    border: none !important;
    display: flex;
    justify-content: end !important;
}

.set-plan-card .plan-card {
    margin: 0px !important;
}

.set-plan-card .radio-container {
    position: absolute;
    right: 20px;
    top: 20px;
}

.margin-exp {
    margin-top: 5px;
    margin-bottom: 10px !important;
}

.class-divider {
    width: 1px !important;
}

.table-class thead {
    background-color: #F7F7F7 !important;
    border-radius: 6px !important;
}

.table-class thead th {
    padding: 19px 0px !important;
    border: none !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
    padding-left: 20px !important;
}

.table-class tbody th {
    padding: 20px 0px 20px 20px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222328;
}

.table-class tbody td {
    padding: 20px 0px 20px 20px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222328;
}

.btn-table {
    padding: 4px 33px !important;
    background-color: rgb(66, 96, 203, 0.2);
    color: #4260CB;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    border-radius: 6px !important;
}

.btn-table-1 {
    padding: 4px 19px !important;
    background-color: rgb(66, 203, 154, 0.2);
    color: #42CB9A;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    border-radius: 6px !important;
}

.table-class thead {
    white-space: nowrap;
}

.my-account-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-account-1 {
    margin-bottom: 10px !important;
}

.login-main-1 {
    padding: 40px 30px 50px 30px;
    background-color: #F5F7FC;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 14px 64px rgba(22, 32, 36, 0.03);
}

.margin-7 {
    margin-top: 20px !important;
}

.number-sections .hero-content {
    background: none;
}

.number-sections .hero-content .heading-1 {
    max-width: unset;
    margin-bottom: 30px !important;
}

.number-sections .hero-pera {
    max-width: 454px;
    margin: auto;
    margin-bottom: 30px;
}

.vanity-number-section {
    padding: 4px 0 60px;
}

.vanity-number-section .section-headings .body-text {
    max-width: 514px;
    margin: 0 auto;
}

.vanity-number-section .section-headings {
    margin-bottom: 50px;
}

.vanity-number-card {
    border-color: transparent;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
}

.vanity-number-card .card-body {
    padding: 25px 20px;
}

.vanity-number-card:hover {
    background-color: rgb(255, 160, 137, 0.1);
    border-color: #ffa089;
}

/* About US */
.our-company-badge {
    background-color: rgba(66, 203, 154, .2);
    border-radius: 6px;
    padding: 5px 15px;
    width: fit-content;
    margin-bottom: 10px;
}

.about-bg-section {
    background-image: url(../images/about-us-2.webp);
    margin-bottom: 165px;
    margin-top: 50px;
    padding-top: 301px;
    background-size: cover;
}

.about-bg-img {
    max-height: 800px;
    object-fit: cover;
}

.volutpat-container {
    position: relative;
}

.volutpat-card {
    max-width: 575px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    position: relative;
    bottom: -115px;
}

.about-featured .featured-section::before {
    display: none;
}

.featured-images {
    max-width: 200px;
}

.our-team {
    margin-bottom: 50px;
}

.our-team .team-name {
    margin-bottom: 10px;
}

.our-team .team-sub-name {
    margin-bottom: 15px;
}

.team-twit,
.team-in {
    padding: 10px 14px;
    margin-right: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 50%;
}

.our-team .team-icon {
    width: 100%;
}

.team-card-text {
    position: absolute;
    bottom: -102px;
    background: white;
    left: 6px;
    right: 6px;
    padding: 15px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
}

.team-card {
    position: relative;
    margin: 0 3px 143px;
}

/* Why US Page CSS */
.why-us-text {
    margin: 100px auto 76px;
}

.why-us-text .why-text-border {
    border-right: 1px solid rgba(221, 221, 221, 1);
    padding-right: 50px;
}

.why-us-list li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.why-us-list li::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 9px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(66, 203, 154, 1);
}

.why-us-features .why-choose {
    background: none;
}

.why-us-features .why-choose-block::before {
    display: none;
}

.why-us-features .why-choose-block {
    padding-bottom: 56px !important;
}

/* new css */
.marginal-tab {
    margin-left: -12px !important;
}

.image-adjust {
    display: flex;
    justify-content: center;
    padding-top: 20px;

}

.profile-dashboard {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}



.image-adjust-1 {
    display: flex;
    justify-content: center;
}

.image-adjust-1 img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #096e33;
}

.image-adjust img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #096e33;
}

.profile-dashboard img {
    width: 150px !important;
    /* max-height: 150px; */
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #096e33;


}


.content-text {
    padding: 20px 0px;
}

.badge-adjust img {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.padding-card {
    padding: 20px 0px;
}

.name-text {
    font-size: 18px;
    color: #222328;
    font-weight: 600;
    line-height: 22px !important;
}

.address-text {
    font-size: 16px;
    color: #222328;
    font-weight: 500;

}

.card-flex {
    display: flex;
    justify-content: space-between;
}

.view-btn {
    padding: 0px 10px 10px 0px;
}

.Speciality-text {
    font-size: 18px;
    font-weight: 600;
    color: #222328;

}

.client-text {
    font-size: 15px;
    font-weight: 400;
    color: #222328;
}

.bullet-text span {
    font-size: 20px;
    color: #222328;

}

.details-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.star svg {
    width: 20px;
}

.rating-text {
    font-size: 16px;
    font-weight: 600;
    color: #096e33;
    margin-bottom: 0px;
}

.rating-text a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #096e33;
}

.rating-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
}

.review-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
    justify-content: space-between;
}

.rating-flex::after {
    content: "";
    width: 100%;
    background-color: rgb(9, 110, 51, 0.1);
    position: absolute;
    height: 1px;
    bottom: 0;
    margin-top: 20px;
    border-radius: 6px;
}

.svg-adjust svg {
    max-width: 30px;
}

.share-text {
    position: relative;
}

.share-text i {
    font-size: 30px;
    color: #096e33;
}

.share-head {
    font-size: 16px;
    font-weight: 600;

}

.share-text {
    gap: 4px;
}

.extra-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-card {
    padding: 12px 23px;
    margin-bottom: 20px;
}

.review-btn {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.flex-reply {
    display: flex;
    align-items: center;
    gap: 4px;
}

.read-link a {
    text-decoration: none;
}

.disp-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.review-modal {
    max-width: 700px !important;
}

.modal-header {
    padding: 20px !important;
}

.profile-modal {
    display: flex;
    gap: 10px;
}

.text-flex h5 {
    display: flex;
    align-items: center;
}

.text-flex h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cross-button i {
    position: absolute;
    top: 15px;
    right: 10px;
}

.license-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 4px;
    color: #7E7F87;
}

.sign-pop {
    font-size: 28px;
    line-height: 33px;
    color: #222328;
    font-weight: 600;
    text-align: center;

}

.remove-modal-body .modal-header {
    border-bottom: none !important;

}

.remove-bottom {
    border-top: none !important;
}

.color-text {
    color: #096e33;
}

.modify-progress .progress {
    background-color: #222328 !important;
    height: 25px !important;
}

.modify-progress .progress .progress-bar {
    background-color: #096e33 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: white !important;
}

.profile-text {
    font-size: 24px;
    font-weight: 600;
    color: #222328;
    margin-bottom: 20px;
}

.card-text {
    font-size: 16px;
    font-weight: 500;
    color: #222328;
    text-align: center;
}

.dashboard-body {
    background-color: #f3f4f6;
    min-height: 100vh;
}

.remove-border {
    border: none !important;
    box-shadow: 0px 4px 25px 0px #0000001A !important;
}

.complete-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-margin {
    margin-bottom: 20px;
}

.menu-flex {
    display: flex;
    justify-content: end;
    gap: 25px;
    width: 100%;
}

/* round progress bar */
.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;

    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #f2f5f5;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #222328;
    text-align: center;
    position: absolute;
}

.progress.blue .progress-bar {
    border-color: #096e33;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdc426;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #f83754;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

/* end */
.comlete-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: #222328;
}

.progress-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.svg-adjust-1 svg {
    max-width: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.text-color {
    color: #096e33 !important;
    margin-top: 8px;
}

.margin-card {
    margin: 20px 0px;
    border-color: rgb(9, 110, 51, 0.1);
}

.complete-form {
    background-color: transparent !important;
}

.blue-tick svg {

    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blue-tick {
    position: absolute;
    right: 7px;
    top: 7px;

}

.icon-tab {
    margin-right: 10px;
    font-size: 20px;

}

.check-border {
    border: 1px solid rgb(9, 110, 51, 0.1);
}

.remove-check {
    border-right: none !important;
}

.form-check {
    padding: 8px 10px !important;
}

.border-right {
    border-left: 1px solid #222328;
}

.list-padding {
    padding: 8px 12px;
}

.btn-height {
    height: fit-content !important;
}

.set-side {
    display: flex;
    flex-direction: column;
}

.tab-menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
}

.tab-bottom {
    margin-top: auto;
}

.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 18px;
    height: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px;
    font-weight: 600;
}

.select-style select {
    border: none !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
}

.select-style select option.active {
    background-color: #096e33 !important;
    color: white !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #096e33 !important;
    color: white !important;
}

.select2-results::-webkit-scrollbar {
    display: none !important;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar {
    display: none !important;
}

.Speciality-text {
    font-size: 14px;
    font-weight: 400;
    color: #222328;
}

.review-text {
    font-size: 14px;
    font-weight: 400;
    color: #096e33;
}

.flex-list {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.text-10 {
    font-size: 17px;
    font-weight: 500;
    color: #222328;

}

.general-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.menu-style ul {
    list-style-type: none;
}

.details-head {
    font-size: 20px;
    color: #222328;
    font-weight: 600;
    position: relative;

}

.details-head h6 {
    position: relative;
}

.details-head h6::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    background-color: #096e33;
}

.icon-img img {
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-11 {
    font-size: 14px;
    color: #414e5a;
    font-weight: 500;
}

.text-12 {
    font-size: 15px;
    font-weight: 500;
    color: #222328;
}

.port-flex {
    display: flex;
    align-items: center;
}

.margin-set {
    margin-top: 70px;
}

.read-link a {
    color: #096e33 !important;
}

.more-text {
    display: none;
}

.remove-styles a {
    text-decoration: none;
    color: #096e33;
    font-size: 16px;
    font-weight: 600;
}

.sign-up .select2-container {
    width: 100% !important;
}

.sign-up .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 62px !important;
    padding-left: 22px !important;
    color: #096e33 !important;
}

.sign-up .select2-container .select2-selection--single {
    height: 56px !important;
}

.sign-up .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 9px 8px 0 7px !important;
    margin-left: -20px !important;
    margin-top: 10px !important;
}

.sign-up {
    margin-bottom: 20px !important;
}

.view-profile a {
    text-decoration: none;
}

label.error {
    color: red !important;
}

.home-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #FAFAFA !important;
}

.field-space {
    margin-bottom: 10px;
}

.border-form {
    border-bottom: 1px solid rgb(9, 110, 51, 0.4);
    padding-bottom: 10px;
}

.box-image {
    height: 140px;
    max-width: 100%;
    border: 1px solid #096e33;
    border-radius: 0.375rem;

}

.box-image img {
    max-height: 140px;
    max-width: 486px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

.marginBottom {
    /* color: #7E7F87 !important; */
    margin-bottom: 0px !important;
}


.qua-wrap .heading-2 {
    text-align: center;
    margin-bottom: 50px;
}

.qua-wrap .card {
    background-color: #fff;
    border: 0;
    box-shadow: 5px 5px 20px rgb(37, 37, 37, 0.1);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.qua-wrap .table {
    border: 0 !important;
    margin-bottom: 0 !important;
}

.qua-wrap .table tr th,
.qua-wrap .table tr td {
    border: 0 !important;
    padding: 0;
}

.qua-wrap .table tr th {
    vertical-align: baseline;
    font-size: 20px;
    font-weight: 600;
}

.qua-wrap .table tr th span {
    margin-right: 5px;
}

.qua-wrap .table tr:not(:last-child) td {
    padding: 0px 0px 10px !important;
}

.qua-wrap .table tr td {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.qua-wrap .table tr td input {
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 2px;
}

.qua-wrap nav.flex .hidden {
    display: none
}

.qua-wrap nav.flex .justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qua-wrap nav.flex .bg-white {
    padding: 10px 15px;
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(37, 37, 37, 0.1);
    text-decoration: none;
    cursor: pointer;
}

.box-image-1 {

    height: 240px;
    max-width: 340px;
    border: 1px solid #096e33;
    border-radius: 0.375rem;
}

.button-manage .modal-footer {
    display: flex !important;
    justify-content: center !important;
}

.description-para i {
    margin-right: 5px;
    vertical-align: middle;
}

.box-image-1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 240px;
}

@media(max-width:499px) {
    .general-flex {
        display: flex;
        justify-content: center;
    }
}

.startBtn {
    padding: 6px !important;
    margin-left: 20px !important;
    border-radius: 5px;
    text-decoration: none;

}

.link {
    text-decoration: none;
    color: white;
}


.btn-login {
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #096e33;
    border: 1px solid #096e33;
}

.btn-login:hover {
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #096e33;
    border: 1px solid #096e33;
}

.upload-document .modal-dialog {
    max-width: 700px;
}

.uploaded-images {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}


/* Chat Design */
.card .message-list-card {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
}

.message-list {
    background-color: #fafafa;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    border-radius: 5px;
    min-height: 500px;
    max-height: 500px;
    overflow-x: auto;
}

.message-list::-webkit-scrollbar {
    display: none;
}

.right-message-div {
    margin-bottom: 10px;
    align-self: end;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.left-message-div {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.right-message-div img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 3px;
}

.left-message-div img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 3px;
}

.right-message {
    list-style: none;
    border: #188601 1.5px solid;
    border-radius: 10px;
    max-width: 300px;
    background-color: #fff;
    text-align: left;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.left-message {
    list-style: none;
    border: #188601 1.5px solid;
    border-radius: 10px;
    max-width: 300px;
    background-color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
}

.user-chat-input-div {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.user-chat-input {
    width: 72%;
    height: 40px !important;
    color: #000 !important;
}

.user-chat-input::placeholder {
    font-size: 14px !important;
}

.send-msg-btn {
    height: 40px !important;
}


/* Certificate CSS */
.certificate-div {
    border: #f3f4f6 2px solid;
    padding: 10px;
    justify-items: center;
    background-color: #f3f4f6;
}

.certificate-image {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}


/* step wise css */
.nav-link-tab {
    height: 60px;
    width: 60px;
    border: 1px solid #096e33 !important;
    /* background-color: #096e33 !important; */
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 14px;
    color: #096e33 !important;
    position: relative;
}

.nav-link-tab.active {
    height: 60px;
    width: 60px;
    border: 1px solid #096e33 !important;
    background-color: #096e33 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 14px;

}

.border-design::after {
    content: "";
    height: 1px;
    width: 54px;
    background-color: rgb(9, 110, 51, 0.5);
    position: absolute;
    margin-top: 11px;
    margin-left: 8px;
}

.border-design:focus-visible {
    border-color: #096e33 !important;
}

.border-design a {
    text-decoration: none;
}

.step a {
    text-decoration: none;
}

.set-design {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-font {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

@media(max-width:498px) {
    .border-design::after {
        display: none;
    }

    .submit-btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


.passerror {
    display: block !important;
}

.badge-set img {
    height: 70px;
    width: auto;
    object-fit: cover;

}

.list-name {
    display: flex;
    flex-direction: column;
}

.badge-set {
    margin-top: -13px;
}

.bottom-pagination ul li a {
    color: #096e33 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.bottom-pagination ul li a:hover {
    background-color: #096e331a !important;
}

.bottom-pagination ul li a.active {
    background-color: #096e33 !important;
    color: #ffffff !important;
}

.input-group-append {
    cursor: pointer !important;
}

.date-set .input-group-text {
    padding: 1rem 0.75rem !important;

}

.code-select .select2-container--bootstrap4 .select2-selection {
    margin-bottom: 0px !important;
}

.no-found img {
    width: 400px;
    height: 400px;
    object-fit: cover;

}

.no-found {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.preview-image {
    width: 150px;
    height: 150px;
    margin-right: 10px;
    object-fit: cover;
    margin: 6px;
    border: 2px solid #096e33;
}

.chat-upload-file {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    cursor: pointer;
}

.hover_download i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.hover_download {
    position: relative;
    z-index: 0;
    transition: all 0.2s linear;
}

.hover_download::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.hover_download img {
    margin-top: 0 !important;
}

.hover_download:hover i {
    opacity: 1;
    visibility: visible;
}

.hover_download:hover::after {
    opacity: 1;
    visibility: visible;
}

#Specialty-dropdown .select2-default {
    color: red;
}

/* .scroll-list{
    overflow-y: scroll;
    min-height: 300px;
    height: 100%;
} */
.button-filter {
    display: flex;
    justify-content: space-between;
}

.manage-password {
    min-height: 0vh !important;
    padding: 50px 0 130px 0 !important;
}

.login-name {
    font-size: 16px;
    font-weight: 600;
    color: #222328;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.name-header {
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    margin-bottom: 0 !important;
}

.utility-icon a {
    text-decoration: none !important;
}

.quick-message-perent {
    position: relative;
}

.quick-message-count {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.footer-set {
    background-color: #222328;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    right: 0;

}

.edit-icon i {
    padding: 8px;
    background-color: #096e33;
    border-radius: 50%;
}

/* new css */
.subs-position {
    position: relative;
}

@media(max-width:428px) {
    .subs-position {
        position: unset;
    }
}

.set-width {
    width: 400px !important;
}


/* .select2 .select1-dropdown {
    z-index: 0 !important;
} */

.select2-dropdown {
    z-index: 0 !important;
}

.right-message-div .hover_download img {
    height: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;

}

.background-banner {
    background-image: url(../images/sub-png.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    height: 300px;
    position: relative;
    margin-bottom: 60px;
    background-size: 100%;
}

.form-position {
    position: absolute;
    right: 68px;
    bottom: 28px;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media(max-width:499px) {

    /* .form-flex {
    display: block;
    margin-top: 16px;
  } */
    .form-control-submit {
        width: 100%;
    }

    .btn-apply {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .background-banner {
        padding-top: 50%;
        background-size: 100%;
    }
}




@media(min-width:692px) and (max-width:837px) {
    .form-position {
        right: 44px;
        bottom: 55px;
    }

    .background-banner {
        margin-top: 0px;
    }
}

@media(min-width:499px) and (max-width:693px) {
    .form-position {
        position: unset;
        padding-top: 150px;
    }

    .form-flex {
        justify-content: center;
    }

    .background-banner {
        margin-top: 0px;
    }
}

@media(min-width:320px) and (max-width:498px) {
    .form-position {
        padding-top: 0px !important;
    }
}

@media(min-width:320px) and (max-width:433px) {
    .form-position {
        right: 30px;
    }
}

@media(min-width:319px) and (max-width:395px) {
    .form-flex {
        justify-content: center;
    }

    .form-position {
        bottom: -15px;
    }
}

@media(max-width:576px) {
    .banner-img img {
        display: none !important;
    }
}

@media(max-width:499px) {
    .right-arrow {
        top: 12px
    }
}

.btn-apply {
    background-color: #EC9133;
    height: 41px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-weight: 500;
    font-size: 17px;
    height: 50PX;
    border: none;
    word-break: break-word;
}