.video_part {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.video_part .logo {
}

.video_part .logo img {
    width: 200px;
}

.video_section {
    margin-top: 20px;
    border: 1px solid #ccc;
    height: 450px;
    font-size: 26px;
    font-weight: bold;
    max-width: 100%;
    color: gainsboro;
    position: relative;
}

.video_section video {
    position: relative;
    z-index: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay img {
    object-fit: contain;
}

.chat_iframe_video {
    width: 100%;
    height: 550px;
    margin: 20px 0px;
    border: 1px grey solid;
    border-radius: 1px;
}

.video_section span {
    text-align: center;
    margin-top: 250px;
    color: #fff;
    display: block;
}

.video_section img,
.video_section video {
    width: 100%;
    height: 100%;
}

.video_info {
    /* float: left; */
    width: 100%;
    margin-top: 30px;
    max-width: 600px;
}

.video_info h3 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #444;
    font-weight: 600;
}

.video_info p {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.video_info #feather_link {
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

@font-face {
    font-family: "Proxima Nova Alt Rg";
    src: url("../fonts/Proxima Nova Alt Rg Regular.eot");
    src: url("../fonts/Proxima Nova Alt Rg Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Proxima Nova Alt Rg Regular.woff2") format("woff2"),
        url("../fonts/Proxima Nova Alt Rg Regular.woff") format("woff"),
        url("../fonts/Proxima Nova Alt Rg Regular.svg#Proxima Nova Alt Rg Regular")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova-Semibold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/ProximaNova-Semibold.woff") format("woff"),
        url("../fonts/ProximaNova-Semibold.ttf") format("truetype"),
        url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Proxima Nova Alt Rg" !important;
}

.video_part {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.video_part .logo {
}

.video_part .logo img {
    width: 200px;
}

.video_section {
    margin-top: 20px;
    border: 1px solid #ccc;
    height: 450px;
    font-size: 26px;
    font-weight: bold;
    max-width: 100%;
    color: gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_section span {
    text-align: center;
    margin-top: 250px;
    color: #fff;
    display: block;
}

.video_section img,
.video_section video {
    width: 100%;
    height: 100%;
}

.video_info {
    /* float: left; */
    width: 100%;
    margin-top: 30px;
}

.video_info h3 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #444;
    font-weight: 600;
}

.video_info p {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.public-container {
    width: 100%;
}

.w-100p {
    width: 100%;
}

.txt-center {
    text-align: center;
}

.custom-pt {
    padding-top: 190px;
}

.txt-white {
    color: white;
}

.meeting .justify-content-center .img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid 5px white;
}

.view-profile-btn {
    background-color: transparent;
    border: solid 1px white !important;
    color: white;
    cursor: pointer;
}

.bb {
    border-bottom: solid 2px rgb(225, 238, 244);
}

/* dropdown css */
/* Dropdown Button */
/* .dropbtn {
      background-color: #04AA6D;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }
    
    /* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
      background-color: #3e8e41;
    } */

/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url("searchicon.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
    outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 999 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.hide {
    display: none;
}

/* dropdown css */

.book-meeting {
    border: solid 1px black;
    padding: 15px;
    margin: 3px !important;
    border-radius: 5px;
    border-top: solid 7px rgb(247, 147, 29);
}

.selectTime {
    height: 50px;
    background-color: transparent !important;
    cursor: pointer;
}

.selectTime:hover {
    border: 1px solid #e9ecef;
}

#newMeeting .edit-icon {
    color: #7695a5;
    cursor: pointer;
    float: right;
}

#selectTime .back-button {
    font-size: 25px;
    cursor: pointer;
}

#newMeeting .back-button {
    font-size: 25px;
    cursor: pointer;
}

.plr-50 {
    padding: 0px 50px !important;
}

.plr-90 {
    padding: 40px 90px !important;
}

.book-newbooking {
    cursor: pointer;
}

.required-field {
    color: #687882;
}

.red {
    color: red;
}

.fa .fa-long-arrow-left {
    color: #7695a5;
}

#selectTimezone {
    background-color: transparent;
}

.public-container {
    width: 100%;
}

.w-100p {
    width: 100%;
}

.txt-center {
    text-align: center;
}

.custom-pt {
    padding-top: 190px;
}

.txt-white {
    color: white;
}

.meeting .justify-content-center .img {
    border-radius: 50%;
    width: 40%;
    height: auto;
    border: solid 5px white;
}

