/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type="submit"],
input[type="button"],
input[type="image"],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: "Lato", sans-serif;
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: "Lato", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Lato", sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 16px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

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

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1377px;
}

/*********************  scroll Hide  *********************/

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}

/*********************  Default-CSS close  *********************/

/*********************  Gapping  *********************/

section {
    padding-bottom: 60px;
    padding-top: 60px;
}

/*********************  Gapping close  *********************/

/*********************  Default-CSS  *********************/

/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

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

/*********************  Common-Css Close  *******************/

/*********************  Header  *******************/

.headerbottom {
    background: #777777;
    /* height: 82px; */
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerbottom .container {
    margin: 0px 10px;
}
.headerbottom h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    /* identical to box height, or 65% */
    color: #ffffff;
}

.topheader {
    background: #8dc63f;
    height: 37px;
}

.headerimg {
    padding: 13px 0px;
}
@media (max-width: 568px) {
    .headerlogo {
        margin: 0px !important;
    }
}
.headerlogo {
    margin: 0px 10px;
}
html:hover .cursor {
    opacity: 1;
}

a {
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.address {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 73% */
    color: #000000;
    padding: 60px;
    background: #8dc63f;
    border-radius: 0px 48px 0px 0px;
}

.directlogin {
    text-align: center;
}

.address p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
    /* or 73% */
    color: #000000;
    border-bottom: 5px solid #f8f6f6;
    padding-bottom: 30px;
}

.directlogindetail {
    max-width: 646px;
    border-radius: 5px;
    background: #edf5d7;
    padding: 60px;
    margin: auto;
}

/* .directlogindetail span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 36px;
} */

.email input {
    background: #f8f6f6;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
    height: 56px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    padding-left: 13px;
    margin-bottom: 12px;
}

.email {
    margin-bottom: 26px;
}

.email a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

ul#pills-tab button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.35);
    font-family: "Lato", sans-serif;
}

ul#pills-tab button.active {
    color: #000000;
    background: transparent;
    border-bottom: 4px solid #777777 !important;
    border: none;
}

.btngreen {
    width: 140px;
    height: 42px;
    background: #8dc63f;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    justify-content: center;
}
@media (max-width: 568px) {
    .btngreen {
        font-size: 12px !important;
    }
}
ul#pills-tab {
    margin-bottom: 28px !important;
}

.getaquote p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    margin-bottom: 11px;
}

.getaquote {
    border-top: 4px solid black;
    padding-top: 13px;
    margin-top: 65px;
}

a.btnblue {
    width: 200px;
    height: 42px;
    background: #004183;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 82% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 568px) {
    a.btnblue {
        font-size: 12px !important;
    }
}
.directlogin {
    margin-top: 70px;
}

section {
    overflow-x: hidden;
}

section.loginsec {
    padding-bottom: 0;
}

footer.footer {
    background: #8dc63f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 100px;
}

footer.footer h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    /* or 69% */
    color: #000000;
    margin: 0;
}

footer.footer p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    /* or 92% */
    text-align: right;
    color: #000000;
}

footer.footer {
    border-top: 12px solid #777777;
}

footer.footer p {
    margin-left: 130px;
    padding-left: 60px;
    border-left: 2px solid #ffffff;
}

section.dashboarddirect {
    padding: 0;
}

.dashboard {
    background: #edf5d7;
    padding-top: 72px;
    height: 100%;
}

aside ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
}

aside ul a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    padding: 15px 26px;
    width: 100%;
}

.dashboard ul li {
    height: 50px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    /* padding: 15px 26px; */
}

.dashboard ul li img {
    margin: 0;
    margin-right: 12px;
}

.dashboard ul li.active {
    background: #8dc63f;
}

.dropdown a,
.dropdown2 a {
    display: block;
    padding: 0.5em;
    color: #000;
    text-decoration: none;
}

/*List*/

.dropdown ul,
.dropdown2 ul {
    display: none;
    border-top: 0.1em solid #c0cdd1;
}

.dropdown li,
.dropdown2 li {
    padding: 0.5em;
    cursor: pointer;
}

.dropdown2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

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

ul.js-dropdown-list {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
}

