input:focus,
select:focus {
    box-shadow: none !important;
}

/* User Settings css begins */
.navbar .dropdown-toggle:not(.nav-link)::after {
    display: none !important;
}

.profile_dropdown .dropdown-toggle {
    background: none;
}

.profile_dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.profile_dropdown .dropdown-item {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 0.25rem 1rem;
}

.profile_dropdown .dropdown-item:hover {
    background-color: #e9f3ff;
}

.userProfile {
    display: flex;
    align-items: center;
}

.userProfile img {
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* .userProfile .userData {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
} */

.userProfile .userData .userName {
    font-size: 14px;
    font-weight: 700;
    color: #484848;
}

.userProfile .userData .userSettings {
    font-size: 12px;
    color: #0d4c92;
}

/* User Settings css begins */

/*Explanation section begins*/
.handling_section .button_help h6 {
    margin-top: 50px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.button_help ul {
    padding: 20px;
    list-style: initial;
}

.handling_section .button_help ul li {
    margin-bottom: 18px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
}

/*End of Explanation section*/

/*Search Result Begins*/
/*Search Result CARD1*/
.searchcard1 {
    height: 100%;
}

.cardCenter {
    height: 100%;
}

.cardCenter .card-img img {
    width: 100%;
    width: 100%;
    border-radius: 14px 14px 0px 0px;
    height: 212px;
    object-fit: cover;
}

.cardCenter .card-desc {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.cardCenter .card-desc h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    color: #000000;
}

.cardCenter .card-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    font-weight: 400;
    color: #000000;
    height: 50px;
}

/*Search Result CARD2*/
.searchcard2 .card .list_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px !important;
}

.searchcard2 .card .list_icon li {
    font-size: 10px;
    list-style: none;
    margin: 0px 5px;
    border: 1px solid #d7d7d7;
    padding: 5px 8px;
    border-radius: 3px;
}

.searchcard2 .card .list_icon li a {
    color: #6a6a6a;
}

.searchcard2 {
    height: 100%;
}

.searchcard2 .card {
    border: none;
    border-radius: 20px;
    height: 100%;
    padding: 10px 20px;
}

.searchcard2 .card .card-title {
    color: #0d4c92;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.searchcard2 .card .clientname_section span {
    font-size: 12px;
    color: #484848;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.searchcard2 .card .clientname_section h6 {
    font-size: 14px;
    color: #484848;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.searchcard2 .card .last_edited {
    color: #0d4c92;
    background-color: #e9f3ff;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    font-family: "Open Sans", sans-serif;
}

.searchcard2 .card .last_edited:focus {
    outline: none;
}

/*End of Search Result*/

/*Settings Begins*/
.settings_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 60px 0px;
}

.settings_section {
    font-weight: bold;
}

.settings_content {
    margin-top: 30px;
}

.settings_section .card_menu {
    background-color: #fff;
    padding: 20px 25px 15px 25px;
    border: none;
    border-radius: 10px;
}

.settings_section .menu_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.settings_section .menu_list li {
    margin-bottom: 15px;
}

.settings_section .menu_list li a {
    color: #484848;
    font-size: 14px;
    font-weight: 500;
}

/* animation effects */
@keyframes blinker {
    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tab .arrow {
    color: rgb(88, 88, 88);
    float: right;
    font-size: 26px;
    position: relative;
    left: 25px;
}

@media (max-width: 800px) {
    .tab {
        width: 30% !important;
    }

    .tabcontent {
        width: 61%;
    }
}

@media (max-width: 600px) {
    .tab,
    .tabcontent {
        width: 100% !important;
        margin: 0 auto;
        height: 100%;
    }

    .tab {
        padding: 10px 20px 30px 20px;
    }

    .tab button {
        width: 100%;
        margin: 10px 0px;
        padding: 15px 10px;
    }

    .tab .arrow {
        display: none !important;
    }

    .tab .logout_btn {
        width: 100%;
        margin: 10px 0px;
        padding: 15px 10px !important;
    }

    .billing_section .card1,
    .billing_section .card2 {
        height: auto !important;
    }
}

/*Profile Header Section*/

.profile_section {
    background: #fff;
    border-radius: 10px;
}

.profile_section .profile_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 20px 40px;
}

.profile_section .profile_head h5 {
    color: #0d4c92;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}

.profile_section .profile_head span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.profile_section .profile_head .cancel_btn {
    background-color: #f8f8f8;
    color: #0d4c92;
    border: none;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 10px;
    padding: 7px 20px;
    font-weight: 500;
}

.profile_section .profile_head .save_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 7px 25px;
    font-weight: 500;
}

.profile_section .profile_head .cancel_btn:hover {
    cursor: pointer;
}

.profile_section .profile_head .save_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.profile_section .displaynone {
    display: none;
}

/*Profile Picture Area*/
.profile_section .profilepic_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.profile_section .profilepic_area h6 {
    color: #484848;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.profile_section .profilepic_area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile_section .profilepic_area .profile_name {
    color: #484848;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-left: 20px;
}

.profile_section .profilepic_area .image_upload {
    background-color: #f8f8f8;
    padding: 8px 20px;
    border-radius: 50px;
}

.profile_section .profilepic_area label {
    color: #484848;
    margin-bottom: 0px;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    align-items: center;
}

.profile_section .profilepic_area .image_upload > input {
    display: none;
}

.profile_section .profilepic_area .image_upload svg {
    cursor: pointer;
    margin-right: 8px;
}

/*Profile Form content*/
.profile_content {
    padding: 20px 40px;
}

.profile_content label {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}