.view-profile-btn {
    background-color: transparent;
    border: solid 1px white !important;
    color: white;
    cursor: pointer;
}

.bb {
    border-bottom: solid 2px rgb(225, 238, 244);
}

/* dropdown css */
/* Dropdown Button */
/* .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  } */

/* The search field */
#myInput {
    box-sizing: border-box;
    /* background-image: url('searchicon.png'); */
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
    outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 999 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.hide {
    display: none;
}

/* dropdown css */

.book-meeting {
    border: solid 1px black;
    padding: 15px;
    margin: 3px !important;
    border-radius: 5px;
    border-top: solid 7px rgb(247, 147, 29);
}

div.form-group .selectTime {
    /*height: 50px;*/
    background-color: transparent !important;
    cursor: pointer;
    margin-bottom: 0px !important;
}

/*.selectTime:hover {
    border: 1px solid rgb(247, 147, 29);
    color: rgb(247, 147, 29);
}*/

#newMeeting .edit-icon {
    color: #7695a5;
    cursor: pointer;
    float: right;
}

#selectTime .back-button {
    font-size: 25px;
    cursor: pointer;
}

#newMeeting .back-button {
    font-size: 25px;
    cursor: pointer;
}

.plr-50 {
    padding: 0px 50px !important;
    margin-bottom: 0px !important;
}

.plr-90 {
    padding: 40px 90px !important;
}

.book-newbooking {
    cursor: pointer;
}

.required-field {
    color: #687882;
}

.red {
    color: red;
}

.fa .fa-long-arrow-left {
    color: #7695a5;
}

#selectTimezone {
    background-color: transparent;
}

.w-100 {
    width: 100%;
}

.f1 {
    font-size: 3rem;
}

.fw5 {
    font-weight: 500;
}

.fw4 {
    font-weight: 400;
}

.fw3 {
    font-weight: 300;
}

.lh-title {
    line-height: 1.25;
}

.f6 {
    font-size: 0.875rem;
}

.css-egrch3,
[data-css-egrch3] {
    color: rgba(154, 154, 154, 0.8);
}

.ttu {
    text-transform: uppercase;
}

.tracked {
    letter-spacing: 0.1em;
}

.dib {
    display: inline-block;
}

.online {
    width: 11px;
    height: 11px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(19, 203, 110);
    border-radius: 100%;
    background-color: rgb(19, 203, 110);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 2px;
    vertical-align: baseline;
    content: " ";
    transform: translateY(1px);
}

.offline {
    width: 11px;
    height: 11px;
    border-width: 2px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background-color: red;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 2px;
    vertical-align: baseline;
    content: " ";
    transform: translateY(1px);
}

.ml2 {
    margin-left: 0.5rem;
}

.mh0-ns {
    margin-left: 0;
    margin-right: 0;
}

.ma4 {
    margin: 2rem;
}

.lh-copy {
    line-height: 1.5;
}

.mv3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.mv0 {
    margin-top: 0;
    margin-bottom: 0;
}

.ml3 {
    margin-left: 1rem;
}