ul.js-dropdown-list li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

ul.js-dropdown-list2 li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

ul.js-dropdown-list2 {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.from {
    margin: 0 39px 0 0;
}

.fromyear {
    margin: 72px 0px 80px;
}

ul.js-dropdown-list {
    list-style: none;
    padding: -0;
}

.accordion-container {
    position: relative;
    max-width: 1228px;
    height: auto;
    margin: 0px 38px;
}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    margin-top: 2px;
}

.set > a.active {
    /* background-color: #3399cc; */
    /* color: #fff; */
    border-bottom: 1px solid;
}

.content {
    /* background-color: #fff; */
    /* border-bottom: 1px solid #ddd; */
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.accordion-container {
    margin-bottom: 141px;
}

.set a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0;
    border: none;
    font-family: "Lato", sans-serif;
}

.set {
    background: #edf5d7;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

ul.js-dropdown-list2 {
    padding: 0;
    list-style: none;
}

ul.js-dropdown-list,
ul.js-dropdown-list2 {
    z-index: 999999;
    position: relative;
    background: #e8f3cb;
}

.fromyear {
    margin-left: 40px;
}

.content p {
    font-family: "Lato", sans-serif;
}

a.active:hover {
    background: transparent;
}

ul.policydetail {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
}

ul.policydetail li {
    width: 20%;
    margin-bottom: 30px;
}

.content {
    padding: 25px 56px 0 56px;
    background: white;
}

.set a {
    padding: 15px 60px 15px;
}

ul.policydetail li h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 19px;
}

ul.policydetail li p {
    padding: 0 10px 0 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 122% */
    color: #000000;
}

.agentlist, .adminlist {
    margin-top: 70px;
    margin-left: 30px;
}

.agentheading h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 22px;
}

.agentheading p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

.agentheading {
    margin-bottom: 27px;
}

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

.agentinput button {
    width: auto;
    padding: 10px 15px;
}

.agentinput input {
    width: 400px;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    height: 48px;
    margin-right: 16px;
    padding-left: 20px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.agentinput {
    margin-bottom: 80px;
}

.filter h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 46px;
}

ul.detailfilter {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.ui.form {
    max-width: 700px;
    width: 100%;
}

ul.detailfilter li {
    width: 23%;
}

ul.detailfilter .dropdown {
    width: 270px;
}

.ui.input input {
    width: 300px;
    background: rgba(167, 207, 56, 0.15) !important;
    /*border: 1px solid #ffffff !important;*/
    border-radius: 8px;
    height: 56px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
}

ul.detailfilter li:last-child {
    width: 43%;
}

.ui.input.left.icon i {
    font-size: 16px;
}

ul.detailfilter .dropdown a {
    height: 56px;
}

ul.detailfilter span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 10px !important;
    display: flex;
}

.ui.input.left.icon input {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.ui.form label {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.ui.form label {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 10px !important;
}

table.lineofbusiness {
    margin-top: 80px;
    width: 100%;
    max-width: 1415px;
}

table.lineofbusiness thead tr {
    background: rgba(167, 207, 56, 0.26);
    border-radius: 5px;
}

table.lineofbusiness th {
    padding: 24px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
}

table.lineofbusiness tbody td {
    /* width: 154px; */
    /* height: 56px; */
    /* background: rgba(167, 207, 56, 0.15); */
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 8px; */
    /* display: flex; */
    padding: 10px;
}

.lineofbussinessheading h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
}

.lineofbussinessheading {
    margin: 25px 0px 20px;
}

table.lineofbusinessdetail {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 55px;
}

table.lineofbusinessdetail td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    padding: 10px;
}

table.lineofbusinessdetail tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.directprofile h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
    margin-bottom: 20px;
}

.profilename input {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    max-width: 654px;
    height: 56px;
    width: 100%;
    margin-right: 15px;
    padding-left: 15px;
}

.directprofile {
    width: 100%;
}

.profilename {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fromyear.editdetail {
    display: block;
}

.directprofile h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 129% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}

a.btndownload {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding: 12px 18px;
    width: 190px;
    height: 55px;
    background: #004183;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
}

