:root {
    --primary-color: #0096A3;
    --secondary-color:#231F20;
    --lightgray-color:#F7F7F7;
    --darkgray-color:#F1F1F1;
    --btn-hover-color:#5bcad7;
    --green-color:#8BC800;
    --green-color2:#9ECB3A;
    --btn-border-radius : 35px;
    --body-font-family: 'Open Sans', sans-serif;
    --swiper-navigation-size: 30px;
    --swiper-theme-color: var(--secondary-color);
    
}

/*global css*/

body{

    font-family: var(--body-font-family) ;
    font-size: 1rem;
    color: var(--secondary-color);
}

.btn{
    --bs-btn-border-radius: var(--btn-border-radius);
    --bs-btn-font-size: 1.25rem;
    --bs-btn-font-weight: 600;
    --bs-btn-padding-x: 2.375rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-width: 2px;
}

.btn-outline-primary {
    --bs-btn-color:var(--secondary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--btn-hover-color);
    --bs-btn-hover-border-color: var(--btn-hover-color);
    --bs-btn-active-color: var(--secondary-color);
    --bs-btn-active-bg: var(--btn-hover-color);
    --bs-btn-active-border-color: var(--btn-hover-color);
    --bs-btn-disabled-color: var(--btn-hover-color);
    --bs-btn-disabled-border-color: var(--btn-hover-color);
}

.btn-primary {
    --bs-btn-color: var(--secondary-color);
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--secondary-color);;
    --bs-btn-hover-bg: var(--btn-hover-color);
    --bs-btn-hover-border-color: var(--btn-hover-color);
    --bs-btn-active-color: var(--secondary-color);;
    --bs-btn-active-bg: var(--btn-hover-color);
    --bs-btn-active-border-color: var(--btn-hover-color);
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--green-color);
    --bs-btn-hover-border-color:var(--green-color);
    --bs-btn-active-color:var(--secondary-color);
    --bs-btn-active-bg: var(--green-color);
    --bs-btn-active-border-color:var(--green-color);
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #000;
    pointer-events: none;
    background-color: #495057;
    border-color: #778283;
    opacity: var(--bs-btn-disabled-opacity);
}

.v-toast__text a{
    color: #fff!important;
    font-weight: 700;
}

.v-toast_item .v-toast_text {
    padding: 1.5em 1em;
    color: #e9ecef!important;
    font-size: 16px;
}
.v-toast__item--error {
    background-color: #dc3545!important;
}
.v-toast__item--success {
    background-color: #8bc800!important;
}

input.input-email.form-control {
    padding: 0.9rem!important;
    width: 30%;
}

.action.d-flex.gap-3 a {
    cursor: pointer;
    text-decoration: underline;
}

.invalid-tooltip {
    visibility: hidden;
    z-index: 1;
}
.input-tooltip:hover .invalid-tooltip{
    visibility: visible;
}

.input-tooltip{
    position: relative;
}

.modal-second .alert-danger {
    --bs-alert-color: #fff;
    --bs-alert-bg: #dc3545!important;
    --bs-alert-border-color: #dc3545important;
    
}

.bg-green{
    background: var(--green-color);
}

.bg-light{
        --bs-light-rgb: 241, 241, 241
}
.shadow-sm{

        --bs-box-shadow-sm: 0px 2px 5px rgb(0 0 0 / 15%);
}

a {
    color: var(--primary-color);
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.875rem;
}

.modal {
    --bs-modal-bg: var(--darkgray-color);
    --bs-modal-border-radius: var(--bs-border-radius-xxl);
}

mark{
background: var(--green-color);
    color: var(--secondary-color);
    padding: 2px 18px;
    display: inline;
    line-height: 1.7 !important;
    white-space: pre-wrap;
    -webkit-box-decoration-break: clone;
}