.flex-row-l {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.btn-chat {
    outline: none;
    display: inline-flex;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    color: rgb(0, 0, 0);
    background-color: rgb(247, 147, 29);
    border-color: rgb(247, 147, 29);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
}

.tc {
    text-align: center;
}

.mb2 {
    margin-bottom: 0.5rem;
}

.ph3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pv2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.br2 {
    border-radius: 0.25rem;
}

.ba {
    border-style: solid;
    border-width: 1px;
}

body,
button {
    font-family: Brandon, Helvetica Neue, Helvetica, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.btn-bg-orange {
    background-color: rgb(247, 147, 29);
}

.btn-bg-trans {
    background-color: transparent;
}

.txt-orange {
    color: rgb(247, 147, 29);
}

.btn-appointment:hover {
    color: white;
    background-color: rgb(247, 147, 29);
}

.start-video {
    color: blue;
    font-size: 1.5rem;
}

.by-appointment {
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-size: 15px;
}

.mt4 {
    margin-top: 2rem;
}

.mb0 {
    margin-bottom: 0;
}

.normal {
    font-weight: 400;
}

.l-gray {
    color: rgb(154, 154, 154);
}

.mt1 {
    margin-top: 0.25rem;
}

.full-screen-img {
    /* min-height:100%;
  min-width:100%;
  height:auto;
  width:auto;
  position:absolute;
  top:-100%; bottom:-100%;
  left:-100%; right:-100%;
  margin:auto; */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slogan {
    bottom: 0;
    position: absolute;
    width: 100%;
    /*background-color: rgba(247, 147, 29, 0.7);*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan-div1 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 30rem;
    font-size: 1.25rem;
}

.slogan-comma {
    font-size: 6.625rem;
    line-height: initial;
}

.i {
    font-style: italic;
}

.f4 {
    font-size: 1.25rem;
}

.tc {
    text-align: center;
}

.pa4 {
    padding: 2rem;
}

.lh-copy {
    line-height: 1.5;
}

.media-content {
    max-width: 32rem;
    margin: 0 auto;
    padding: 8rem 2em;
}

section.lh-title.lh-copy.ma4.mh0-ns.ml-0 svg {
    fill-rule: evenodd;
    fill: rgb(0, 0, 0);
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

section.lh-title.lh-copy.ma4.mh0-ns.ml-0 p {
    font-size: 12px;
    line-height: normal;
    margin: 0 !important;
}

button.btn.btn-bg-orange svg {
    fill-rule: evenodd;
    fill: currentcolor;
    width: 15px;
    height: 15px;
}

a.btn.btn-bg-trans.txt-orange.btn-appointment svg {
    fill-rule: evenodd;
    fill: currentcolor;
    width: 18px;
    height: 18px;
}

.btn-style span {
    display: inline-block;
    vertical-align: middle;
}

.btn-style svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

section.mobile-display {
    display: none;
}

#passwordVerificationPopup .password-verify {
    margin: 20px;
}

.video-password-error {
    margin-top: 30px;
}
.meeting #selectTime #show_times {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 10px 0;
}

.meeting #selectTime .cld-datetime .cld-rwd-date {
    float: left;
}
.meeting #selectTime .cld-datetime .cld-fwd-date {
    float: right;
}
.meeting #selectTime .cld-datetime {
    width: 45%;
}
.meeting #selectTime .cld-datetime .cld-nav {
    margin-top: -1px;
}
.meeting #selectTime #selectedDateMonthYear a.float-right {
    margin-top: -21px;
    color: #490000;
    font-size: 16px;
    font-weight: 500;
}
.meeting #selectTime #selectedDateMonthYear a.float-right svg {
    margin-right: 5px;
}

.book-meeting svg.bi.bi-calendar-check {
    font-size: 50px;
    color: #f7931d;
    height: 60px;
    width: 60px;
}

.selectedTimeSlot {
    background-color: #e9ecef !important;
    color: #bac1c9 !important;
}

label.selectedTimeSlot {
    margin-bottom: 0px !important;
}
/*.selectedTimeSlot:hover{
    background-color: #e9ecef!important;
    color: #495057!important;
    border-color: #e9ecef!important;
} */

#selectTimeSlotsBtn {
    display: table;
    width: auto;
    margin: 10px auto;
    padding: 5px 50px;
    border: 1px solid;
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}
.slot-checkbox-checked {
    display: none;
}
@media (max-width: 1023px) {
    .meeting #selectTime #selectedDateMonthYear a.float-right {
        display: table;
        margin: 13px auto 0;
        float: none !important;
    }
    .meeting #selectTime .cld-datetime {
        width: 61%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .meeting #selectTime .cld-datetime {
        width: 45%;
        font-size: 13px;
    }
    .meeting #selectTime #selectedDateMonthYear a.float-right {
        margin-top: -21px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .meeting_page_h4 h4{
        text-align: center !important;
        padding-right: 0% !important;
    }
    .meeting_page_h4 p{
        text-align: center !important;
        padding-right: 0% !important;
    }
    .meeting #selectTime #show_times {
        max-height: inherit;
    }
    .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        height: 100%;
        margin: 0;
        align-items: center;
        align-self: center;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .mobile-display-left {
        height: auto !important;
        padding-bottom: 10px;
    }

    .mobile-display-left .custom-pt {
        padding-top: 20px;
    }

    .plr-90 {
        padding: 0px !important;
    }

    .profile-image {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 400px;
    }

    .slogan-div1 {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 90rem;
        font-size: 14px;
    }

    section. .lh-title {
        text-shadow: rgb(0 0 0 / 60%) 0px 0px 8px;
    }
    /*
    section.mobile-display {
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25%;
    }*/

    section.mobile-display span {
        color: rgb(0, 0, 0);
        text-shadow: rgb(0 0 0 / 60%) 0px 0px 8px;
    }

    .meeting .row {
        margin: 0;
        text-align: center;
        align-items: center;
    }

    #newMeeting .edit-icon {
        float: none !important;
    }

    .meeting .row .col-sm-5 {
        padding: 0;
    }

    .meeting .row .col-sm-7 {
        padding: 0;
    }

    .slogan {
        background-color: rgb(247, 147, 29);
    }

    /*.media-content .name-bar-top {
        display: none;
    }*/
    .media-content .name-bar-top .lh-title {
        font-size: 24px;
    }
    .fw3.i.slogan-comma {
        display: none;
    }

    section.lh-title.lh-copy.ma4.mh0-ns.ml-0 p {
        font-size: 11px;
        line-height: normal;
        margin: 0 !important;
    }

    .media-content {
        max-width: 95rem;
        margin: 0 auto;
        padding: 2rem 2em;
    }

    section.lh-copy.address-media {
        text-align: center;
        margin: 0 !important;
    }

    .btn-style {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-style span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}

