﻿/* Dynamic color declarations */
:root {
     /*
        THEME VARIABLES

        /* PRIMARY BACKGROUND COLOR*/
    /*--primary-bg-color: ;*/
    /* HIGHLIGHT COLOR*/
    /*--highlight-color: ;*/
    /* HIGHLIGHT COLOR*/
    /**/
    /**/    --secondary-bg-color:;
    --primary-app-logo:;
    --primary-app-logo-width:;
    --primary-app-logo-height:;
    /*ORANGE APP CONFIG START*/
    /*  */
    --primary-bg-color: #f2541b;
    --primary-fore-color: #DD6C4F;
    --highlight-color: #fde5dc #bac0cb;
    --secondary-bg-color: #568c8c;
    --primary-app-logo: url('../images/carehqwhite-logo.svg');
    --primary-app-logo-width: 120px;
    --primary-app-logo-height: 38px;
    --contact-edit-pencil-icon: url('../images/icon-pencil-orange.svg');
    --profile-edit-addchild-icon: url('../images/PatientPlus/childadd-icon.svg');
    --feedback-header-image: url('../images/PatientPlus/feedback@2x.jpg');
    --left-arrow: url('../images/leftorangearrow.svg');
    --home-seegpnow-icon: url('../images/seegp.svg');
    --popup-cross: url('../images/orangecross.svg');
    --home-scheduledbooking-icon: url('../images/bookgp.svg');
    --disbaled-bg-color: #fbd4c6;
    --complete-request-status-icon1: url('../images/PatientPlus/queue.svg');
    --complete-request-status-icon2: url('../images/PatientPlus/clock.svg');
    --complete-request-status-icon3: url('../images/PatientPlus/link.svg');
    --complete-request-status-icon4: url('../images/PatientPlus/camera.svg');
    --complete-request-status-icon5: url('../images/PatientPlus/close-icon.svg');

--clinic-menu-after-hours: url('../images/seegp.svg');
--clinic-menu-book-a-gp: url('../images/bookgp.svg');
--clinic-menu-inhury-management: url('../images/injury-sml.svg');
--clinic-menu-international-visitor: url('../images/international-sml.svg');
--clinic-menu-primary-care: url('../images/PatientPlus/primarycare.svg');
--clinic-menu-governance: url('../images/PatientPlus/governance.svg');
--clinic-menu-team: url('../images/PatientPlus/team.svg');
--clinic-menu-existing-patient-consultation: url('../images/PatientPlus/existing-patient-consultation.svg');
--clinic-menu-followup-consultation: url('../images/PatientPlus/followup-consultation.svg');
--clinic-menu-initial-consultation: url('../images/PatientPlus/initial-consultation.svg');
--clinic-menu-senior-consession-consultation: url('../images/PatientPlus/senior-consession-consultation.svg');
    /*ORANGE APP CONFIG END*/
    /*PRACTICE PLUS APP CONFIG START
    --primary-bg-color: #00aab5;
    --primary-fore-color: #FFFFFF;
    --highlight-color: #b4f5f7;
    --secondary-bg-color: #568c8c;*/
    /*
	--primary-app-logo: url('../images/TuiOraPRacticePlusLogo.svg');
    --primary-app-logo: url('../images/PracticePlus/PPLogoWhiteTransparentHiRes.png');
    --primary-app-logo-width: 110px;
    --primary-app-logo-height: 40px;
    --popup-cross: url('../images/ppgreencross.svg');
    --contact-edit-pencil-icon: url('../images/icon-pencil-pp.svg');
    --profile-edit-addchild-icon: url('../images/PatientPlus/childadd-icon-pp.svg');
    --feedback-header-image: url('../images/PracticePlus/PP_Intro_10.png');
    --left-arrow: url('../images/left-pp-arrow.svg');
    --home-seegpnow-icon: url('../images/seegp-pp.svg');
    --home-scheduledbooking-icon: url('../images/bookgp-pp.svg');
    --disbaled-bg-color: #88999b;
    --complete-request-status-icon1: url('../images/PracticePlus/queue.svg');
    --complete-request-status-icon2: url('../images/PracticePlus/clock.svg');
    --complete-request-status-icon3: url('../images/PracticePlus/link.svg');
    --complete-request-status-icon4: url('../images/PracticePlus/camera.svg');
    --complete-request-status-icon5: url('../images/PracticePlus/close-icon.svg');*/
    /*PRACTICE PLUS APP CONFIG END*/
    /*INDICI DEMO APP CONFIG START
    --primary-bg-color: #2D93C3;
    --primary-fore-color: #DD6C4F;
    --highlight-color: #fde5dc #bac0cb;
    --secondary-bg-color: #568c8c;
    --primary-app-logo: url('../images/indici_logo_white_transparent.png');
    --primary-app-logo-width: 120px;
    --primary-app-logo-height: 38px;
    --contact-edit-pencil-icon: url('../images/icon-pencil-orange.svg');
    --profile-edit-addchild-icon: url('../images/PatientPlus/childadd-icon.svg');
    --feedback-header-image: url('../images/PatientPlus/feedback@2x.jpg');
    --left-arrow: url('../images/leftorangearrow.svg');
    --home-seegpnow-icon: url('../images/seegp.svg');
    --popup-cross: url('../images/orangecross.svg');
    --home-scheduledbooking-icon: url('../images/bookgp.svg');
    --disbaled-bg-color: #fbd4c6;
    --complete-request-status-icon1: url('../images/PatientPlus/queue.svg');
    --complete-request-status-icon2: url('../images/PatientPlus/clock.svg');
    --complete-request-status-icon3: url('../images/PatientPlus/link.svg');
    --complete-request-status-icon4: url('../images/PatientPlus/camera.svg');
    --complete-request-status-icon5: url('../images/PatientPlus/close-icon.svg');*/
    /*PRACTICE PLUS APP CONFIG END*/
    /* Clinic menu icons */
    /*  ORANGE  
    --clinic-menu-after-hours: url('../images/seegp-pp.svg');
    --clinic-menu-book-a-gp: url('../images/bookgp-pp.svg');
    --clinic-menu-inhury-management: url('../images/injury-sml.svg');
    --clinic-menu-international-visitor: url('../images/international-sml.svg');*/
    /*  GREY  */
    /**/
	--clinic-menu-after-hours: url('../images/seegp.svg');
    --clinic-menu-book-a-gp: url('../images/bookgp.svg');
    --clinic-menu-inhury-management: url('../images/injury-sml.svg');
    --clinic-menu-international-visitor: url('../images/international-sml.svg');
}


body, html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Proxima-Nova-Regular !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    background-color: var(--primary-bg-color);
}

@font-face {
    font-family: 'Proxima-Nova-Regular';
    src: url('../fonts/proximanova-reg.ttf') format('truetype');
    font-display: swap;
}
/*@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf') format('truetype');
    font-display: swap;
}*/

@font-face {
    font-family: 'Proxima-Nova-webfont';
    src: url('../fonts/proxima_nova_reg-webfont.ttf') format('truetype');
    font-display: swap;
}

.wf-loading body {
    visibility: hidden;
}


::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: #888;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.password-field-padding-right {
    padding-right: 40px;
}

.visible-password-icon {
    position: absolute;
    right: 12px;
    top: 11px;
}

.text-right {
    text-align: right;
}

.bullets-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-bullet {
    border: 1px solid #C1C1C1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
}

.next-bullet-selected {
    border: 1px solid var(--highlight-color);
    background-color: var(--primary-bg-color);
}


.orange-small-btn {
    width: 90px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid var(--primary-bg-color);
    text-align: center;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: #fff;
    background-color: var(--primary-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    float: right;
}

.skip-anchor-text {
    padding-top: 3px;
    width: 100%;
    float: left;
    font-size: 18px;
    cursor: pointer;
}



.container-item {
    position: relative;
    width: 100%;
    float: left;
    bottom: 22px;
}


.container-item-btn {
    width: 90px;
    height: 40px;
    float: left;
}

.container-item-bullets {
    width: 150px;
    position: absolute;
    margin-top: -7px;
}


.right-container-btns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    float: left;
}


.full-width {
    width: 100%;
    float: left;
}

.CapitalText {
    text-transform: uppercase;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.preCallTestCenter {
    left: 50%;
    transform: translate(-50%, 0);
}

.booking-confirmatino-image {
    height: 100%;
    object-fit: cover;
}

.search-gp-margin-top {
    margin-top: 60px;
}

.absolute-div-icon {
    position: absolute;
    right: 10px;
    top: 7px;
}

.absolute-content {
    float: left;
}


    .absolute-content img {
        position: relative;
        top: 3px;
        padding-right: 5px;
    }

.right-angle-icon {
    height: 14px;
    position: relative;
    top: 3px;
}

.white-bg {
    background-color: #fff;
}

.paddingtop10 {
    padding-top: 10px !important;
}

.paddingbottom10 {
    padding-bottom: 10px !important;
}

.graybg {
    background-color: #F1F1F1;
}

.display-inline-table {
    display: inline-table;
}

.main-container-body {
    overflow: auto;
    height: calc(100% - 145px);
}

.flex-inner-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    /*height:100%;*/
}

.image-inner-container {
    height: 100%;
    display: flex;
    flex: 1;
    overflow-y: auto;
    flex-direction: column;
}

.overflow-auto-y {
    overflow-y: auto !important;
}

.paddingleft20 {
    padding-left: 20px !important;
}

.paddingright20 {
    padding-right: 20px !important;
}




/* jamil style ends*/


.accept-text-main-container {
    width: 100%;
    float: left;
}



.checkbox-position {
    position: absolute;
    left: 15px;
    margin-left: 0;
    top: 11px;
}

.text-left {
    text-align: left !important;
}

.gpappheader {
    width: 100%;
    height: 60px;
    background-color: var(--primary-bg-color);
    border-radius: 0px;
    position: fixed;
    top: 0;
    z-index: 10;
}

