* {
    box-sizing: border-box;
}
:root{
    --dc: #3A38C2 ;
    --dch: #0603C8;
    --tmclr: #f3f1f1;
}
html{  background-color:#f3f1f1;  }
body {
    padding-top: 4.9rem;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
/*a {*/
/*  color: #3A38C2!important;*/

/*}*/
/*a:hover {*/
/*    color: #666666;*/
/*    text-decoration: none!important;*/
/*}*/ 
a {
    background-image: linear-gradient(to right, #666, #666 50%, #3A38C2 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    color: #ffffff!important;
}

a:before{
    content: '';
    background: #666666;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
}

a:hover {
    background-position: 0;
    text-decoration: none!important;
}

a:hover::before{
    width: 100%;
}

h1,
h2,
h5 {
    color: #3A38C2;
}

a.navbar-brand img {
    width: 70%;
}

h1.connectBetter {
    font-weight:700;
}
section.frontHeader {
    background: var(--tmclr);
    padding-top: 30px;
}  
.bgColor{
    background-color: var(--tmclr);
}
.hdrColor{
    background-color: var(--dc) !important;
    color: #FFF !important;
}
.checkmark{
    --ckw: 20px;
    background-image:url('../../../storage/app/checkmark.png');
    width: var(--ckw);
    height: var(--ckw);
    background-size: var(--ckw) var(--ckw);
    margin: auto 2px;
    vertical-align: middle;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
input#myfile {
    height: 44px;
}
.formSection .form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.formSection .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3a38c269;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-append {
    margin-left: -1px;
}

.btn-default {
    background-color: #f8f9fa !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    color: #444 !important;
}

ul.navbar-nav {
    align-items: center;
}

nav.navbar {
    background-color: #fff !important;
    box-shadow: 0px -13px 10px 10px #a8a8a8;
    padding:0px 80px;
}

.firstSection {
    border-radius: 10px;
    padding:0px !important;
}

/* form.form-inline button {
    background-color: #3A38C2;
    border: 0px;
    color: #fff;
    border-radius: 5px;
} */

.connect img {
    width: 50%;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 42px -20px #3A38C2;
}
.innerColumn {
    padding-left: 8rem;
}

img.clients {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #3A38C2;
    border-radius: 50%;
    padding: 5px;
}

img.clients:hover, .image1:hover {
    background-color: #3A38C2;
    transition: 500ms ease-in-out;
}

li.nav-item a {
    color: #3A38C2 !important;
    font-weight: 600;
}

i.fa.fa-home {
    color: #3A38C2;
    font-size: 25px;
}

li.nav-item span {
    padding-left: 10px;
}

.form-inline .input-group {
    background-color: transparent;
    border-radius: 0.3rem;
    border: 1px solid #3a38c245;
    width: 400px !important;
}

button.connectButton {
    background-color: #3A38C2;
    color: #fff;
    border-radius: 30px;
    padding: 15px 60px;
    border: none;
}

76 {
    background: #fff;
    padding: 10px 20px !important;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -9px #3A38C2;
}

.rightBox:before {
    content: " ";
    position: absolute;
    left: -30px;
    top: 40%;
    border-top: 30px solid transparent;
    border-right: 30px solid #3a38c230;
    border-left: none;
    border-bottom: 30px solid transparent;
}
.rightBox {
    background: #fff;
    padding: 10px 20px !important;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -9px #3A38C2;
}
@media (max-width:1024px) and (min-width:768px) {
    /*.footerFixed {*/
    /*    position: absolute !important;*/
    /*    bottom: 0 !important;*/
    /*}*/
    ul.navbar-nav.ml-auto.mt-2.mt-lg-0 {
        display: flex;
    }
    
}

@media (max-width:1250px) and (min-width:1025px) {
  /*.footerFixed {*/
  /*      position: inherit;*/
  /*  }*/
    ul.navbar-nav.ml-auto.mt-2.mt-lg-0 {
        display: flex;
}
}
@media (max-width:767px) and (min-width:320px) {

.user_acc {
    padding: 15px !important;
}
.favourites {
    padding: 15px 0px !important;
}
.view_fav a {
    width: 100%;
}
.view_fav {
    margin: 25px 0px;
}
.acc_head h1 {
    font-size: 20px !important;
}
.acc_head h3 {
    font-size: 14px !important;
}
.input_labell {
    justify-content: center !important;
}
.account_parah p {
    text-align: center !important;
}
a.btn_sub {
    width: 100%;
    float:left !important;
}
.Approx_Minutes {
    justify-content: center;
    display: flex;
}
}
 

 @media (max-width:1024px) and (min-width:768px) {

.user_acc {
    padding: 15px !important;
}
.view_fav {
    margin: 20px 0px;
}
.acc_head h1 {
    font-size: 20px !important;
}
.acc_head h3 {
    font-size: 14px !important;
}
.input_labell {
    justify-content: center !important;
}
.account_parah p {
    text-align: center !important;
}
a.btn_sub {
    width: 100%;
    float:left !important;
}
.Approx_Minutes {
    justify-content: center;
    display: flex;
}
}
@media only screen and (max-width: 767px) {
body {
    padding-top: 3.9rem;
}
.innerColumn {
    padding: 0px !important;
}
.direct-chat-messages {
     width: 100% !important;
}
section.clientSection {
    padding-top: 0px !important;
}
input.question {
width: 75% !important;
}
p.clientThanks {
    width: 100% !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    padding: 8px;
}
div#mdlTOS {
    padding: 0px !important;
}
.frontHeader .row {
        flex-direction: initial !important;
}
section.frontHeader {
    padding: 15px 0px 15px 0px;
}
.owl-nav {
    display: block !important;
}
.owl-nav button {
    margin: auto 10px;
}
section.formSection {
    width: 100% !important;
}
img.image1 {
    margin-bottom: 25px !important;
    margin: auto !important;
    display: flex !important;
}
button.connectButton {
    margin: 25px 0px !important;
}
.float-right {
    float: none !important;
}
.btn-success {
    width: 100% !important;
}
img.profile-user-img {
    display: flex;
}
.rightBox {
    margin: 25px 0px !important;
}
section.footer {
    padding: 15px !important;
}
div#rc-anchor-container {
    width: 274px !important;
}
/*.footerFixed {*/
/*    position: absolute !important;*/
/*}*/

a.navbar-brand {
    width: 50%;
}
.innerColumn {
    padding: 0px ;
}
h1.connectBetter {
    font-size: 30px;
}
.form-inline .input-group {
    width: 100% !important;
}
nav.navbar {
    padding:0px 15px;
}

ul.navbar-nav {
    align-items: flex-start;
}

.navbar-light .navbar-toggler {
    border-color: #3a38c238;
}

.connect {
    justify-content: center !important;
}

.connect img {
    width: 65%;
}

.form-inline .form-control {
    width: 75% !important;
}

}

/* client section start */
section.clientSection {
    background-color: #f3f1f1;
}
.clientSection p {
    color: #525252;
}

.image1 {
    width: 70%;
    border-radius: 50%;
    padding: 10px;
    background-color: #3a38c226;
}

/* client section end */

/* third section css start */

i.fa-solid.fa-microphone-slash {
    color: #7c7c7c;
}

.playBox i {
    color: #000000;
}

.clientBox h3 a {
    color: #3A38C2;
    font-size: 24px;
}

button.connectButton:hover {
    box-shadow: 0px 4px 35px -7px #3a38c2b8;
    transition: 300ms ease-out;
}

.text_controls {
    align-items: center;
    display: flex;
    justify-content: center;
}

.clientImage {
    border-radius: 50%;
    padding: 5px;
    box-shadow: -10px 10px 40px rgba(58, 56, 194, 0.2), 10px 10px 40px rgba(58, 56, 194, 0.2), -10px -10px 40px rgba(58, 56, 194, 0.2), 10px -10px 40px rgba(58, 56, 194, 0.2);
    width: 220px; height: 220px;
}

h3.title {
    color: #3A38C2;
}

span.mute {
    width: 4%;
}

.mute img {
    width: 60%;
}

.playBox {
    display: grid;
}

span.clientDescription {
    color: #959595;
}

.text_controls textarea {
    border-color: #95959545;
    border-radius: 8px;
    padding: 5px;
}

.thirdSection {
    /*border: 1px solid #95959545;*/
    margin-top: 2em;
    padding-bottom: 30px;
    border-radius: 10px;
}

/* third section css ends */

/* fourth section css start here */
ul.itemList {
    list-style-type: none;
    padding-left: 0;
}

span.totalHours {
    padding-left: 85px;
}

li.listItems span {
    font-weight: 600;
    font-size: 17px;
    color: #3A38C2;
}

.itemImage img {
    width: 150px;
    height: 150px;
    border: 1px solid #3A38C2;
    border-radius: 50%;
    padding: 10px;
    float: right;
}

.border_section {
    border-bottom: 1px solid #3a38c21c;
    padding: 20px 0px;
}

spn.connectBtn {
    float: right;
    border: 1px solid #3A38C2;
    border-radius: 30px;
    padding: 12px 40px;
    background-color: #3A38C2;
    color: #fff;
}

spn.connectBtn:hover {
    border: 1px solid #3A38C2;
    background-color: transparent;
    color: #3A38C2;
    transition: 300ms ease-out;
}

/* fourth section css ends here */


/*13th page css start*/

form.confirm_form input[type="submit"] {
    background-color: #3A38C2;
    color: #fff;
    border-radius: 30px;
    padding: 8px 36px;
    border: none;
}

a.editBtn {
    padding-left: 10px;
    color: red;
    cursor: pointer;
}

form.confirm_form {
    padding-right: 70px;
}

.border_Secton {
    border: 1px solid #3a38c21c;
    padding: 30px;
    border-radius: 10px;
}

ul.cancelRequest {
    list-style-type: none;
    padding-left: 0px;
}

ul.previousPayouts {
    list-style: none;
    padding-left: 0px;
    padding-top: 45px;
}

li.amtPerMinute span b {
    padding-left: 20px;
}

li.amtPerMinute b {
    padding-right: 35px;
}

/*13th page css end*/


/*footer css*/

.copyright p {
    color: #fff !important;
}
.footerFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
section.footer {
    background-color: #999999;
    padding: 10px 30px 5px 10px;
}

ul.footerLinks {
    list-style: none;
    padding-left: 0;
}

ul.footerLinks li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #acabe1, #3A38C2 50%, #ffffff 50%);
    font-weight: normal !important;
}
/*ul.footerLinks li a:hover {*/
/*    color: var(--dc);*/
/*    text-decoration: none;*/
/*}*/
ul.footerLinks li a:before{
    content: '';
    background: #3A38C2;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
}
ul.footerLinks li a:hover {
    background-image: linear-gradient(to right, #0300d7, #0300d7 50%, #3A38c2 50%) !important;
}
.copyright {
    border-top: 1px solid #878787;
    padding-top: 10px;
} 
/*  profile  */
.profileLeft button.btn {
    background-color: #3a38c200;
    border-left: 5px solid #3a38c28c;
    color: #3A38C2;
    text-align: left;
    box-shadow: 0px 0px 13px -10px #3A38C2;
    border-right: 1px solid #3a38c22b;
    border-bottom: 1px solid #3a38c22b;
    border-top: 1px solid #3a38c22b;
}
.profileLeft button.btn:hover {
    background-color: #3A38C2;
    border-color: #3A38C2;
    color: #FFF;
}
.profileLeft .btnDel:hover {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #FFF;
    border-left: 5px solid #dc3545 !important;
}
/*kyc css*/
.contentDiv {
    display: none;
}

select {
    width: 100%;
    height: 40px;
    border-color: #3a38c224;
    color: #7f7f7f;
    border-radius: 5px;
}

select:focus-visible {
    outline: 2px solid #3a38c240;
}

input:focus-visible {
    outline: 2px solid #3a38c240;
}

@media only screen and (max-width: 600px) {
section.formSection {
    margin-bottom: 20px;
    width: 90%;
}

.innerSelect {
    display: block;
}

select#selectOption2 {
    margin-right: 0px;
}

select#selectOption3 {
    margin-left: 0px;
}
.rightBox:before {
    display: none;
}
.imgLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.image1 {
    width: 200px !important;
    height: 200px !important;
}

}
@media only screen and (max-width: 1250px) {
ul.navbar-nav {
    align-items: center;
    justify-content: flex-start;
    display: grid;
}
section.clientSection {
padding-top: 0px !important;
}
section.footer {
    padding: 15px;
}
 .input-group.searchAvatar {
    width: 100% !important;
}

.slider {
    --mp: 0% !important;
}
.innerColumn {
    padding: 50px 0px ;
}
nav.navbar {
    padding: 6px 15px;
}
section.formSection {
    margin-bottom: 20px;
}

select#selectOption1 option {
    text-overflow: ellipsis;
}
.form-inline .input-group {
    width: 250px ;
}
.imgLeft {
    display: flex;
    align-items: center;
}
.image1 {
    width: 150px !important;
    height: 150px !important;
}
section.clientSection {
    padding: 38px 15px;
}
}
.favourites h1 {
font-size: 16px;
color: #333333;
font-weight: 500;
line-height: 25px;
font-weight:500;
}
.favourites {
padding: 20px 10px 50px 20px;
}
a.view_fav {
display: flex;
margin: 0 auto;
background: #007bff;
color: #fff;
border: 0px;
padding: 12px 32px;
border-radius: 8px;
}
.view_fav a{
color: #fff;
border: 0px;
padding: 12px 32px;
border-radius: 8px;
background: #007bff;
-webkit-text-fill-color: #fff;
}
.favourites h2 {
font-size: 16px;
color: #333333;
margin-top: 30px !important;
line-height: 25px;
font-weight: 500;
}
.view_fav {
width: 100%;
float: left;
text-align: center;
margin: 35px 0px;
}
.favourites span{
color: #3a38c2;

}


.user_acc {
width: 100%;
float: left;
padding: 30px 100px 50px 70px;
}
.acc_head h3 {
font-size: 15px;
color: #545454;
font-weight: 600;
margin-bottom: 20px;
}
.acc_head label.form-label{
 color: #545454;
}
.acc_head span {
color: #3a38c2;
}
.account_parah p {
font-size: 15px;
color: #000;
text-align: right;
margin: 25px 0px;
}
button.btn_sub {
background: #007bff;
border: 0px;
color: #fff;
padding: 10px 60px;
border-radius: 5px;
float: right;
-webkit-text-fill-color: #fff;

}
.acc_head h1 {
font-size: 25px;
color: #000;
font-weight: 500;
margin-bottom: 20px;
}
.acc_head .form-control {
padding: 1.375rem .75rem;
}