table.lineofbusiness tbody td span {
    width: 154px;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border-radius: 8px;
    display: flex;
}

table.accordion-document {
    width: 100%;
    max-width: 1228px;
    margin-bottom: 80px;
}

table.accordion-document thead tr {
    background: rgba(167, 207, 56, 0.26);
    height: 71px;
}

table.accordion-document thead tr th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
    padding: 10px 10px 10px 60px;
}

table.accordion-document tbody td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    /*padding: 10px 10px 10px 60px;*/
}

table.accordion-document tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.accordion-document tbody tr a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #004183;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

table.accordion-document tbody td img {
    margin-right: 10px;
}

.agentlist .accordion-container, .adminlist .accordion-container {
    margin-left: 0;
}

.onlineapplication h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 92% */
    color: #000000;
}

.onlineapplication {
    margin: 45px 0px;
}

ul.progresstick {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

ul.progresstick span {
    /*background: #e5e5e5;*/
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

ul.progresstick li.active span {
    background: #8dc63f;
}

ul.progresstick h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-top: 11px;
}

ul.progresstick:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 94%;
    border: 5px solid #e5e5e5;
    z-index: -9;
    left: 50%;
    transform: translateX(-50%);
}

ul.progresstick:before {
    left: 10px;
    top: 13px;
    content: "";
    position: absolute;
    width: 42%;
    border: 5px solid #8dc63f;
    z-index: -1;
    /* transform: translateX(-50%); */
}

.profiledetail input {
    width: 100%;
    /*background: rgba(167, 207, 56, 0.15);*/
    border: 1px solid #ffffff;
    border-radius: 8px;
    height: 56px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    padding-left: 17px;
    margin-bottom: 30px;
}

.profiledetail h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

.mailingadd {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}

.profilemaindetail {
    /* border-right: 1px solid #000000; */
    padding-right: 100px;
    padding-top: 40px;
}

.tobeheading {
    background: #8dc63f;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 16px 24px;
}

.tobeheading h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

.tobealigible ul {
    /*background: rgba(167, 207, 56, 0.15);*/
    border-radius: 10px;
    list-style: none;
    padding: 1px 20px;
}

.tobealigible ul p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin: 20px 0;
}

.tobealigible {
    margin-bottom: 30px;
}

table.tableoption {
    width: 100%;
    margin-bottom: 17px;
}

table.tableoption thead tr th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    padding: 6px;
    border: 1px solid;
}

table.tableoption tbody td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    border: 1px solid;
    padding: 6px;
}

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

.option input {
    margin-right: 7px;
}

.followingoption h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 157% */
    color: #000000;
    text-align: center;
}

.followingoption {
    /*background: rgba(167, 207, 56, 0.15);*/
    border-radius: 10px;
    padding: 11px 22px;
}

table.tableoption thead tr th:first-child {
    border-left: none;
}

table.tableoption thead tr th:last-child {
    border-right: none;
}

table.tableoption tbody tr td:last-child {
    border-right: none;
}

table.tableoption tbody tr td:first-child {
    border-left: none;
}

.followingoption p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    margin: 10px 0px;
}

.optionfee span {
    margin-right: 10px;
}

.optionfee input {
    margin-right: 6px;
    background: #c3cbcd;
    height: 20px;
    width: 20px;
    border-radius: 0;
    border: none;
}

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

table.tableoption td p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000 !important;
}

tr.total td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
}

tr.border td {
    border-top: none !important;
}

tr.border {
    border: none !important;
}

.followingoption.fraud p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin-bottom: 20px;
}

.followingoption.fraud.mb-4 {
    border: 1px solid #000000;
}

.confirmdate span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #000000;
    margin-bottom: 70px;
    display: block;
}

.confirmdate p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #000000;
    margin-bottom: 44px;
}

a.btncontinue {
    background: #8dc63f;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
}
@media (max-width: 568px) {
    a.btncontinue {
        font-size: 12px !important;
    }
}
.confirmdate {
    margin-bottom: 50px;
}

.onlineapplication.payment p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
}

.onlineapplication.payment h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 30px;
}

.onlineapplication.payment p {
    margin-bottom: 40px;
}

.onlineapplication.payment ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 18px;
}