.gpappheadernew {
    width: 100%;
    height: 150px;
    background-color: #006633;
    border-radius: 0px 0px 12px 12px;
    background: #1cb7cc;
    background: -moz-linear-gradient(top, #1cb7cc 0%, #90c4cc 88%);
    background: -webkit-linear-gradient(top, #1cb7cc 0%,#90c4cc 88%);
    background: linear-gradient(to bottom, #1cb7cc 0%,#90c4cc 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb7cc', endColorstr='#90c4cc',GradientType=0 );
    position: fixed;
    top: 0;
    z-index: -1;
}

.maingpwhitebox {
    background-color: #FFFFFF;
    height: auto;
    margin: auto;
    border-radius: 0px;
    width: 100%;
    z-index: 1;
    /*margin-top: 60px;*/
}

.gpindicilogo {
    float: left;
    /*margin-top: 9px;
    margin-left: 3px;*/
}

.gpheaderrighttxt {
    float: right;
    font-size: 16px;
    color: #fff;
    margin: 15px;
    text-align: right;
    margin-right: 2px;
    margin-top: 10px;
}

.gptitleheader {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

.gptitleheaderbig {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 14px;
    float: left;
    margin-left: 22px;
}

.gptitleheaderheading {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.whiteboxmainheading {
    font-size: 20px;
    font-weight: normal;
    color: var(--primary-bg-color);
    /* margin-left: 15px; */
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.whiteboxmainheadingnew {
    font-size: 24px;
    font-weight: normal;
    color: #2899ac;
    margin: 15px;
    float: left;
    margin-top: 25px;
    line-height: 34px;
}

.animationgptext {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    float: left;
    margin-top: 120px;
    line-height: 34px;
    text-align: center;
    width: 100%;
}

.gpmainmidcontainer {
    width: 100%;
    min-height: 50px;
    /* float: left; */
    margin: auto;
    margin-top: 25px;
}

.selectgpmaindiv {
    width: 100%;
    height: 70px;
    background-color: #CCCCCC;
}

.gpicon {
    width: 47px;
    height: 53px;
    float: left;
    margin-left: 21px;
}

.underlinetxt {
    border-bottom: 1px solid var(--primary-bg-color);
}

.maingpicon {
    width: 47px;
    height: 53px;
}

.checkgreen {
    width: 36px;
    height: 36px;
}

.arrowicon16 {
    width: 16px;
    height: 16px;
}

.selectgpheadingcontainer {
    cursor: pointer;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.selectgpheadingcontainer-edit {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.selectgpheadingcontainerbig {
    float: left;
    width: 100%;
}

.lightgraycolor {
    color: #909090 !important;
}

.selectgpmainheading {
    cursor: context-menu;
    font-size: 14px;
    color: #535353;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: Proxima-Nova-Regular;
    text-align: left;
}

.font14 {
    font-size: 14px;
}

.logintitle {
    font-size: 14px;
    color: #535353;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: Proxima-Nova-Regular;
    text-align: left;
}

.selectgpmainheadingbig {
    font-size: 18px;
    color: #838383;
    float: left;
    width: 100%;
    padding-left: 9px;
    padding-top: 9px;
    padding-bottom: 5px;
}

.maingpcontent {
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #535353;
}

.selectgpmainheadingtxt {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.selectgpmainheadingtxtbig {
    font-size: 17px;
    color: #7d7d7d;
    float: left;
    width: 100%;
    padding-top: 2px;
}

.gpflex-container-big {
    display: flex;
    align-items: center;
    height: 85px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}

.gpflex-container-edit {
    display: flex;
    align-items: center;
    height: 82px;
    background-color: #fff;
    border-bottom: 0px solid #ececec;
    margin-bottom: 10px;
}

.gpflex-container {
    display: flex;
    /*height: 95px;*/
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    /*align-items: center;*/
    padding-top: 17px;
    padding-bottom: 17px;
    align-items: center;
}

    .gpflex-container:active {
        background-color: var(--highlight-color);
    }

.gpmainelement {
    background-color: #f1f1f1;
    color: white;
    width: 100px;
    height: 100px;
}

.gpfooter {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #f3f4f4;
    height: 50px;
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
}

.footerbutton {
    width: 78px;
    height: 32px;
    border: 1px solid #02ace9;
    border-radius: 2px;
    float: left;
    margin-left: 15px;
    background-color: #02ace9;
    cursor: pointer;
}

.nextbutton {
    color: #fff;
    padding: 6px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
    font-weight: bold;
}

.buttonicon {
    float: right;
    margin: 7px;
}

.nextmainarrow {
    floatfloat: right;
    /* position: absolute; */
    /* right: 0; */
    margin-right: 12px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.patienticongp {
    border-radius: 30px;
    border: 2px solid white;
    float: left;
    margin-right: 6px;
}

.patienticongptxt {
    float: left;
    padding-top: 4px;
    font-size: 20px;
    padding-right: 3px;
}

.patienticongpbigtxt {
    float: left;
    padding-top: 22px;
    padding-left: 10px;
}

.topprofileimg {
    width: 32px;
    height: 32px;
    border-radius: 30px;
}

.topprofilebigimg {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.patienticongpprofile {
    border-radius: 50px;
    border: 2px solid white;
    float: left;
    margin-right;
    width: 60px;
    height: 60px;
}

.vouchercodecontainer {
    width: 96%;
    border: 1px solid #70d1f3;
    margin-top: 14px;
    margin-left: 2%;
    background-color: #c9f1ff;
    float: left;
}

.drprofilecontainer {
    width: 96%;
    border: 1px solid #70d1f3;
    margin-top: 30px;
    margin-left: 2%;
    background-color: #e3f8ff;
    float: left;
    margin-bottom: 45px;
    border-radius: 5px;
}

.drprofilecontainer-smart {
    width: 100%;
    margin-left: 0%;
    float: left;
    margin-bottom: 65px;
    border-radius: 0px;
    /* background-color: #f4f4f4; */
    margin-top: 18px;
}



.voucherinput {
    width: 95%;
    border: 1px solid #ccc;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 2%;
    padding-left: 10px;
}

.inputdatesmall {
    width: 64px;
    float: left;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: #05042a;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 10px;
    float: left;
    height: 36px;
    text-align: left;
}

.inputdatemaincontainer {
    border: 2px solid #ccc;
    width: 224px;
    height: 40px;
    border-radius: 2px;
}

.datepipeline {
    height: 24px;
    float: left;
    border-right: 2px solid #ddd;
    margin-top: 6px;
}

.inputdatesmall:focus {
    border: 0px solid var(--primary-bg-color) !important;
}

.editbutton {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #02ace9;
    border: 5px solid #c1efff;
    position: absolute;
    right: 0;
    margin-right: 10px;
    text-align: center;
    top: 0;
    margin-top: 10px;
}

.loaderimg {
    width: 100%;
    margin-top: 120px;
    float: left;
}

.loaderflex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.loadertopimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 182px;
    margin-top: 35px;
}

.checksigncongrats {
    width: 100%;
    height: 500px;
    margin: auto;
}

.congratsmessage {
    width: 100%;
    text-align: center;
    color: #15a218;
    font-size: 26px;
}

.acceptmessage {
    width: 99%;
    text-align: center;
    color: #000000;
    font-size: 20px;
    padding-top: 70px;
    line-height: 25px;
    margin-bottom: 18px;
}

.smsmessage {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    line-height: 30px;
}

.drerrormessage {
    width: 100%;
    text-align: center;
    color: #9b0000;
    font-size: 20px;
    padding-top: 10px;
    line-height: 30px;
    font-family: Proxima-Nova-Regular;
}

.drsuccessmessage {
    width: 100%;
    text-align: center;
    color: #9b0000;
    font-size: 20px;
    padding-top: 10px;
    line-height: 30px;
    font-family: Proxima-Nova-Regular;
}

.drpiccurve {
    height: 350px;
    border-radius: 5px;
    border: 2px solid #14acdf;
}

.drpiccurve-round {
    width: 200px;
    height: 200px;
    border-radius: 125px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drpiccurve-smart {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    margin: 10px;
}

.patientdetail {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.drheading {
    font-weight: bold;
    color: #02ace9;
    font-size: 30px;
}

.drheading-smart {
    font-weight: normal;
    color: #02ace9;
    font-size: 21px;
    padding-top: 14px;
}

.drdesignation {
    font-weight: normal;
    color: #333333;
    font-size: 18px;
    padding-top: 4px;
    float: left;
    width: 100%;
    padding-left: 10px;
}

.drdesignation-smart {
    font-weight: normal;
    color: #333333;
    font-size: 18px;
    padding-top: 0px;
}

.testcode {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
}

.drqulification {
    font-weight: normal;
    color: #6e6e6e;
    font-size: 14px;
    padding-top: 8px;
    float: left;
    padding-left: 10px;
    padding-bottom: 8px;
}

.drqulification-smart {
    font-weight: normal;
    color: #6e6e6e;
    font-size: 14px;
    padding-top: 0px;
}

.my-element {
    --animate-repeat: 2;
}

.maingpwhitebox-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
}

.otpflex-container {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background-image: url(images/bgmain.jpg);
    border-radius: 12px;
    height: 100%;
}

.otpflex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.otptxtmessage {
    font-family: Proxima-Nova-Regular;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

.otpinputcontainer {
    width: 306px;
    height: 38px;
    border: 1px solid #989898;
    border-radius: 5px;
    margin-top: 18px;
    padding-left: 10px;
}

.otpinput {
    float: left;
    height: 32px;
    width: 245px;
}

.acceptbutton {
    width: 92%;
    height: 42px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    margin-bottom: 0px;
    margin: auto;
    border-radius: 50px;
    margin-top: 20px;
    /* border: 2px solid #51bdcf; */
    font-size: 20px;
    /* background: #33cadf; */
    background: -moz-linear-gradient(left, #33cadf 0%, #1cb7cc 82%);
    /* background: -webkit-linear-gradient(left, #33cadf 0%,#1cb7cc 82%); */
    /* background: linear-gradient(to right, #33cadf 0%,#1cb7cc 82%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cadf', endColorstr='#1cb7cc',GradientType=1 );
    background: #2ccde8;
    background: -moz-linear-gradient(left, #2ccde8 2%, #24b7cf 83%);
    background: -webkit-linear-gradient(left, #2ccde8 2%,#24b7cf 83%);
    background: linear-gradient(to right, #2ccde8 2%,#24b7cf 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ccde8', endColorstr='#24b7cf',GradientType=1 );
    font-family: Proxima-Nova-Regular;
}




.marinbuttonalign {
    text-decoration: none;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.voucherbutton {
    width: 92%;
    height: 34px;
    background-color: #02ace9;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 9px;
    margin: auto;
    border-radius: 5px;
    margin-top: 25px;
    border: 2px solid #02ace9;
    font-size: 20px;
    font-weight: bold;
}

    .voucherbutton:hover {
        background-color: #02ace9;
        color: #fff;
    }

.optbutton {
    width: 320px;
    height: 31px;
    background-color: #51bdcf;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    margin-bottom: 9px;
    /* margin: auto; */
    border-radius: 5px;
    margin-top: 12px;
    /* border: 2px solid #51bdcf; */
    font-size: 20px;
    font-weight: bold;
    background: #2ccde8;
    background: -moz-linear-gradient(left, #2ccde8 2%, #24b7cf 83%);
    background: -webkit-linear-gradient(left, #2ccde8 2%,#24b7cf 83%);
    background: linear-gradient(to right, #2ccde8 2%,#24b7cf 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ccde8', endColorstr='#24b7cf',GradientType=1 );
}

.watingcontainer {
    min-height: 50px;
    float: left;
    background-color: #005c7d;
    margin-top: 32px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-top: 5px;
    font-family: Proxima-Nova-Regular;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 10px;
    margin: auto;
    width: 94%;
}

.waitingbutton {
    width: 155px;
    height: 35px;
    border-radius: 20px;
    color: #005c7d;
    background-color: #FFFFFF;
    margin: auto;
    text-align: center;
    font-weight: bold;
    padding-top: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.watingcontent {
    font-size: 26px;
    color: #FFFFFF;
}

.watingcontentmini {
    font-size: 16px;
    color: #c7f8ff;
    width: 100%;
    float: left;
}

.audiomainhalf {
    width: 50%;
    float: left;
    padding-top: 7px;
    background-color: #333;
}

.cancelbutton {
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
    color: #535353;
    text-align: center;
    font-size: 16px;
    margin: auto auto;
    border-radius: 2px;
    font-family: Proxima-Nova-Regular;
    cursor: pointer;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.declinebutton {
    width: 92%;
    height: 42px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
    margin: auto;
    border-radius: 50px;
    margin-top: 0px;
    /* border: 2px solid #9e0000; */
    font-size: 20px;
    background: #e62929;
    background: -moz-linear-gradient(left, #e62929 1%, #c31515 82%);
    background: -webkit-linear-gradient(left, #e62929 1%,#c31515 82%);
    background: linear-gradient(to right, #e62929 1%,#c31515 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62929', endColorstr='#c31515',GradientType=1 );
    cursor: pointer;
    font-family: Proxima-Nova-Regular;
}

.findgpimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderimg1 {
    position: absolute;
    margin-top: -33px;
    transform: rotate(-18deg);
    margin-left: -65px;
    width: 130px;
}

.loaderimg2 {
    position: absolute;
    margin-top: -68px;
    transform: rotate(-10deg);
    margin-left: 62px;
    width: 94px;
}

.loaderimg3 {
    position: absolute;
    margin-top: -28px;
    transform: rotate(26deg);
    margin-left: 56px;
    width: 94px;
}

.drinfobox {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 65px;
}

.drinfoboxnew {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.drinfocontentbox {
    width: 330px;
    min-height: 56px;
    background-color: #14acdf;
    position: absolute;
    bottom: 0;
    opacity: .7;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
}

.drinfocontentbox-maintopsmart {
    min-height: 140px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-top: 5px;
    text-align: center;
    float: left;
    background-color: #005c7d;
    padding-bottom: 15px;
    width: 100%;
}

.drinfocontentbox-maintop {
    min-height: 56px;
    background-color: #002d3d;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
}

.drinfocontent {
    width: 348px;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.drmaincontent {
    font-weight: normal;
    color: #8edefa;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
}

.drmaincontent-bold {
    font-weight: bold;
    color: #8edefa;
    font-size: 22px;
    width: 100%;
    text-align: center;
    float: left;
}

.drmessagenew {
    width: 336px;
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.consultsmsbox {
    width: 100%;
    height: 85px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    /* margin-top: 120px; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.messageiconround {
    width: 70px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 63px;
    position: absolute;
    top: 0;
    margin-top: -37px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}

.drheading {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

.drheading-smart {
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    width: 100%;
    float: left;
    padding-bottom: 6px;
}

.providername-smart {
    font-weight: bold;
    color: #2899ac;
    padding-top: 6px;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;
    color: #13a0d2;
    min-height: 160px;
}

.providername-smartnew {
    font-weight: bold;
    color: #2899ac;
    padding-top: 6px;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;
    color: #13a0d2;
}

.smstxt {
    font-weight: bold;
    color: #990000;
    font-weight: bold;
}

.errormess {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 8px;
}

.videocalltxt {
    font-weight: bold;
    color: #2899ac;
    font-weight: bold;
    width: 100%;
}

.testcallcontent {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding-top: 0px;
    line-height: 30px;
    width: 100%;
    float: left;
}

.drprofileicon {
    width: 42px;
    height: 35px;
    background-color: #14acdf;
    border: 2px solid #fff;
    border-radius: 41px;
    position: absolute;
    text-align: center;
    padding-top: 7px;
    margin-left: 283px;
    margin-top: 10px;
}

.profiletitletxt {
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    float: right;
    padding-top: 4px;
    padding-right: 8px;
}

.drprofilecontainer-popup {
    width: 100%;
    border: 1px solid #70d1f3;
    /* margin-top: 30px; */
    /* margin-left: 2%; */
    background-color: #e3f8ff;
    float: left;
    /* margin-bottom: 45px; */
    border-radius: 5px;
}

.drheadingpopup {
    font-weight: bold;
    color: #02ace9;
    font-size: 30px;
    padding: 10px;
    float: left;
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    width: 350px;
    position: relative;
    transition: all 2s ease-in-out;
}

    .popup .close {
        position: absolute;
        top: 5px;
        right: 10px;
        transition: all 200ms;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

.mainwaitingbu {
    width: 100%;
    float: left;
}


.errorpagelink {
    font-size: 14px;
    color: #13a0d2;
    text-decoration: none;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 58px;
}

.vidbg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
}

.servierbar {
    width: 100%;
    float: left;
    height: 60px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.serviergreen {
    width: 100%;
    float: left;
    height: 60px;
    background-color: green;
    display: flex;
    align-items: center;
}

.servercontent-red {
    float: left;
    font-size: 17px;
    color: #a00000;
    line-height: 22px;
    width: 70%;
}

.servercontent-green {
    float: left;
    font-size: 17px;
    color: green;
    line-height: 22px;
    width: 70%;
}

.servercontent {
    float: left;
    font-size: 17px;
    color: #a00000;
    line-height: 22px;
    width: 70%;
}

.audiocontnet {
    float: left;
    font-size: 17px;
    color: #fff;
    line-height: 22px;
    width: 68%;
    padding-top: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audioiconmonstr {
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    width: 24px;
}

.audioiconmonstr-vid {
    float: left;
    width: 24px;
}

.servericon {
    float: left;
    margin-top: 6px;
    margin-left: 8px;
    width: 32px;
    height: 32px;
}

.curvemainicon-red {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 12px;
    background-color: #a00000;
}

.curvemainicon-green {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 12px;
    background-color: green;
}

.audinput {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-top: 1px;
    margin-right: 7px;
    background-color: #fff;
}

.audinput-vid {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-top: 1px;
    margin-right: 12px;
    background-color: #0795a9;
    display: flex;
    /* height: 300px; */
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.audinput-vidchat {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-top: 1px;
    margin-right: 12px;
    display: flex;
    /* height: 300px; */
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.bgblack {
    background-color: #000000;
}

.bgwhite {
    background-color: #fff;
}

.audioinputcontainer {
    width: 100%;
}

.bdrorange {
    border: 1px solid var(--primary-bg-color) !important;
}

.audioinputcontainer-vid {
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.audioiputcontent {
    width: 94%;
    height: 88px;
    padding-left: 6px;
}

.audioinput {
    float: left;
    width: 100%;
}

.mainpicinput {
    width: 96%;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    /* margin-bottom: 214px; */
    margin-left: 2%;
    margin-bottom: 215px;
}

.smallinputfield {
    width: 94%;
    height: 28px;
    margin-top: 10px;
    background-color: #c4c4c4;
    opacity: .7;
}

.biginputfield {
    width: 100%;
    height: 28px;
    margin-top: 10px;
    background-color: #c4c4c4;
    opacity: .7;
}

.picbgopacity {
    width: 100%;
    height: 215px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.picbgopacity-vid {
    width: 100%;
    height: 65px;
    background-color: #000000;
    position: fixed;
    bottom: 0;
    z-index: 1;
    opacity: .6;
    left: 0;
}

.switchcamera {
    position: absolute;
    z-index: 19;
    width: 32px;
    height: 32px;
    /* float: left; */
    top: 0;
    right: 0;
    margin-top: 9px;
    margin-right: 13px;
}

.smsmobile-icon {
    background-image: url('Images/sms-mobile.svg');
    background-repeat: no-repeat;
}

.svgiconsize {
    height: 40px;
    width: 40px;
    background-size: 40px;
}

.iconflexbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
}

.greenicon {
    background-color: green;
}

.redicon {
    background-color: #de2a1d;
}

.chatbuttonposition {
    position: absolute;
    z-index: 50;
    bottom: 0;
    margin-bottom: 75px;
    right: 0;
}

.switchcameraposition {
    position: absolute;
    z-index: 19;
    width: 36px;
    height: 36px;
    /* float: left; */
    top: 0;
    right: 0;
    margin-top: 9px;
    margin-right: 13px;
}

.chaticonposition {
    position: fixed;
    z-index: 19;
    width: 36px;
    height: 36px;
    /* float: left; */
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 18px;
}

.chatmainleftbar {
    position: fixed;
    height: 100%;
    width: 0;
    /* position: absolute; */
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    border-right: 2px solid #ccc;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .sidebar a {
        padding: 7px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 24px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin-left .5s;
}

.chatmainheading {
    width: 100%;
    height: 35px;
    background-color: var(--primary-bg-color);
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    padding-top: 7px;
    padding-left: 10px;
}

.chatroommaincontainer {
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: 0px;
}

.chatsendbar {
    width: 100%;
    height: 40px;
    float: left;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.chatinput {
    height: 40px;
    width: 80%;
    padding-left: 14px;
    outline: none;
    border: 0px;
    float: left;
}

.chatinputsendicon {
    width: 36px;
    height: 65px;
    background-color: #fff;
    float: right;
    margin-right: 8px;
}

.chatsendicon {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.chatmainboxfirst {
    width: 100%;
    min-height: 50px;
    float: left;
    margin-bottom: 14px;
    margin-top: 10px;
}

.chatmainboxsecond {
    width: 100%;
    min-height: 50px;
    float: right;
    margin-bottom: 14px;
    margin-top: 10px;
}

.chatone {
    min-width: 20px;
    min-height: 10px;
    float: left;
    color: #333;
    padding: 6px;
    border-radius: 2px;
    background-color: #f2f6f9;
    margin-left: 10px;
}

.chattwo {
    min-width: 20px;
    min-height: 10px;
    float: right;
    color: #333;
    padding: 6px;
    border-radius: 2px;
    background-color: #dbf4fd;
    margin-right: 0px;
}

.chattimedate {
    font-size: 11px;
    color: #666666;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-top: 0px;
}

.chattimedateright {
    font-size: 11px;
    color: #666666;
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-top: 0px;
    text-align: right;
}

.chatroundimg {
    width: 44px;
    float: left;
    margin-left: 14px;
}

.chatroundimg-right {
    width: 44px;
    float: right;
    margin-right: 14px;
}

.chatmainimg {
    border-radius: 30px;
    width: 44px;
}

.mainchatcontentimg {
    float: left;
    width: 167px;
    margin-left: 0px;
}

.mainchatcontentimgsecond {
    float: right;
    width: 167px;
    margin-right: 10px;
}

.marinchatdiscuss {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-top: 10px;
}

.videochatsecondbox {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    width: 250px;
    height: 150px;
    margin-bottom: 86px;
    margin-right: 20px;
}

.appttimebar {
    width: 100%;
    height: 50px;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.apptdatetime {
    width: 33.3%;
    height: 50px;
    float: left;
    font-family: Proxima-Nova-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apptdatetimeselected {
    width: 33.3%;
    height: 50px;
    float: left;
    font-family: Proxima-Nova-Regular;
    border-bottom: 2px solid var(--primary-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-bg-color);
}

.apptiming {
    width: 100%;
    height: 20px;
    float: left;
    font-family: Proxima-Nova-Regular;
    font-size: 13px;
    margin-top: 12px;
    padding-left: 10px;
}

.apptimingred {
    width: 100%;
    height: 20px;
    float: left;
    font-family: Proxima-Nova-Regular;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 11px;
    color: #c02942;
}

.apptimeboxescontainer {
    /*height: 121px;*/
    float: left;
    margin-top: 0px;
    margin-left: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 99%;
}

.appambox {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #13a0d2;
    width: 68px;
    height: 34px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 5px;
}

.appambox-pm {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ee7a14;
    width: 68px;
    height: 34px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 5px;
}

.appambox-booked {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #13a0d2;
    width: 68px;
    height: 34px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #13a0d2;
    margin-left: 5px;
    color: #fff;
}

.apptime {
    font-size: 12px;
    color: #13a0d2;
}

.apptime-pm {
    font-size: 12px;
    color: #ee7a14;
}

.apptimeavailable {
    font-size: 11px;
    color: #333;
}

.apptime-booked {
    font-size: 12px;
    color: #333;
}

.apptimeavailable-booked {
    font-size: 11px;
    color: #333;
}

.appreasoninput {
    display: flex;
    justify-content: center;
}

.appinputtype {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    resize: none;
    outline: none;
    padding: 8px;
    margin: auto;
    height: 38px;
}

.patientmapinfo {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    position: relative;
}

.mapimng {
    background-image: url('/images/googlemap.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.mapinfobox {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 80px;
    bottom: 0;
    opacity: .3;
}

.mapinfoboxbottom {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
}

.practicename {
    color: #fff;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    padding-left: 6px;
    padding-top: 2px;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}

.practicenametopmap {
    color: #009ad1;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    padding-left: 8px;
    padding-top: 12px;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}

.pincion {
    float: left;
    background-size: 18px;
}

.emailicon {
    float: left;
    background-size: 18px;
}

.callicon {
    float: left;
    background-size: 18px;
}

.pintxt {
    color: #fff;
    font-size: 14px;
    font-family: Proxima-Nova-Regular;
    float: left;
    width: 90%;
    padding-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.greentxt {
    color: green;
}



.appdetailheading {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    color: #13a0d2;
    margin-top: 10px;
    margin-bottom: 2px;
}

.apptbluebox {
    width: 96%;
    min-height: 90px;
    background-color: #d3f3ff;
    border: 1px solid #a7def3;
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-top: 18px;
    padding-bottom: 10px;
}

.facetofacedate {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 8px;
    padding-right: 10px;
    color: green;
    font-family: Proxima-Nova-Regular;
}



.facetofaceboxtxt {
    padding-left: 9px;
    padding-top: 6px;
    font-family: Proxima-Nova-Regular;
    font-size: 15px;
}

.apptimingmain {
    width: 100%;
    height: 64px;
    float: left;
    position: relative;
}

.pmamtxt {
    width: 55px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}

.pmamtxtnew {
    width: 55px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 32px;
}

.pmbox {
    width: 12px;
    height: 12px;
    border-radius: 18px;
    background-color: #13a0d2;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
}

.pmboxgreen {
    width: 12px;
    height: 12px;
    border-radius: 18px;
    background-color: #ee7a14;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
}

.pmboxtxt {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.booknowbutton {
    width: 100%;
    height: 32px;
    background-color: #02ace9;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 9px;
    margin: auto;
    border-radius: 0px;
    margin-top: 25px;
    border: 2px solid #02ace9;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    font-family: Proxima-Nova-Regular;
}

.additioninputmain {
    padding: 0px;
    padding-top: 8px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 14px;
    width: 100%;
}

.drnamebig {
    font-size: 24px;
}

.drheadingapppage {
    color: #009ad1;
    font-size: 15px;
    line-height: 24px;
}

.appsummarydrpic {
    width: 90px;
    height: 90px;
    border-radius: 9px;
    margin-right: 10px;
}


.apppagedatecenter {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.apptimegreen {
    font-size: 24px;
    float: left;
    padding-top: 3px;
    padding-left: 10px;
    color: #02c782;
    margin-bottom: 8px;
}

.doneicon {
    float: left;
}

.apppagedate {
    font-size: 16px;
    padding-top: 7px;
    color: #333;
    width: 100%;
    text-align: center;
}

.apppagedrdesign {
    font-weight: normal;
    color: #333333;
    font-size: 15px;
    padding-top: 2px;
}

.drqulification-smart {
    font-weight: normal;
    color: #6e6e6e;
    font-size: 14px;
    padding-top: 0px;
}

.facetoface {
    font-size: 16px;
    color: #c02942;
    padding-top: 8px;
    font-family: Proxima-Nova-Regular;
    width: 100%;
    text-align: center;
}

.apppagereason {
    width: 100%;
    float: left;
    border-radius: 2px;
    padding-top: 3px;
}

.facetofaceboxtxt {
    padding-left: 9px;
    padding-top: 6px;
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
}

.practicelocationcontainer {
    float: left;
}

.pintxt {
    color: #333;
    font-size: 14px;
    font-family: Proxima-Nova-Regular;
    float: left;
    width: 86%;
    padding-left: 7px;
}

.drinfocontainer {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.locationcontainer {
    width: 98%;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.patieninfocontainer {
    width: 100%;
    margin-top: 5px;
    text-align: left;
    / float: left;
    / text-align: left;
}


.apppagepatientdetail {
    min-height: 140px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-top: 5px;
    text-align: center;
    float: left;
    background-color: #005c7d;
    padding-bottom: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.appoitnmentbox {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-bottom: 5px
}

.appoitnmentboxpatient {
    width: 99.6%;
    float: left;
    margin-bottom: 20px;
}

.drtoppicmain {
    margin-top: 0px;
    text-align: center;
    float: left;
}

.drpicmain {
    margin-top: 25px;
    text-align: center;
}

.patientpicmain {
    margin-top: 5px;
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #ebe9e4;
    border-radius: 9px;
    padding: 8px;
    margin-right: 6px;
}

.userpatientpicmain {
    margin-top: 5px;
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.drheading-smart-small {
    color: #009ad1;
    font-size: 16px;
    padding-top: 0px;
    line-height: 25px;
}

.bluetxt {
    color: #009ad1;
}

.savebutton {
    cursor: pointer;
    width: 98%;
    height: 44px;
    background-color: rgb(2, 172, 233);
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    margin: auto auto;
    border-radius: 35px;
    font-family: Proxima-Nova-Regular;
    cursor: pointer;
    margin-top: 10px;
}

.buttoncenterflex {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.resontxt {
    float: left;
    font-weight: bold;
    font-size: 14px;
    width: 60px;
}

.reasonmaintxt {
    float: left;
    font-weight: normal;
    font-size: 13px;
    width: 80%;
}

.time-box-main-flex {
}

.drtoppiccontent {
    width: 53%;
    min-height: 20px;
    float: left;
}

.sloterrormessage {
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
    color: #535353;
    font-size: 16px;
    font-style: italic;
}

.patientinfo-txt {
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    padding-top: 0px;
}

.redtxt {
    color: #c02942;
}



[class*="icon-"] {
    font-family: Proxima-Nova-Regular;
    font-style: normal;
    font-size: 3em;
    speak: none;
}

.icon-home:after {
    content: "\2302";
}

.icon-cog:after {
    content: "\2699";
}

.icon-cw:after {
    content: "\27f3";
}

.icon-location:after {
    content: "\e724";
}

a {
    text-decoration: none;
    color: var(--primary-fore-color);
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

h1, p, p + p, ul
margin-bottom: 24px;
margin-bottom: 1.5rem;
}

h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

.page-wrap {
    width: 960px;
    margin: 80px auto;
}

.nav {
    list-style: none;
    text-align: center;
}

    .nav li {
        position: relative;
        display: inline-block;
        margin-right: -4px;
    }

        .nav li:before {
            content: "";
            display: block;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #fff;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 50%;
            z-index: -1;
        }

    .nav a {
        display: block;
        background-color: #f7f7f7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
        background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
        background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
        color: #a7a7a7;
        margin: 36px;
        width: 144px;
        height: 144px;
        position: relative;
        text-align: center;
        line-height: 144px;
        border-radius: 50%;
        box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    }

        .nav a:before {
            content: "";
            display: block;
            background: #fff;
            border-top: 2px solid #ddd;
            position: absolute;
            top: -18px;
            left: -18px;
            bottom: -18px;
            right: -18px;
            z-index: -1;
            border-radius: 50%;
            box-shadow: inset 0px 8px 48px #ddd;
        }

        .nav a:hover {
            text-decoration: none;
            color: #555;
            background: #f5f5f5;
        }

.loginarea {
    height: 100%;
}

.height100 {
    height: 100%;
}

.loginheadingtext {
    font-family: Proxima-Nova-Regular;
    font-size: 20px;
    color: var(--primary-bg-color);
    text-align: center;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    cursor:context-menu;
}

.textalignleft {
    text-align: left !important;
}

.textaligncenter {
    text-align: center !important;
}

.logintext {
    font-family: Proxima-Nova-Regular;
    color: #535353;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}

.textalignleft {
    text-align: left;
}

.topmenusection {
    width: 90%;
    position: absolute;
    height: 60px;
    padding-top: 17px;
}

.margintop50 {
    margin-top: 50px !important;
}

.paddingtop50 {
    padding-top: 50px !important;
}

.margintop20 {
    margin-top: 20px;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom40 {
    margin-bottom: 40px;
}

.marginbottom50 {
    margin-bottom: 50px !important;
}

.loginflexmain {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
}

.margintop30 {
    margin-top: 30px !important;
}

.margintop40 {
    margin-top: 40px !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.loginbutton {
    width: 100%;
    height: 40px;
    background-color: #535353;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    margin: auto auto;
    border-radius: 2px;
    font-family: Proxima-Nova-Regular;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backbutton {
    width: 98%;
    height: 44px;
    background-color: #676767;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    margin: auto auto;
    border-radius: 35px;
    font-family: Proxima-Nova-Regular;
    cursor: pointer;
    margin-top: 10px;
    font-weight: normal;
}

.walkthroughtxt ul li {
    padding-bottom: 10px;
    color: #5f5f5f;
    padding-right: 10px;
    cursor: context-menu;
}

.fotgot {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.regislogin {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.linkclassblue {
    font-family: Proxima-Nova-Regular;
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
}

.skipbutton {
    font-family: Proxima-Nova-Regular;
    font-size: 18px;
    color: var(--primary-bg-color);
    text-decoration: none;
    cursor: pointer;
    width: 50px;
}

.linkclass {
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
    color: #aeaeae;
    text-decoration: none;
}

    .linkclass:hover {
        font-family: Proxima-Nova-Regular;
        font-size: 14px;
        color: #aeaeae;
        text-decoration: none;
    }

.introflex {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.loginlink {
    font-family: Proxima-Nova-Regular;
    font-size: 18px;
    text-decoration: none;
}

.registerpatientbutton {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    background-color: #02ace9;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
}

    .registerpatientbutton:hover {
        background-color: #bfecff;
        transition: all .5s ease-Out;
    }

.registerbuttoncontainer {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svgiconpatient {
    width: 90px;
    height: 90px;
    background-size: 90px;
}

.providerinfo {
    font-size: 22px;
    color: #fff;
    font-family: Proxima-Nova-Regular;
    padding-top: 12px;
}

.errormessage {
    color: red;
    font-size: 12px;
    padding-top: 5px;
    float: left;
}

.heading-container {
    display: flex;
    margin-bottom: 15px;
    margin-top: 25px;
}

.succeessapptbutton {
    width: 300px;
    margin: auto;
}

.roundsvgicon {
    height: 115px;
    margin-left: 2px;
}

.indicitoplogo {
    width: var(--primary-app-logo-width);
    height: var(--primary-app-logo-height);
    content: var(--primary-app-logo);
    float: left;
}

.paddingtop30 {
    padding-top: 30px;
}

.pagebottomtxt {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.loginfootercontent {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    margin-top: 60px;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
}

.flexcentermiddle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.textlink {
    margin-right: 15px;
    margin-left: 15px;
}

.menubottomtxt {
    font-size: 16px;
    margin-bottom: 14px;
    cursor:context-menu;
}

.menuicontop {
    /*background-image: url('../images/menu-icon.png');
    width: 24px;
    height: 24px;*/
    float: left;
}

.crossicontop {
    background-image: url('../images/menucross.png');
    width: 24px;
    height: 24px;
    position: absolute;
    margin-right: 10px;
    top: 0;
    right: 0;
    margin-top: 70px;
}

.menutopappear {
    position: fixed;
    top: 0;
    left: 0px;
    bottom: 0;
    display: block;
    background-color: white;
    float: right;
    width: 100%;
    max-width: 264px;
    height: 100%;
    z-index: 5;
    box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.08);
    padding-top: 60px;
    border-right: 1px solid #ccc;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.maintopmenu {
    width: 100%;
    float: left;
    padding-top: 20px;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: calc(100% - 0px);
}

.front-line a {
    font-size: 18px;
    font-family: Proxima-Nova-Regular;
    color: #535353;
    font-weight: bold;
    cursor: pointer;
    text-decoration: unset !important;
}

.seperator-main {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topheaderrightroundpic {
    float: right;
    width: 24px;
    height: 24px;
}

.patienttopheaderpic {
    width: 24px;
    height: 24px;
}

.pagetopimage {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pagetopimagewaiting {
    width: 100%;
    height: 200px;
    margin-top: 0px;
}

.pagetopimagemain {
    /*height: 100%;*/
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.consultwaiting {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding-top: 60px;
    border-bottom: 1px solid #ccc
}

.consultwaitingroom {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding-top: 0px;
    border-bottom: 1px solid #ccc
}

.paddingtop110 {
    padding-top: 110px;
}

.bookapptop {
    display: flex;
    justify-content: center;
}

.leftarrow {
    background-image: var(--left-arrow);
    width: 16px;
    height: 21px;
    margin-top: 0px;
    position: absolute;
    margin-left: 4%;
}

.rightarrow {
    background-image: url('../images/leftarrow.png');
    width: 24px;
    height: 24px;
    margin-top: -3px;
    transform: rotate(180deg);
}

.checkicon {
    background-image: url('../images/icon-small-green-tick.svg');
    width: 26px;
    height: 26px;
    margin-top: -1px;
}

.crossredicon {
    background-image: url('../images/crossredicon.png');
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

.bookappdate {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-family: Proxima-Nova-Regular;
    color: #535353;
    font-weight: bold;
    text-align: center;
    cursor: context-menu;
}

.bookapporangeheading {
    font-family: Proxima-Nova-Regular;
    font-size: 16px;
    color: var(--primary-bg-color);
    text-decoration: none;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 5px;
    cursor: context-menu;
}

.bookapporangeheadingPriceNotes {
    font-family: Proxima-Nova-Regular;
    font-size: 18px;
    color: var(--primary-bg-color);
    text-decoration: none;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 5px;
    cursor: context-menu;
}

.bookapptopfixed {
    position: fixed;
    top: 0;
    margin-top: 96px;
    width: 100%;
    left: 0px;
}

.bookappscrollarea {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-top: 170px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.bookapptime {
    width: 100%;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #bdbdbd;
    text-align: center;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: #9a9a9a;
    margin-bottom: 8px;
    float: left;
    line-height: 46px;
    cursor: pointer;
}

.bookapptime-whtbg {
    width: 48% !important;
    height: 46px;
    border-radius: 2px;
    border: 1px solid var(--primary-bg-color);
    text-align: center;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: var(--primary-bg-color);
    margin-bottom: 8px;
    float: left;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookapptime-orangebg {
    width: 48%;
    height: 46px;
    border-radius: 2px;
    border: 1px solid var(--primary-bg-color);
    text-align: center;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: #fff;
    margin-bottom: 8px;
    background-color: var(--primary-bg-color);
    float: right;
    line-height: 42px;
    cursor: pointer;
}

.bookappfieldarea {
    width: 90%;
    margin: auto;
    margin-top: 0px;
}

.bookconfirmtop {
    display: flex;
    justify-content: center;
    background-color: #535353;
    height: 50px;
    align-items: center;
    width: 100%;
}

.bookconfirmtopgreen {
    display: flex;
    justify-content: center;
    background-color: var(--primary-bg-color);
    height: 44px;
    align-items: center;
    width: 100%;
}

.videopagetopheading {
    display: flex;
    justify-content: center;
    background-color: #535353;
    height: 50px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 60px;
    z-index: 1;
    width: 100%;
}

.bookconfirmtxt {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-family: Proxima-Nova-Regular;
    color: #fff;
    cursor:context-menu;
}

.orangebigheading {
    font-family: Proxima-Nova-Regular;
    font-size: 22px;
    color: var(--primary-bg-color);
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 25px;
    margin-bottom: 8px;
    cursor: context-menu;
}

.whitebigheading {
    font-family: Proxima-Nova-Regular;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.marginbottom120 {
    margin-bottom: 120px;
}

.bookingbdr {
    border-bottom: 1px solid #ececec;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bookingconfirmtext {
    font-family: Proxima-Nova-Regular;
    color: #535353;
    text-decoration: none;
    margin-top: 5px;
    width: 90%;
    text-align: center;
    font-size: 18px;
}

.bookingconfirmdatetext {
    font-family: Proxima-Nova-Regular;
    font-size: 18px;
    color: #535353;
    text-decoration: none;
    width: 90%;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}

.bookconfirmdr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.border {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #ccc;
}

.whitebutton {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 2px solid var(--primary-bg-color);
    text-align: center;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: var(--primary-bg-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

    .whitebutton:active {
        background-color: var(--primary-bg-color);
        color: #fff;
    }

.orangebutton {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid var(--primary-bg-color) !important;
    text-align: center;
    font-family: Proxima-Nova-Regular;
    color: #fff;
    margin-bottom: 6%;
    background-color: var(--primary-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

    .orangebutton:active {
        background-color: var(--highlight-color);
    }

.darkgraybutton {
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 9px;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: #fff;
    margin-bottom: 8px;
    margin: auto;
    background-color: #535353;
    cursor: pointer;
}

.marginrightleft5 {
    margin-right: 5px;
    margin-left: 5px;
}

.loaderpagewhttxt {
    font-family: Proxima-Nova-Regular;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    width: 90%;
    text-align: center;
}

.mainbottonbuttoncontainer {
    width: 90%;
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    margin: auto;
}

.calendarcontainer {
    margin-top: 20px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.patientregisroundimg {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.patientregistxt {
    padding-left: 10px;
    padding-top: 30px;
    font-size: 18px;
    font-family: Proxima-Nova-Regular;
    color: var(--primary-bg-color);
}

.patientregistop {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.uploadpicdelete {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #568c8c;
    border-radius: 30px;
    margin-right: -7px;
    margin-bottom: -2px;
    text-align: center;
    padding-top: 5px;
}

.uploadpicdeletecontainer {
    position: relative;
}

.roundballgray {
    width: 140px;
    height: 128px;
    float: left;
}

.mobile-requesticon {
    width: 120px;
    height: 120px;
    padding: 10px;
    background-color: #F1F1F1;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.green-mobile-requesticon {
    width: 46px;
    height: 46px;
    display: block;
    margin-left: 5px;
    float: left;
    margin-right: 15px;
}

.greenround-txt {
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 0px;
    min-height: 46px;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}

.roundimg {
    margin: auto;
    height: 40px;
    padding-left: 16px;
}

.green-roundimg {
    height: 46px;
    width: 46px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.screenwidth {
    width: 100%;
    margin: auto;
    padding-top: 110px;
}

.screenwidthroom {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}

.screenwidthwaiting {
    width: 100%;
    margin: auto;
    padding-top: 50px;
}

.graycontent {
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: #535353;
    text-align: center;
}

.paddingtop0 {
    padding-top: 0px !important;
}







*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.form-check-input, .form-check-label {
    cursor: pointer !important;
}
.form-group {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
        color: #f2935c;
        font-family: Proxima-Nova-Regular;
        font-size: 16px;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: #f2935c;
            border: 2px solid #f2935c;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
            margin-top: -3px;
            border-radius: 2px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.orangetxt {
    color: var(--primary-bg-color);
    cursor:context-menu;
}

.checkboxcontainer {
    width: 100%;
    min-height: 25px;
    display: flex;
    justify-content: center;
}

.mainpageheight {
    height: 100%;
    width: 100%;
    padding-top: 60px;
}

.graypagetopmain {
    height: 100%;
    width: 100%;
    padding-top: 0px;
}

.heightfirst {
    height: 268px;
    background-color: #fff;
}

.heightfluid {
    height: calc(100% - 400px);
    background-color: #333;
    display: flex;
    flex-direction: column;
}

.heightfluid100 {
    height: 100%;
    background-color: #333;
    display: flex;
    flex-direction: column;
}

.front-line {
    padding-left: 0px;
}

.paymentlogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paymentimg {
    height: 100%;
    width: 115px;
    border: 1px solid var(--primary-bg-color);
    float: left;
    border-radius: 2px;
    margin: 10px;
    padding: 10px;
}

.margintop0 {
    margin-top: 0px;
}

.inputfieldcontainer {
    font-size: 13px;
    color: #dedede;
    float: left;
    margin-top: 5px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 10px;
    width: 100%;
    /*position:absolute;*/
}

.forminputfield-icon {
    width: 85%;
    height: 46px;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: #535353;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0px;
    float: left;
    padding-left: 10px;
}

.inputrighticon {
    width: 10%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-content: center;
    float: right;
}

.forminputfield {
    width: 100%;
    height: 40px;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: #05042a;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0px;
    float: left;
    padding-left: 2% !important;
    border: 2px solid #dedede;
    border-color: #dedede;
    padding-right: 37px !important;
}


select {
    width: 100% !important;
    padding-left: 0% !important;
}

.forminputfieldtextarea {
    width: 100%;
    height: 60px;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: #05042a;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px !important;
    float: left;
    border: 2px solid #ccc;
    padding-top: 7px !important;
}

.forminputfield_error {
    border: 1px solid red;
    width: 96%;
    height: 40px;
    outline: none;
    font-size: 16px;
    color: #707070;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0px;
    float: left;
    padding-left: 2%;
}

.fixedbottombutton {
    position: fixed;
    bottom: 0;
    width: 90%;
    background-color: #fff;
    padding-top: 10px;
}

.precallfixedbottombutton {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
}

.flexdirection {
    flex-direction: column;
}

.svgicon18 {
    font-size: 18px;
    width: 18px;
    margin: auto;
}




.nb-spinner {
    width: 100px;
    height: 100px;
    margin: 0;
    background: transparent;
    border-top: 4px solid var(--primary-bg-color);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

.nb-spinner-patient {
    width: 100px;
    height: 100px;
    margin: 0;
    background: transparent;
    border-top: 4px solid var(--primary-bg-color);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    z-index: 10;
    margin-top: 40px;
    margin-bottom: 32px;
}

.spinnertxt-patient {
    color: var(--primary-bg-color);
    padding-top: 36px;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    z-index: 10;
    margin-bottom: 30px;
}

.spinerpatientcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinnertxt {
    color: var(--primary-bg-color);
    padding-top: 36px;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
}




@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadercontainer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.loadercontainerwaiting {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    position: relative;
}

.graybottombar {
    width: 90%;
    height: 80px;
    background-color: #f1f1f1;
    border-radius: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bottomcontent {
    width: 92%;
    margin: auto;
    color: #535353;
    cursor:context-menu;
}

.inputtitle {
    font-size: 16px;
    color: #535353;
    margin-top: 4px;
    float: left;
    font-weight: bold;
}

.precallicon {
    width: 76px;
    height: 60px;
    background-color: var(--primary-bg-color);
    border-radius: 50px;
    display: flex;
}

.precallheading {
    font-size: 19px;
    color: #535353;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: Proxima-Nova-Regular;
    text-align: left;
}

.precalltxt {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 20px;
    font-family: Proxima-Nova-Regular;
    color: #535353;
    font-size: 14px;
}

.precallgpflex-container {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

.waitingroomicon {
    width: 38px;
    margin: auto;
    margin-top: 8px;
    margin-left: 9px;
}

.audiopagemain {
    position: fixed;
    bottom: 0;
    left: 0;
}

.margintop60 {
    margin-top: 60px;
}

.margintop30percent {
    margin-top: 30%;
}

.paddleftright {
    width: 100%;
}

.pagebottombutton {
    width: 90%;
    padding-left: 0px;
}

.whiteboxarea {
    background-color: #fff;
    padding: 20px;
    height: 228px;
    width: 90%;
    margin: auto;
}

.bottombuttonwidth {
    width: 90%;
    margin: auto;
}

.bottombuttonwidth100 {
    width: 100%;
    margin: auto;
}

.loginareamainwidth {
    width: 91.4%;
    margin: auto;
    margin-top: 0px;
}

.formpagemain {
    width: 100%;
    margin: auto;
    margin-top: 0px;
}

.formpagetopmrgn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.appslotswidth {
    width: 100%;
    margin: auto;
}

.boldtxt {
    font-family: Proxima-Nova-Regular;
    font-weight: bold;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom60 {
    margin-bottom: 60px !important;
}

.marginbottom80 {
    margin-bottom: 80px !important;
}

.marginbottom100 {
    margin-bottom: 100px !important;
}

.marginbottom200 {
    margin-bottom: 200px !important;
}

.apptfixedbottombutton {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
}

.calendaruimain {
    width: 350px;
    overflow: hidden;
}

.ax5-ui-calendar .calendar-body table thead td, .ax5-ui-calendar .calendar-body table thead th {
    font-weight: bold;
}

.ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.live, .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.live {
    background-color: var(--primary-bg-color) !important;
    background-image: -webkit-linear-gradient(bottom, var(--primary-bg-color),var(--primary-bg-color)) !important;
    background-image: linear-gradient(to top,var(--primary-bg-color),var(--primary-bg-color)) !important;
    color: #fff !important;
    border-radius: 2px;
}

.ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.disable, .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.disable {
    background-color: #f1f1f1 !important;
    background-image: -webkit-linear-gradient(bottom, #f1f1f1,#f1f1f1) !important;
    background-image: linear-gradient(to top,#f1f1f1,#f1f1f1) !important;
    color: #333 !important;
    border-radius: 0px !important;
    font-size: 13px !important;
}

#mContainer .bookapptime {
    width: 99.8%;
}

.loaderimageposition {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.staticpagescroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.svgicon42 {
    /* font-size: 35px; */
    width: 42px;
    margin: auto;
    font-size: 42px;
}





.buttonbgtransparentorange {
    background-color: transparent;
    width: 100%;
    height: 40px;
    border: 0px;
    color: #fff;
    outline: none;
    font-size: 16px;
}

.buttonbgtransparentwhite {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border: 0px;
    font-size: 16px;
    font-family: Proxima-Nova-Regular;
    color: var(--primary-bg-color);
    border-radius: 2px;
    font-weight: bold;
    outline: none;
}

    .buttonbgtransparentwhite:active {
        color: #fff;
    }

button {
    position: relative;
    font-size: 16px;
    cursor:pointer;
}

    button:before {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        border: 2px solid;
        border-left-color: transparent;
        border-right-color: transparent;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.5s;
        animation: 0.8s linear infinite rotate;
    }

    button.sending {
        pointer-events: none;
        cursor: not-allowed;
    }

        button.sending:before {
            transition-delay: 0.5s;
            transition-duration: 1s;
            opacity: 1;
        }







.paddingleft0 {
    padding-left: 0px !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carehqcontainer {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.carehqmenuleftarea {
    width: 0px;
    float: left;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9;
}

.carehqfluidarea {
    float: left;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08);
    margin: 60px 0px 0px 0px;
    width: 100%;
}

.maintopmenulinks {
    float: left;
    margin-left: 25px;
    display: none;
}

.mainlinktop {
    font-size: 16px;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Proxima-Nova-Regular;
    font-weight: bold;
    cursor: pointer;
}

.mainlinktop-selected {
    font-size: 16px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Proxima-Nova-Regular;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
}

.tabletwidth {
    width: 100%;
    margin: auto;
}

.consultgraybar {
    background-color: #f1f1f1;
    width: 100%;
    min-height: 34px;
    float: left;
    font-family: Proxima-Nova-Regular;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e908f;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

.bookmaingpcontent {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
    font-weight: bold;
    color: #535353;
}

.bookselectgpmainheading {
    font-size: 18px;
    color: #535353;
    float: left;
    width: 100%;
    font-weight: bold;
    font-family: Proxima-Nova-Regular;
    text-align: left;
}

.bookgpicon {
    width: 38px;
    height: 53px;
    float: left;
    margin-left: 20px;
    padding-top: 14px;
}

.width100 {
    width: 100%;
}

.arrowicon {
    width: 35px;
    height: 53px;
    float: left;
    margin-left: 20px;
    padding-top: 36px;
}

.height0 {
    height: 0px !important;
}

.patientregistopmrgn {
    margin-top: 60px !important;
}

.marginauto {
    margin: auto;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.margintopbooking {
    margin-top: 60px !important;
}

.termstopmrgn {
    width: 90%;
    margin: auto;
    margin-top: 60px;
}

.whitedisablebutton {
    background-color: #fff;
    color: #fbd6c1;
}

.orangedisablebutton {
    background-color: var(--disbaled-bg-color);
    color: #fff;
    height: 40px;
    border-radius: 2px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px !important;
    width: 18px;
    height: 18px;
}

.popupblack {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.popupwhitecontainer {
    width: 304px;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
}

.popupwhitecontainerpatient {
    width: 448px;
    min-height: 166px;
    background-color: #fff;
    position: relative;
}

.popuptop {
    color: var(--primary-bg-color);
    font-size: 19px;
    /* float: left; */
    font-weight: bold;
    padding: 12px;
    text-align: center;
    width: 100%;
    padding-top: 0px;
}

.popupcontent {
    width: 274px;
    padding-left: 0px;
    font-size: 17px;
    text-align: center;
    margin: auto;
    color: #535353;
    font-weight: bold;
    margin-left: 15px;
    cursor: context-menu;
}

.popupcontentpatient {
    width: 388px;
    padding-left: 10px;
    text-align: center;
    margin: auto;
    color: #535353;
    padding-top: 15px;
    cursor: context-menu;
}

.popupbuttoncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
}

.orangesmallbutton {
    width: 130px;
    height: 40px;
    background-color: var(--primary-bg-color);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid var(--primary-bg-color);
    margin: 5px;
    cursor: pointer;
}

    .orangesmallbutton:active {
        background-color: var(--highlight-color);
    }

.whitesmallbutton {
    width: 130px;
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
    margin: 5px;
    cursor: pointer;
}

    .whitesmallbutton:active {
        background-color: var(--primary-bg-color);
        color: #fff;
    }

.orangecross {
    background-image: var(--popup-cross);
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

ul {
    padding-inline-start: 18px;
}

.mainwalkthrougcontent {
    font-size: 17px;
    padding-bottom: 20px;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 25px;
    padding-top: 10px;
    cursor: context-menu;
}

.rateselect {
    width: 98%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (min-width: 1364px) {
    ul {
        padding-inline-start: 40px;
    }

    .termstopmrgn {
        margin-top: 0px;
    }

    .margintopbooking {
        margin-top: 0px !important;
    }

    .tabletwidth {
        width: 400px;
        margin: auto;
    }

    .carehqcontainer {
        background-color: #f7f7f7 !important;
    }

    .maingpwhitebox-header {
        justify-content: left;
    }

    .gpindicilogo {
        margin-left: 65px;
    }

    .appslotswidth {
        width: 400px;
    }

    .formpagemain {
        width: 400px;
    }

    .loginareamainwidth {
        width: 97%;
        margin: auto;
        margin-top: 0px;
    }

    .bottombuttonwidth {
        width: 400px;
        margin: auto;
    }

    .whiteboxarea {
        background-color: #fff;
        padding: 20px;
        height: 228px;
        width: 400px;
        margin: auto;
    }

    .bottomcontent {
        width: 400px;
        margin: auto;
    }

    .topmenusection {
        width: 100%;
        padding-left: 12px;
    }

    .maingpwhitebox {
        width: 1000px !important;
    }

    .fixedbottombutton {
        width: 400px;
    }

    .precallfixedbottombutton {
        width: 400px;
    }

    .gpmainmidcontainer {
        width: 400px;
    }

    .audioinputcontainer {
        width: 400px;
    }

    .audiopagemain {
        left: auto;
    }

    .mainpicinput {
        width: 100%;
        margin-left: 0%;
    }

    .smallinputfield {
        width: 96%;
    }

    .paddleftright {
        width: 400px;
    }

    .pagebottombutton {
        width: 1000px !important;
        padding-left: 0%;
    }

    .pagetopimage {
        width: 100%;
        height: 200px;
        margin-top: 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }


    .carehqfluidarea {
        float: none;
        /* box-shadow: 1px 4px 4px 2px rgba(0,0,0,0.08) !important; */
        margin: auto;
        flex: none !important;
        width: 1000px;
        margin-top: 75px;
        border: 1px solid #ddd;
        overflow-x: hidden !important;
    }

    .maingpwhitebox {
        height: 100%;
    }

    .carehqmenuleftarea {
        width: 0px;
        float: left;
        position: relative;
        top: 0;
        left: 0px;
        height: 1px;
    }

    .loginflexmain {
        width: 99.8%;
    }

    .mainbottonbuttoncontainer {
        width: 100% !important;
        height: auto;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        left: auto;
        display: flex;
        justify-content: flex-start;
    }

    .fixedbottombutton {
        position: fixed;
        bottom: 0;
        background-color: transparent;
        padding-top: 10px;
    }

    .whitebutton {
        width: 321px;
        height: 40px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        float: left;
        margin-right: 15px;
        background-color: #fff;
    }

    .orangebutton {
        width: 300px;
        height: 40px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        float: right;
    }

    .floatightbutton {
        float: right;
        margin-right: 0px;
    }

    .patientregistopmrgn {
        margin-top: 0px !important;
    }

    body {
        background-color: #f7f7f7;
    }

    .rateselect {
        width: 450px;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .rateselect {
        width: 450px;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    ul {
        padding-inline-start: 40px;
    }

    .width90 {
        width: 90% !important;
    }

    .inputfieldcontainer {
        width: 100%;
    }

    .mainbottonbuttoncontainer {
        background-color: transparent;
        position: relative;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pagebottombutton {
        width: 450px;
        padding-left: 0px;
    }

    .loginflexmain {
        width: 100%;
    }

    .maintopmenulinks {
        display: block;
    }

    .loginareamainwidth {
        margin-top: 0px;
        width: 100%;
    }

    .gpindicilogo {
        margin-left: 65px;
    }

    .menuicontop {
        margin-left: 5px;
    }

    .maingpwhitebox-header {
        justify-content: left;
    }

    .topmenusection {
        width: 100%;
        padding-left: 12px;
    }

    .carehqmenuleftarea {
        position: relative;
    }

    .carehqcontainer {
        background-color: #fff;
        display: flex;
    }

    .carehqfluidarea {
        flex: 1;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08);
    }

    .maingpwhitebox {
        width: 100%;
    }

    .tabletwidth {
        width: 450px;
        margin: auto;
        padding-left: 6px;
    }

    .loginheadingtext {
        padding-left: 20px;
        cursor: context-menu;
    }

    .logintext {
        padding-left: 20px;
        cursor: context-menu;
    }

    .arrowmedia {
        width: 524px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .accept-text-main-container {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}

.servicesContainer {
    width: 500px;
}

@media screen and (max-width: 450px) {
    .sidebar {
        width: 100%;
    }

    .heightfirst {
        height: 140px;
    }

    .whiteboxarea {
        height: 125px;
    }

    .selectgpmainheadingtxt img {
        width: 70px;
    }


    .heightfluid {
        height: calc(100% - 330px);
    }

    .search-gp-margin-top {
        margin-top: 30px;
    }

    .servicesContainer {
        width: 100%;
    }
}


@media screen and (max-width: 470px) {
    .pagetopimage {
        height: 150px;
    }
}

@media screen and (max-width: 420px) {


    .heightfluid {
        height: calc(100% - 345px);
    }
}


@media screen and (max-width: 380px) {


    .search-gp-margin-top {
        margin-top: 10px;
    }
}

.burgermenu {
    width: 50px;
}

.boxshadowtop {
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.21);
    width: 101%;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    height: 13%;
}

.loadbutmrgn {
    width: 450px;
}

.mrgnbotz {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .loadbutmrgn {
        width: 90%;
    }

    .mrgnbotz {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .burgermenu {
        width: 90%;
    }
}

@media screen and (min-width: 1365px) {
    .boxshadowtop {
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.21);
        width: 101%;
        padding-left: 5px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-top: 0px;
        height: 13%;
        bottom: 10px;
    }

    .forgotbutton {
        width: 300px;
        margin-top: 12px;
    }
}


@media screen and (max-width: 1365px) {
    .slotspadding {
        width: 455px;
        padding-left: 4px;
    }
}

@media screen and (max-width: 676px) {
    .slotspadding {
        width: 455px;
        padding-left: 7px;
    }
}

@media screen and (max-width: 365px) {
    .bookconfirmtxt {
        font-size: 16px;
        cursor: context-menu;
    }
}

@media screen and (max-width: 1364px) {
    .popupcontentpatient {
        width: 315px;
        padding-left: 10px;
        text-align: center;
        margin: auto;
        color: #535353;
        padding-top: 15px;
        cursor: context-menu;
    }

    .popupwhitecontainerpatient {
        width: 304px;
        background-color: #fff;
        position: relative;
    }
}

.menuleftmargin {
    margin-left: 265px;
}

.ratebottomtext {
    padding-bottom: 15px;
    line-height: 25px;
    width: 90%;
    margin-top: 25px;
}

/*.fv-plugins-message-container {
        display: none;
    }*/

.b--black-20 {
    border-color: transparent;
}

.mb2 {
    margin-bottom: 0px !important;
}

.positionrelative {
    position: relative;
}

.errormessageform {
    color: red;
    font-size: 13px;
}

.bdrred {
    border: 1px solid red;
}

.ulpadleft {
    padding-left: 15px;
}

.nb-spinner-form {
    width: 28px;
    height: 28px;
    margin: 0;
    background: transparent;
    border-top: 2px solid var(--primary-bg-color);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    z-index: 10;
    margin-top: 6px;
    margin-right: 8px;
    position: absolute;
    right: 0;
}

input[type=text] {
    outline: none;
    cursor:text;
}

    input[type=text]:focus {
        border: 2px solid var(--primary-bg-color);
    }

input[type=password]:focus {
    border: 2px solid var(--primary-bg-color);
}

.select_plus {
    width: 100%;
    border: 1px solid #000;
    position: relative;
    height: 40px;
    border: 2px solid #dedede;
    border-radius: 3px;
}

    .select_plus:after {
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #f00;
        position: absolute;
        top: 40%;
        right: 11px;
        content: "";
        z-index: 98;
        border-radius: 2px;
    }

    .select_plus select {
        border: 0;
        position: relative;
        z-index: 99;
        background: none;
        height: 36px;
        font-size: 17px;
        color: #05042a;
        font-weight: bold;
        appearance: none;
        padding-left: 9px !important;
        outline: none;
    }

select option {
    font-size: 17px;
    color: #05042a;
    font-weight: bold;
    margin: 40px;
    background-color: #fff;
    color: #05042a;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

option:not(:checked) {
    background-color: white;
    color: #000;
}




/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 15px;
        right: 11px;
        width: 0;
        height: 0;
        border: 10px solid var(--primary-bg-color);
        border-color: var(--primary-bg-color) transparent transparent transparent;
        border-radius: 3px;
    }


    .select-selected.select-arrow-active:after {
        border-color: transparent transparent var(--primary-bg-color) transparent;
        top: 4px;
    }

/*style the items (options), including the selected item:*/
.select-selected {
    color: #ffffff;
    padding: 7px 6px;
    border: 2px solid #ccc;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    margin-top: -2px;
    background-color: #fff;
}

.select-items div {
    position: absolute;
    background-color: #f9fafb;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #ffffff;
    padding: 7px 6px;
    border: 2px solid #ccc;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    color: #818181;
    cursor: pointer;
    margin-top: -2px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #000;
}

::placeholder {
    color: #dddddd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #dddddd;
}

::-ms-input-placeholder {
    color: #dddddd;
}

.my-field-error input {
    border-color: red !important;
    -webkit-box-shadow: 0px 0px 29px -17px rgba(255,0,0,0.57);
    -moz-box-shadow: 0px 0px 29px -17px rgba(255,0,0,0.57);
    box-shadow: 0px 0px 17px -9px rgba(255,0,0,0.97);
    border: 1px solid;
}

.innerdropshadow {
    box-shadow: inset 0px 4px 22px -18px rgba(0,0,0,0.55);
}

.bluedropshadow {
    border-color: #BBBBBB !important;
    box-shadow: 0 0 4px 0 #0086FF,inset 0 2px 3px 0 rgba(0,0,0,0.10);
    border: 1px solid;
}



.gpcheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .gpcheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 11px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid var(--primary-bg-color);
    border-radius: 4px;
}

.checkmark-disable {
    position: absolute;
    top: 11px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: var(--disbaled-bg-color) !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid var(--disbaled-bg-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gpcheckbox:hover input ~ .checkmark {
    background-color: #fff;
}

.gpcheckbox input:checked ~ .checkmark {
    border: 2px solid var(--primary-bg-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.gpcheckbox input:checked ~ .checkmark:after {
    display: block;
}

.gpcheckbox .checkmark:after {
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}

.bdrdisable {
    border: 2px solid var(--disbaled-bg-color) !important;
}
/*.formcrossimg {
    background: url(../images/PatientPlus/cross-icon-14.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: bottom 10px right 10px;
    background-size: 16px;
    }*/




.formcrossimg {
    background: #fff url(../images/PatientPlus/cross-icon-14.svg) no-repeat right -20px center;
    background-size: 16px;
    cursor: pointer;
}

    .formcrossimg.x {
        background-position: right 10px center;
    }

    .formcrossimg.onX {
        cursor: pointer;
    }

    .formcrossimg::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
/* Clearable text inputs */
.clearable {
    background: #fff url(../images/PatientPlus/cross-icon-14.svg) no-repeat right -22px center;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
    background-size: 20px;
}

    .clearable.x {
        background-position: right 10px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
/* Remove IE default X */
.paddingleft5 {
    padding-left: 5px !important;
}

select {
    /*margin: 40px;*/
    color: #000;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

option:not(:checked) {
    background-color: #f9fafb;
    padding: 7px 6px;
    border: 2px solid #ccc;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    font-size: 16px;
    color: #818181;
    cursor: pointer;
    margin-top: -2px;
}

.gpflexcontainer {
    display: flex;
    align-items: center;
}

.diseses-list-bg {
    background-color: #F7F7F7;
}

.my-field-error .fv-plugins-message-container, .my-field-error .fv-plugins-icon {
    float: left;
    width: 100%;
    margin-top: 3px;
    width: 100%;
}

.my-field-error {
    color: red;
    font-size: 13px;
}

.femaledoctor {
    background-image: url('../images/Female-doctor.svg');
}

.maledoctor {
    background-image: url('../images/Male-doctor.svg');
}

.messageblockdesktop {
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}
.loginflexmain {
    padding-top: 20px !important;
}
@media screen and (max-width: 1365px) {
    .messageblockdesktop {
        position: absolute;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
	.header-message-block {
        text-align: center;
        padding: 15px;
        display: block !important;
    }

    .loginflexmain{
        padding-top:0px !important;
    }
}

#overlay-button {
    position: absolute;
    padding: 13px 4px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
}

    #overlay-button span {
        height: 2px;
        width: 28px;
        border-radius: 2px;
        background-color: white;
        position: relative;
        display: block;
        transition: all 0.2s ease-in-out;
    }

        #overlay-button span:before {
            top: -8px;
            visibility: visible;
        }

        #overlay-button span:after {
            top: 8px;
        }

        #overlay-button span:before, #overlay-button span:after {
            height: 2px;
            width: 28px;
            border-radius: 1px;
            background-color: white;
            position: absolute;
            content: "";
            transition: all 0.2s ease-in-out;
        }

    #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
        background: #fff;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"]:checked ~ #overlay {
        visibility: visible;
    }

    input[type="checkbox"]:checked ~ #overlay-button:hover span,
    input[type="checkbox"]:checked ~ #overlay-button span {
        background: transparent;
    }

        input[type="checkbox"]:checked ~ #overlay-button span:before {
            transform: rotate(45deg) translate(5px, 5px);
            opacity: 1;
        }

        input[type="checkbox"]:checked ~ #overlay-button span:after {
            transform: rotate(-45deg) translate(7px, -7px);
        }

.ropleftarrow {
    position: absolute;
    top: 0;
    left: 8px;
    margin-top: 13px;
}

.animation-fadein {
    position: relative;
    animation: animatehq 1s
}

@keyframes animatehq {
    from {
        top: 0px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.term-text-container {
    width: 96%;
    background-color: #F1F1F1;
    margin: 0 auto;
    display: flex;
    padding-left: 10px !important;
    border-radius: 2px;
}

    .term-text-container label {
        font-family: Proxima-Nova-Regular;
        font-size: 16px;
        position: relative;
        padding-left: 20px;
        float: left;
        padding: 7px 15px;
        padding-left: 40px;
        color: #535353;
    }

.checkmark-enabled {
    position: absolute;
    top: 11px;
    left: 8px;
    height: 22px;
    width: 22px;
    background-color: var(--primary-bg-color) !important;
    border: 2px solid #ccc;
    border-radius: 4px;
    border: 2px solid var(--primary-bg-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-term-text-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    border-radius: 2px;
}

    .register-term-text-container label {
        font-family: Proxima-Nova-Regular;
        font-size: 16px;
        position: relative;
        padding-left: 20px;
        float: left;
        padding: 8px 35px;
        /*padding-left: 40px;*/
        color: #535353;
        font-weight: bold;
    }

.checkmark-enabled {
    position: absolute;
    top: 11px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: var(--primary-bg-color) !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid var(--primary-bg-color) !important;
}

.understandcontainergreen {
    width: 100%;
    height: 30px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-content: center;
}

.paymentpagewidth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.greenboxwidth {
    width: 498px;
    margin-left: 2px;
}

.textcheckmain {
    position: fixed;
    bottom: 0;
    margin-bottom: 95px;
    width: 90% !important;
}

@media screen and (min-width: 668px) {
    .paymentpagewidth {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .greenboxwidth {
        width: 498px;
        margin-left: 2px;
    }
}

@media screen and (min-width: 768px) {
    .textcheckmain {
        position: fixed;
        bottom: 0;
        margin-bottom: 106px;
        width: 96% !important;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1364px) {
    .textcheckmain {
        position: fixed;
        bottom: 0;
        margin-bottom: 86px;
        width: 958px !important;
        margin-left: 20px;
    }

    .paymentpagewidth {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .greenboxwidth {
        width: 398px;
        margin-left: 2px;
    }
}

.marginleft5 {
    margin-left: 5px;
}

.loginmargin {
    margin: inherit;
    margin-left: auto;
    margin-right: auto;
}

.toasterblack {
    width: 100%;
    min-height: 60px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    margin-top: 60px;
    z-index: 5;
    left: 0;
}

.alerticontext {
    font-size: 16px;
    padding-top: 2px;
    max-width: 70%;
}

.alerticon {
    background-image: url('../images/PatientPlus/exclamation-orange.svg');
    width: 24px;
    height: 22px;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.editorangeicon {
    background-image: url('../images/icon-pencil-orange.svg');
    width: 26px;
    height: 26px;
    margin-top: -1px;
}

.crossicontopwhite {
    background-image: url('../images/PatientPlus/closewhite.svg');
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-right: 10px;
    top: 0;
    right: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.toastererror-container {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.fontweightbold {
    font-weight: bold;
}

.dropdownaddtext {
    color: var(--primary-bg-color) !important;
    padding: 6px;
    height: 20px;
    display: inline-table;
    width: 100%;
    text-align: left;
    padding-left: 16px;
    font-size: 16px;
    text-decoration: none;
}

.width90 {
    width: 90% !important;
}

.greentickicon {
    width: 22px;
    height: 22px;
    background-image: url('../images/icon-large-tick.svg');
    position: absolute;
    right: 0;
    background-size: cover;
    margin-right: 10px;
    margin-top: 9px;
}

.greyediticon {
    width: 18px;
    height: 18px;
    background-image: url('../images/icon-pencil.svg');
    position: absolute;
    right: 0;
    background-size: cover;
    margin-right: 14px;
    margin-top: 11px;
}

.userediticon {
    width: 20px;
    height: 19px;
    background-image: url('../images/PatientPlus/user.svg');
    position: absolute;
    right: 0;
    background-size: 20px;
    margin-right: 14px;
    margin-top: 11px;
    background-repeat: no-repeat;
}

.alerticon {
    background-image: url('../images/PatientPlus/exclamation-orange.svg');
    width: 24px;
    height: 22px;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.taostertickicon {
    background-image: url('../images/icon-large-tick.svg');
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.splashlogomid {
    width: 250px;
    margin: auto;
    height: 94px;
}

.splashlogo {
    background-image: url('../images/carehqwhite-logo.svg');
    width: 250px;
    height: 70px;
    background-size: 250px;
    background-repeat: no-repeat;
}

.splashcontent {
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
}

.splashheight {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/PatientPlus/Splash@3x.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.childcontainer {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.marginright45 {
    margin-right: 45px;
}

.bdrtopbottom {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 20px;
}

.childboxbg {
    background-color: #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .childboxbg > .deleteediticon {
        display: none;
    }

    .childboxbg > .userediticon {
        display: none;
    }


.eyeiconenable {
    background-image: url('../images/Icon-visibility.svg');
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;
}

.eyeicondisable {
    background-image: url('../images/Icon-visibility-cross.svg');
    width: 25px;
    height: 18px;
    background-repeat: no-repeat;
}

.fielddisable {
    background-color: #ededed;
    border: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary-bg-color) transparent transparent transparent;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    height: 0;
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--highlight-color);
    line-height: 34px !important;
    font-size: 16px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--highlight-color) !important;
    color: #535353 !important;
    border: 1px solid #dedede;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    color: #535353;
    border: 1px solid #dedede;
    padding-left: 15px;
    font-weight: bold;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    color: #535353;
    border: 1px solid #dedede;
    padding-left: 15px;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary-bg-color) transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 10px 11px 0 11px;
    height: 0 !important;
    left: 50% !important;
    margin-left: -21px !important;
    margin-top: -5px !important;
    position: absolute !important;
    top: 72% !important;
    width: 0 !important;
    border-radius: 4px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--primary-bg-color) transparent !important;
    border-width: 10px 11px 11px 11px;
    top: 32% !important;
}

.select2-dropdown {
    border: 1px solid var(--highlight-color) !important;
    border-top: 0px !important;
    margin-top: -1px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.main-container-body {
    background-color: #fff;
}

.deleteediticon {
    width: 14px;
    height: 18px;
    background-image: url('../images/PatientPlus/delete.svg');
    position: absolute;
    right: 0;
    background-size: 14px;
    margin-right: 14px;
    margin-top: 12px;
    background-repeat: no-repeat;
}

.childaddicon {
    width: 24px;
    height: 24px;
    background-image: var(--profile-edit-addchild-icon);
    background-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    float: left;
}

.childcrossicon {
    width: 18px;
    height: 18px;
    background-image: url('../images/PatientPlus/cross-icon-14.svg');
    position: absolute;
    right: 0;
    background-size: cover;
    margin-right: 14px;
    margin-top: 11px;
}

.southercross-logo {
    width: 131px;
    height: 31px;
    background-image: url(../images/PatientPlus/southercross-logo.svg);
    background-size: 131px;
    margin-left: 20px;
    background-repeat: no-repeat;
}

.procare-logo {
    width: 128px;
    height: 25px;
    background-image: url('../images/PatientPlus/procare-logo.svg');
    background-size: 128px;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.aboutlogomargin {
    margin-top: 25px;
    margin-bottom: 46px;
}

.aboutinnerheading {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-bottom: 8px;
}

.aboutbotheading {
    margin-top: 36px;
}

.margintop26 {
    margin-top: 26px;
}

.dis-block {
    display: block !important;
}

.popupheading {
    padding-top: 13px;
}

button, input, optgroup, select, textarea {
    font-family: Proxima-Nova-Regular !important;
}

.greenmainarea {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 364px) {
    .greenmainarea {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        min-height: 65px;
    }
}

input[type=tel]:focus {
    border: 2px solid var(--primary-bg-color);
}
input[type=tel], input[type=text], input[type=email], textarea {
    cursor: text;
}

input[type=email]:focus {
    border: 2px solid var(--primary-bg-color);
}

input[type=number]:focus {
    border: 2px solid var(--primary-bg-color);
}

textarea:focus {
    border: 2px solid var(--primary-bg-color);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #ccc !important;
    border-radius: 2px;
    outline: -webkit-focus-ring-color 0px 0px;
}

    .select2-container--default .select2-selection--single:focus {
        background-color: #fff;
        border: 2px solid var(--primary-bg-color) !important;
        border-radius: 2px;
        outline: -webkit-focus-ring-color auto 1px;
        outline-color: var(--primary-bg-color) !important;
        outline: 0;
    }



.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    color: #535353;
    font-size: 16px;
}

.intl-tel-input {
    height: 40px !important;
    /*border: 2px solid #ccc !important;*/
    border-radius: 3px;
    width: 100%;
}

    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
        height: 40px;
        border: 0px;
        padding-right: 0px !important;
        padding-left: 47px !important;
        margin-left: 0;
        font-size: 16px;
        outline: -webkit-focus-ring-color 0px 0px;
    }

.flag-container {
    outline: none;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    outline: none;
}

#txtPatientPhone_PatientRegister {
    border: 2px solid #ccc;
    height: 40px;
    border-radius: 3px;
    outline: none;
}

.iti-mobile .intl-tel-input.iti-container {
    top: -11px !important;
    bottom: 30px !important;
    left: 0px !important;
    right: 30px !important;
    position: relative !important;
    height: 140px !important;
}

.flagdropdown {
    position: relative;
    width: 100%;
}

.textbold {
    font-weight: bold;
}

.olpadding {
    padding: 15px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.inputloaderbutton {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: 12px;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.5s;
    animation: 0.8s linear infinite rotate;
}

@media screen and (min-width: 1364px) {
    .inputloaderbutton {
        margin-top: -6px;
    }
}

.contactedit-pencil-icon {
    content: var(--contact-edit-pencil-icon);
}

.see-gp-now-icon {
    content: var(--home-seegpnow-icon);
}

.scheduled-booking-icon {
    content: var(--home-scheduledbooking-icon);
}

.menu-icn-after-hours {
    content: var(--clinic-menu-after-hours);
}

.menu-icn-book-a-gp {
    content: var(--clinic-menu-book-a-gp);
}

.menu-icn-inhury-management {
    content: var(--clinic-menu-inhury-management);
}

.menu-icn-international-visitor {
    content: var(--clinic-menu-international-visitor);
}

.feedbackHeaderImage {
    content: var(--feedback-header-image);
}

.completeRequestStatusIcon1 {
    content: var(--complete-request-status-icon1);
}

.completeRequestStatusIcon2 {
    content: var(--complete-request-status-icon2);
}

.completeRequestStatusIcon3 {
    content: var(--complete-request-status-icon3);
}

.completeRequestStatusIcon4 {
    content: var(--complete-request-status-icon4);
}

.completeRequestStatusIcon5 {
    content: var(--complete-request-status-icon5);
}
.subheader {
    background-color: var(--primary-bg-color);
    color: white;
    border: 1px;
    border-top-style: groove;
    border-top-color: white;
    text-align: center;
    width: 100%;
    min-height: 25px !important;
}
.my-field-error-container {
    border-color: red !important;
    -webkit-box-shadow: 0px 0px 29px -17px rgba(255,0,0,0.57);
    -moz-box-shadow: 0px 0px 29px -17px rgba(255,0,0,0.57);
    box-shadow: 0px 0px 17px -9px rgba(255,0,0,0.97);
    border: 1px solid;
}

.input-validation-error {
    border: 1px solid red !important;
}

.menu-icn-primary-care {
    content: var(--clinic-menu-primary-care);
}

.menu-icn-governance {
    content: var(--clinic-menu-governance);
}

.menu-icn-team {
    content: var(--clinic-menu-team);
}

.about-carehq-logo {
    width: 140px;
    height: 30px;
    background-image: url('../images/carehq-logo.svg');
    background-size: 140px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.about-heading-detail{
    padding-bottom:10px;
}

.menu-icn-existing-patient-consultation {
    content: var(--clinic-menu-existing-patient-consultation);
}

.menu-icn-followup-consultation {
    content: var(--clinic-menu-followup-consultation);
}

.menu-icn-initial-consultation {
    content: var(--clinic-menu-initial-consultation);
}

.menu-icn-senior-consession-consultation {
    content: var(--clinic-menu-senior-consession-consultation);
}