.form-label {
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-bottom:10px !important;
}
.info-form .form-control, .info-form .form-select{
    height: 55px;
    padding: 0.5rem 1.125rem;
}
.form-control, .form-select{
    font-size: 1.25rem;
    padding: 1.125rem;
    border: var(--bs-border-width) solid var(--secondary-color);
    border-radius: var(--btn-border-radius);
    color: var(--secondary-color);
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);

}

.work-email .input-group-text {
    background-color: #fff!important;
    border: var(--bs-border-width) solid #000!important;
    border-right: 0px !important;
    box-shadow: none !important;
    border-radius: 35px;
    padding: 1rem 0 1rem 1.4rem;
}
/*.work-email.input-group .form-control{
    border-left: 0px !important;
}*/
.suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #000!important;
    max-height: 150px;
    border-radius: 3px!important;
    overflow-y: auto;
    background-color: #fff!important;
}
.suggestions-list li:hover {
    background-color: #8bc800!important;
}
.input-city.input-group .form-control{
    border-radius: 35px!important;
}

.inputBrdLft{
    border-left: 0px !important;
}

span.mstext {
    font-size: 12px !important;
}

.get-start-btn .btn-dark {
    --bs-btn-color: #000;
    --bs-btn-bg: #0096A3!important;
    --bs-btn-border-color: #0096A3!important;
    
}
.get-start-btn .btn:hover{
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg)!important;
    border-color: var(--bs-btn-hover-border-color)!important;
}
.form-text {
    margin-top: .5rem;
    color: var(--secondary-color);
}

h1,h2,h3{
    font-weight: 600;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input{
    width: 1.625em;
    height: 1.625em;
    margin-top: .45em;
}

.form-check .form-check-input {
    margin-left: -2em;
}

.form-check {
    padding-left: 2em;
}

.form-check-input[type=checkbox] {
    border-radius: .15em;
}
.swiper-button-next, .swiper-button-prev{
    font-weight: 700;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.disabled>.page-link, .page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: transparent!important;
    border-color: transparent!important;
}


.heading-big{
    font-size: 2.813rem;
}


@media (min-width: 1400px) { 

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
 }



 .top-bar{
    background: #F1F1F199;


}

 .top-bar svg{
    width: 19px;
    height: 19px;
    color: var(--primary-color);
 }

 .top-bar a{
    color: var(--secondary-color);
    text-decoration: none;
 }

  .top-bar a:hover{
    color: var(--primary-color);
  }

.hero-content .navbar-brand img {
    max-width: 165px;
}



.navbar-brand img {
    max-width: 268px;
}
nav.border-bottom {
    --bs-border-color : #979797;
}


.hero-content p{
    font-size: 1.563rem;
}

.hero-content p.sm-text{
    font-size: 1.125rem;
}

.hero-content ul li{
    font-size: 1.125rem;
    line-height: 1.563;
    font-weight: 600;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5rem;
}

.hero-content ul li::before{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../img/check.svg);
    background-size: 16px;
}
.diagram img{
    max-width: 856px;
    margin-top: -130px;
    z-index: -1;
    position: relative;
    margin-left: 30px;
}

.section-margin{
    margin-top: 5rem;
}




.clients{
        border-radius: 50px;
    }



/*css for auth form */

.loginwith-microsoft .btn{
    background: #fff;
    --bs-btn-border-color: #000;
    --bs-btn-active-bg:#fff;
    --bs-btn-hover-border-color: #000;
    --bs-btn-padding-x: 1.675rem;
    --bs-btn-padding-y: .875rem;
    color: #706D6E;
    --bs-btn-border-width: 1px;
}

.loginwith-microsoft .btn span{
    font-weight: 700;
}

.page-loading img.loading{
    width: 348px;
}


/*css for profile page */



.profile-page .hero-sec {
    padding: 3.5rem 4rem;
}

.survey-page .hero-sec {
    padding: 2.5rem 0rem;
}