p.text-right {
    text-align: right;
}

.onlineapplication.payment ul {
    padding-left: 50px;
    margin-bottom: 57px;
}

p.thankyou {
    padding: 10px 0px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 60px !important;
}

.onlineapplication.paymentunsuccess h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ff0000;
    font-family: "Lato", sans-serif;
    margin-bottom: 21px;
}

.onlineapplication.paymentunsuccess p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
}

.onlineapplication.paymentunsuccess h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ff0000;
    margin-bottom: 20px;
}

.onlineapplication.paymentunsuccess .retrypayment p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.retrypayment {
    margin-top: 84px;
    display: flex;
    align-items: center;
}

.retrypayment a {
    width: auto;
    padding: 0 20px;
    margin-left: 20px;
}

div.checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 129% */
    letter-spacing: 0.2px;
    /* Light / Black */
    color: #373f41;
    font-family: "Lato", sans-serif;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
    vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
    display: none;
}

div.checkbox.switcher label input + span,
div.radio.switcher label input + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 20px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background: #c3cbcd;
}

div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
    border-color: #8dc63f;
    background: #8dc63f;
}

div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small {
    left: 50%;
}

.checkbox.switcher input:checked + .true {
    display: none;
}

div.checkbox.switcher label input:checked + span + .true {
    display: block;
}

div.checkbox.switcher label input:checked + span + .false + .true {
    display: inline-flex;
}

span.true {
    display: none;
}

div.checkbox.switcher label input:checked + span + .false {
    display: none;
}

div.checkbox.switcher label input + span + .false + .true {
    display: none;
}

ul.switch li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkbox.switcher {
    margin-left: 50px;
}

ul.switch li:after {
    display: none;
}

.checkconfirm {
    display: flex;
    margin-bottom: 60px;
}

.checkbox.switcher label span {
    margin: 0;
}

.checkconfirm .checkbox.switcher {
    margin-left: 0;
    margin-right: 20px;
}

ul.progresstick.reviewapp:before {
    width: 70%;
}

.print span {
    margin: 0;
    margin-right: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    font-family: "Lato", sans-serif;
}

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

.print span img {
    margin-right: 16px;
}

.print a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    background: #8dc63f;
    border-radius: 13.5px;
    padding: 10px 20px;
}

.print a img {
    margin-left: 38px;
}

.directlogindetail {
    border-radius: 29px;
    height: 726px;
}

.directlogindetail.forgotmail p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
}

/*********************  Header Close  *******************/

/*********************  Home banner  *******************/

/*********************  Home banner Close  *******************/

/*********************  registernow-agent  *******************/

/* div#pills-home span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.004em;
    color: #D50000;
    margin-bottom: 10px;
} */

.directlogindetail.forgotmail.register {
    height: auto;
    padding-top: 50px;
}

/*
a:hover {
    background: transparent !important;
} */

.email.risk {
    margin: 0;
}

.getaquote.failed {
    border-top: 0;
}

.getaquote.failed {
    margin-top: 187px;
}

.email.detail {
    margin-bottom: 10px;
}

button.registerbtn {
    height: 40px;
    width: 120px;
    width: 126px;
    background: #8dc63f;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;
    color: #000000;
    justify-content: center;
    height: 42px;
}

/***************LANDY PORTAL PRODUCER REGISTRATION***********************/

.directlogindetail.forgotmail.landy span {
    color: #004183;
}

.directlogindetail.forgotmail.landy {
    height: 650px;
    padding: 70px;
}

/***************LANDY PORTAL PRODUCER REGISTRATION SUCCESS***********************/

.btnlogin.loginbtn.btngreen {
    width: 201px;
    height: 18px;
}

button.here {
    width: 237px;
    height: 42px;
    background: #8dc63f;
}

button.here a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    /* margin-top: 50px; */
    color: #000000;
}

button.here {
    margin-top: 40px;
    border: none;
}

/* ******************afterpayment-3rdparty*****************/

ul.afterpayment p span {
    color: #004183;
}

button.registerbtn.expire {
    background: #8dc63f;
    width: 267px;
    height: 42px;
}

