/* reset css */

.form-control:focus {
    box-shadow: none;
    border-color: #0DB2B9 !important;
}

a:hover {
    text-decoration: none;
    color: #0DB2B9;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #f1f1f1;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 0;
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}


/* reset css end */


/* utilities */

.border-bottom {
    border-color: #E9E9E9 !important;
}

.img-fluid {
    max-width: 100%;
}

.color-red {
    color: red;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000;
}

.sec-pt-35 {
    padding-top: 35px;
}

.bg-primary {
    background-color: #0DB2B9;
}

.bg-white {
    background: #ffffff;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0DB2B9;
}

.bg-secondary {
    background-color: #EE8025;
}

.bg-secondary2 {
    background-color: #FF9500 !important;
}

.border-secondary2 {
    border-color: #FF9500 !important;
}

.bg-secondary-light {
    background-color: #FCE6D4;
}

.bg-grey {
    background-color: #F5F5F5;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-grey {
    border-color: #C1C1C1 !important;
}

.border-primary {
    border-color: #0DB2B9 !important;
}

.border-2 {
    border-width: 2px !important;
}

.primary-color {
    color: #0DB2B9 !important;
}

.secondary-color {
    color: #EE8025 !important;
}

.secondary-color2 {
    color: #FF9500;
}

.text-primary {
    color: #8D8D8D;
}

.text-b5 {
    color: #B5B5B5;
}

.dark-primary {
    color: #FF6600;
}

.text-secondary {
    color: #6E6E6E !important;
}

.text-acent {
    color: #c1c1cc !important;
}

.text-acent2 {
    color: #2D2D2D !important;
}

.text-444 {
    color: #444444;
}

.text-blue {
    color: #383F5E;
}

.text-danger {
    /* color: #FF6565 !important; */
    color: #EB0B1A !important;
}

.text-success {
    color: #049209 !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px;
}

.fz-30 {
    font-size: 30px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.flex-1 {
    flex: 1;
}

.border-2 {
    border-width: 2px;
}

.w-35 {
    width: 35%;
}

.w-47 {
    width: 47%;
}

.line-height-normal {
    line-height: normal;
}

.mobile-mt-5 {
    margin-top: 3rem;
}

.mobile-mb-5 {
    margin-bottom: 3rem;
}


/* utilities end */

.main_section {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 400px;
    margin: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05), -1px -1px 2px rgba(0, 0, 0, .05);
    background-color: #fff;
    position: relative;
}

.callon-header {
    background-color: #F2F4F9;
    padding: 15px 25px 0 25px;
    border-radius: 0 0 25px 25px;
    width: 100%;
}

.logo-img {
    height: 38px;
    width: 160px;
}

.callon-title {
    color: #444444;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}

.callon-tabs {
    border: none;
    position: relative;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
}

.callon-tabs::-webkit-scrollbar {
    display: none;
}

.callon-tabs>li {
    padding-bottom: 0;
    text-align: left;
    white-space: nowrap;
    margin-right: 20px;
    text-align: center;
}

.callon-tabs>li>a {
    color: #444;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding-bottom: 10px;
    /* margin-bottom: 15px; */
    text-align: left;
    display: inline-block;
}

.callon-tabs>li.active>a,
.callon-tabs>li.active>a:hover,
.callon-tabs>li.active>a:focus {
    background-color: transparent;
    border: none;
    color: #0DB2B9;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.callon-tabs>li.active a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #0DB2B9;
    height: 4px;
    width: 50px;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

li.tab-item-li.active a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #0DB2B9;
    height: 4px;
    width: 50px;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.tab-item-li,
.tab-item-li.active {
    background: none;
    border-radius: 0;
    text-align: left;
    padding: 8px 8px 10px 0px;
}

.callon-tabs>li>a:hover,
.callon-tabs>li>a:focus {
    background-color: transparent;
    border: none;
}

.tab-item-li.active a {
    color: #0DB2B9;
}

.tab-item-li a {
    color: #444444;
}

.owl-stage {
    padding-left: 0px !important;
}

.callon_content {
    padding: 25px;
    overflow: scroll;
    flex: 1;
    scrollbar-width: none;
}

.callon_content::-webkit-scrollbar {
    display: none;
}

.center-content-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    width: 74%;
    line-height: 30px;
    margin: 20px 0 20px 0;
}

.center-desc {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    margin-bottom: 20px;
}

.agree_wrapper .checkbox label {
    color: #EE8025;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.custm-checkbox input {
    display: none;
}

.custm-checkbox label {
    display: flex;
    position: relative;
    padding-left: 20px;
}

.custm-checkbox .check-wrap span.check:after {
    position: absolute;
    left: 0;
    /* top: calc(50% - 9px); */
    top: 2px;
    content: '';
    height: 18px;
    width: 18px;
    border: 2px solid #EE8025;
    border-radius: 3px;
    transition: all .3s;
}

.custm-checkbox .check-wrap input:checked+span.check:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 3px;
    /* top: calc(50% - 8px); */
    top: 3px;
    font-size: 12px;
    transition: all .3s;
    color: #EE8025;
}

.custm-checkbox .check-wrap span.check.check-blue:after {
    border-color: #0DB2B9;
}

.custm-checkbox .check-wrap input:checked+span.check.check-blue:before {
    color: #0DB2B9;
}

.agree-text {
    margin-left: 5px;
}

.footer-wrap {
    padding: 15px 25px;
    height: 82px;
    background: #ffff;
    text-align: center;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px -8px 10px #0000000A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-wrap.centered {
    justify-content: center;
}

.footer-wrap.main-page {
    justify-content: center;
}

.footer-wrap a {
    display: inline-flex;
}

.footer-wrap a:hover {
    text-decoration: none;
}

.footer-wrap p {
    margin-bottom: 0;
    font-size: 18px;
    color: #EE8025;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 12px;
    line-height: normal;
}

.center_content_wrapper {
    position: relative;
}

.callon-footer {
    width: 100%;
    z-index: 0;
}

.center-hide,
.login-hide {
    display: none;
}

.active {
    display: block;
}

.visibility-hide {
    visibility: hidden;
}

.choose-plan-table {
    box-shadow: 0 13px 13px #C7D6FF5C;
    border-radius: 8px;
}