.logo-preview{
    position: relative;
    background: var(--bs-white);
    border-radius: 15px;
    border: 1px solid var(--secondary-color);
    padding: 40px 30px 30px;
    text-align: center;

}

.logo-preview img.ms-logo{
    width: 105px;
}

.logo-preview .edit-logo{
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}


.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow:none;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: url(../img/error_icon.svg);
}


/*css for progress bar*/

 .progress-bar {
    display: flex;
    margin: 100px auto 0 auto;
    user-select: none;
    max-width:700px;
}
 .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}


.progress-bar .step .bullet {
    height: 50px;
    width: 50px;
    border: 2px solid var(--secondary-color);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 46px;
}
.progress-bar .step .bullet.active {
    border: 2px solid var(--primary-color)!important;
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--bs-white);
}
.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 21px;
    right: -173px;
    height: 3px;
    width: 163px;
    background: var(--primary-color);
}
.progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.step.active p{
    color: #0096A3;
}


.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}
.progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}
.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

/*css for review page*/

.survey-page .article-item p{
    font-size: 1.125rem;
}

.heading-icon img{
    position: relative;
    z-index: 9;
}

.heading-icon::before{
content: '';
    background: var(--green-color2);
    height: 25px;
    bottom: 5px;
    position: absolute;
    width: 95%;
    left: 9px;
}



.info-text p{
    font-size: 1.563rem;
    line-height: 35px;
}
.upload_btn_back


/*css for table  */

.table-sec .action a img{
    height: 20px;
    width: 100%;
}

.table-sec .uploadsec .btn{
        --bs-btn-font-size: 1rem;
            --bs-btn-border-width: 2px;
            --bs-btn-padding-x: 1rem;
}

.table-sec .uploadsec h3{
    font-size: 1.875rem;
}
.table-sec hr{
  color: #AAAAAA;  
  opacity: 1;
}

.table-sec tr th:first-child {
    padding-left: 30px;
}
.table-sec th{
    color: #6A6A6A;
    font-weight: 600;
    font-size: 1rem;

}

.table-sec table{
        --bs-table-border-color: #fff;
}
.table-sec tr td{
    background: var(--lightgray-color);
    vertical-align: middle;
    border-bottom-width: 7px;
}

.table-sec tr td:first-child{
    padding-left: 30px;
}

.table-sec tr td:last-child{
    padding-right: 30px;
}

.table-sec tr .form-control, .table-sec tr .form-select{
--btn-border-radius: 3px;
    padding: 5px 35px 5px 10px;
    font-size: 1.125rem;
    font-weight: 600;
        line-height: 25px;
        max-width: 300px;
    border: var(--bs-border-width) solid #727070;
}
.table-sec tr input.form-control.email{
    max-width: 300px;
}

.table-pagination .page-select{
    border:1px solid #737373;
    padding: 8px 10px;
}
.table-pagination .page-num{
    border: 1px solid #737373;
    padding: 2px 3px;
    width: 47px;
    text-align: center;
}

.table-pagination .text{
        color: #737373;
        font-size: 1.125rem;

}

.table-pagination .page-link:hover{
        --bs-pagination-hover-color: var(--primary-color);
}

.table-pagination .pagination {
    --bs-pagination-padding-x: 0.7rem;
    --bs-pagination-padding-y: 0.1rem;
}

.table-pagination .page-item{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 30px;
    color: #737373;
}

.table-pagination .page-link {
    --bs-pagination-border-width : 0;
    --bs-pagination-font-size: 1.125rem;
    font-weight: 700;
    --bs-pagination-color:#737373;
    box-shadow: none;
}

.table-pagination .page-link.active {
    --bs-pagination-active-color:#000;
    --bs-pagination-active-bg : #EAEAEA;
}
.table-pagination .page-link:focus{
    color: var(--primary-color);
    background-color: var(--lightgray-color)
}