.btnlogin.file {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.btnlogin.file input {
    margin-left: 10px;
    width: 282px;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    padding: 12px 18px;
}
@media (max-width: 568px) {
    .btnlogin.file input {
        font-size: 12px !important;
    }
}
/************adminqueue***************/

.reviewpage A {
    width: 176px;
    height: 42px;
    background: #004183;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    letter-spacing: 0.3px;
    display: flex;
    color: #ffffff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.reviewpage {
    margin-top: 36px;
}

table#example, table#custom_datatble {
    /* margin-top: 46px; */
    max-width: 1400px;
}

thead.errors tr {
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #000000;
}

thead.errors tr th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 92% */
    color: #000000;
    padding: 20px 0 13px 36px;
}

tr.tablespan td span {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    height: 56px;
    display: flex;
    width: auto;
}

.errors {
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #000000;
    border-radius: 11px;
    padding: 15px;
    margin-top: 46px;
    max-width: 1400px;
    position: relative;
    z-index: 99999;
    bottom: -6px;
}

.errors h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 92% */
    color: #000000;
}

thead.datatable {
    border: 1px solid #000000;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

tr.lines th {
    padding: 14px;
}

tr.real td {
    padding: 12px;
}

tr.tablespan td {
    padding: 15px;
}

table#example, table#custom_datatble {
    border-radius: 10px;
    /* overflow: hidden; */
    background: #e2e8ad2e;
    position: relative;
    border: 1px solid #000000 !important;
    border-top: none !important;
}

tr.lines th {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
}

tr.real td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
}

.refresh {
    margin-left: 30px;
    margin-bottom: 100px;
}

.lineofbussinessheading.past {
    border-top: 1px solid #000000;
    width: 1400px;
    height: 0px;
    margin-top: 43px;
    margin-bottom: 60px;
}

.lineofbussinessheading.past h4 {
    margin-top: 20px;
}

/* ****************adminqueue-popup******************/

.set.popup {
    /* padding: 65px; */
    background: white;
}

.content.transfer {
    padding: 63px 102px;
}

.set.popup a {
    background: rgba(167, 207, 56, 0.26);
}

.modalpolicyinfo.popup .content.transfer {
    display: block;
    padding: 0;
    margin-top: 50px;
}

div#staticBackdrop {
    z-index: 9999999;
}

.modalpolicyinfo.popup a {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 15px 21px;
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #000000;
    border-radius: 5px;
    /* line-height: 28px; */
    /* letter-spacing: -0.02em; */
    color: #000000;
    width: 100%;
    display: flex;
}

/**************adminuserdirect*******************/

button#dropdownMenuButton1 {
    background: #8dc63f;
    border: none;
    margin: 10px 0 0 16px;
    /* height: 50px; */
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    /* width: 240px; */
    /* width: 277px; */
    /* height: 33px; */
    color: black;
}

.dropdown a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
}

.newuser a {
    width: 183px;
    height: 42px;
    background: #004183;
    padding: 12px 18px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px !important;
}

.inactivate a {
    /* width: 183px; */
    height: 42px;
    background: #004183;
    padding: 12px 18px;
    color: #ffffff;
    background: #ff0000;
    font-size: 16px !important;
}
@media (max-width: 568px) {
    .newuser a {
        font-size: 12px !important;
    }
    .inactivate a {
        font-size: 12px !important;
    }
}

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

.userinfo {
    display: flex;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 150px 0px 0 50px;
}

.userinfo .addnew {
    margin-left: auto;
}

.userinfo h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

td.restricicon {
    display: flex;
}

tr.restricticon td span {
    width: 150px;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    display: flex;
}

tr.checkboxtable td {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
}

thead.checktab {
    background: rgba(167, 207, 56, 0.26);
    /* padding: 20px; */
}

thead.checktab tr th {
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #000000;
}

.restricicon a {
    margin-left: 20px;
}

ul.dropdown-menu.select {
    display: initial;
    background: none;
    border: none;
    margin: 10px 60px;
}

ul.dropdown-menu.select li a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
    background: none;
    border: none;
    margin-top: 30px;
}

tr.checkboxtable td input {
    height: 15px;
    width: 15px;
}