.profile_content select.form-control {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.profile_content .form-control option:hover {
    color: #484848;
    background-color: #0d4c92;
}

.profile_content .asterisk {
    color: #ff0000;
}

.profile_content input {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.profile_content input:focus,
.profile_content textarea:focus {
    box-shadow: none;
}

.profile_content input::placeholder {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
}

.profile_content textarea {
    color: #000000;
    font-size: 14px;
    resize: none;
    height: 80px;
    font-weight: 600;
}

/*Access TO Subscription*/
/* .access_section{
    background: #fff;
    border-radius: 10px;
}

.access_section .access_head{
    padding: 20px 40px;
}

.access_section .access_head h6{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
} */

/*Access Form content*/
/* .access_content{
  padding: 20px 40px;
}

.access_content label{
  color: #484848;
  font-size: 12px;
  font-weight: 500;
}

.access_content .asterisk{
  color: #FF0000;
}

.access_content input{
  color: #000000;
  font-size: 12px;
  height: 33px;
  font-weight: 600;
}

.access_content select{
  color: #000000;
  font-size: 12px;
  height: 33px !important;
  padding: 0px 5px;
}

.access_content input:focus,
.access_content textarea:focus{
 box-shadow: none;
}


.access_content input::placeholder{
  color: #000000;
  font-size: 12px;
}


.access_content textarea{
  color: #000000;
  font-size: 12px;
  resize: none;
  height: 80px;
}


.access_content select option{
  color: #000000;
  font-size: 12px;
  padding: 0px 5px;
}


.access_content h6{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0px 15px 0px;
} */

/*Other section*/
/* .section_bg{
  background-color: #F9F9F9;
}

.section_bg .other_section{
  padding: 20px 40px;
}


.other_section h6{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0px 15px 0px;
}


.other_section button{
  color: #0D4C92;
  font-size: 14px;
  border: none;
  background: none;
}

.other_section button:hover{
  border-bottom:  1px solid #0D4C92;
  cursor: pointer;
}

.other_section .fa-plus{
  margin-right: 5px;
}


.other_section label{
  color: #484848;
  font-size: 12px;
  font-weight: 500;
}


.other_section input{
  color: #000000;
  font-size: 12px;
  height: 33px;
  font-weight: 600;
}


.other_section input:focus{
 box-shadow: none;
}


.other_section input::placeholder{
  color: #000000;
  font-size: 12px;
} */

/*Toggle switch*/
/* .toggle_area{
  margin-top: 35px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin: 0px 8px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #0D4C92;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 2px;
  background-color: #0D4C92;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
  border: 1px solid #0D4C92;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} */

/* Rounded sliders */
/* .slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle_text{
  font-size: 12px;
  font-weight: 500;
} */

/*Date area*/

/* .date_section{
  padding: 20px 40px 60px 40px;
}

.date_section label{
  color: #484848;
  font-size: 12px;
  font-weight: 500;
}


.date_section input{
  color: #000000;
  font-size: 12px;
  height: 33px;
  font-weight: 600;
}


.date_section input:focus{
 box-shadow: none;
}


.date_section input::placeholder{
  color: #000000;
  font-size: 12px;
}

.date_section .goto_dashboard{
  float: right;
}

.date_section .goto_dashboard a{
  color: #0D4C92;
  font-weight: 500;
  font-size: 14px;
}

.date_section .goto_dashboard a:hover{
  border-bottom: 1px solid #0D4C92;
  cursor: pointer;
} */

/*Danger Zone*/
.dangerzone_section {
    background: #fff;
    border-radius: 10px;
}

.dangerzone_section .danger_head {
    padding: 30px 40px;
}

.dangerzone_section h5 {
    color: #e78267;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.dangerzone_section h6 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}

.danger_content {
    padding: 20px 40px 40px 40px;
}

.danger_content p {
    font-weight: normal;
}

.dangerzone_section hr {
    margin: 0px;
}

.danger_content a {
    background-color: #e78267;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
}

/*PASSWORD SECTION*/

.managepw_section {
    background-color: #fff;
    border-radius: 10px;
}

.managepw_section .pw_head {
    padding: 30px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.managepw_section h5 {
    color: #0d4c92;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.pw_content {
    padding: 20px 40px 60px 40px;
}

.managepw_section p {
    font-weight: 600;
}

.managepw_section hr {
    margin: 0px;
}

.managepw_section .pw_head .cancel_btn {
    background-color: #f8f8f8;
    color: #0d4c92;
    border: none;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 5px;
    padding: 6px 20px;
    font-weight: 500;
}

.managepw_section .pw_head .save_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 6px 30px;
    font-weight: 500;
}

.managepw_section .pw_head .cancel_btn:hover {
    cursor: pointer;
}

.managepw_section .pw_head .save_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.pw_content label {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}

.pw_content input {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 5px;
    color: #000;
    border: solid 1px #51515182;
    font-weight: 500;
}

.pw_content input:focus {
    box-shadow: none;
}

.pw_content input::placeholder {
    color: #9e9e9e;
    font-size: 12px;
}

.pw_content .asterisk {
    color: #ff0000;
}

.pw_content .help {
    float: right;
}

.pw_content .help a {
    color: #0d4c92;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.pw_content .help a:hover {
    border-bottom: 1px solid #0d4c92;
}

/*BILLING SECTION*/

.billing_section {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0px 60px 0px;
}

.billing_section .billing_head {
    padding: 0px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.billing_head h5 {
    color: #0d4c92;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.billing_head p {
    font-weight: 500;
}

.billing_section hr {
    margin: 0px;
}

.billing_content {
    padding: 20px 40px 0px 40px;
}

.billing_content h6 {
    color: #000000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.billing_section .help {
    float: right;
    padding: 0px 40px 0px 40px;
}

.billing_section .help_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.billing_section .help_list li {
    margin-left: 15px;
}

.billing_section .help_list li a {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 600;
}

.billing_section .help_list li a:hover {
    border-bottom: 1px solid #6a6a6a;
}

.billing_section .card1 {
    border-radius: 5px;
    padding: 10px 20px 30px 20px;
    height: 210px;
}

.billing_section .card-body {
    padding: 0;
}

.billing_section .card .renew_btn {
    float: right;
}

.billing_section .card .renew_btn span {
    background-color: #fcdfd7;
    color: #e78267;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border: none;
    border-radius: 50px;
    float: right;
    margin-bottom: 10px;
}

.billing_content .card .card-subtitle {
    color: #484848;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.billing_content .card .card-title {
    color: #484848;
    /* font-size: 30px; */
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}

.billing_content .card .card-title span {
    color: #9a9a9a;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.billing_section .card .card-text {
    color: #484848;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.billing_section .card .upgrade-link {
    background-color: #0d4c92;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.billing_section .card2 {
    border-radius: 5px;
    padding: 40px 20px 30px 20px;
    height: 210px;
}

.billing_section .card2 .card_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.billing_section .card2 .card_number img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 8px;
}

.billing_section .card2 .card_number p {
    color: #484848;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
}

.billing_section .card2 .card_functions {
    display: flex;
    justify-content: space-between;
}

.billing_section .card2 .remove_link {
    font-size: 14px;
    color: #e78267;
    border-bottom: 1px solid #e78267;
    font-weight: 500;
}

.billing_section .card2 .updatecard_link {
    font-size: 14px;
    color: #0d4c92;
}

.billing_section .card2 .updatecard_link:hover {
    border-bottom: 1px solid #0d4c92;
}

.billing_content .content2 {
    border: 1px solid #e78267;
    background-color: #fdf5f3;
    border-radius: 5px;
    padding: 30px 20px;
}

.billing_content .content2 h6 {
    color: #484848;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.billing_content .content2 .getsubscription_link {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 500;
    border-radius: 50px;
}

/*HELP & SUPPORT*/
.billing_content form label {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
}

.billing_content form input,
.billing_content form textarea {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    resize: none;
}

.billing_content form input:focus,
.billing_content form textarea:focus {
    box-shadow: none;
}

.billing_content form input::placeholder,
.billing_content form textarea::placeholder {
    font-size: 12px;
    color: #6a6a6a;
}

.billing_section form .asterisk {
    color: #ff0000;
}

.billing_section form .submit_btn {
    border: none;
    background-color: #0d4c92;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

/*End of Settings*/

/*Subscribed begins*/
.subscribed_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.subscribed_section::after {
    /* background-image: url(../images/curve_img.png); */
    /* background-size: contain; */
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 475px;
    bottom: -38px;
    width: 60px;
    height: 60px;
    z-index: 100;
}

.subscribed_content {
    text-align: center;
    padding: 100px 0px;
}

.subscribed_content img {
    width: 100px;
}

.subscribed_content .intake_btn {
    background-color: #0d4c92;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0px 10px;
}

.subscribed_content .dashboard_btn {
    border: 1px solid #0d4c92;
    color: #0d4c92;
    border-radius: 50px;
    padding: 8px 60px;
    margin: 0px 10px;
}

/*Initial Work*/

.initialwork_section {
    background-color: #0d4c92;
    padding: 50px 0px;
}

.initialwork_section .textline {
    text-align: center;
    color: #fff;
}

.initialwork_section .card {
    padding: 30px 0px;
    height: 280px;
    border-radius: 10px;
}

.initialwork_section .workcard_bg::after {
    background-image: url(../images/workcard_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 56px;
    bottom: 195px;
    width: 250px;
    height: 250px;
    z-index: 100;
}

.initialwork_section .card_arrow::after {
    background-image: url(../images/arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50px;
    left: 470px;
    width: 150px;
    height: 150px;
    z-index: 100;
}

.initialwork_section .card_dots::after {
    background-image: url(../images/white_dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -42px;
    left: 225px;
    width: 150px;
    height: 150px;
    z-index: 100;
}

.initialwork_section .card .img_section {
    height: 80px;
}

/*  Materials section */
.material_section {
    padding: 60px 0px 80px;
    background-color: #e9f3ff;
}

.heading {
    text-align: center;
    position: relative;
    padding: 10px 0px 20px;
}

.heading h3 {
    color: #000;
}

.material_slide {
    display: inline-block;
    width: 100%;
    padding: 10px;
    height: auto;
}

.material_slide_cnt {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    display: inline-block;
    box-shadow: 1px 1px 10px #0000001f;
    height: 210px;
    min-height: 210px;
    border-radius: 14px;
}

.material_slide_cnt a {
    margin-top: 3px;
    display: inline-block;
}

.material_slide_cnt h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.material_slide_cnt .blue_bt {
    background-color: #0d4c92;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    margin-top: 3px;
    display: inline-block;
    font-size: 12px;
    bottom: 25px;
    position: absolute;
}

.material_slide img {
    border-radius: 14px 14px 0px 0px;
    width: 100%;
}

.material_slide_bt {
    background-color: #eb6440;
    width: 23px;
    height: 23px;
    padding: 21px;
    /* background-size: cover; */
    display: flex;
    opacity: 1;
    background-size: 100% 53%;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 70px;
}

.material_section .carousel-control-prev {
    left: -112px;
}

.material_section .carousel-control-next {
    right: -111px;
}

.material_section .carousel-indicators .active {
    background-color: #0d4c92 !important;
    width: 34px;
}

.material_section .carousel-indicators li {
    background-color: rgb(13 76 146 / 33%);
    width: 14px;
    height: 14px;
    border-radius: 70px;
}

.material_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -35px;
}

.ben_view {
    margin-top: 60px;
}

.subscribed_section::after {
    /* background-image: url(../images/curve_img.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* content: ''; */
    /* position:absolute; */
    /* left: 475px; */
    bottom: -38px;
    width: 60px;
    height: 60px;
    z-index: 100;
}

/*End of Subscribed*/

/*Subscription begins*/

.subscription_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.subscription_section::before {
    background-image: url(../images/subscription_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.subscription_section .subscription_content {
    padding: 60px 0px 150px 0px;
}

.subscription_section .card_dot::after {
    background-image: url(../images/orange_bgdots.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 24px;
    left: -11px;
    width: 150px;
    height: 150px;
}

.subscription_section .card_arrow::after {
    background-image: url(../images/blue_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 90px;
    left: -85px;
    width: 150px;
    height: 150px;
    z-index: 100;
}

.subscription_content .card-body {
    padding: 0px;
}

.subscription_content .card-left {
    margin-top: 50px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    height: 100%;
    z-index: 1;
}

.subscription_content .card-left .card-title {
    color: #484848;
    margin-bottom: 5px;
}

.subscription_content .card-left .card-head {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.subscription_content .card-left .card-text {
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subscription_content .card-left .proceed_btn {
    background-color: #0d4c92;
    color: #fff;
    padding: 8px 40px;
    border-radius: 50px;
    font-weight: 500;
}

.subscription_content .card-left .proceed_btn:hover {
    opacity: 0.8;
}

.subscription_content .card-left .proceed_free {
    color: #0d4c92;
    margin-left: 5px;
}

.subscription_content .card-left .proceed_free:hover {
    border-bottom: 2px solid #0d4c92;
    cursor: pointer;
}

.subscription_content .card-left .card-para {
    margin-top: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.subscription_content .card-right {
    margin-top: 50px;
    border: none;
    background-color: #0d4c92;
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    height: 100%;
}

.subscription_content .card-right .recommended_btn {
    background-color: #e78267;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 15px;
    cursor: pointer;
}

.subscription_content .card-right .card-title {
    color: #e9f3ff;
    margin-bottom: 5px;
}

.subscription_content .card-right .card-head {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.subscription_content .card-right .card-text {
    width: 100px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 30px;
    background-color: #000000;
    padding: 8px 10px;
    color: #fff;
}

.subscription_content .card-right .proceed_btn {
    background-color: #e9f3ff;
    color: #0d4c92;
    padding: 8px 40px;
    border-radius: 50px;
    font-weight: 500;
}

.subscription_content .card-right .proceed_btn:hover {
    opacity: 0.8;
}

/*End of Subscription*/

/* Blog list begins */
.blue_bg {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px 80px 0px;
}

.blogTags {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 7vh 0 0 0;
}

.blogTags li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blogTags li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
}

.blogTags li a,
.blogTags li a:hover {
    color: #484848;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 35px;
    display: inline-block;
    font-weight: 500;
}
.blogTags li a.active {
    background-color: #0d4c92;
    color: #fff;
}

.listtopMgn {
    margin: 7vh 0 7vh 0;
}

.blog_card_content {
    height: 100%;
    display: grid;
    box-shadow: 1px 7px 10px #0000001f;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 35px;
}

.blogCenter .card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.blogCenter .card-desc {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 0 0 20px 20px;
    min-height: 260px;
}

.blogCenter .card-desc h4 {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    min-height: 64px;
}

.blogPartn {
    padding: 15px 50px;
    border-radius: 48px !important;
    -moz-border-radius: 48px 48px 48px 48px;
    -webkit-border-radius: 48px 48px 48px 48px;
    color: #0d4c92;
    font-weight: 600;
    font-size: 1.063rem;
}

.blogStyle .centerPag {
    column-gap: 20px;
}

.blogStyle .centerPag .page-link {
    background-color: transparent !important;
    border: 1px !important;
}

.blogStyle .centerPag .page-item.active .page-link {
}

.report_box_head p {
    color: #484848;
    font-weight: 500;
}

.content_area .fa-search {
    position: absolute;
    z-index: 9;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.content_area .form-control {
    border: none;
    padding: 8px 10px 12px 35px;
    border-radius: 5px !important;
    font-weight: 500;
    color: #181818;
}

.content_area .form-control:focus {
    box-shadow: none;
}

.content_area .form-control::placeholder {
    font-size: 14px;
    color: #484848;
    padding: 4px 0px 8px;
    font-weight: 500;
}

.page-item.active .page-link {
    color: #000;
}

.page-link {
    color: #9a9a9a;
}

.page-item.disabled .page-link,
.page-item:last-child .page-link {
    /* color: #000; */
}

/* Blog list ends */

/*Blog Details begins*/

.blog_section {
    padding: 30px 0px;
}

.blog_header {
    text-align: center;
}

.blog_header h4 {
    font-family: "Open Sans", sans-serif;
    color: #484848;
    margin-bottom: 25px;
    font-weight: bold;
}

.blog_header h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #484848;
    width: 53%;
    margin: 10px auto;
}

.blog_header .p1 {
    color: #484848;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog_header .p2 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #6a6a6a;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-head {
    text-align: center;
    display: flex;
    justify-content: center;
}

.blog_header h2 {
    width: 53%;
    margin: 20px 0px;
    line-height: 45px;
    font-weight: bold;
}

.blog_header .p3 {
    color: #484848;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog_img {
    width: 100%;
    height: 500px;
}

.blog_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.content_section h3 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.content_section p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    color: #484848;
}

.p_line {
    border-left: 3px solid #707070;
    padding: 12px 20px 1px;
}

.p_line h6 {
    color: #484848;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
}

.p_line p {
    color: #484848;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.index_article {
    padding: 20px 0px;
}

.index_article .index {
    color: #6a6a6a;
    font-size: 12px;
    border-bottom: 1px solid #6a6a6a;
}

.index_article .listbox1 {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 0px;
    margin-top: 40px;
}

.listbox1 .list1 {
    display: block;
    justify-content: space-between;
    align-items: center;
}

.listbox1 .list1 ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 10px;
    margin-bottom: 0px;
}
.ul_blog {
    list-style: none;
    padding: 7px 0px 10px !important;
    display: flex;
    margin-bottom: 0px;
    overflow-x: auto;
}
.ul_blog_last {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 10px;
    margin-bottom: 0px;
    justify-content: end;
    padding: 7px 0px !important;
    align-items: center;
}
.ul_blog_last li:first-child {
    padding: 3px 4px !important;
}
.listbox1 li {
    border: 1px solid #b5b5b5;
    border-radius: 50px;
    padding: 3px 20px;
}

.listbox1 li a {
    font-size: 12px;
    color: #484848;
    white-space: nowrap;
}

.list1 li .copylink {
    margin: 0px 5px;
    align-items: center;
    font-size: 10px;
}

.list1 li .copylink svg {
    margin-right: 6px;
}

.list1 .icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
}

.list1 .icon svg {
    margin: 8px;
}

.listbox2 {
    border-bottom: 1px solid #c5c5c5;
    padding: 30px;
}

.listbox2 .list_link {
    display: flex;
    justify-content: space-between;
}

.listbox2 .list_link a {
    font-size: 14px;
    font-weight: 500;
    color: #0d4c92;
    border-bottom: 2px solid #fff;
}

.listbox2 .list_link a:hover {
    border-bottom: 2px solid #0d4c92;
}

.comments_section {
    padding: 20px 0px;
}

.comments_section h4 {
    color: #0d4c92;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.comments_1 {
    display: flex;
}

.comments_1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 10px;
}

.comments_1 h6 {
    color: #000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.comments_1 p {
    font-size: 13px;
    color: #484848;
    font-family: "Open Sans", sans-serif;
}

.comments_content {
    border-bottom: 1px solid #c4c4c4;
}

.comment_actions {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.comment_actions ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 20px;
}

.comment_actions li {
    font-size: 12px;
    color: #8b8b8b;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comment_actions li svg {
    margin-right: 5px;
}

.comment_actions li svg path {
    fill: #8b8b8b;
}

.comment_actions li svg path:hover {
    fill: #0d4c92;
}

.comment_actions .liked svg path {
    fill: none;
    stroke: #8b8b8b;
}

.comment_actions .liked svg path {
    fill: #0d4c92 !important;
    stroke: none !important;
}

.comment_actions a {
    font-size: 12px;
    color: #6a6a6a;
    font-weight: 500;
}

.reply_comments {
    padding-left: 80px;
}

.postreview_section {
    padding: 40px 0px;
}

.postreview_section h5 {
    color: #0d4c92;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.postreview_section input,
.postreview_section textarea {
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    border-radius: 6px;
}

.postreview_section textarea {
    resize: none;
    height: 120px;
}

.postreview_section input:focus,
.postreview_section textarea:focus {
    box-shadow: none;
    outline: none;
}

.postreview_section input::placeholder,
.postreview_section textarea::placeholder {
    font-size: 12px;
    color: #6a6a6a;
}

.postreview_section button {
    background-color: #0d4c92;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
    border-radius: 30px;
}

.postreview_section button:hover {
    opacity: 0.8;
}

/*End of Blog Details*/

/* About us starts */
.team_section hr,
.about_left hr {
    width: 30px;
    display: block;
    border-top: 3px solid #e78267;
    margin: 0px 0px 10px 0px;
}

.about_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px 0px 0px;
}

.about_head {
    text-align: center;
}

.about_head h2 {
    color: #000000;
    margin-bottom: 0;
}

.about_head p {
    color: #0d4c92;
    font-weight: 600;
    font-size: 18px;
}

.about_left h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_left p {
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}

.about_img1 {
    width: 100%;
    /* height: 300px; */
    margin-bottom: 20px;
}

.about_img2 {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.about_img2 img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    border-radius: 20px;
}

.content1 img {
    width: 100%;
    /* height: 300px; */
    /* object-fit: cover; */
    border-radius: 20px;
}

.content2 {
    padding: 30px 0px;
    background-color: #e9f3ff;
}

.content2 h2 {
    text-align: center;
    color: #000000;
}

.team_section {
    padding: 20px 0px 50px;
}

.team_section .team1 {
    width: 100%;
    height: 380px;
}

.team_section .team1 img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    z-index: 1;
    position: relative;
}

.team_section .card_dot::after {
    background-image: url(../images/orange_bgdots.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -13px;
    left: -11px;
    width: 150px;
    height: 150px;
}

.team_section h5 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.team_section h6 {
    color: #484848;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.team_section p {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-top: 10px;
    line-height: 23px;
}

.team2_bg {
    background-color: #e9f3ff;
}

.imageThin {
    /* height: 350px; */
}

.imageThin img {
    position: relative;
    z-index: 9;
    /* height: 350px; */
}

.imageThin::after {
    background-image: url(../images/orange_bgdots.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -25px;
    left: -15px;
    width: 150px;
    height: 150px;
    z-index: 8;
}

/* About us ends */

/* Contact us begins */

.icon_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #0d4c92;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
}

.contact_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px 50px 0px;
}

.contact_head {
    text-align: center;
}

.contact_head h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact_head h6 {
    color: #0d4c92;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.contact_head p {
    color: #2a2a2a;
    margin-bottom: 15px;
}

.contact_list {
    margin-top: 20px;
}

.contact_list ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    border-bottom: none;
}

.contact_list ul li {
    text-align: center;
    padding: 0px 10px;
    margin-right: 20px;
}

.contact_list ul li a.active svg g {
    stroke: #e78267;
}

.contact_list ul li a.active .svg1 path,
.contact_list ul li a.active .svg3 path {
    fill: #e78267;
    stroke: #e78267;
}

.contact_list ul li a.active .svg2 path,
.contact_list ul li a.active .svg4 path {
    stroke: #e78267;
    fill: none;
}

.contact_list ul li a.active {
    color: #e78267;
}

.contact_list ul li a {
    color: #0d4c92;
}

.contact_list ul li p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.contact_section .form_section {
    padding: 0px 100px;
}

.contact_section form {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact_section form label {
    font-size: 12px;
    color: #484848;
    font-weight: 500;
}

.contact_section form label .asterisk {
    color: #ff0000;
}

.contact_section form input,
.contact_section form textarea {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    border-radius: 7px;
    padding: 8px 20px;
}

.contact_section form textarea {
    height: 100px;
    resize: none;
}

.contact_section form input:focus,
.contact_section form textarea:focus {
    box-shadow: none;
}

.contact_section form input::placeholder,
.contact_section form textarea::placeholder {
    font-size: 12px;
    color: #b5b5b5;
}

.contact_section form .submit_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 20px 0px 0px;
}

.contact_section form .submit_btn:hover,
.contact_section form .reset_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.contact_section form .reset_btn {
    background-color: #b5b5b5;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

form .card {
    text-align: center;
    padding: 20px;
    border-color: #0d4c92;
    border-radius: 10px;
    min-height: 155px;
    height: 100%;
}

form .card h6 {
    color: #0d4c92;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
}

form .card p,
form .card p a{
    color: #484848;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

/* Contact us ends */
/* Page not found begins */
.error_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.error_content {
    text-align: center;
}

.error_content img {
    width: 100%;
    height: 400px;
}

.error_content h5 {
    font-size: 18px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500px;
    margin-top: 30px;
}

.error_content hr {
    border: 1px solid #484848;
    width: 300px;
    display: inline-block;
}

.error_content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    margin-bottom: 30px;
}

.error_content .backhome_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 15px;
}

/* Page not found begins */
/* Dashboard Main box begins */

.dashboard_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 60px 0px 20px 0px;
}

.dashboard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_section .subscription_btn {
    border: 1px solid #0d4c92;
    background-color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    color: #0d4c92;
    font-size: 14px;
    font-weight: 600;
}

.dashboard_section .subscription_btn:hover {
    background-color: #0d4c92;
    color: #fff;
}

.dashboard_section select {
    font-size: 12px;
    color: #484848;
    border-radius: 5px;
}

.dashboard_section .fa-search {
    position: absolute;
    z-index: 12;
    display: block;
    width: 2.375rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.dashboard_section .search_control {
    padding: 0px 40px;
    border-radius: 8px 0px 0px 8px !important;
}

.dashboard_section .form-control {
    border: none;
    border-radius: 5px;
}

/* .dashboard_section .form-control::placeholder {
  font-size: 12px;
  color: #484848;
  padding: 0px;
} */

.dashboard_section .dropdown-toggle {
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
    color: #484848;
    padding: 11.3px;
    font-size: 14px;
}

.dashboard_section .dropdown-toggle span {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
}

.dashboard_section .dropdown-toggle:focus,
.dashboard_section select:focus,
.dashboard_section .form-control:focus {
    box-shadow: none !important;
    border: none !important;
}

.dashboard_section .dropdown-menu {
    padding: 3px 14px;
}

.dashboard_section .dropdown-menu li a {
    color: #484848 !important;
    font-size: 14px;
}

.dashboard_section .layout_btn {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}

.dashboard_section .top_btn {
    background-color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.dashboard_section .top_btn:focus {
    outline: none;
}

.dashboard_section .layout_btn li.active {
    fill: #0d4c92;
}

/*GRID LAYOUT*/

.reporttab_section1 .card_head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reporttab_section1 .card_head_top .shared {
    background-color: #e9f3ff;
    padding: 0px 14px;
    border-radius: 30px;
}
.reporttab_section1 .card_head_top .shared p {
    font-size: 12px;
    margin-bottom: 0;
    color: #0d4c92;
}

.reporttab_section1 .intake_report.active {
    color: #0d4c92 !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 0 !important;
}

.reporttab_section1 .intake_report {
    color: #6a6a6a !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 0 !important;
}

.reporttab_section1 .check_report.active {
    color: #0d4c92 !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 0;
}

.reporttab_section1 .check_report {
    color: #6a6a6a !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 0;
}

.reporttab_section1 .card .list_icon {
    display: flex;
    justify-content: flex-end;
    padding-left: 0px !important;
    list-style: none;
    margin-bottom: 25px;
}

.reporttab_section1 .card .list_icon li a {
    font-size: 10px;
    margin: 0px 5px;
    color: #6a6a6a;
    border: 1px solid #d7d7d7;
    padding: 5px 8px;
    border-radius: 3px;
}

.reporttab_section1 .tab1 .card {
    border: none;
    height: 100%;
}

.reporttab_section1 .card .card-title {
    color: #0d4c92;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    word-break: break-word;
    margin-right: 10px;
}

.reporttab_section1 .card .clientname_section span {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    display: inline-block;
}

.reporttab_section1 .card .clientname_section h6 {
    font-size: 12px;
    color: #484848;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section1 .card .pd_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reporttab_section1 .card .last_edited {
    color: #0d4c92;
    background-color: #e9f3ff;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 10px;
    margin: auto;
    width: 152px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section1 .card .subscription_expired {
    color: #bc1b1b;
    background-color: #ffeded;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 10px;
    width: 120px;
    text-align: center;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 10px auto;
}

.reporttab_section1 .addintake_report {
    border-color: #0d4c92 !important;
    border-style: dashed !important;
    background-color: #dbe9f9;
}

.reporttab_section1 .addreport_content {
    text-align: center;
    font-size: 20px;
    color: #0d4c92;
    text-align: center;
    /* display: block;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; */
    /* vertical-align: middle;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.reporttab_section1 .addreport_center{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reporttab_section1 .addreport_content p {
    text-align: center;
    color: #0d4c92;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: none !important;
}

.reporttab_section1 .report_list {
    list-style: none;
}

.reporttab_section1 .report_list li {
    color: #484848;
    font-weight: 500;
    margin-bottom: 0px;
    align-items: baseline;
    margin-bottom: 5px;
}

.reporttab_section1 .report_list li p {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section1 .report_attorneys {
    font-size: 15px;
    color: #484848;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section1 .tab2 .card {
    min-height: 330px;
    border: none;
    height: 100%;
}

.reporttab_section1 .tab2 .addcheck_report {
    border-color: #0d4c92;
    border-style: dashed;
    background-color: #dbe9f9;
}

.reporttab_section1 .addcheckreport_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #0d4c92;
}

.reporttab_section1 .addcheckreport_content p {
    text-align: center;
    color: #0d4c92;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

#deleteModal .delete_btn {
    background-color: #0d4c92;
    color: #fff;
}

.namelistbtn_section {
    display: flex;
    justify-content: space-between;
}

.namelistbtn_section .namelist_btn {
    background-color: #0d4c92;
    color: #fff;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 6px 30px;
}

.namelistbtn_section .namelist_btn.active {
    background-color: #0d4c92 !important;
    color: #fff;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 6px 30px;
}

.namelistbtn_section .namelist_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

/*List LAYOUT*/

.reporttab_section2 .card_head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.reporttab_section2 .card_head_top .shared {
    background-color: #e9f3ff;
    padding: 0px 14px;
    border-radius: 30px;
}
.reporttab_section2 .card_head_top .shared p {
    font-size: 12px;
    margin-bottom: 0;
    color: #0d4c92;
}

.reporttab_section2 .intake_report.active {
    color: #0d4c92 !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 30px;
}

.reporttab_section2 .intake_report {
    color: #6a6a6a !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 30px;
}

.reporttab_section2 .check_report.active {
    color: #0d4c92 !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-left: 0;
}

.reporttab_section2 .check_report {
    color: #6a6a6a !important;
    background: none !important;
    border: none !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-left: 0;
}

.reporttab_section2 .card {
    border: none;
}

.reporttab_section2 .card .card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reporttab_section2 .card h4 {
    font-family: "Open Sans", sans-serif;
    color: #0d4c92;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.reporttab_section2 .card .list_icon {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
    /* margin-left: 100px; */
    list-style: none;
}

.reporttab_section2 .card .list_icon .last_edited {
    text-align: center;
    padding: 8px 10px;
}

.reporttab_section2 .card .list_icon li {
    margin: 0px 15px 0px 0px;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    border-radius: 3px;
}

.reporttab_section2 .card .list_icon li a {
    color: #6a6a6a;
}

.reporttab_section2 .card .last_edited {
    color: #0d4c92 !important;
    background-color: #e9f3ff;
    border: none !important;
    border-radius: 50px !important;
    padding: 5px 10px;
    font-size: 10px;
    width: 143px;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section2 .card .table_section th {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    padding: 10px 0px;
    vertical-align: top;
}

.reporttab_section2 .card .table_section td {
    font-size: 12px;
    color: #484848;
    font-weight: bold;
    padding: 15px 0px;
}

.reporttab_section2 .addintake_report {
    border-color: #0d4c92;
    border-style: dashed;
    background-color: #dbe9f9;
    height: 180px;
}

.reporttab_section2 .addreport_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #0d4c92;
}

.reporttab_section2 .addreport_content p {
    text-align: center;
    color: #0d4c92;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.reporttab_section2 .card .sub_expired {
    border: none;
}

.reporttab_section2 .card .subscription_expired {
    color: #bc1b1b;
    background-color: #ffeded;
    border: none !important;
    border-radius: 50px !important;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 10px;
    width: 120px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.payment_btn {
    text-align: right;
}

.payment_btn .complete_payment {
    background-color: #dc7070;
    color: #fff;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
}

.payment_btn .complete_report {
    background-color: #0d4c92;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
}

.personaldispute_righticons {
    display: flex;
}

/*Conflict of Interest Check report List View*/
.conflictContent2 .addcheck_report {
    border-color: #0d4c92;
    border-style: dashed;
    background-color: #dbe9f9;
    height: 200px;
}

.conflictContent2 .addcheckreport_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #0d4c92;
}

.conflictContent2 .addcheckreport_content p {
    text-align: center;
    color: #0d4c92;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

/*End of Conflict of Interest Check report List View*/

/* Dashboard Main box ends */

/*List Conflict COI tab*/
.namelistContent2 .tabcontent,
.namelistContent1 .tabcontent {
    float: left;
    width: 100%;
    margin-left: 0;
    animation: blinker 0.6s linear;
    border-radius: 10px;
}

.namelistContent2 .myaccordion .card-header,
.namelistContent1 .myaccordion .card-header {
    background-color: #e9f3ff;
}

.namelistContent2 .myaccordion .card-body,
.namelistContent1 .myaccordion .card-body {
    padding: 10px 30px;
    border: 1px solid #e9f3ff;
}

.namelistContent1 h4 {
    font-family: "Open Sans", sans-serif;
    color: #0d4c92;
    font-size: 18px;
    font-weight: bold;
}

.namelistContent2 .myaccordion .card-header h2,
.namelistContent1 .myaccordion .card-header h2 {
    color: #0d4c92;
    font-size: 14px;
    font-weight: 600;
}

.namelistContent2 table th,
.namelistContent1 table th {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.namelistContent2 table td,
.namelistContent1 table td {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.namelistContent2 .addnew_btn,
.namelistContent1 .addnew_btn {
    background-color: #0d4c92;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

/*End of List Conflict COI tab*/

/* Faq begins */

.faq_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0px;
}

.faq_section h4 {
    font-weight: bold;
}

.faq_section .categories_text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #0d4c92;
    font-weight: bold;
}

.faq_section .card_menu {
    background-color: #fff;
    padding: 20px 25px 15px 25px;
    border: none;
    border-radius: 10px;
}

.faq_section .menu_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.faq_section .menu_list li {
    margin-bottom: 15px;
}

.faq_section .menu_list li a {
    color: #484848;
    font-size: 14px;
    font-weight: 500;
}

.faq_section .fa-circle-thin::before {
    display: none;
}

/* Style the tab */
.tab {
    background-color: #fff;
    float: left;
    width: 20%;
    height: 100%;
    margin-top: 0px;
    border-radius: 10px;
    padding: 30px 20px 30px 30px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #fff;
    display: block;
    color: #484848;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    /* transition: 0.5s ease-in; */
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.tab button:focus {
    border: none;
    outline: none;
}

.tab .logout_btn {
    color: #e78267;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #0d4c92;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #0d4c92;
    border: none;
    font-weight: 600;
}

/* Style the tab content */
.tabcontent {
    float: left;
    width: 70%;
    margin-left: 32px;
    animation: blinker 0.6s linear;
    border-radius: 10px;
}

/* animation effects */
@keyframes blinker {
    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tab .arrow {
    color: rgb(88, 88, 88);
    float: right;
    font-size: 26px;
    position: relative;
    left: 25px;
}

.myaccordion .card {
    border-radius: 10px;
}

.myaccordion .card {
    border: none;
    margin-bottom: 12px;
}
.myaccordion .card:last-child .card-header {
    margin-bottom: 0px;
}

.myaccordion .card-header {
    border-bottom-color: #edeff0;
    background: transparent;
    padding: 15px 30px;
}

.myaccordion .card-header h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.myaccordion .card-body {
    padding: 15px 30px;
}

.myaccordion ul {
    padding: 0;
}

.myaccordion ul li {
    font-size: 14px;
    list-style: none;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .fa-stack-2x {
    background-color: white;
    border: 2px solid #0d4c92;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.myaccordion .fa-inverse {
    color: #0d4c92;
}

.myaccordion .btn {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

/* Faq ends */
/* forget password begins */

.forgot_section {
    width: 100%;
}

.forgot_section .error_content {
    width: 500px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 2em 2em 3em 2em;
    display: table;
    border-radius: 10px;
}

.forgot_section .line {
    width: 30px;
    display: inline-block;
    border-top: 2px solid #e78267;
    margin-bottom: 0px;
}

.forgot_section .title {
    color: #000000;
    font-weight: bold;
}

.forgot_section h6 {
    color: #444444;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.forgot_section .form-group label {
    color: #484848;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.forgot_section .form-group .fa-envelope {
    float: right;
    margin-right: 15px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    color: #9a9a9a;
}

.forgot_section .form-group .asterisk {
    color: red;
}

.forgot_section .form-group input {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #9a9a9a;
    color: #000;
}

.forgot_section .form-group input::placeholder {
    padding: 0;
}

.forgot_section input:focus {
    outline: none;
    box-shadow: none;
}
.forgot_section .login_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.forgot_section .submit_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 30px;
    font-family: "Open Sans", sans-serif;
}

.forgot_section .submit_btn:hover,
.forgot_section .cancel_btn:hover {
    opacity: 0.8;
}

.forgot_section .cancel_btn {
    background-color: #e9f3ff;
    font-size: 12px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 30px;
}

/* forget password ends */
/* Get started subscrption begins */

.getstarted_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.getstarted_section::before {
    background-image: url(../images/getstarted_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.getstarted_section .getstarted_content {
    padding: 50px 0px 80px;
}

.getstarted_content p {
    font-family: "Open Sans", sans-serif;
}

.getstarted_content form {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 50px;
    z-index: 1;
    position: relative;
}

.getstarted_section .card_dot {
    margin-top: 60px;
}

.getstarted_section .card_dot::after {
    background-image: url(../images/orange_bgdots.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 160px;
    left: -13px;
    width: 150px;
    height: 150px;
}

.getstarted_content form label {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}

.getstarted_content form input,
.getstarted_content form select {
    font-size: 14px;
}

.getstarted_content
    form
    input::placeholder
    .getstarted_content
    form
    select::placeholder {
    font-size: 13px;
}

.getstarted_content form .admin_section {
    padding-top: 20px;
}

.getstarted_content form .admin_section h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.getstarted_content form .other_section {
    background: #f8f8f8;
    padding: 15px;
}

.getstarted_content form .other_section .other_heading {
    display: flex;
    justify-content: space-between;
}

.getstarted_content form .other_section h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* .getstarted_content form .other_section{
    background-color: #F9F9F9;
} */
.getstarted_content form .other_section .add_btn {
    color: #0d4c92;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: none;
}

.getstarted_content form .other_section .add_btn:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.getstarted_content form .other_section .remove-item {
    color: #0d4c92;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: none;
}

.getstarted_content form .other_section .remove-item:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.getstarted_content form .other_section .fa-plus {
    margin-right: 5px;
}

.getstarted_content form .save_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    margin-top: 25px;
}

.getstarted_content form .save_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.getstarted_content .asterisk {
    color: #ff0000;
}

/*Toggle switch*/
.toggle_area {
    margin-top: 35px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    margin: 0px 8px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #0d4c92;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2px;
    background-color: #0d4c92;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #fff;
    border: 1px solid #0d4c92;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle_text {
    font-size: 14px;
    font-weight: 500;
}

/* Get started subscription ends */
/* Handling stress begins */
.handling_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px 50px 0px;
}

.handling_section .tabcontent {
    float: none;
    width: 100%;
    margin-left: 0px;
    animation: blinker 0.6s linear;
    border-radius: 10px;
}

.handling_content h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.handling_content h6 {
    color: #484848;
    font-weight: 500;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.handling_content p {
    color: #2a2a2a;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 25px;
}

.handling_section .myaccordion .card {
    border-radius: 10px;
}

.handling_section .myaccordion .card {
    border: none;
    margin-bottom: 15px;
}
.handling_section .myaccordion .card:last-child .card-header {
    margin-bottom: 0px;
}

.handling_section .myaccordion .card-header {
    border-bottom-color: #edeff0;
    background: transparent;
    padding: 15px 30px;
}

.handling_section .myaccordion .card-header h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold;
}

.handling_section .myaccordion .card-body {
    padding: 15px 30px;
}

.handling_section .myaccordion ul {
    padding: 0;
}

.handling_section .myaccordion ul li {
    font-size: 14px;
    list-style: none;
    font-weight: 500;
}

.handling_section .myaccordion ul li a {
    color: #222222;
}

.handling_section .myaccordion ul li a:hover {
    color: #0d4c92;
}

.handling_section .myaccordion .fa-stack {
    font-size: 18px;
}

.handling_section .myaccordion .fa-stack-2x {
    background-color: white;
    border: 2px solid #0d4c92;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.handling_section .myaccordion .fa-stack-2x::before {
    display: none;
}

.handling_section .myaccordion .fa-inverse {
    color: #0d4c92;
}

.handling_section .myaccordion .btn {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    text-align: left;
}

.handling_section .myaccordion .btn-link:hover,
.handling_section .myaccordion .btn-link:focus {
    text-decoration: none;
}

.handling_section .myaccordion li + li {
    margin-top: 10px;
}

/* Handling stress ends */
/* No data CSS beigns */

.error_section_nodata {
    width: 100%;
    min-height: 500px;
}

.error_content_nodata h5 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

/* No data CSS ends */
/* Payment Page css begins */
/*TAB 1 Payment*/

.payment_section {
    background-color: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 50px 0px;
}

.payment_section form .addcard_btn.active {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 8px 22px;
    margin-right: 20px;
    cursor: pointer;
}

.payment_section form .addcard_btn {
    background-color: #f8f8f8;
    color: #0d4c92;
    font-size: 12px;
    border: none;
    border-radius: 50px;
    padding: 8px 22px;
    cursor: pointer;
    margin-right: 20px;
}

.payment_section form .addcard_btn:hover {
    opacity: 0.8;
}

.payment_section form .savedcard_btn.active {
    background-color: #0d4c92;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 50px;
    padding: 8px 22px;
    margin-right: 20px;
    cursor: pointer;
}

.payment_section form .savedcard_btn {
    background-color: #f8f8f8;
    color: #0d4c92;
    font-size: 12px;
    border: none;
    border-radius: 50px;
    padding: 8px 22px;
    cursor: pointer;
    margin-right: 20px;
}

.payment_section form .savedcard_btn:hover {
    opacity: 0.8;
}

.payment_section form {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
}

.payment_section form .form_header,
.payment_section form .form_body {
    padding: 25px;
}

.payment_section form .form_body .card_img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 20px;
    padding-right: 1px;
}

.payment_section form .form_body label {
    font-size: 14px;
    color: #484848;
    font-weight: 500 !important;
}

.payment_section form .form_body label .asterisk {
    color: #ff0000;
}

.payment_section form .form_body input {
    font-size: 14px;
    color: #000000;
}

.payment_section form .form_body input:focus {
    outline: none;
    box-shadow: none;
}

.payment_section form .form_body input::placeholder {
    font-size: 12px;
}

.payment_section form .form_body .form-check-input {
    border-color: #515151;
}

.payment_section form .form_body .paynow_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 12px;
    padding: 8px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.payment_section form .form_body .paynow_btn:hover {
    opacity: 0.8;
}

/*TAB 2 Saved Card Details*/

.savedcards_section .table_section {
    padding: 20px 20px 30px 20px;
}

.savedcards_section .table_section th {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #fff;
}

.savedcards_section .table_section td {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #fff;
}

.savedcards_section .table_section .paynow_btn {
    background-color: #0d4c92;
    color: #fff;
    font-size: 14px;
    padding: 8px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.savedcards_section .table_section .paynow_btn:hover {
    opacity: 0.8;
}

.savedcards_section .table_section .delete_icon,
.savedcards_section .table_section .edit_icon {
    background: none !important;
    border: none !important;
    color: #000;
    padding: 0px;
}

.savedcards_section .table_section .delete_icon:focus,
.savedcards_section .table_section .edit_icon:focus {
    outline: none;
    box-shadow: none !important;
    padding: 0px;
    background: none !important;
}

.savedcards_section .table_section .cancel_btn {
    background-color: #fff;
    color: #000;
}

.savedcards_section .table_section .delete_btn,
.savedcards_section .table_section .save_btn {
    background-color: #0d4c92;
    color: #fff;
    border: 1px solid #0d4c92;
}

.savedcards_section .table_section .modal-header {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
}

.savedcards_section .table_section label {
    font-size: 12px;
}

.savedcards_section .table_section input {
    font-size: 12px;
}

.savedcards_section .table_section input::placeholder {
    font-size: 12px;
}

.payment_section form .savedcard_btn.active {
}

.payment_section .nav-tabs .nav-link.active:focus,
.payment_section .nav-tabs .nav-link.active:hover {
    background-color: #0d4c92 !important;
}

/* Payment page css ends */
/* Sign In & Sign Up CSS begins */

.sign_section {
    width: 100%;
}

.sign_section .error_content {
    width: 400px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 2em 2em 3em 2em;
    display: table;
    border-radius: 10px;
}

.sign_section .line {
    width: 30px;
    display: inline-block;
    border-top: 2px solid #e78267;
    margin-bottom: 0px;
}

.sign_section .title {
    color: #000000;
    font-weight: bold;
}

.sign_section h5 {
    color: #444444;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.sign_section h6 {
    color: #444444;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.sign_section .signin_link {
    color: #0d4c92;
}

.sign_section .signin_link:hover {
    border-bottom: 1px solid #0d4c92;
}

.sign_section .subscribe_link {
    color: #0d4c92;
    border-bottom: 1px solid #0d4c92;
}

.sign_section .form-group label {
    color: #484848;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.sign_section .form-group .fa-envelope,
.sign_section .form-group .fa-lock {
    float: right;
    margin-right: 15px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    color: #9a9a9a;
}

.sign_section .form-group .asterisk {
    color: red;
}

.sign_section .form-group input {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #9a9a9a;
    color: #000;
}

.sign_section input:focus {
    outline: none;
    box-shadow: none;
}

.sign_section .form-group input::placeholder {
    font-size: 12px;
    padding: 0px;
}

.sign_section .frgt_pwd {
    color: #0d4c92;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.sign_section .frgt_pwd:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.sign_section .login_btns {
    display: flex;
    justify-content: space-between;
}

.sign_section .signin_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 30px;
    font-family: "Open Sans", sans-serif;
}

.sign_section .signin_btn:hover,
.sign_section .cancel_btn:hover {
    opacity: 0.8;
}

.sign_section .cancel_btn {
    background-color: #e9f3ff;
    font-size: 12px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 30px;
}

.sign_section .form-group i {
    float: right;
    margin-right: 15px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    color: #9a9a9a;
}

.sign_section .terms_privacy {
    font-size: 11px;
    color: #484848;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.sign_section .terms_privacy a {
    color: #0d4c92;
}

.sign_section .terms_privacy a:hover {
    border-bottom: 1px solid #0d4c92;
}

.dashboard_section select.form-control:not([size]):not([multiple]) {
    height: 45px !important;
}

/* common */

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.getstarted_content .form-control {
    border-radius: 10px !important;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 5px !important;
    color: #000;
    border: solid 1px #51515182 !important;
}
.dashboard_section .form-control {
    border-radius: 8px;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 5px;
    color: #484848;
    font-weight: 500;
    border: solid 1px #51515182;
    background-color: #fff !important;
}
.search_control {
    padding: 12px 12px 12px 36px !important;
}

/* Sign In & Sign Up CSS ends */


/* select.form-control{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff url(../images/arrow.png) no-repeat right 15px !important;
    cursor: pointer !important;
} */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-color: #ff0000;
    background-size: 10px 10px;
  }

/* Media Queries start */
@media only screen and (max-width: 1500px) {
    .contact_section .form_section {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .contact_section .form_section {
        padding: 0px;
    }

    form .card {
        margin-bottom: 10px;
    }

    .team_section .team1 img {
        object-fit: contain;
    }

    .team_section .card_dot::after {
        display: none;
    }
    .material_section .carousel-control-prev {
        left: -80px;
    }

    .material_section .carousel-control-next {
        right: -80px;
    }
    .material_slide_cnt {
        height: 180px;
        min-height: 180px;
    }

    .blog_header h6 {
        width: 80%;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 400px) {
    .contact_list ul li .p1,
    .contact_list ul li p {
        font-size: 11px;
    }

    .contact_section form {
        padding: 35px 20px;
    }
}

/*responsive table saved cards*/

@media (max-width: 992px) {
    .reporttab_section2 > .table thead {
        display: none;
    }

    .reporttab_section2 > .table,
    .reporttab_section2 > .table > tbody,
    .reporttab_section2 > .table > tr,
    .reporttab_section2 > .table > td {
        display: block;
        width: 100%;
    }

    .reporttab_section2 > .table > tr {
        margin-bottom: 15px;
    }

    .reporttab_section2 > .table > td {
        padding-left: 50% !important;
        text-align: left;
        position: relative;
        margin-bottom: 25px;
        font-weight: 600 !important;
    }

    .reporttab_section2 > .table > td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 40%;
        padding-left: -px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }

    .namelistbtn_section {
        display: block;
    }

    .namelistbtn_section .namelist_btn {
        width: 120px;
        text-align: center;
    }
}

@media (max-width: 568px) {
    .reporttab_section2 .card .list_icon {
        margin-left: 0px;
        margin-top: 10px;
    }

    .reporttab_section2 .card .list_icon li {
        border: none;
        padding: 5px 5px;
    }
}

/*Faq media query begins*/
@media (max-width: 800px) {
    .tab {
        width: 30% !important;
        padding: 10px;
    }

    .tabcontent {
        width: 61%;
    }
}

@media (max-width: 600px) {
    .tab,
    .tabcontent {
        width: 100% !important;
        margin: 0 auto;
        height: 100%;
    }

    .tab {
        padding: 10px 20px 30px 20px;
    }

    .tab button {
        width: 100%;
        margin: 10px 0px;
        padding: 15px 10px;
    }

    .tab .arrow {
        display: none !important;
    }

    .tab .logout_btn {
        width: 100%;
        margin: 10px 0px;
        padding: 15px 10px !important;
    }
}

/*Faq media query ends*/
/* Payment page media querie begins */

@media (max-width: 992px) {
    .savedcards_section .table thead {
        display: none;
    }

    .savedcards_section .table,
    .savedcards_section .table tbody,
    .savedcards_section .table tr,
    .savedcards_section .table td {
        display: block;
        width: 100%;
    }

    .savedcards_section .table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #9e9e9e;
    }

    .savedcards_section .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
    }

    .savedcards_section .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: -px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }

    .savedcards_section .table_section .form-check-input {
        margin-left: -0.8rem !important;
    }
}

/* Payment page media querie ends */

/*Settings Media query*/
@media only screen and (max-width: 992px) {
    .managepw_section .pw_head {
        display: block;
    }

    .billing_section .card {
        height: 100%;
    }

    .billing_section .card2 {
        height: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .profile_section .profile_head {
        padding: 20px;
        display: block;
    }

    .profile_section .profilepic_area {
        padding: 20px;
        display: block;
    }

    .profile_content {
        padding: 20px;
        display: block;
    }

    .profile_section .profilepic_area .image_upload {
        width: 160px;
        margin-top: 10px;
    }

    .dangerzone_section .danger_head,
    .danger_content {
        padding: 20px 20px 40px 20px;
    }

    .managepw_section .pw_head {
        padding: 30px 20px 20px 20px;
    }

    .pw_content {
        padding: 20px 20px 40px 20px;
    }

    .date_section {
        padding: 20px 40px 60px 40px;
    }

    .billing_section .billing_head {
        padding: 30px 20px 20px 20px;
    }

    .billing_content {
        padding: 20px 20px 40px 20px;
    }
}

@media only screen and (max-width: 410px) {
    .billing_section {
        padding: 30px 0px 120px 0px;
    }

    .billing_section .card2 .card_number {
        display: block;
    }

    .billing_section .help_list {
        display: block;
    }

    .billing_content {
        padding: 20px 20px 40px 20px;
    }
}

/*End of Settings media query*/

/*Subscribed media query*/
@media only screen and (max-width: 1700px) {
    .subscribed_section::after {
        left: 320px;
    }

    .initialwork_section .workcard_bg::after {
        left: 197px;
    }

    .initialwork_section .card_arrow::after {
        left: 398px;
    }
}

@media only screen and (max-width: 1600px) {
    .initialwork_section .workcard_bg::after {
        left: 138px;
    }

    .initialwork_section .card_arrow::after {
        left: 370px;
    }

    .reporttab_section1 .card .pd_buttons {
        display: block;
    }
}

@media only screen and (max-width: 1500px) {
    .subscribed_section::after {
        left: 215px;
    }

    .initialwork_section .workcard_bg::after {
        left: 70px;
        bottom: 111px;
    }

    .initialwork_section .card_arrow::after {
        left: 325px;
    }
}

@media only screen and (max-width: 1280px) {
    .initialwork_section .workcard_bg::after {
        display: none;
    }

    .subscribed_section::after {
        left: 130px;
    }

    .initialwork_section .card_arrow::after {
        left: 270px;
    }
}

@media only screen and (max-width: 1200px) {
    .billing_section .card1 {
        height: 280px;
    }

    .billing_section .card2 {
        height: 280px;
    }
    .reporttab_section1 .addreport_content{
        display: flex !important;
    }
}

@media only screen and (max-width: 992px) {
    .initialwork_section .card_arrow::after,
    .initialwork_section .card_dots::after {
        display: none;
    }

    .subscribed_section::after {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .btns {
        display: grid !important;
    }
    /* .material_slide_cnt {
        height: auto;
        min-height: auto;
    } */
    .reporttab_section2 .card .card_header {
        display: block;
    }
    .reporttab_section2 .card .list_icon {
        margin: 10px 0px;
    }
    /* .contact_list ul {
        list-style: none;
        display: inline-flex;
        justify-content: space-between;
        column-gap: 15px;
        padding: 0;
        border-bottom: none;
        width: 100%;
    } */
    /* .contact_list ul li {
        text-align: center;
        width: calc(93% / 2);
        display: inline-block;
    } */

    .contact_list ul li:last-child {
        margin-right: 0;
    }
}

/*End of Subscribed media query*/

/*Subscription media query*/
@media only screen and (max-width: 420px) {
    .subscription_content .card-left,
    .subscription_content .card-right {
        padding: 20px;
    }

    .subscription_section .card_arrow::after {
        display: none;
    }
}

/*End of Subscription media query*/

/*Blog Detail Media query*/
@media only screen and (max-width: 1500px) {
    .blog_header h2 {
        width: 80%;
    }
}

@media only screen and (max-width: 1300px) {
    .blog_header h2 {
        width: 100%;
    }

    .reporttab_section1 .report_attorneys{
        font-size: 13px;
    }

    .reporttab_section1 .card .clientname_section span {
        font-size: 12px;
    }
    /* .listbox1 .list1{
    display: block;
  }
  .listbox1 .list1 ul{
    margin-bottom: 20px;
  } */
}

@media only screen and (max-width: 992px) {
    .blog_img {
        height: auto;
    }

    .blog_img img {
        height: auto;
        object-fit: contain;
    }

    .modal-content {
        margin-top: 60px !important;
    }

    /* .listbox1 .list1 {
    display: block;
  }

  .listbox1 .list1 ul {
    margin-bottom: 10px;
  } */


    /* .reporttab_section2 .card .card_header{
      display: block;
    } */
    .reporttab_section2 .card .list_icon {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 578px) {
    .comment_actions {
        display: block;
    }

    .comments_1 {
        display: block;
    }

    .personaldispute_righticons {
        display: block;
    }

    .reporttab_section2 .card .list_icon li {
        font-size: 9px;
    }

    .reporttab_section2 .card .list1 {
        display: block;
    }
    .ul_blog_last {
        justify-content: start;
    }

    .blog_header h6 {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .blog_header h2 {
        line-height: 35px;
    }

    .listbox1 .list1 {
        display: block;
        /* justify-content: center; */
    }

    /* .listbox1 .list1 ul {
        display: block;
    } */

    .listbox1 li {
        width: 140px;
        text-align: left;
        margin-bottom: 10px;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .reply_comments {
        padding-left: 30px;
    }
    .contact_list ul li:last-child {
        margin-left: 0px;
    }
    .userProfile .userData .userName {
        display: inline-block;
        white-space: initial;
        text-align: left;
    }
}

/*End of Blog Detail Media query*/

/*Dashboard Media query*/
@media only screen and (max-width: 420px) {
    .dashboard_header {
        display: block;
    }

    .contentBox1 ul {
        align-items: center;
    }

    .reporttab_section1 .intake_report.active,
    .reporttab_section1 .intake_report {
        font-size: 12px;
        padding-right: 10px;
    }

    .reporttab_section1 .check_report,
    .reporttab_section1 .check_report:active {
        font-size: 12px;
    }
}

/*End of Dashboard Media query*/

/* END OF Media Queries */

/*Dashboard Payment Buttons*/
.effect-sadie figcaption {
    margin-top: 25px;
    text-align: center;
}

.effect-sadie .complete_payment {
    background-color: #dc7070;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 6px 20px;
    /* display: flex;
  justify-content: center; */
    font-size: 14px;
}

.effect-sadie .complete_report {
    background-color: #0d4c92;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 6px 20px;
    /* display: flex;
  justify-content: center; */
    font-size: 14px;
}

/* figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie .complete_payment,
figure.effect-sadie .complete_report{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie .complete_payment,
figure.effect-sadie .complete_report {
	position: absolute;
	bottom: 40px;
	left: 21%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover .complete_payment,
figure.effect-sadie:hover .complete_report {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} */

/*Delete icon in Dashboard*/

.reporttab_section1 .card .list_icon li .delete_icon {
    font-size: 10px;
    margin: 0px 5px;
    color: #6a6a6a;
    border: 1px solid #d7d7d7;
    padding: 4px 8px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

.reporttab_section1 .card .list_icon li .delete_icon:focus {
    outline: none;
}
.dash_cnt_outer {
    height: 317px;
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {
    .getstarted_content form .other_section .other_heading {
        display: block;
    }

    .getstarted_content form .other_section .add_btn {
        display: flex;
        justify-content: flex-end;
    }

    .blogPartn {
        font-size: 0.8rem;
        padding: 5px 10px;
    }

    .profile_dropdown .dropdown-menu-right {
        right: -16px;
    }

    .dashboard_section .subscription_btn {
        padding: 8px 15px 8px 15px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .dashboard_header {
        display: block;
    }

    .dashboard_header h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .reporttab_section2 .card .table_section th {
        padding: 0px 50px 0px 0px;
    }
}

::placeholder {
    text-transform: capitalize;
}