/*css for second modal*/
.modal-second .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    box-shadow: none;
        --bs-btn-close-opacity: 1;
        color: var();
}
.modal-second .modal-content{
    background: var(--bs-white);
    border-radius: 0;
}

.preview-modal span.fix-width{
     /* width: 80px;*/
    display: inline-block;
}

.alert-modal p{
    font-size: 1.875rem;
}


.upload_button{
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
}
.upload_btn{
    background-color: transparent;
    border: none;
    font-size: 28px;
    color: #6A6A6A;
    text-align: center;
    
}
.upload_btn_back button, .upload_tmp_back button{
    padding: 0px;
    cursor: pointer;
}

.download_button{
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
}
.download_button label{
      font-size: 24px;
    color: #6A6A6A;
    font-weight: bold;
    
   }
 .download_button p{
     font-size: 16px;
      color: #6A6A6A;
 }
 .upload_button label{
      font-size: 24px;
    color: #6A6A6A;
    font-weight: bold;
    
   }
 .upload_button p{
     font-size: 16px;
      color: #6A6A6A;
 }
.upload_btn_back{
    border-style: dotted;  
    border-color: #B3B3B3;
    padding: 30px;
    cursor: pointer;
    border-width: 2px;
}


.upload_tmp{
     background-color: transparent;
    border: none;
    font-size: 28px;
    color: #6A6A6A;
    text-align: center;
 }
.upload_tmp_back{
    border-width: 2px;
    border-style: dotted;  
    border-color: #B3B3B3;
    padding: 25px;
    margin-left: 40px;
    cursor: pointer;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent!important;
}
.upload_btn_back>.btn:first-child:active {
        border-color: transparent;
       
}
.upload_tmp_back>.btn:first-child:active {
        border-color: transparent;
}



/*responsive css starts here */