thead.checktab tr th input {
    height: 15px;
    width: 15px;
}

.newuser {
    margin-right: 10px;
}

tr.restricticon td span {
    margin-bottom: 20px;
}

ul.userdetail {
    margin: 10px 0 0 0px;
}

ul.userdetail li {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 122% */
    color: #000000;
}

ul.userdetail {
    list-style: circle !important;
}

ul.userdetail li {
    padding-left: 50px;
}

/* **********adminaddnewproduceruser****************/

.fromyear.editdetail.newuserreview {
    padding: 80px 0 180px 0;
}

button#dropdownMenuButton1\ drop1 {
    height: 56px;
    width: 651px;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    text-align: left;
}

ul.dropdown-menu.items.show li {
    height: 56px;
    width: 651px;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    text-align: left;
}

a.dropdown-item.producer.active {
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

ul.dropdown-menu.items.show {
    border: none;
}

a.dropdown-item.directs {
    background: none;
    border: none;
}

a.dropdown-item.producer.active {
    border: none;
}

a.dropdown-item.direct.active {
    background: rgba(167, 207, 56, 0.26);
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

/**************dashboard-masteragent*******************/

.userinfo.client {
    padding: 0;
    margin-top: 60px;
}

.clientdocument p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* or 110% */
    color: #000000;
    max-width: 1250px;
    margin: 0 0 0 50px;
}

.clientdocument {
    margin-top: 70px;
}

/***************basicinformation************************/

ul.progresstick.start:before {
    left: 10px;
    top: 14px;
    content: "";
    position: absolute;
    width: 20%;
    border: 3px solid #8dc63f;
    z-index: -1;
}

ul.site li p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 10px;
    max-width: 1120px;
    font-weight: 600;
}

ul.site {
    margin-top: 50px;
}

ul.detailfilter.detail .dropdown.apprasers {
    width: 471px;
    margin-top: 10px;
}

ul.js-dropdown-list.application li {
    width: auto;
    border: none;
}

.dropdown.apprasers a {
    padding: 30px;
}

ul.js-dropdown-list.application li {
    padding: 20px 0 20px 30px;
}

ul.js-dropdown-list.application li:last-child {
    width: auto;
}

.businessdetail {
    display: flex;
    margin-top: 40px;
}

ul.detailfilter.statedetail {
    width: 100%;
}

.dropdown.alabma a {
    width: 290px;
    height: 56px;
}

ul.js-dropdown-list.states li {
    height: 56px;
    width: 290px;
    border: none;
}

ul.detailfilter.statedetail {
    margin-left: 60px;
}

.insurar h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 75% */
    letter-spacing: 0.2px;
    color: #000000;
}

/*
.insurar {
    margin-top: 80px;
} */

/*
.effectivedetail {
    display: flex;
    margin-top: 80px;
} */

.radiogroup {
    display: flex;
}

.dropdown.alabma a {
    padding: 24px;
}

ul.js-dropdown-list.states li {
    padding: 24px;
}

.requested.dates span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

.radiogroup p {
    margin: 0px 20px;
}

.requestedinput h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #000000;
}

.Businesssection {
    margin-top: 30px;
    margin-bottom: 0px;
}

input#test2 {
    height: 20px;
    width: 20px;
}

input#test1 {
    height: 20px;
    width: 20px;
}

.radiogroup p {
    display: flex;
}

.radiogroup p input {
    margin: 0px 10px 0px 0px;
}

/* .requested.dates {
  margin-left: 70px;
} */

section.dashboarddirect.directonfo {
    overflow: hidden;
}

button.btngreen.continue {
    /* margin: auto; */
    width: 132px;
    height: 42px;
}

ul.progresstick.start.basicinfo {
    margin-top: 60px;
    margin-bottom: 0;
}

div#example2, div#example3 {
    margin-top: 18px;
}

.ui.icon.input > i.icon.new {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0px;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: 0.5;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    right: 20px;
    left: auto;
}

ul.js-dropdown-list2.states li {
    width: auto;
    border: none;
    height: 56px;
    margin-left: 15px;
}

.requested.dates li {
    list-style: none;
}

button.btngreen.continue {
    align-items: center;
    margin-top: 57px;
}