.upper-meeting-row {
    margin-left: -6px !important;
    margin-bottom: 0px !important;
}

.upper-meeting-row .form-control {
    float: left;
    margin-left: 6px;
    margin-bottom: 10px;
}

.video_info a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

#video_password {
    height: 50px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-moz-placeholder {
    /* Firefox 18- */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 530px !important;
    }
}

.pp_for_videos {
    text-align: center;
    font-size: 0.9rem;
    margin-top: -20px;
}

* {
    touch-action: manipulation;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.video_section .video_not_ready{
    color: #0000008c !important;
}
.msg_sent p {
    word-wrap: break-word !important;
}

.meeting_page_h4 h4{
    text-align: right;
    padding-right: 15%;
}
.meeting_page_h4 p{
    text-align: right;
    padding-right: 31%;
}

.meeting_acceptance_div{
    height: 800px;
    padding: 0px !important;
    margin:0px!important;
}

.meeting_acceptance_div_2{
    height: 100%;
       display: flex;
        background: rgb(40, 42, 43);
     
}

.meeting-container {
    background: rgb(40, 42, 43) !important;
    height: 100vh;
  }
  .meeting-container > main {
    background: rgb(40, 42, 43) !important;
  }
  .meeting_acceptance_div {
    margin: 0 auto !important;
    height: 650px !important;
  }
  .meeting_acceptance_div_2 {
    display: flex !important;
    width: 100%;
    margin: 0 auto !important;
  }
  .meeting_acceptance_div_2 > .col-lg-4 {
    display: flex;
    flex-wrap: wrap;
    border: none !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .meeting_acceptance_div_2 .col-lg-4 > img {
    width: 100%;
    max-width: 210px;
    margin-bottom: 20px;
  }
  .meeting_acceptance_div_2 h6.MuiTypography-h6 {
    font-size: 20px;
  }
  .meeting_acceptance_div_2 .col-lg-4 + .col-lg-6 {
    border: none !important;
    padding: 42px 56px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .meeting_acceptance_div_2 .col-lg-4 + .col-lg-6 p.lead {
    font-size: 1.5rem;
    line-height: 1.334;
  }
  .meeting_acceptance_div_2 .col-lg-6 form .col-lg-12 > button {
    min-width: 190px !important;
    padding: 5px 15px;
  }
  .meeting_acceptance_div_2 .col-lg-6 form .col-lg-12 > button.btn {
    width: 190px !important;
  }
  .meeting_acceptance_div_2 .col-lg-6 form .col-lg-12 > button.btn svg {
    width: 13%;
  }
  
  @media (max-width: 767px) {
    .meeting_acceptance_div_2 > .col-lg-4 {
      height: 30% !important;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 8px;
      margin: 0 20px !important;
    }
    .meeting_acceptance_div_2 .col-lg-4 > img {
      max-width: 100% !important;
    }
    .meeting_acceptance_div_2 .col-lg-4 + .col-lg-6 {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      margin: 0 20px;
      padding: 28px !important;
    }
    .meeting_acceptance_div_2 .col-lg-4 + .col-lg-6 .text-left {
      margin: 0px !important;
    }
    .meeting_acceptance_div_2 .col-lg-6 form .col-lg-12 > button {
      min-width: 100% !important;
    }
    .meeting_acceptance_div_2 .col-lg-6 form .col-lg-12 > button.btn-success svg {
      width: 10%;
    }
  }
  
  .multilingual_btn{
    font-size:0.9rem;
    font-style: italic;
  }