@media screen and (min-width: 1300px) and (max-width: 1399px) { 
    .diagram img {
        max-width: 684px;
        margin-top: -61px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) { 
    .diagram img {
        max-width: 598px;
        margin-top: -36px;
    }
    .input-email.form-control{
        width: 45%!important;
    }
}
@media (min-width: 992px) { 
       
    
    
.next-prev-btn .btn{
    width: 25%;
}

.survey-form h5{
    font-size: 1.875rem;
}

.hero-content h1{
    max-width:  70%;
}

.clients h5{
    font-size: 1.563rem;
}
.table-pagination .page-num {
    width: 40px;
    height: 30px;
}



}

@media (max-width: 991.98px) { 


        .start-trial h1 {
   font-size: calc(1.5rem + 1.5vw);
}

.profile-page .hero-sec {
    padding: 1.4rem;
}




}

@media (max-width: 767.98px) { 
    
 .upload_btn{
        margin: 15px;
        padding: 10px;
        font-size: 20px;
}

.upload_tmp{
       margin: 15px;
       padding: 10px;
       font-size: 20px;
 }


.info-text {
    padding: 0px 0px;
}

        nav.navbar .navbar-brand img {
        max-width: 185px;
    }

    h1.heading-big {
        font-size: calc(1.375rem + 1.5vw);
    }

.hero-content .h1, .hero-content h1 {
    font-size: calc(1.5rem + 1.5vw);
}

.hero-content p, .hero-content p.sm-text {
    font-size: 1rem;
}
.hero-content ul li {
    font-size: 0.875rem;
}
.hero-content ul li::before{
    top: 5px;
}


h1>mark {
    padding: 4px 14px;
    line-height: 1.8 !important;
}

h3>mark {
    padding: 2px 8px;
}

.form-control, .form-select {
    font-size: 1rem;
    padding: 0.775rem;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.675rem;
}
.loginwith-microsoft .btn {

         --bs-btn-padding-x: 1.6rem;
        --bs-btn-padding-y: .675rem;
}

.form-label{
    font-size: 1rem;
    margin-bottom: 5px !important;

}
.form-text {
    font-size: 0.875rem;
    line-height: 1.325rem;
}
.btn {
    --bs-btn-font-size: 1.1rem;
}

.progress-bar {
    margin: 40px auto 0 auto;
    max-width: 320px;
    

}

.progress-bar .step .bullet {
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 38px;

}

.progress-bar .step p{
    font-size:14px !important;
}

.progress-bar .step .bullet:before, .progress-bar .step .bullet:after {

    bottom: 18px;
    right: -58px;
    height: 2px;
    width: 50px;
}


.section-margin {
    margin-top: 2rem;
}

.swiper-button-next, .swiper-button-prev{
        --swiper-navigation-size: 25px;
}

}

@media screen and (max-width: 768px){

    .survey-page .hero-sec {
        padding: 2.5rem 1.2rem;
        padding-top: .5rem !important;
    }
    .survey-page .article-item .article {
        padding-left: 3px;
    }
    .survey-page .article-item .article .btn {
        font-size: 1rem;
        padding: 0 1rem;
    }
    .survey-page .article-item p {
        font-size: 1rem;
    }
    .survey-page .article .article-btn{
        text-align: center;
    }
    h1.heading-big {
        font-size: 30px;
    }
    .info-text p{
        font-size: 1.1rem;
        line-height: 27px;
    }
    .table-sec .action a img {
        height: 30px;
        width: 100%;
    }
    .table-sec .uploadsec h3 {
        font-size: 1.29rem;
    }
    .table-sec .uploadsec{
        align-items: center;
    }
    .table.table-mobile tr{
        display: block;
    }
    .table-sec tr td:first-child {
        padding-left: 10px;
    }
    .table-sec tr td {
        border-bottom-width: 0px;
    }
    .table-sec tr {
        background: var(--lightgray-color);
        border-bottom-width: 7px;
        padding: 12px 0px;
    }
    .table-sec .border-top {
        border-top: var(--bs-border-width) var(--bs-border-style) #DFDFDF !important;
    }
    .table-sec tr td label {
        display: inline-block;
        color: #6A6A6A;
        font-weight: 600;
        font-size: 0.875rem;
    }
    .table-sec tr .form-control, .table-sec tr .form-select {
        font-size: 1rem;
    }
    .table-sec tr td:last-child {
        padding-right: 0px;
    }
    .preview-modal h3{
        font-size: 1.25rem;
    }
    .preview-modal span{
        font-size: 0.875rem;
    }
    .preview-modal .btn {
        --bs-btn-padding-y: 0.7rem;
        width: 100%;
    }
    .a-link{
        word-wrap: break-word;
    }
    .table-pagination .page-num {
        border: 0px solid #737373;
        width: 16px;
        text-align: left;
        font-size: 0.8rem;
    }
    .table-pagination .pagination {
        --bs-pagination-padding-x: 0.5rem;
        --bs-pagination-padding-y: 0rem;
    }
    .survey-btn .btn{
        width: 100%!important;
    }
    .alert-modal p {
        font-size: 1rem;
    }
    .table-pagination .page-item {
        font-size: 1rem;
    }
    .table-pagination .page-link {
        --bs-pagination-font-size: 0.8rem;
    }
    .table-pagination .text {
        font-size: 0.8rem;
    }
    .table-pagination .page-num {
        border: 0px solid #737373;
        width: 16px;
        text-align: left;
        font-size: 0.8rem;
    }
    .table-pagination .pagination {
        --bs-pagination-padding-x: 0.5rem;
        --bs-pagination-padding-y: 0rem;
        justify-content: end;
    }
    .upload_tmp_back{
    margin-left: 0px;
    }
    .upload_btn_back{
    margin-left: 0px;
    }
}
@media screen and (max-width: 550px){
    .table-sec .uploadsec h3 {
        font-size: 1rem;
    }
    .table .action{
        padding-top: 20px;
    }
    .survey-btn .btn{
        width: 100%!important;
    }
    

}