.choose-plan-table .radio-like-btn.choose-plan:first-child label .plan-title {
    border-radius: 8px 0 0 0;
}

.choose-plan-table .radio-like-btn.choose-plan:last-child label .plan-title {
    border-radius: 0 8px 0 0;
}

.form-row {
    display: flex;
}

.radio-like-btn {
    margin-right: 20px;
}

.radio-like-btn input {
    display: none;
}

.radio-like-btn .custm-radio {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0;
    background-color: transparent;
    color: #44444480;
    padding: 10px 12px;
    min-height: 48px;
    min-width: 120px;
    border-radius: 4px;
    border: 1px solid #C1C1C1;
    cursor: pointer;
    transition: all .3s;
    font-weight: 500;
    font-size: 16px;
}

.radio-like-btn input:checked+label {
    color: #fff;
    background: #0DB2B9;
    border: 1px solid #0DB2B9;
    transition: all .3s;
}

.radio-like-btn.choose-plan {
    margin-right: 0px;
}

.radio-like-btn.choose-plan .custm-radio {
    padding: 0;
    border: none;
    border-radius: 0px;
}

.radio-like-btn.choose-plan input:checked+label {
    background: transparent;
    color: #444444;
    padding: 0;
    border: none;
    border-radius: 0px;
}

.radio-like-btn.choose-plan input:checked+label .plan-title {
    background: #0DB2B9;
    color: #fff;
    transition: all .3s;
}

.radio-like-btn input:checked+label.saffron {
    background: #EE8025;
    border: 1px solid #EE8025;
}

.radio-like-btn input:checked+label span {
    color: #fff !important;
}

.callon-subTitle {
    font-size: 20px;
    color: #444;
    font-weight: 500;
}

.team-box {
    text-align: center;
    padding: 15px;
}