/* .position-btn{
  position: absolute;
  bottom: 0;

} */
/****************** headerr3******************/

.container.prodetail {
    display: flex;
    align-items: baseline;
}

.container.prodetail button {
    margin-left: auto;
    /* height: 56px; */
    width: 85px;
    height: 42px;
}

/*******************************************/

.currently p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-bottom: 10px;
}

.currently button {
    width: 144px;
    height: 42px;
}

.pnumber input {
    width: 440px;
    height: 45px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    /*background: rgb(235 235 190);*/
    border: 1px solid #00000024;
    border-radius: 8px;
    padding: 17px 22px;
}

.datescalender {
    display: flex;
    align-items: end;
}

button.btngreen.click.newcontinue {
    width: 132px;
    height: 42px;
}

.currently.add p.with {
    font-family: "Lato", sans-serif;
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #000000;
}

p.please {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0;
}

.heredetail {
    margin-top: 0px;
    margin-bottom: 0px;
}

.registered {
    display: flex;
}

.registered button {
    margin: auto;
}

.currently.add {
    /*border-left: 1px solid #000000;*/
    padding-left: 50px;
}

p.exam {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0;
}

.ui.input.left.icon {
    width: 358px;
    height: auto;
}

/************gapolicynumber-incorrectretrodate ****************/

.Incorrect span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* or 36px */
    color: #d50000;
}

/*********************/

.Incorrect.regi span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    /* or 100% */
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: #000000;
}

.enter input {
    width: 100%;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #ffffff;
    /* identical to box height, or 138% */
    color: #777777;
    padding: 17px 24px;
}

.enter span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 0.004em;
    color: #d50000;
    margin: 0 20px;
}

.verification input {
    width: 100%;
    height: 56px;
    background: rgba(167, 207, 56, 0.15);
    border-radius: 8px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #ffffff;
    /* identical to box height, or 138% */
    color: #777777;
    padding: 17px 24px;
}

.password input {
    width: 418.01px;
    height: 56px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    color: #777777;
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 17px 24px;
}

.Incorrect.regi {
    margin-bottom: 30px;
}

.enter {
    margin-bottom: 13px;
}

.verification {
    margin-bottom: 20px;
}

.enter input {
    margin-bottom: 13px;
}

.verification span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.verification span {
    position: absolute;
    transform: translateY(-50%);
    left: 60%;
    top: 100%;
    margin-top: -10px;
    right: 0;
}

.password {
    width: 100%;
    display: flex;
}

input.passdetail {
    margin-left: auto;
}

.codedetail span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 0.004em;
    color: #d50000;
}

.verification input {
    /* border: 1px solid #FF0000; */
    border-radius: 8px;
}

.codedetail {
    margin: 0 0 13px 20px;
}

.password span {
    position: absolute;
    right: 15%;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* identical to box height, or 100% */
    color: #000000;
    top: 99%;
    left: auto;
}

.passmismatch {
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

p.mismatch {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 0.004em;
    color: #d50000;
}

.passmismatch p {
    margin-left: auto;
}

input.passdetail.match {
    /* border: 1px solid #FF0000; */
    border-radius: 8px;
}

.registered.colorred p {
    color: #d50000;
    font-size: 16px;
    margin: 0 !important;
}

.registered.colorred {
    display: flex;
    align-items: center;
}

.verification {
    position: relative;
}

.verification span {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.pnumber .ui.input.left.icon input {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pnumber .ui.icon.input > i.icon.new {
    right: 2px;
}

button a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mismatch {
    position: relative;
    margin-left: 7px;
}

.mismatch span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.check {
    width: auto;
    /* width: 15px; */
    /* height: 15px; */
    position: relative;
}

.check span {
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* width: 15px; */
    /* height: 15px; */
    /* background: green; */
    /* z-index: -9; */
    /* transform: translateY(-50%); */
}

.check input {
    /* opacity: 0; */
}

.check input:checked + span:after {
    opacity: 1;
}

.check span:after {
    /* content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“"; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    position: absolute;
    z-index: 9999999;
    font-size: 16px;
    opacity: 0;
}

ul.registerinput {
    padding: 0;
}

a.btngreen.btnverify {
    width: 290px;
}
/* @media (min-width: 568px) {
    a.btngreen.btnverify {
        width: 335px !important;
    }
} */

ul.registerinput li {
    margin-bottom: 30px;
}

.registered {
    align-items: center;
    margin-bottom: 20px;
}

.registered p {
    margin: 0;
}

label#policy_number-error {
    position: absolute;
    bottom: -20px;
}

.datescalender {
    position: relative;
}

label#exp_date-error {
    bottom: -20px;
}

#div#example2 .ui.input.left.icon i {
    height: 45px !important;
}

#div#example3 .ui.input.left.icon i {
    height: 45px !important;
}

.currently.add form {
    margin-top: 16px;
}

span.policy_error {
    position: absolute;
    bottom: -42px;
    color: red;
}

.datescalender {
    margin-bottom: 80px;
}

.dashboard li a {
    display: flex;
    align-items: center;
}

.togglebtn {
    display: none;
}

.dashboard a {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    padding: 0px 0;
}

.dashboard ul li {
    padding: 10px;
}

a.changestate b {
    font-weight: 900;
    color: #1c75bb !important;
}

div#example_length {
}

.dt-buttons {
    float: right;
    position: absolute;
    right: 0px;
}

div#example_wrapper, div#custom_datatble_wrapper {
    max-width: 1400px;
    position: relative;
}

div#example_info {
}

input.form-control.input-sm {
    width: 310px;
    height: 30px;
    background: #f2f8e1;
}

div#example_length, div#custom_datatble_length, div#upcoming_renewal_list_length {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div#example_length label, div#custom_datatble_length label, div#upcoming_renewal_list_length label {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

div#example_filter label, div#custom_datatble_filter label, div#upcoming_renewal_list_filter label {
    font-size: 16px;
}

div#custom_datatble_filter label {
    display: block !important;
    padding: 0px !important;
    line-height: 1.5 !important;
}

ul.pagination {
}

li.paginate_button {
    width: 70px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #e2e8ad;
    border-radius: 100;
    margin-left: 10px;
}

li.paginate_button a {
    font-size: 16px;
    font-weight: 700;
}

li.paginate_button.active {
    background: white;
}

thead.datatable {
    border: 1px solid #000000;
}

table#example, table#custom_datatble {
    margin: 10px 0px;
}

input.tableinput {
    background: rgba(167, 207, 56, 0.15);
    border: 1px solid #ffffff;
    border-radius: 8px;
    height: 56px;
    display: flex;
    width: auto;
}

tr.tablespan.odd {
    display: none;
}

table#example {
}

select.form-control.input-sm {
    margin: 0 10px;
}

ul.pagination {
    justify-content: flex-end;
}

.tbl1 tr.real td:last-child {
    width: 120px;
}

ul.userdetail {
    margin-left: 30px;
    margin-top: 0;
}

div#tbl3_length label {
    display: inline-flex;
    align-items: center;
}

div#tbl3_length {
    margin: 40px 0px;
}

.restricicon {
    display: flex;
}

.restricicon a {
    margin-left: 10px;
}

table {
    border-color: #0000002e;
}

.errors {
    z-index: 9;
}

.refresh .reviewpage a:hover {
    background: #8dc63f;
}

section.dashboarddirect .userinfo {
    margin-top: 0px;
}

.fromyear.editdetail.proedit {
    margin-top: 40px;
}

.aftersuccessmail p {
    margin: 0 !important;
}

.aftersuccessmail {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.aftersuccessmail p {
    margin-right: 5px !important;
}

.uploadfiles.mb-4 {
    position: relative;
    left: -30px;
    max-width: 50%;
}
.form-label {
    margin-bottom: 0.5rem !important;
}
.text_danger {
    color: red !important;
}
.btnred {
    font-size: 16px !important;
}
@media (max-width: 568px) {
    .btnred {
        font-size: 12px !important;
    }
}

#upcoming_renewal_list thead th {
    font-family: 'Lato', sans-serif; 
    font-style: normal; 
    font-weight: 700; 
    font-size: 16px; 
    line-height: 22px; 
    color: #000000;
}