.person-img img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.person-name p {
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

.person-degree p {
    margin-bottom: 0;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
}

.team-box:hover {
    border-radius: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

.icon-wrap img {
    width: 45px;
    height: 45px;
}

.icon-wrap.portrait img {
    margin-bottom: -5px;
}

.white-border {
    border-top: 1px solid #F5F5F5;
    height: 15px;
    background: #fff;
    position: relative;
    box-shadow: 0 -3px 12px #00414308;
}

.custm-radio.radio-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.custm-radio.radio-flex span {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.custm-radio.radio-flex p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.sponser-sec {
    display: flex;
}

.sponser-sec h4 {
    margin-right: 15px;
}

.sponser-img {
    width: 55px;
    margin-right: 15px;
}

.sponser-img.small-img {
    width: 45px;
    height: 45px;
}

.sponser-img.big-img {
    width: 80px;
    height: 70px;
}

.center-content-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
}

.callon-textarea::placeholder,
.callon-input {
    color: #8F8F8F;
}

.callon-textarea,
.callon-input {
    padding: 10px 15px;
    font-size: 15px;
    border-color: #C1C1C1;
    color: #000;
    border-radius: 4px;
    box-shadow: none;
}

.callon-input-label {
    font-size: 16px;
    color: #444444;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.callon-input {
    height: 45px;
}

.callon-select select {
    appearance: none;
}

.callon-select .callon-input.has-placeholder {
    color: #AFAFAF;
}

.callon-select .callon-input {
    color: #000;
    z-index: 2;
    position: relative;
    background: transparent;
}

.callon-select .callon-input option {
    color: #000;
}

.callon-select {
    position: relative;
}

.callon-select:after {
    content: '\f107';
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: normal;
    font-size: 15px;
    color: #C1C1C1;
}

.testimonial-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    margin-top: 0;
}

.testimonial-desc {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
}

.testimonial-img img {
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.rating span {
    color: #9A9A9A;
}

.rating span.checked {
    color: #FFBB5B;
}

.view-more {
    font-size: 16px;
}

.bottom-img {
    text-align: center;
}

.bottom-img img {
    height: 190px;
    width: 300px;
    object-fit: contain;
}

.bottom-img img.bottom-svg {
    height: 155px;
    width: 155px;
}

.callon-desc {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
}

.copy-promo {
    border: 1px dashed #C1C1C1;
    display: inline-block;
    padding: 8px 20px;
}

.file-upload-wrapper input {
    opacity: 0;
    z-index: 1;
    position: relative;
    height: 115px;
    width: 100%;
    cursor: pointer;
}

.file-upload-wrapper {
    position: relative;
    z-index: 1;
}

.file-choose {
    padding: 15px;
}

.file-choose input {
    min-height: 200px;
}

.file-choose-btn {
    background: #E9F8FA;
    padding: 6px 15px;
    color: #0DB2B9;
    border-radius: 5px;
    font-size: 16px;
    min-width: 112px;
    text-align: center;
}

.document-name {
    background: #FCFCFC;
    min-width: 150px;
    color: #6E6E6E;
    padding: 7px 25px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}

.document-name:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '\f057';
    font-family: 'font awesome 5 free';
    color: #C1C1C1;
}

.custom-file-upload .upload-icon {
    width: 30px;
    margin-right: 20px;
}

.custom-file-upload,
.custom-file-choose {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #F2F4F9;
    z-index: -1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.custom-file-choose {
    flex-direction: column;
    /* border: 1px dashed #C1C1C1; */
    background: transparent;
    min-height: 200px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C1C1C1FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='22' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 8px;
}

.custom-file-upload .upload-icon,
.custom-file-choose .upload-icon {
    animation: upload-anim .8s infinite linear alternate;
}

@keyframes upload-anim {
    form {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}

.file-upload-wrapper .uploaded-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.6;
    border-radius: 10px;
    object-fit: cover;
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 295px;
}

.popup-div {
    padding: 25px;
    box-shadow: -1px -1px 10px rgba(0, 0, 0, .1);
    border-radius: 13px;
    position: fixed;
    top: 50%;
    z-index: 3;
    background: #fff;
    width: 330px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 20px;
    max-height: 670px;
    overflow: auto;
}

.popup-div::-webkit-scrollbar {
    display: none;
}

.hide-div {
    display: none;
}

.active-btn {
    border-color: #0DB2B9 !important;
    background-color: #0DB2B9;
    color: #fff !important;
}

.add-more-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-more-cancel {
    color: #FFAD3A;
}

.add-more-plus {
    background: #FF950045;
    color: #FFAD3A;
    padding: 6px 25px;
    font-size: 16px;
    border-radius: 5px;
}

.add-more-plus:hover,
.add-more-cancel:hover {
    color: #FFAD3A;
}

.slider-wrap {
    position: relative;
    margin-bottom: -6px;
    margin-left: 15px;
    margin-right: 15px;
}

.fill {
    position: absolute;
    background: linear-gradient(to right, #0DB2B9, #06888E);
    border-radius: 10px 0 0 10px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.custom-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: transparent;
    outline: none;
    border-radius: 10px;
}

.custom-slider:hover {
    opacity: 1;
}

.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #F5F5F5;
    border: 2px solid #0DB2B9;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.custom-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #0DB2B9;
    cursor: pointer;
}

.submit-btn p {
    color: #fff !important;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
}

.submit-btn {
    background: #EE8025;
    padding: 8px 14px;
    border-radius: 5px;
}


/* New design css */

.box_wrapper {
    background: #fff;
    box-shadow: 0 10px 40px #0000000A;
    padding: 30px 25px;
    margin-top: -20px;
}

.callon-button {
    display: block;
    padding: 10px 15px;
    border: 1px solid #EE8025;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.login-button:hover {
    color: #EE8025;
}

.guest-button:hover {
    color: #000;
}

.callon_login_page {
    flex: 1;
    overflow: scroll;
}

.callon_login_page::-webkit-scrollbar {
    display: none;
}


/* .login_center {
    padding: 25px;
} */

.center-bottom-line,
.bottom-line {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.bottom-line:after,
.center-bottom-line:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 4px;
    width: 64px;
    background: #0DB2B9;
    content: '';
    border-radius: 15px;
}

.center-bottom-line.orange-line:after {
    background: #FF9500;
}

.center-bottom-line:after {
    left: 50%;
    transform: translateX(-50%);
}

.center-content-title.bottom-line {
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.border-bottom-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.callon-input-wrapper {
    position: relative;
}

.callon-input-wrapper input {
    font-size: 16px;
    padding-left: 30px;
    padding-bottom: 15px;
}

.input-icon,
.password-icon {
    position: absolute;
    bottom: 16px;
    left: 0;
    line-height: normal;
}

.login_center .callon-input {
    height: 45px;
}

.password-icon {
    left: initial;
    right: 0;
    color: #AFAFAF;
}

.confirmed-input {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 12px;
}

.input-icon i {
    color: #C1C1C1;
    font-size: 16px;
}

.login-desc {
    color: #707070;
    font-size: 17px;
}

.input-label {
    font-size: 16px;
    color: #8F8F8F;
    padding-left: 30px;
}

.input-label-wrapper {
    position: relative;
}

.input-label-wrapper .input-icon {
    top: 2px;
}


/* 
.radio-like-btn:last-child {
    margin-right: 0;
} */

.callon-select.callon-input-wrapper select {
    padding-left: 30px;
    color: #AFAFAF;
}

.terms-wrap {
    margin-top: 100px;
}

.left-caret,
.right-caret {
    color: #0DB2B9;
    padding: 0 15px;
    cursor: pointer;
}

.left-caret i,
.right-caret i {
    font-size: 24px;
    display: block;
}

.flex-1 .custm-radio {
    min-width: auto;
}

.popup-svg-img {
    height: 100px;
}

.close-icn {
    position: absolute;
    top: 0;
    line-height: normal;
    right: 4px;
    font-size: 22px;
    color: #C1C1C1;
    background: #ffff;
    border-radius: 5px;
    cursor: pointer;
}

.recording-hours .time {
    display: inline-block;
    background: #F5F5F5;
    color: #6E6E6E;
    padding: 5px 7px;
    line-height: normal;
    font-size: 14px;
    margin: 0 1px;
    border-radius: 4px;
}

.video-screen {
    /* width: 235px; */
    height: 165px;
    margin: auto;
    border: 1px solid #6e6e6e5c;
    border-radius: 5px;
}

.recording-icon {
    display: flex;
    justify-content: center;
}

.record-btn {
    background: #F5F5F5;
    margin: 10px;
    padding: 4px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f5f5;
    transition: .2s ease;
}

.record-btn:hover {
    border: 1px solid #0DB2B9;
    transition: .2s ease;
}

.record-btn img {
    height: 15px;
    width: 15px;
}

.square {
    height: 10px;
    width: 10px;
    background: #0DB2B9;
}

.outer-circle {
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.inner-circle {
    height: 8px;
    width: 8px;
    background: #fff;
    display: block;
    border-radius: 50%;
}

.outer-circle.in-progress {
    border-color: #FF0000;
}

.outer-circle.in-progress .inner-circle {
    background: #FF0000;
}

.video-screen-icon {
    max-width: 185px;
}

.sign-div {
    border: 1px solid #c1c1c1;
    height: 150px;
    border-radius: 8px;
}

.cart-head {
    background: #E9F8FA;
}

.cart-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-radius: 5px 5px 0 0;
}

.cart-head .cart-category,
.cart-head .cart-price {
    font-size: 13px;
    font-weight: 700;
    color: #444444;
    text-transform: capitalize;
}

.cart-category,
.cart-price {
    color: #444444;
    font-size: 13px;
}

.cart-price {
    font-weight: 400;
    width: 25%;
    text-align: center;
}

.cart-table {
    border: 1px solid #E9F8FA;
    border-radius: 5px;
}

.promo-input .callon-input {
    border-color: #2DBDCA4D;
    padding-right: 70px;
}

.promo-apply {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.promo-input {
    position: relative;
}

.promo-apply a {
    padding: 4px 12px;
    border-radius: 4px;
}

.promo-apply a:hover {
    color: #fff;
}

.checkout-card,
.progress-card {
    box-shadow: 0px 0px 8px #C7D6FFB3;
    border-radius: 10px;
    padding: 24px;
}

.payer-details {
    border-bottom: 1px solid #F9F9F9;
    padding-bottom: 15px;
}

.payer-img-wrap {
    display: flex;
    align-items: center;
}

.payer-img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.payer-name {
    font-weight: 600;
    font-size: 15px;
    color: #444444;
}

.payer-contact {
    color: #6E6E6E;
    font-size: 13px;
    font-weight: 500;
}

.transaction-id {
    font-size: 16px;
    color: #444444;
}

.item-name {
    font-size: 16px;
    color: #444444;
}

.checkout-items {
    padding: 15px 0;
}

.checkout-price {
    color: #444444;
    font-size: 24px;
    padding-top: 5px;
}

.custm-radio {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.custm-radio:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.02);
    height: 100%;
    width: 100%;
    border-radius: inherit;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: .3s all;
}

.custm-radio:hover:after {
    left: 0;
    transition: .3s all;
}


/* 4/8/2020 css */

.border-none {
    border: none;
}

.done-svg {
    height: 25px;
}

.login_center {
    position: relative;
}

.popup-shadow:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
    content: '';
}

.upload-id {
    position: relative;
    z-index: 0;
}

.upload-id input {
    height: 44px;
    opacity: 0;
    cursor: pointer;
}

.custom-upload-id {
    height: 44px;
    background: #EE8025;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.benefits-ul {
    padding-left: 14px;
    list-style-type: decimal;
}

.benefits-ul li {
    margin-bottom: 10px;
}

.recording-hours span {
    min-height: 95px;
    min-width: 95px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 15px;
    border: 8px solid #2DBDCA;
}

.phone-icon {
    height: 70px;
}

.callon-button.bg-primary:hover {
    color: #fff;
}


/* progressbar css */

.custm-progress {
    display: flex;
    margin-bottom: 30px;
}

.custm-progress li {
    /* width: calc(100% / 2); */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding: 0 6px;
}

.custm-progress li:before {
    height: 24px;
    width: 24px;
    background: #CACCDF;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    margin-bottom: 8px;
    z-index: 1;
    padding-top: 1px;
}

.custm-progress li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 100% !important;
    height: 3px;
    background: #CACCDF;
    z-index: 0;
}

.custm-progress li.active:before {
    background: #fff;
    color: #2DBDCA;
    border: 2px solid #2DBDCA;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: flex;
    justify-content: center;
    font-size: 10px;
    align-items: center;
    line-height: normal;
    padding-top: 2px;
}

.custm-progress li.active-done:before {
    background: #2DBDCA;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
}

.custm-progress div:first-child li:after {
    left: 50%;
    width: 50%;
}

.custm-progress div:last-child li:after {
    left: 0;
    width: 50% !important;
}

.custm-progress li.active:after {
    background: #2DBDCA;
}

.custm-progress li.active-done:after {
    background: #2DBDCA;
}

.progress-img {
    height: 28px;
}

.progress-div {
    width: calc(100% / 4);
    position: relative;
}

.custm-progress li span {
    /* margin: 0 6px; */
    font-size: 12px;
    font-weight: 600;
    color: #5D6174;
}

.custm-progress li.active span {
    color: #2DBDCA;
}

.form_progressbar {
    margin-left: -15px;
    margin-right: -15px;
}

.progress-info {
    background: #2DBDCA;
    padding: 10px 15px;
    color: #fff;
    display: block;
    width: 168px;
    border-radius: 15px;
    font-size: 13px;
    display: none;
    transition: .3s;
}

.progress-info-text {
    color: #e6e6e6;
}

.progress-info {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0 !important;
}

.custm-progress .progress-div:last-child .progress-info,
.custm-progress .progress-div:nth-last-child(2) .progress-info {
    left: auto !important;
    right: 0 !important;
}

.custm-progress li:hover {
    cursor: pointer;
}

.custm-progress li:hover+.progress-info {
    display: block;
    transition: .3s;
}

.progress-info:after {
    position: absolute;
    left: 20px;
    content: '';
    top: -5px;
    background: #2DBDCA;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.custm-progress .progress-div:last-child .progress-info:after,
.custm-progress .progress-div:nth-last-child(2) .progress-info:after {
    right: 20px;
    left: auto;
}

.cod-img {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
}

.input-icon img {
    max-width: 18px;
    max-height: 25px;
}

.popup-div img {
    max-height: 100px;
}

.bottom-popup {
    padding: 15px 25px;
    background: #ffff;
    text-align: center;
    border-radius: 15px 15px 0 0;
    box-shadow: -1px -1px 10px rgba(0, 0, 0, .1);
}

.money-table {
    border: 1px solid #F5F5F5;
    border-radius: 8px;
}

.money-table .money-table-row:last-child {
    border-bottom: none;
}

.money-table-row {
    display: flex;
    min-height: 35px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.money-table-row p {
    margin-bottom: 0;
    width: calc(100% / 3);
    color: #6E6E6E;
}

.money-table-row.t-head {
    background: #F5F5F5;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
}

.money-table-row.t-head p {
    color: #444444;
}


/* 14/08/2020 */

.refund-btn {
    font-weight: 600;
    border-bottom: 1px solid #EE8025;
    display: inline-block;
}

.refund-btn:hover {
    color: #EE8025;
}

.plan-title {
    color: #283457;
    font-weight: bold;
    background: #F5F5F5;
    /* border-bottom: 1px solid #C1C1C1; */
    padding: 15px 5px;
    transition: all .3s;
    margin-bottom: 0;
}

.plan-amount {
    border-bottom: 1px solid #F2F4F9;
    font-size: 13px;
}

.plan-duration {
    font-size: 13px;
}

.plan-duration p,
.plan-amount p {
    color: #5D6174;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.radio-like-btn.choose-plan label div .plan-amount .dollar-icn span,
.radio-like-btn.choose-plan label div .plan-duration .dollar-icn span {
    color: #2DBDCA!important;
    background: #2dbdca47;
    padding: 4px 9px;
    border-radius: 5px;
    display: inline-flex;
    height: 26px;
    width: 26px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.dollar-icn {
    padding: 12px 0;
}

.half-border {
    border-right: 1px solid #F2F4F9;
}

.dollar-icn img {
    height: 13px;
}

.choose-plan-table .choose-plan:not(:last-child) .plan-amount,
.choose-plan-table .choose-plan:not(:last-child) .plan-duration {
    border-right: 1px solid #F2F4F9;
}

.failed-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
}

.failed-row:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border-bottom: 2px dotted #C2C2C2;
}

.site-logo {
    background: #fff;
}

.failed-button {
    padding: 10px 25px;
}

.center-long-line:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid #C2C2C2;
    height: 2px;
    width: 70%;
    content: '';
    transform: translateX(-50%);
}

.center-long-line {
    position: relative;
}

.work-detail {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.thanks-img {
    height: 45px;
}

.thankyou-text {
    font-family: 'Pacifico', cursive;
    color: #2DBDCA;
    font-size: 30px;
}

.close-icn-circle {
    background: #F5F5F5;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #293450;
    line-height: normal;
    margin-top: 10px;
    margin-right: 5px;
}

.uploaded-doc {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 5px;
}

.wrap-form {
    padding: 0;
}

.login-agreement-text {
    font-size: 16px;
    color: #444;
}

.add-more-doc {
    display: flex;
    justify-content: flex-end;
}

.Schedule-video .radio-like-btn {
    margin-right: 0;
    margin-bottom: 20px
}

.Schedule-video [class*="col-"] {
    padding: 0 10px;
}

.Schedule-video .col-md-4 {
    width: 33.33333333%;
    float: left;
}

.email-text {
    color: #282E37;
}

.choose-plan-table {
    width: 100%;
}

.contactus-textarea {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 16px;
    color: #2C314A;
}

.color-dark-blue {
    color: #2C314A;
}

.contactus-textarea:focus {
    outline: none;
}

.video-start {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.video-start>img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.video-notification {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 330px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    color: #171e4375;
}

.video-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.video-close {
    height: 26px;
    width: 26px;
}

.video-record-time {
    padding: 4px 18px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

.camera-control-btn {
    height: 50px;
    width: 50px;
}

.camera-shutter-outer {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    animation: bg--anim--reverse 0.3s forwards linear;
}

.camera-shutter-inner {
    animation: shutter--anim--reverse 0.3s forwards linear;
    height: 100%;
    width: 100%;
    background: #F3002F;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.camera-shutter-outer.anim-shutter {
    animation: bg--anim 0.3s forwards linear;
}

.camera-shutter-outer.anim-shutter .camera-shutter-inner {
    animation: shutter--anim 0.3s forwards linear;
}

@keyframes shutter--anim {
    form {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    to {
        width: 50%;
        height: 50%;
        border-radius: 15%;
    }
}

@keyframes bg--anim {
    form {
        background-color: #fff;
    }
    to {
        background-color: #000;
    }
}

@keyframes bg--anim--reverse {
    form {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

@keyframes shutter--anim--reverse {
    form {
        width: 50%;
        height: 50%;
        border-radius: 15%;
    }
    to {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
}


/* camera new */

.camera__btn {
    background: #fff;
    width: 148px;
    position: relative;
    z-index: 0;
    height: 60px;
    border-radius: 0 30px 30px 0px;
    transform: translateX(13px);
    justify-content: flex-end;
    padding: 15px 20px;
    cursor: pointer;
}

.shutter_wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    transform: translateX(-50%);
}

@media (max-width:1199px) {
    .camera__btn {
        background: transparent;
        width: auto;
        position: relative;
        z-index: 0;
        height: auto;
        border-radius: 0;
        transform: translateX(0px);
        justify-content: initial;
        padding: 0;
        cursor: initial;
    }
    .shutter_wrap {
        position: initial;
        z-index: -1;
        left: 0;
        transform: translateX(0);
    }
}


/* camera new  end*/


/* ==================================hide in mobile=========================================== */

.hide-in-mobile {
    display: none !important;
}

.hide-in-desktop {
    display: block;
}

.callon_footer_hide+.callon-footer {
    display: none;
}


/* ====================================== web style ======================================= */

@media (min-width:1500px) {
    .callon-web .container {
        width: 1320px;
    }
}

@media (min-width:1200px) {
    li.tab-item-li.active a:after {
        content: none;
    }
    .tab-item-li,
    .tab-item-li.active {
        background: #0db2b91c;
        border-radius: 8px;
        text-align: center;
        padding: 8px 8px;
    }
    .tab-item-li {
        background: transparent;
    }
    li.tab-item-li a {
        color: #444444;
    }
    .hide-in-mobile {
        display: block !important;
    }
    .hide-in-desktop {
        display: none;
    }
    .web-bg {
        position: relative;
        background: url(../images/webBg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .web-bg.web-popup-bg {
        background: rgb(11 28 72 / 0.43);
    }
    .web-bg:after {
        content: '';
        background: #f2f4f9;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }
    .bottom-right-img,
    .center-left-img,
    .center-left2-img,
    .bottom-left2-img,
    .bottom-left-img {
        display: block;
        position: absolute;
    }
    .bottom-left2-img {
        left: 170px;
        bottom: 0;
    }
    .bottom-right-img {
        bottom: 0;
        right: 0;
    }
    .right-50 {
        right: 50px;
    }
    .bottom-left-img {
        left: 0;
        bottom: 0;
    }
    .center-left-img {
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .center-left2-img {
        left: 170px;
        top: 50%;
        transform: translateY(-50%);
    }
    .bottom-right-img img {
        height: 350px;
    }
    .center-left-img img,
    .bottom-left2-img img {
        height: 400px;
    }
    .bottom-left-img img {
        height: 345px;
    }
    .bottom-left-img .h-300 {
        height: 300px;
    }
    .center-left-img img {
        width: 400px;
    }
    .left-circle-btn {
        position: absolute;
        left: -40px;
        top: 32%;
    }
    .side-box {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 181px;
        max-width: 225px;
        min-width: 225px;
        flex-direction: column;
        padding: 25px 8px;
        text-align: center;
        background: #ffffff30;
        border-radius: 10px;
    }
    .side-box img {
        width: 45px;
        margin-bottom: 20px;
    }
    .side-box-desc {
        color: #444444;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .callon-header {
        background: #fff;
        border-radius: 30px;
        padding: 20px 60px 20px 60px;
    }
    .wrap-form {
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .main_section {
        height: auto;
        min-height: calc(100% - 120px);
        max-height: calc(100% - 120px);
        width: 465px;
        border-radius: 30px;
        box-shadow: 0px 0px 37px #CFCBCB1F;
        z-index: 2;
    }
    .box_wrapper {
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
    .callon_content {
        padding: 0 60px;
    }
    .logo-img {
        height: 80px;
        width: 185px;
    }
    .callon-web-title {
        font-size: 22px !important;
        text-transform: uppercase;
        border-bottom: 1px solid #D4DCF5;
        padding-bottom: 25px;
        color: #444;
        margin-top: 30px;
    }
    .callon-web-logo {
        margin-bottom: 30px;
    }
    .login-web-ttl {
        margin-bottom: 50px;
        font-size: 18px;
    }
    .callon-button {
        padding: 12px 15px;
        font-size: 18px;
        border-radius: 4px;
    }
    .buttons-wrapper.btn-margin .mb-4 {
        margin-bottom: 25px !important;
    }
    .callon_footer_hide+.callon-footer {
        display: none;
    }
    .side-content-title h3 {
        margin: 0;
        font-weight: 600;
        font-size: 30px;
        color: #000;
        text-transform: capitalize;
    }
    .center-bottom-line.web-bottom-line {
        padding-bottom: 12px;
    }
    .center-bottom-line.web-bottom-line:after {
        background: #FF9500;
        height: 3px;
        width: 150px;
    }
    .step-icn {
        background: #ffffff73;
        padding: 10px;
        border-radius: 11px;
        margin-right: 0;
        position: relative;
    }
    .step-icn img {
        height: 25px;
        width: 25px;
        filter: grayscale(1);
        opacity: 0.5;
    }
    .step-icn.active img {
        filter: grayscale(0);
        opacity: 1;
    }
    .step-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85%;
        align-items: center;
        cursor: pointer;
        position: relative;
        padding-bottom: 5px;
    }
    .step-box.active:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 1px;
        background: #FF9500;
        height: 2px;
        width: 100%;
        z-index: 1;
    }
    .step-desc h5,
    .center-side-content h5 {
        color: #293450;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 600;
        margin: 15px 0 10px 0;
    }
    .step-desc p {
        color: #293450;
        font-size: 17px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .side-content-title {
        margin-bottom: 40px;
    }
    .how-work-steps:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        transform: translateY(-50%);
        background: #fff;
    }
    .how-work-steps {
        position: relative;
        display: flex;
        align-items: flex-start;
        width: 80%;
    }
    .login-button {
        box-shadow: 0px 10px 40px #EE802512;
    }
    .login-agreement-text {
        font-size: 13px;
        color: #44444480;
    }
    .done-svg {
        height: 28px;
    }
    .login-desc {
        font-size: 16px;
        text-align: center;
    }
    .web-icon-title {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .web-icon-title.centered {
        align-items: center;
    }
    .web-icon-title .center-content-title {
        margin-top: 0;
    }
    .web-mt-35 {
        margin-top: 35px;
    }
    .web-mb-35 {
        margin-bottom: 35px;
    }
    .web-w-50 {
        width: 50%;
    }
    .w-75.web-w-100 {
        width: 100% !important;
    }
    .web-w-100 {
        width: 100% !important;
    }
    .web-mb-15 {
        margin-bottom: 15px !important;
    }
    .web-mb-130 {
        margin-bottom: 130px;
    }
    .web-mb-20 {
        margin-bottom: 20px !important;
    }
    .web-pb-20 {
        padding-bottom: 20px !important;
    }
    .web-pt-20 {
        padding-top: 20px !important;
    }
    .web-text-center {
        text-align: center;
    }
    .bottom-0 {
        bottom: 0;
    }
    .footer-wrap {
        border-radius: 0 0 30px 30px;
    }
    .callon-web-input {
        height: 55px;
    }
    .set-signup-web .center-content-title {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    .set-signup-web .callon-input-wrapper {
        margin-bottom: 10px;
    }
    .set-signup-web .callon-input-wrapper input {
        font-size: 15px;
        padding-bottom: 13px;
    }
    .set-signup-web .callon-button {
        font-size: 15px;
    }
    .tab-page-logo {
        height: 40px;
        width: 150px;
    }
    .callon-tabs>li {
        margin-bottom: 0;
        margin-right: 4px;
    }
    .callon-tabs>li>a {
        padding: 8px 14px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .callon-tabs>li.active a:after {
        content: none;
    }
    .callon-tabs>li.active>a,
    .callon-tabs>li.active>a:hover,
    .callon-tabs>li.active>a:focus {
        color: #0DB2B9;
        background: #0db2b91c;
        border-radius: 8px;
    }
    .web-form-tabs .callon-header {
        padding: 20px 45px 20px 45px;
    }
    .web-form-tabs .callon_content {
        padding: 0 45px;
    }
    .icon-wrap img {
        width: 40px;
        height: 40px;
    }
    .center-content-title.bottom-line {
        padding-bottom: 5px;
    }
    .center-content-title.bottom-line.bottom-line2 {
        padding-bottom: 15px;
    }
    .callon-input {
        height: 50px;
    }
    .callon-input::placeholder {
        color: #AFAFAF;
    }
    .callon-textarea,
    .callon-input {
        font-size: 14px;
    }
    .callon-input-label {
        font-size: 14px;
    }
    /* .callon-select:after {
        content: none;
    } */
    .callon-select .callon-input,
    .callon-select .callon-input option {
        color: #000;
    }
    .callon-select .callon-input.has-placeholder {
        color: #c1c1c1;
    }
    .set-security-icn {
        height: 60px !important;
        width: 60px !important;
    }
    .center-side-content {
        width: 35%;
        text-align: center;
        margin-left: 50px;
        margin-bottom: 50px;
    }
    .center-side-content p {
        font-size: 15px;
        color: #383F5E;
    }
    /* -------------- medical tab ---------------- */
    .fz-26 {
        font-size: 26px !important;
    }
    .web-mb-10 {
        margin-bottom: 10px !important;
    }
    .web-mt-20 {
        margin-top: 20px;
    }
    .web-mr-0 {
        margin-right: 0;
    }
    .web-mt-0 {
        margin-top: 0;
    }
    .center-content-title.web-fz-14 {
        font-size: 14px;
    }
    .web-fz-12 {
        font-size: 12px;
    }
    .web-fz-13 {
        font-size: 13px !important;
    }
    .web-fz-14 {
        font-size: 14px !important;
    }
    .fz-14.web-fz-16 {
        font-size: 16px !important;
    }
    .fz-16.web-fz-14 {
        font-size: 14px !important;
    }
    .web-text-center {
        text-align: center;
    }
    .callon-subTitle {
        font-size: 16px;
    }
    .center-content-title {
        width: 100%;
        font-size: 18px;
        margin: 20px 0 25px 0;
    }
    .team-box-web {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
    }
    .custm-radio.radio-flex span {
        font-size: 16px;
    }
    .sponser-img {
        width: 42px;
        margin-right: 15px;
    }
    .web-sponser-sec {
        padding-top: 15px !important;
        display: flex;
        align-items: center;
    }
    .sponser-sec2 {
        flex-direction: column;
    }
    .feature--text {
        font-weight: 600;
        line-height: 28px;
    }
    .watch-img {
        height: 75px;
    }
    .icon-wrap-right {
        height: 30px !important;
    }
    .section-image-set {
        height: 385px;
    }
    .section-image-set2 {
        height: 325px;
    }
    .center-block-with-img {
        position: absolute;
        top: 50%;
        transform: translateY(-100%) translateX(-50%);
        left: 50%;
        width: 100%;
    }
    .radio-like-btn .custm-radio {
        font-size: 14px;
        color: #444444;
    }
    .custm-radio.radio-flex p {
        font-size: 12px;
    }
    .custm-checkbox .check-wrap input:checked+span.check:before {
        left: 2px;
        top: 5px;
        font-size: 11px;
    }
    .custm-checkbox .check-wrap span.check:after {
        left: 0;
        top: 5px;
        content: '';
        height: 15px;
        width: 15px;
    }
    .add-more-doc {
        display: flex;
        justify-content: center;
    }
    .hipaa-logo {
        height: 70px;
    }
    .email-text {
        color: #282E37;
    }
    .discount-card-img {
        height: 180px;
        width: 100%;
    }
    .reviewer-block {
        display: flex;
        justify-content: space-between;
    }
    .reviewer-details-block img {
        height: 36px;
        width: 36px;
        border-radius: 50%;
        object-fit: cover;
    }
    .review-logo img {
        height: 18px;
    }
    .review-border {
        border-bottom: 1px solid #c5c9d280;
    }
    .review-block>p {
        color: #383f5ecc;
        line-height: 22px;
    }
    .radio-border {
        border-color: #ECE8E8 !important;
    }
    .Schedule-video [class*="col-"] {
        padding: 0 20px;
    }
    .center-bottom-line,
    .bottom-line {
        padding-bottom: 5px;
    }
    .web-custm-row {
        display: flex;
    }
    .discount-icn img {
        height: 15px;
    }
    .add-icn img,
    .pay-card-icn img {
        height: 15px;
    }
    .plan-title {
        padding: 10px 5px;
    }
    .video-screen {
        width: 270px;
        height: 135px;
    }
    .video-screen img {
        height: 100%;
    }
    .payer-details {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .checkout-items {
        padding-bottom: 0;
    }
    .light-heading h3 {
        color: #DCDEE9;
        font-size: 42px;
        text-transform: uppercase;
        font-weight: 600;
    }
    /* .how-work-content {
        width: 85%;
        margin: auto;
    } */
    .how-work-content p {
        color: #293450;
        font-size: 16px;
        text-transform: capitalize;
        margin: 25px 0;
    }
    .logo-group-right,
    .logo-group-left {
        width: 450px;
        position: absolute;
        z-index: 0;
    }
    .logo-group-left {
        left: 0;
    }
    .logo-group-right {
        right: 0;
    }
    .cart-row {
        border-bottom: 1px solid #E9F8FA;
        margin-top: 0px;
    }
    .cart-row.cart-head {
        border: none;
        border-radius: inherit;
        margin-top: 0;
    }
    .cart-table {
        border: none;
    }
    .choose-plan-table {
        width: 90%;
        margin-left: auto;
    }
    .discount-icn {
        display: flex;
        align-items: center;
    }
    .promo-text-span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 85px;
    }
    .popup-lg {
        min-width: 440px;
    }
    .popup-xl {
        min-width: 470px;
    }
    .popup-md {
        min-width: 380px;
    }
    .confirm-patient {
        padding: 25px 70px;
    }
    .pop-padding {
        padding: 25px 60px;
    }
    .pop-padding2 {
        padding: 25px 40px;
    }
    .outer-dollar {
        color: #2DBDCA!important;
        background: #2dbdca47;
        padding: 4px 9px;
        border-radius: 5px;
        display: inline-flex;
        height: 26px;
        width: 26px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-right: 5px;
    }
    .outer-table-label {
        display: flex;
        align-items: center;
        border-bottom: 0;
    }
    .opacity-0 {
        opacity: 0;
    }
}

.close-web.close-icn-circle {
    background-color: #F5F5F5;
    min-width: 25px;
    min-height: 25px;
    font-size: 12px;
}

.popup-div .center-content-title {
    color: #050606;
}

.color-off-44 {
    color: #444444b3;
}

.phone-icon {
    width: 35px;
}

.mail-icon {
    width: 50px;
}

.callback-text {
    color: #050606;
}

.view-recording-btn:hover {
    color: #EE8025;
}


/* zzz */


/* new medical form */

.success-alert {
    color: #34B872;
    margin-top: 20px;
}

.danger-alert {
    color: #FF0000;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    color: #171E43;
    font-size: 13px;
    font-weight: 400;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    background-color: #ECECEC;
}

.check-container input:checked~.checkmark {
    background-color: #FF6F00;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 50%;
    top: 46%;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.set-checkbox [class*="col-"] {
    padding: 0;
}

.multi-form-button {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #E4E4E4;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 4px;
    text-align: left;
    color: #171E43;
    font-weight: 500;
}

.multi-button {
    margin-bottom: 10px;
}

.multi-form-button:focus,
.multi-form-button:focus:active {
    outline: none;
}

.multichoise-btn-block {
    width: 100%;
}

.multichoise-options {
    display: none;
}

.multi-form-button.open-multi+.multichoise-options {
    display: block;
}

.multichoise-options {
    padding: 15px 10px;
}

.check-mb {
    margin-bottom: 12px;
}

.multichoise-options .check-container .checkmark:after {
    top: 45%;
}

.button--active {
    background-color: #0DB2B9;
    color: #fff !important;
}

.center-content-title.que-title {
    margin: 10px 0 12px 0;
}

.multichoise-options.input-options {
    padding: 15px 0;
}

.input-options .callon-input::placeholder {
    color: #C9C9C9;
}

.input-options .callon-input {
    height: 45px;
    font-size: 12px;
}

.callon-date-input::placeholder,
.callon-date-input {
    color: #171E43;
    border-color: #E4E4E4;
}

.input-option {
    position: relative;
}

.datepicker-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 42px;
    background: #FF6F00;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
}

.datepicker-icon img {
    width: 16px;
}

.light-blue-heading {
    color: #2c314aba;
}

.add-medi-btn {
    font-size: 14px;
    color: #FF6F00;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.add-medi-btn img {
    height: 16px;
}

.add-medi-btn:hover,
.form-edit-btn:hover {
    color: #FF6F00;
}

.medi-list li {
    display: flex;
    align-items: center;
    color: #000000;
}

.medi-list li:not(:last-child) {
    margin-bottom: 15px;
}

.form-edit-btn {
    color: #FF6F00;
    border: 1px solid #FF6F00;
    border-radius: 12px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    min-width: 50px;
}

.check-container.radio-container .checkmark {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    left: 8px;
}

.check-container.radio-container .checkmark:after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    margin: 0;
    border: none;
}

.check-container.radio-container input:checked~.checkmark {
    border-color: transparent;
}

.check-container.radio-container input:checked~.checkmark {
    background-color: #2DBDCA;
}

.check-container.radio-container {
    color: #2C314A;
    font-size: 13px;
    font-weight: 600;
}

.radio-box {
    padding: 14px 5px 14px 35px;
    box-shadow: 0px 3px 6px #656FA129;
    border-radius: 10px;
    margin-bottom: 15px;
}

.callon-select.blue-select:after {
    content: "\f0d7";
    color: #2DBDCA;
}

.mt-20 {
    margin-top: 20px;
}

.self-pay,
.insurance-div {
    display: none;
}

.agreement-header {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #F2F4F9;
    border-radius: 26px 26px 0px 0px;
    padding: 12px;
}

.agreement_svg {
    width: 75px;
}

.check-close-icn {
    display: none;
}

.callon-tabs .owl-carousel .owl-stage-outer .owl-stage {
    min-width: max-content !important;
}


/* zzz */

@media (max-width:1199px) {
    .check-mobile-label {
        background: #EEEDEC;
        text-align: center;
        border-radius: 20px;
        padding: 8px 12px 8px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rounded-checkbox .check-container {
        margin: 0px 10px;
        padding-left: 0;
        font-size: 15px;
    }
    .check-container input:checked~.check-mobile-label {
        background-color: #ff6f001c;
        color: #FF6F00;
    }
    .check-container input:checked~.check-mobile-label .check-close-icn {
        display: inline-block;
        margin-left: auto;
    }
    .rounded-checkbox .checkmark {
        display: none;
    }
}


/* Pop up */

@media (min-width:1920px) {
    .callon-web .container {
        width: 1600px;
    }
    .radio-like-btn .custm-radio {
        font-size: 16px;
    }
    .main_section {
        min-height: calc(100% - 140px);
        max-height: calc(100% - 140px);
        width: 625px;
        z-index: 2;
    }
    .web-bg {
        background-size: cover;
    }
    .select-age-wrap .callon_content {
        padding: 0 130px;
    }
    .select-age-wrap .callon-header {
        padding: 20px 130px 20px 130px;
    }
}

@media (min-width:2400px) {
    .main_section {
        min-height: 900px;
        max-height: 900px;
    }
}

.progress-tracker {
    position: relative;
    background: #fff;
}

.progress-tracker:after {
    position: absolute;
    left: 100%;
    top: 50%;
    content: '';
    width: 100%;
    transform: translateY(-50%);
    border-bottom: 2px dashed #FF9500;
}

.progress-tracker.click-icn:before {
    position: absolute;
    top: 20%;
    background: url(../images/click2.svg);
    content: '';
    height: 18px;
    width: 13px;
    background-repeat: no-repeat;
    left: 100%;
    transform: translateX(50%);
}

.small-icon {
    width: 25px;
}

.icon-wrap .cart-icon {
    height: 30px;
    width: 30px;
}

.cart-info-box {
    box-shadow: 0px 3px 13px #C7D6FF5C;
    padding: 15px;
    border-radius: 9px;
}

.p-15 {
    padding: 15px;
}


/* past pediatrics popup */

.top_bar {
    background-color: #F2F3F6;
    padding: 12px 15px;
}

.top_bar .close-web.close-icn-circle {
    background-color: #fff;
}

.middle_bar {
    padding: 15px;
    overflow: auto;
    scrollbar-width: none;
}

.middle_bar::-webkit-scrollbar {
    display: none;
}

.pop-title {
    color: #293450;
    font-weight: 600;
    font-size: 14px;
}

.callon-input.pop--input {
    font-size: 13px;
    height: 40px;
    border-color: #41435A33;
}

.bottom__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px;
}

.pill-btn {
    border-radius: 20px;
    padding: 6px 20px;
    min-width: 120px;
}

button:focus {
    outline: none;
}

.pop-textarea::placeholder {
    color: #AFAFAF !important;
}


/* pending popop */

@font-face {
    font-family: "Brandon_Grotesque";
    src: url(../font/transat_bold-webfont.ttf);
    font-weight: 600;
}

.pop--img {
    height: 85px !important;
}

.text-light-blue {
    color: #2c314ab8;
}

.text-dark-blue {
    color: #2C314A;
}

.thanks--bg {
    background-color: #2DBDCA;
}

.large--text {
    font-family: "Brandon_Grotesque";
    font-weight: 600;
    font-size: 40px;
}

.thanks--bg .close-icn {
    background-color: transparent;
}

.thanks--bg .close-icn .close-icn-circle {
    background-color: #fff;
}

.thanks--bg .close-icn .close-icn-circle i {
    color: #FF6600;
}

select.has-placeholder {
    color: ;
}