/*=== google fonts ===*/



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



/*=== Basic css ===*/

html,

body,

header,

footer,

main,

nav,

section,

div,

menu,

span,

h1,

h2,

h3,

h4,

h5,

h6,

p,

a,

strong,

i,

ol,

ul,

li,

form,

label,

button {

    margin: 0;

    padding: 0;

    white-space: normal;

    font-family: Inter, sans-serif;

}



p {

    margin: 0;

}



ol,

ul {

    list-style: none;

}



button:focus,

a:focus,

input:focus,

textarea:focus {

    outline: none;

}



button {

    transition: 0.2s all ease-in-out;

}



a {

    text-decoration: none;

    display: inline-block;

    transition: 0.2s all ease;

    -webkit-transition: 0.2s all ease;

    -moz-transition: 0.2s all ease;

}



a:visited,

a:hover,

a:active {

    text-decoration: none;

}



img {

    max-width: 100%;

}



body {	

    font-family: 'Inter', sans-serif;

    font-size: 16px;

    font-weight: 400;    

	background: #F2F5FD;

	color: #333333;	

}



.container {

    padding-left: 15px;

    padding-right: 15px;

}



/*=== main-wrapper start ===*/



.main-wrapper {

    padding: 40px 0;

    background: #F2F5FD;

    /* height: 100%; */

}
@media(max-width:768px){
.main-wrapper {
    min-height: 100%;

}
}




.main-wrapper-inner {

    display: flex;

    flex-wrap: wrap;

}



.menu-area {

    width: 295px;

    min-height: 100vh;

    border-radius: 20px;

    background: #2D53DA;

    display: flex;

    flex-direction: column;

    padding: 32px 11px 28px;

    white-space: normal;

}



.menu-item {

    width: 100%;

    padding: 0 13px;

    margin-bottom: 46px;

}



.menu-item2 {

    width: 100%;

    margin-bottom: 30px;

}



.menu-item2 ul li a {

    color: #FDFBFD;

    font-size: 14px;

    font-weight: 400;

    padding: 11px 0;

    display: flex;

    align-items: center;

    width: 100%;

    margin-bottom: 5px;

    border-radius: 10px; 

    font-family: Inter, sans-serif;

}



.menu-item2 ul li a span {

    width: 45px;

    flex: 0 0 45px;

    display: block;

    text-align: center;

}



.menu-item2 ul li a.active {

    background: #FDFBFD; 

    color: #2D53DA; 

}



.menu-item2 ul li a.active:hover {

    background: #FDFBFD; 

    color: #2D53DA; 

    text-decoration: none;

}



.menu-item2 ul li a.active img {

    filter: invert(23%) sepia(84%) saturate(2562%) hue-rotate(223deg) brightness(89%) contrast(91%);

}



.menu-item2 ul li a:hover {

    background: rgba(255, 255, 255, 0.1);

}



.menu-item2 ul li:nth-of-type(1) img {

    filter: brightness(0) saturate(100%) invert(98%) sepia(14%) saturate(78%) hue-rotate(267deg) brightness(99%) contrast(101%);

}



.menu-item2 ul li a.active img {

    filter: brightness(0) saturate(100%) invert(22%) sepia(75%) saturate(2272%) hue-rotate(219deg) brightness(102%) contrast(98%); 

}



.menu-item3 {

    width: 100%;

    margin-top: auto;

    padding: 0 9px;

}



.menu-item3-inner {

    margin-bottom: 16px;

    border-radius: 10px;

    background: #00659e;

    padding: 23px 0 18px;

    text-align: center;

}



.menu-item3-inner2 {

    padding-bottom: 14px;

    border-bottom: 1px solid #2D53DA;

}



.menu-item3 h6 {

    color: #A1B2F0;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 0;

}



.menu-item3 h2 {

    color: #FFF;

    font-size: 18px;

    font-weight: 500;

    margin-top: 0;

}



.menu-item3-inner3 {

    padding-top: 18px;

}



.menu-item3 h3 {

    color: #FFF;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 18px;

    text-transform: capitalize;

    font-family: 'Inter';

}



.menu-item3 h3 span {

    font-weight: 400;

}



.menu-item4 {

    padding: 0 9px;

    width: 100%;

}



.menu-item4 a {

    color: #FFF;

    font-size: 18px;

    font-weight: 500;

    display: flex;

    align-items: center;

    width: 100%;

    height: 43px;

    justify-content: center;

    border-radius: 10px;

    border: 2px solid #ffffff;

}



.menu-item4 a:hover {

    background: #fff;

    border-color: #fff;

    color: #2D53DA;

}



/*=== offcanvas start ===*/



.modal-backdrop {

    background: rgba(4, 4, 4, 0.80);

    backdrop-filter: blur(2px);

}



.modal-backdrop.show {

    opacity: 1;

}



.close-icon {

    position: absolute;

    top: 26px;

    right: -45px;

    cursor: pointer;

    z-index: 999999;

}



.offcanvas-start {

    width: 307px;

    border: none;

    background: #FFFFFF; 

}



.offcanvas-body {

    padding: 30px 16px 30px;

}



.side-menu .menu-item2 {

    margin-bottom: 10px;

}



.side-menu .menu-item3 {

    margin-bottom: 10px;

}



/*=== content area start ===*/



.content-area {

    width: calc(100% - 295px);

    padding-left: 45px;

    position: relative;

}



.constantin-area {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-top: 20px;

    margin-bottom: 30px;

    white-space: normal;

}



.constantin-item h6 {

    color: #000;

    font-size: 18px;

    font-weight: 400;

    margin-bottom: 5px;

}



.constantin-item h2 {

    color: #43435E;

    font-size: 30px;

    font-weight: 700;

    font-family: 'Inter', sans-serif;

    text-transform: capitalize;

}



.constantin-item3 ul {

    display: flex;

    align-items: center;

}



.constantin-item3 ul li {

    margin-left: 26px;

}



.constantin-item3 ul li:nth-of-type(1) a {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 219px;

    height: 44px;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

}



.constantin-item3 ul li:nth-of-type(1) a:hover {

    opacity: .8;

}



.constantin-item3 ul li img {

    cursor: pointer;

}



.constantin-item3 ul li:nth-of-type(2) {

    filter: drop-shadow(0px 4px 10px rgba(45, 83, 218, 0.10));

}



.constantin-item3 ul li:nth-of-type(3) {

    display: none;

}



.welcome-item {

    margin-bottom: 36px;

    text-align: center;

}



.welcome-item h6 {

    color: #000;

    font-size: 12.168px;

    font-weight: 400;

}



.welcome-item h2 {

    color: #43435E;

    font-size: 20.28px;

    font-weight: 700;

    margin-bottom: 20px;

}



.welcome-item a.upgrade {

    color: #F2F5FD;

    font-size: 12px;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 158px;

    height: 31px;

    margin: 0 auto;

    border-radius: 7.9px;

    background: #2D53DA;

    box-shadow: 0px 11.059px 15.799px 0px rgba(45, 83, 218, 0.20);

}



.welcome-item a.upgrade:hover {

    opacity: .8;

}



.update-area .row {

    --bs-gutter-x: 22px;

    margin-top: calc(var(--bs-gutter-y)* -1);

    margin-right: calc(var(--bs-gutter-x)* -.5);

    margin-left: calc(var(--bs-gutter-x)* -.5);

}



.update-item a {

    min-height: 216px;

    margin-bottom: 20px;

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    position: relative;

    width: 100%;

    display: block;

    position: relative;

    z-index: 1;

}



.update-item a:after {

    content: '';

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: absolute;

    border-radius: 10px;

    background-image: url(/clear-check-application/media/img/update-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    background-color: #2D53DA;

    z-index: -1;

    opacity: 0;

    transition: 0.2s all ease;

    -webkit-transition: 0.2s all ease;

    -moz-transition: 0.2s all ease;

}



.update-item a:hover:after {

    opacity: 1;

}



.update-item-inner {

    height: 149px;

    padding-bottom: 39px;

    display: flex;

    justify-content: center;

    align-items: end;

}



.update-item img {    

    transition: 0.2s all ease;

    -webkit-transition: 0.2s all ease;

    -moz-transition: 0.2s all ease;

}



.update-item p {

    color: #505050; 

    font-size: 16px;

    font-weight: 400;

    text-align: center;

    line-height: normal;

    transition: 0.2s all ease;

    -webkit-transition: 0.2s all ease;

    -moz-transition: 0.2s all ease;

}



.update-item a:hover p {

    color: #F2F5FD; 

}



.update-item a:hover img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(64%) saturate(1328%) hue-rotate(204deg) brightness(116%) contrast(95%); 

}



.update-item span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: #FF0000;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}


.update-item3 {

    padding: 23px;

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    text-align: center;

}













/*

--------------------

Premium cloud

--------------------

*/



.back-btn {

    color: #000;

    font-size: 14.589px;

    font-weight: 400;

    line-height: normal;

}



.back-btn:hover {

    color: #000;

}



.back-btn img {

    margin: 0 6px 0 0;

}





/*====clear-bg-div====*/



.clear-bg-div {

    background-image: url(/clear-check-application/media/img/clear-bg2.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    border-radius: 10px;

    background-color: #2D53DA;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 16px 25px 16px 40px;

    margin: 0 0 25px;

}



.clear-bg-content h2 {

    color: #FFF;

    font-size: 36px;

    font-weight: 700;

    line-height: normal;

}



.clear-bg-content p {

    color: #F2F5FD;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    margin: 16px 0 12px;

}



.clear-bg-content a {

    color: #2D53DA;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    padding: 12px 26px;

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

}



.clear-bg-content a:hover {

    opacity: 0.8;

}







/*======premium-div======*/



.premium-div {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 45px 42px 50px;

}



.premium-div h3 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 30px;

}



.premium-div ul li {

    display: flex;

    align-items: center;

    margin: 0 0 5px;

}



.premium-div ul li img {

    width: 20px;

    height: 20px;

}



.premium-div ul li span {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    margin: 0 0 0 13px;

}



.premium-div a {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    padding: 12px 26px;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    margin: 20px 0 0;

}



.premium-div a:hover {

    opacity: 0.8;

}







/*=====pson-div=====*/



.pson-div {

    padding: 0 0 0 50px;
    text-align: center;
    position: static;
    width: 90%;
    bottom: 0;
    margin-top: 20px !important;

}



.pson-div hr {

    margin: 0;

    opacity: 1;

    height: 1px;

    width: 100%;

    background: rgba(0, 0, 0, 0.3);

}



.pson-div p {

    color: #000;

    font-size: 14px;

    font-weight: 400;

    line-height: normal;

    margin: 52px 0 12px;

}









/*

-----------------

Invoices

-----------------

*/





/*=====invoices-div=====*/



.invoices-div {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 36px 40px 45px;

}



.invoices-div h2 {

    color: #2D53DA;

    font-size: 24px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 18px;

}



.invoices-div table {

    width: 100%;

    margin: 0 auto;

}



.invoices-div table tr:nth-of-type(1) {

    border-top: 1px solid rgba(0, 0, 0, 0.3);

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}



.invoices-div table tr th {

    color: #C0C0C0;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    padding: 15px 0;

}



.invoices-div table tr td {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    padding: 30px 0 0;

}



.invoices-div table tr th:nth-of-type(3),

.invoices-div table tr td:nth-of-type(3) {

    width: 16%;

}



.invoices-div table tr th:nth-of-type(4),

.invoices-div table tr td:nth-of-type(4) {

    text-align: center;

}









/*

--------------------

Lost Certificate

--------------------

*/



.lost-certificate > h2,
.support_h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin: 25px 0 25px;
    text-align: center;
    text-transform: none;
}


.lost-certificate > h2, .support_h2 {
    color: #444444;
}

@media (max-width: 767px) {
    .lost-certificate > h2,
    .support_h2 {
        font-size: 22px !important;
        margin: 0 !important;
    }
}

.certificate-div {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 45px;
    max-width: 505px;
    margin: 0 auto;
    white-space: normal;
}



.certificate-div h3 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0;

}



.certificate-div p {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

    margin: 14px 0 25px;

}



#material__form .form__group {

    position: relative;

    margin: 0 0 10px;

}



#material__form .form__field {

    width: 100%;

    border: 0;

    outline: 0;
    font-size: 16px;

    color: #212121;

    padding: 10px 14px;

    background: transparent;

    transition: border-color 0.2s;

    border-radius: 5px;

    border: 1px solid #888988;

    resize: none;

}



#material__form .form__field::placeholder {

  color: transparent;

}



#material__form .form__field:placeholder-shown ~ .form__label {

    font-size: 16px;

    cursor: text;

    top: 11px;

    color: #999;

    font-size: 16px;

    font-weight: 400 !important;

    left: 14px;

    transition: 350ms cubic-bezier(0.4, 0, 0.2, 1) all;

    -moz-transition: 350ms cubic-bezier(0.4, 0, 0.2, 1) all;

    -webkit-transition: 350ms cubic-bezier(0.4, 0, 0.2, 1) all;

}



#material__form .form__label,

#material__form .form__field:focus ~ .form__label {

    position: absolute;

    top: -6px;

    transition: 0.2s;

    font-size: 12px;

    color: #9b9b9b;

    background: #fff;

    padding: 0 7px;

    color: #999;

    left: 10px;

}



#material__form .form__field:focus ~ .form__label {

    color: #999;

}



.sbm-btn button {

    /* width: 140px; */

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    text-align: center;

    padding: 11px 32px;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    margin: 12px 0 0;

    transition: 0.3s all ease-in-out;

    border: none;

}



.sbm-btn button:hover {

    opacity: 0.8;

}









/*

----------------

Add Phone

----------------

*/



#material__form2 {

    padding: 28px 0 0;

}



#material__form2 .intl-tel-input {

    margin: 0 0 18px;

}



#material__form2 .intl-tel-input.separate-dial-code .selected-flag {

    background-color: transparent;

    border-radius: 5px;

    border: 1px solid #888988;

}



#material__form2 .intl-tel-input {

    display: block;

    text-align: end;

}



#material__form2 input {

    border-radius: 5px;

    border: 1px solid #888988;

    color: #999;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    padding: 12px 11px !important;

    width: calc(100% - 125px);

    margin-left: auto;

    text-align: start;

}



#material__form2 .intl-tel-input.separate-dial-code .selected-dial-code {

    color: #999;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



#material__form2 .intl-tel-input .flag-container {

    width: 115px;

}



#material__form2 .intl-tel-input .selected-flag .iti-arrow {

    border: none;

    /*! position: relative; */

    height: 10px;

}



#material__form2 .separate-dial-code .iti-arrow::before {

    content: '\f078';

    width: 10px;

    position: absolute;

    height: 10px;

    font-size: 12px;

    font-weight: 900;  

    margin-top: -4px;

    right: 10px;

    font-family: "Font Awesome 6 Pro";

}

















/*

------------------

Update Password

------------------

*/



/* #iform, */

#material__form3 {

    margin: 20px 0 0 !important;

}



#material__form3 .input-field {

    margin: 0;

    position: relative;

}



#material__form3 .input-field input, #material__form3 .input-field textarea {

    color: #444;

    font-size: 16px;

    font-weight: 400;

    border-radius: 5px;

    border: 1px solid #888988;

    padding: 11px 14px;

    height: auto;

    margin: 0 0 17px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



#material__form3 .input-field input {

    box-shadow: none;

}



#material__form3 .input-field > label {

    left: 14px;

    color: #999;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



#material__form3 .input-field > label.active {

    top: 7px;

    padding: 0 7px;

    background: #FFF;

    display: inline-block;

    width: auto;

}



span.field-icon {

    float: right;

    position: absolute;

    right: 15px;

    top: 13px;

    cursor: pointer;

    z-index: 2;

}



/* fallback */

@font-face {

    font-family: 'Material Icons';

    font-style: normal;

    font-weight: 400;

    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');

}



.material-icons {

    font-family: 'Material Icons';

    font-weight: normal;

    font-style: normal;

    font-size: 20px;

    line-height: 1;

    letter-spacing: normal;

    text-transform: none;

    display: inline-block;

    white-space: nowrap;

    word-wrap: normal;

    direction: ltr;

    -moz-font-feature-settings: 'liga';

    -moz-osx-font-smoothing: grayscale;

}











/*

------------------

Renewal Reminder

------------------

*/



.renewal__form label {

    margin: 0 0 17px;

}



.renewal__form label span {

    color: #444;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

}



.renewal__form select {

    color: #999;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    padding: 12px 14px;

    border-radius: 5px;

    border: 1px solid #888988;

    appearance: none;

    -moz-appearance: none;

    -webkit-appearance: none;

    background-image: url(/clear-check-application/media/img/angle-down.png);

    background-repeat: no-repeat;

    background-position: 96% 50%;

    background-color: transparent;

    display: block;

    width: 100%;

}



.select-div:nth-child(2) {

    margin: 45px 0 0;

}



.renewal__form .sbm-btn button {

    width: 180px;

    margin: 24px 0 0;

}











/*

-----------------------

Share Your Certificate

-----------------------

*/



.share-certificate {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 60px 40px 10px;

    margin: 10px 0 0;

}



.share-certificate h3 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 30px;

    text-transform: capitalize;

}



.share-certificate ul li {

    display: flex;

    margin: 0 0 15px;

}



.share-certificate ul li img {

    width: 30px;

    margin: 0 8px 0 0;

    height: 30px;

}



.share-certificate ul li p {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

}



.scan-btn {

    margin: 32px 0 60px;

}



.scan-btn button {

    width: 210px;

    text-align: center;

    padding: 22px 0 6px;

    display: inline-block;

}



.scan-btn button span {

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    margin: 4px 0 0;

}



.scan-btn button:first-of-type {

    border-radius: 5px;

    border: 2px solid #2D53DA;

    background: #F2F5FD;

}



.scan-btn button:first-of-type span {

    color: #5271E1;

}



.scan-btn button:last-of-type {

    border-radius: 5px;

    border: 1px solid #888988;

    background: #F2F5FD;

}



.scan-btn button:last-of-type span {

    color: #505050; 

}



.scan-btn p {

    color: rgba(80, 80, 80, 0.5);

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    margin: 0 25px;

}



.document-text p {

    color: rgba(80, 80, 80, 0.5);

    font-size: 16px;

    font-style: italic;

    font-weight: 400;

    line-height: 32px;

}







/*

-----------------------

Support Messages

-----------------------

*/



.support_h2 {

    position: relative;

}



.new__msg {

    margin-left: auto;

}



.new__msg a {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    padding: 12px 30px;

}



.new__msg a:hover {

    opacity: 0.8;

}



.subject-div {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 20px

}



.inr-subject {

    /* padding: 0 0 40px; */

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

    /* margin: 0 0 15px; */

}



.inr-subject .d-flex span {

    color: #9D9D9D;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



.bright_h3,

.bright_spn {

    color: #2D53DA !important;

}



.inr-subject h3 {

    color: #505050;

    font-size: 18px;

    font-weight: 700;

    line-height: normal;

    margin: 15px 0 13px;

}



.inr-subject p {

    color: #515151;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



@media (min-width: 768px) {

    .subject-div {

        padding: 30px !important;

    }

}



@media (min-width: 1280px) {

    .subject-div {

        padding: 50px;

    }

}





/*

-----------------------

Verify Online Voucher

-----------------------

*/



.show-code-link ul li a {

    display: block;

    width: 100%;

    text-align: center;

    font-size: 16px;

    line-height: normal;

    padding: 12px 0;

    border-radius: 5px;

    border: 1px solid transparent;

}



.show-code-link ul li a:hover {

    opacity: 0.8;

}



.show-code-link ul li:nth-of-type(1) a {

    border: 1px solid #888988;

    background: #F2F5FD;

    color: #999;

    font-weight: 400;

    margin: 0 0 10px;

}



.show-code-link ul li:nth-of-type(2) a {

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    color: #F2F5FD; 

    font-weight: 700;

    margin: 0 0 8px;

}





/*

=============

new-screens3

=============

*/





.hdr-list li {

    padding: 0 0;

    position: relative;

}

.drop-btn {

    position: relative;

}



.apply-dropdown {

    position: absolute;

    left: -95px;

    margin-top: 15px;

    width: 220px;

    padding: 30px 25px 20px;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 0 10px rgba(0,0,0,0.10);

    display: none;

}



.drop-btn:hover .apply-dropdown {

    display: block;

}



.apply-dropdown a {

  border-bottom: 1px solid #ddd;

  display: block;

  padding: 10px 0 !important;

  color: #6D6D6D !important;

  border-radius: 0 !important;

  line-height: 1.5 !important;

}



.apply-dropdown a:hover {

  color: #2D53DA !important;

}



.apply-dropdown a:last-child {

  border-bottom: none;

}



.blue-btn {

  background: #2D53DA;

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  line-height: normal;

  border-radius: 10px;

  box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

  padding: 12px 30px;

  margin-top: 30px;

  max-width: 253px;

  width: 100%;

  text-align: center;

}



.darkTeal-btn {

  background: #2D53DA;

  color: #fff;

}





.blue-btn:hover {

  background: #4E7BC6;

  color: #fff;

}



.dbs-check {

    padding-bottom: 50px !important;

}



.dbs-check h3 {

    color: #2D53DA;

}



.dbs-check2 h3 {

    color: #2D53DA;

}



.dbs-check h4 {

    color: #444;

    font-size: 18px;

    margin-bottom: 20px;

}



.dbs-check p {

    font-size: 16px;

    color: #505050;

}



.dbs-blue p {

    margin-bottom: 20px;

}



.dbs-blue p span {

    color: #407BFF;

    font-weight: 600;

}





/* ==

 */

.dropdown-menu {

    display: block;

    opacity: 0;

    visibility: hidden;

    transform: translateX(-60%) rotateX(0deg);

    transition: all 0.5s ease-in-out;

    transform-origin: top center;

}

.menu-item-has-children a {

    position: relative;

    padding-right: 15px;

}



.menu-item-has-children >a::before {

    content: '';

    position: absolute;

    top: 5px;

    right: 0px;

    width: 7px;

    height: 7px;

    border-top: 1px solid #2D53DA;

    border-left: 1px solid #2D53DA;

    transform: rotate(225deg);

    transition: all 0.5s ease-in-out;

}
/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
@media(min-width: 991px){
    .hdr-list .menu-item-has-children:hover >a::before{ 
        
        transform: rotateX(0deg) rotateZ(45deg);
        
        transition: all 0.5s ease-in-out;

}       
}       
@media(max-width: 991px){
    .cc__mobile-dropdown.active1 >a::before{ 
        transform: rotateX(0deg) rotateZ(45deg);
        transition: all 0.5s ease-in-out;
    }       
}       
/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

@media(max-width: 991px){

.cloud-benefits-area .blog-all .row>div{

    margin-bottom: 0 !important;

}

.check__home__box img {

    margin: -40px 0 10px;

}

.fee-table table {

    width: 991px;

}

.menu-item-has-children >a::before {

    border-top: 1px solid #444444;

    border-left: 1px solid #444444;

    top: 50%;

    right: 10px;

    transform: rotate(225deg) translateX(100%);

}



}

@media(max-width: 575px){

    .blog-text {

        padding: 0px 15px 45px;

    }

    .check__home__box a {

        max-width: 200px;

    }

}

/* Menu css Start */
/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
@media(max-width:991px){
    .cc__mobile-dropdown ul.dropdown-menu__inr.active {
        opacity: 1;
        visibility: visible;
        transform:  rotateX(0deg);
    }
    .dropdown-menu {
        transform: translateX(0%) rotateX(0deg);
    }
}
@media(min-width:991px){
.hdr-list li:hover ul.dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateX(-60%) rotateX(0deg);

    transition: all 0.5s ease-in-out;

}
}
@media(max-width: 767px){
    .lost-certificate > h2{
        margin-bottom: 15px !important;
    }


}
/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

#menu-header-menu .dropdown-menu__inr li {

    padding: 5px;

    display: block !important;

}



#menu-header-menu .dropdown-menu__inr li span {

    display: none;

}



#menu-header-menu .dropdown-menu__inr li a {

    width: 100%;

    /* border-bottom: 0; */

    /* padding: 0; */

    }

    

    #menu-header-menu .dropdown-menu__inr li:last-child a {

        border-bottom: 0;

    }

#menu-header-menu .dropdown-menu__inr {

    padding: 30px 25px 20px;

    overflow: hidden;

    width: fit-content;

    margin-top: 15px;

    left: 50%;

}



#menu-mobile-menu .dropdown-menu__inr li:hover,

#menu-header-menu .dropdown-menu__inr li:hover {

    background-color: transparent !important;

}

#menu-header-menu .dropdown-menu__inr li a:hover {

    background-color: transparent !important;

}

.acc__panel ul {

    list-style: disc;

}



div#wprmenu_bar {

    display: none;

}

.single-post .cloud-benefits-area {

    padding: 0 0 0px;

}

.more-about .col-md-6 {

    margin-bottom: 0 !important;

}

/* a:visited {

    color: #ffffff;

} */

@media(max-width:991px){

    .hdr-list li {

        padding: 0px 0;
        margin-top: 0;

    }

    .dropdown-menu__inr li a {

        color: #6D6D6D !important;

        border-radius: 10 !important;

    }

    .dropdown-menu__inr li:last-child a {

        border: none !important;

    }

    .page-id-1797 main#primary {

        padding: 0 15px;

    }

}

/* Menu css End */

.hdr-list__inr::after {

    display: none;

}



.dropdown-menu__inr {

    background: #FFF;

    border: none;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 15px 15px;

    border-radius: 10px;

    /* transform: translate(-73px, 33px) !important; */

}



.dropdown-menu__inr li a {

    padding: 10px 0;

    border-bottom: 1px solid #E6E6E6;

}



.dropdown-menu__inr li a:hover {

    background: #FFF;

}



.clear-cloud-content_home {

    padding: 41px 0 53px;

}



.clear-cloud-content_home p {

    margin: 25px 0 0;

}



.dbs-home-check-area {

    padding-top: 100px;

}



.check__home__box {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 0 32px 120px;

    height: 100%;

    position: relative;

}



.check__home__box img {

    margin: -60px 0 10px;

}



.check__home__box h3 {

    color: #2D53DA;

    font-weight: 700;

    font-size: 24px;

}



.check__home__box h4 {

    color: #444444;

    font-size: 18px;

    font-weight: 400;

    margin: 17px 0 25px;

}



.check__home__box p {

    color: #505050;

    font-weight: 400;

    font-size: 16px;

    line-height: 25px;

}



.check__home__box a {

    width: 100%;

    max-width: 250px;

    position: absolute;

    bottom: 50px;

    left: 50%;

    transform: translate(-50%);

}



.apply_a {

    background: #2D53DA !important;

}



.apply_h3 {

    color: #2D53DA !important;

}







/*

-----------------------

Clear Check Login

-----------------------

*/



.login-container {

    padding: 0 50px;

}



.hdr-nav {

    padding: 35px 0 30px;

    position: relative;

    height: auto;

    background: transparent;

    box-shadow: none;

}



.cloud-btn {

    border-radius: 0 0 10px 10px;

    background: #888888;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    padding: 8px 37px 10px;

    position: absolute;

    top: 0;

    right: 0;

}



.cloud-btn:hover {

    opacity: 0.8;

    color: #F2F5FD;

}



.hdr-list li a,

.hdr-list li span {

    color: #6D6D6D;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



.hdr-list li a:hover, 
.hdr-list li span, 
#menu-header-menu .dropdown-menu__inr li a:hover {

    color: #2D53DA !important;

}



.hdr-list li span {

    margin: 0 13px;

}



.welcome-text h2 {

    margin: 0 0 35px;

}







/*=====login-area=====*/



.login-area {

    margin: 16px 0 58px;

}



.inr-login-div {

    background-repeat: no-repeat;

    max-width: 505px;

    margin: 0 auto;

    padding: 122px 0 0;

    border-radius: 10px;

    position: relative;

}



.login-form-div {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    width: 96%;

    margin: 0 auto;

    padding: 0 0 40px;

}



.login-form-div > img {

    position: absolute;

    width: 100%;

    left: 0;

    bottom: 20px;

    z-index: -1;

}



.profile-btn img {

    margin: -50px 0 0;

    position: relative !important;

}



.login-form-div h2 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 15px 0;

}



.login-form-div p {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

    margin: 0 0 35px;

}



.login-form-div ul li a {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    text-align: center;

    width: 305px;

    border-radius: 12px;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    padding: 12px 0;

    margin: 0 0 15px;

}



.login-form-div ul li a:hover {

    opacity: 0.8;

}



.login-form-div ul li:nth-of-type(1) a {

    background: #2D53DA;

}



.login-form-div ul li:nth-of-type(2) a {

    background: #1938A4;

}



.login-form-div ul li:nth-of-type(3) a {

    background: #2D53DA;

}



.gv-div {

    position: initial !important;

    padding: 0 !important;

    margin: 65px auto 0;

    width: 70%;

}







/*

--------------

Payment

--------------

*/



.red_h2 {

    color: #DA2D2D;

}



.payment__div {

    padding: 40px 0 0;

}



.marg_div {

    margin: 60px 0 100px;

}







/*

-------------------

Application Status

-------------------

*/



.ck_h2 {

    vertical-align: middle;

    margin-right: 10px !important;

}



#pie-progress {

    vertical-align: middle;

}



#pie-progress .box .chart {

    position: relative;

    min-width: 70px;

    min-height: 70px;

    text-align: center;

    font-size: 40px;

    line-height: 160px;

    color: #fff;

}



#pie-progress .box .chart p {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    color: #000;

    text-align: center;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

}



#pie-progress .box canvas {

    position: absolute;

    top: 0;

    left: 0;

    width: 100% !important;

    height: 100% !important;

    border: 2px solid #CBD5F6;

    border-radius: 50%;

}









/* ================ The Timeline ================ */



#timeline-div {

    height: 100%;

    /* height: 830px; */

    overflow-y: scroll;

}



#timeline-div {

    -ms-overflow-style: none;

    scrollbar-width: none;

}

#timeline-div::-webkit-scrollbar { 

    display: none;

}



.timeline {

    position: relative;

    margin: 0 auto;

    list-style-type: none;

}



.timeline:before {
    position: absolute;
    /* left: calc(50% - 8px); */
    left: 50%;
    top: 50%;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    transform: translate(-50%, -50%);
}



.timeline li {

    padding: 20px 0;

}



.timeline li:after {

    content: "";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}



.direction-l {

    position: relative;

    width: 300px;

    float: left;

    text-align: right;

}



.cls_timeline_item {
    position: relative;
    width: calc(50% - 15px);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 28px;
    color: #9d9d9d;

}

.timeline li:nth-child(odd) .cls_timeline_item {
     float: right;
}

.timeline li:nth-child(odd) .cls_timeline_item::before {
    content: '';
    position: absolute;
    background: #888988;
    box-shadow: 0px 4px 4px rgba(183, 183, 183, 0.30);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.timeline li:nth-child(odd) .cls_timeline_item.cls_green::before, .timeline li:nth-child(even) .cls_timeline_item.cls_green::before {
    content: '';
    position: absolute;
    background: #2D53DA;
}

.cls_timeline_item p {
    color: #505050;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: -35px;

}

.timeline li:nth-child(even) .cls_timeline_item::before {
    content: '';
    position: absolute;
    background: #888988;
    box-shadow: 0px 4px 4px rgba(183, 183, 183, 0.30);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    left: 100%;
    transform: translate(50%, -50%);
    z-index: 10;

}


.timeline li:nth-child(even) .cls_timeline_item.cls_green, .timeline li:nth-child(even) .cls_timeline_item.cls_green h2, 
.timeline li:nth-child(odd) .cls_timeline_item.cls_green, .timeline li:nth-child(odd) .cls_timeline_item.cls_green h2 {
    background-color: #07873a;
    color: #ffffff;
}


.timeline li:nth-child(even) .cls_timeline_item {
    float: left;
}

.flag {
    position: relative;
    display: inline;
    color: #9d9d9d;
    font-size: 22px;
    line-height: 1.33;
    font-weight: 400;
}

.drk_text {
    font-weight: 700;
}

.direction-l .flag {

    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);

    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);

    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);

}



.direction-r .flag:before {

    left: -40px;

}



.direction-l .flag:after {

    content: "";

    position: absolute;

    left: 100%;

    top: 50%;

    height: 0;

    width: 0;

    margin-top: -8px;

    border: solid transparent;

    border-left-color: rgb(248,248,248);

    border-width: 8px;

    pointer-events: none;

}



.direction-r .flag:after {

    content: "";

    position: absolute;

    right: 100%;

    top: 50%;

    height: 0;

    width: 0;

    margin-top: -8px;

    border: solid transparent;

    border-right-color: rgb(248,248,248);

    border-width: 8px;

    pointer-events: none;

}



.time-wrapper {

    display: inline;

    line-height: 1em;

    font-size: 0.66666em;

    color: rgb(250,80,80);

    vertical-align: middle;

}



.direction-l .time-wrapper {

    float: left;

}



.direction-r .time-wrapper {

    float: right;

}



.time {

    display: inline-block;

    padding: 4px 6px;

    background: rgb(248,248,248);

}



.desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 7px 0 0;
}

.pson-div2 {

    width: 100%;

    height: 175px;

    background: linear-gradient(180deg, rgba(242, 245, 253, 0.00) 0%, #F2F5FD 100%);

    position: absolute;

    bottom: 0;

    left: 0;

}



.inr-pson-div {

    position: absolute;

    bottom: 0;

    left: 45px;

}



.inr-pson-div ul {

    padding: 0;

}



.inr-pson-div ul li a {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    color: #A8A8A8;

    text-align: center;

    font-size: 18px;

    padding: 12px 0;

    background: transparent;

    margin: 0 0 8px;

}



.inr-pson-div ul li a:hover,

.inr-pson-div ul li .active_a {

    background: #2D53DA;

    color: #fff;

}















/*

--------------------

Clear-Check-Cloud

--------------------

*/





/*=====clear-cloud-area====*/



.clear-cloud-area {

    margin: 0px 0 0;

}



.clear-cloud-div {

    background-image: url(/clear-check-application/media/img/clear-inr-bg.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    border-radius: 10px;

    background-color: #888888;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 16px 40px 0;

}



.clear-cloud-content {

    padding: 20px 0 35px;

}



.clear-cloud-content h2 {

    color: #FFF;

    font-size: 30px;

    font-weight: 700;

    line-height: normal;

    text-transform: capitalize;

}



.clear-cloud-content p {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    margin: 12px 0 18px;

}



.clear-cloud-content a {

    color: #2D53DA;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    padding: 12px 23px;

}



.clear-cloud-content a:hover {

    opacity: 0.8;

}











/*====cloud-benefits-area====*/



.cloud-benefits-area {

    padding: 0 0 80px;

}



.cloud-h2-div h2 {

    color: #2D53DA;

    font-size: 36px;

    font-weight: 700;

    line-height: normal;

    margin: 35px 0 65px;

}



.cloud-benefits-area .row > div {

    margin: 0 0 60px;

}



.cloud-benefits-content {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    padding: 0 32px 22px;

    height: 100%;

    position: relative;

}



.cloud-benefits-content img {

    margin: -50px 0 0 -15px;

}



.cloud-benefits-content h3 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 15px;

}



.cloud-benefits-content p {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

}



.cloud-benefits-area .acc__card {

    position: relative;

    margin: 0 0 22px;

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

}



.cloud-benefits-area .acc__title {

    cursor: pointer;

    display: block;

    padding: 23px 30px;

    position: relative;

    text-align: left;

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

}



.cloud-benefits-area .acc__title::after {

    width: 14px;

    height: 8px;

    position: absolute;

    right: 30px;

    content: "";

    top: 33px;

    transition: all 0.2s ease-in-out;

    background-image: url(/clear-check-application/media/img/down.svg);

    background-repeat: no-repeat;

}



.cloud-benefits-area .acc__title.active::after {

    transform: rotate(180deg);

    transition: all 0.2s ease-in-out;

}



.cloud-benefits-area .acc__panel {

    background: #fff;

    display: none;

    margin: 0;

    padding: 0 30px 23px;

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

}











/*

--------------------

Application-Details

--------------------

*/





/*=====disclosure-area====*/





.disclosure-div {

    border-radius: 10px;

    background: #FFF;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    max-width: 920px;

    margin: 30px auto 0;

    padding: 45px 40px 50px;

}



.application-form h3 {

    color: #444;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 9px;

    text-transform: capitalize;

}



.application-form p {

    color: #505050;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

    margin: 0 0 24px;

}



.application-form .group {

    position: relative;

}





.application-form input,

.application-form select {

    background: transparent;

    padding: 12px 14px !important;

    display: block;

    width: 100%;

    /* border: none;

    border-radius: 0;

    border-bottom: 1px solid #c6c6c6; */

    border-radius: 5px;

    border: 1px solid #888988;

    color: #444;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

    margin: 0 0 20px;

}



.application-form select {

    appearance: none;

    -moz-appearance: none;

    -webkit-appearance: none;

    background-image: url(/clear-check-application/media/img/angle-down.png);

    background-repeat: no-repeat;

    background-size: 14px;

    background-position: 96% 50%;

}



.application-form input:focus,

.application-form textarea:focus {

    outline: none;

}



.application-form input:focus ~ label,

.application-form input:valid ~ label,

.application-form textarea:focus ~ label{

    top: -10px;

    font-size: 12px;

    color: #999;

    background: #fff;

    padding: 0 4px;

}



.application-form .group1 label,

.application-form .group label {

    position: absolute;

    pointer-events: none;

    left: 13px;

    top: 12px;

    transition: 300ms ease all;

    color: #999;

    font-size: 16px;

    font-weight: 400;

    line-height: normal;

}



#ui-datepicker-div {

    display: none;

    background-color: #fff;

    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);

    margin-top: 0.25rem;

    border-radius: 0.5rem;

    padding: 0.5rem;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.ui-datepicker-calendar thead th {

    padding: 0.25rem 0;

    text-align: center;

    font-size: 0.75rem;

    font-weight: 400;

    color: #78909C;

}



.ui-datepicker-calendar tbody td {

    width: 2.5rem;

    text-align: center;

    padding: 0;

}



.ui-datepicker-calendar tbody td a {

    display: block;

    border-radius: 0.25rem;

    line-height: 2rem;

    transition: 0.3s all;

    color: #546E7A;

    font-size: 0.875rem;

    text-decoration: none;

}



.ui-datepicker-calendar tbody td a:hover {  

    background-color: #E0F2F1;

}



.ui-datepicker-calendar tbody td a.ui-state-active {

    background-color: #009688;

    color: white;

}



.ui-datepicker-header a.ui-corner-all {

    cursor: pointer;

    position: absolute;

    top: 0;

    width: 2rem;

    height: 2rem;

    margin: 0.5rem;

    border-radius: 0.25rem;

    transition: 0.3s all;

}



.ui-datepicker-header a.ui-corner-all:hover {

    background-color: #ECEFF1;

}



.ui-datepicker-header a.ui-datepicker-prev {    

    left: 0;    

    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");

    background-repeat: no-repeat;

    background-size: 0.5rem;

    background-position: 50%;

    transform: rotate(180deg);

}



.ui-datepicker-header a.ui-datepicker-next {

    right: 0;

    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');

    background-repeat: no-repeat;

    background-size: 10px;

    background-position: 50%;

}



.ui-datepicker-header a>span {

    display: none;

}



.ui-datepicker-title {

    text-align: center;

    line-height: 2rem;

    margin-bottom: 0.25rem;

    font-size: 0.875rem;

    font-weight: 500;

    padding-bottom: 0.25rem;

}



.ui-datepicker-week-col {

    color: #78909C;

    font-weight: 400;

    font-size: 0.75rem;

}



.address-btn button {

    color: #2D53DA;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    border: 2px solid #2D53DA;

    padding: 12px 30px;

    background: transparent;

    margin: 0 0 30px;

}



.address-btn button:hover {

    opacity: 0.8;

}



.check-box-div .form-group {

    margin: 0 0 15px;

}



.check-box-div .form-group input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}



.check-box-div .form-group label {

    position: relative;

    cursor: pointer;

    color: #505050 !important;

    font-size: 14px !important;

    font-weight: 400;

    line-height: 18px;

    background: transparent !important;

    padding: 0 0 0 22px !important;

    top: initial !important;

}



.check-box-div .form-group label:before {

    content:'';

    -webkit-appearance: none;

    background-color: transparent;

    border: 2px solid #0079bf;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 5px;

    border-radius: 5px;

    border: 1px solid #888988;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    width: 14px;

    height: 14px;

    position: absolute;

    left: 0;

    top: 3px;

}



.check-box-div .form-group input:checked + label:after {

    content: '';

    display: block;

    position: absolute;

    top: 5px;

    left: 5px;

    width: 5px;

    height: 8px;

    border: solid #0079bf;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}



.check-box-div button[type="submit"] {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    padding: 12px 38px;

	border: none;

	    

}



.check-box-div button[type="submit"]:hover {

    opacity: 0.8;

}







/*------Modal-------*/



.upload-modal .modal-dialog {

    max-width: 505px !important;

    border-radius: 10px;

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

    margin: 0 auto;

}



.upload-modal .modal {

    background: rgba(0, 0, 0, 0.1);

}



.upload-modal .modal-content {

    padding: 45px 45px 35px;

    position: relative;

}



.upload-modal .modal-content img {

    position: absolute;

    right: 12px;

    top: 10px;

    max-width: 21px;

    height: 21px;

    cursor: pointer;

}



.upload-modal .modal-body h2 {

    color: #2D53DA;

    font-size: 22px;

    font-weight: 700;

    line-height: normal;

    margin: 0 0 30px;

}



.file-1 {

    width: 100%;

    padding: 8px;

    border-radius: 5px;

    border: 1px solid #888988;

}



.file2-div {

    border-radius: 5px;

    border: 1px dashed #C6C6C6;

    background: #FCFCFC;

    height: 105px;

    margin: 15px 0 18px;

    position: relative;

}



.file2-div::before {

    content: 'Or drop your file here';

    color: #B0B0B0;

    font-size: 14px;

    font-weight: 400;

    line-height: normal;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}



.file-2 {

    width: 100%;

    opacity: 0;

    height: 100%;

}



.upload-modal .modal-body button[type="submit"] {

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    padding: 12px 30px;

    border: none;

    transition: 0.1s all ease-in-out;

}



.upload-modal .modal-body button[type="submit"]:hover {

    opacity: 0.8;

}













/*

============

New Pages

============

*/





.welcome-text {

    text-align: center;

}



.welcome-text > img {

    max-width: 368px;

    margin-bottom: 40px;

}



.login-form-div {

    padding-left: 15px;

    padding-right: 15px;

}



.login-form-div form {

    width: 100% !important;

    max-width: 305px !important;

    margin: 0 auto !important;

    padding: 0 15px;

}





.login-form-div input {

    width: 100%;

    padding: 8px 12px;

    border: 1px solid #888988;

    border-radius: 5px;

    margin: 10px 0 30px;

}









.refund-img img {

    width: 100%;

    margin: 15px 0;

}



.refund-div {

  border-radius: 10px;

  background: #FFF;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

  max-width: 735px;

  margin: 30px auto 0;

  padding: 45px 40px 50px;

}





.radio-button-container {

    display: flex;

    gap: 12px;

}



.or-span {

    margin-bottom: 25px;

    display: inline-block;

    margin-left: 40px;

}



.check-box-div.rdo-btn button[type="submit"] {

  margin-left: 40px;

}



.refund-div form > h3 {

    padding-left: 40px;

    display: flex;

    align-items: center;

    margin-bottom: 10px !important;

    margin-top: 40px;

}



.refund-div form > h3 span {

    font-size: 14px;

    font-weight: 400;

    padding: 5px 20px;

    border-radius: 13px;

    background: #586B90;

    color: #fff;

}



.refund-div form > h3 i {

    margin: 0 8px 0px;

    color: #B5B9C0;

    font-size: 25px;

}



.radio-button-container {

  color: rgba(0,0,0,0.75);

  display: block;

  position: relative;

  padding-left: 40px;

  line-height: 25px;

  margin-bottom: 12px;

  margin-left: 0px;

  cursor: pointer;

  font-size: 18px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.radio-button-container input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}



.radio-button-container .checkmark {

  position: absolute;

  top: 5px;

  left: 0;

  height: 21px;

  width: 21px;

  background-color: rgba(0,0,0,0);

  border-radius: 50%;

  border: 2px solid #2D53DA;

  transition: all 0.3s;

}



.radio-button-container:hover input ~ .checkmark {

  border-color: rgba(0,0,0,0.5);

}



.radio-button-container input:checked ~ .checkmark {

  background-color: rgba(0,0,0,0);

  border-color: #2D53DA;

}





.radio-button-container .checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



.radio-button-container input:checked ~ .checkmark:after {

  display: block;

}



.radio-button-container .checkmark:after {

    top: 2.4px;

    left: 2.5px;

    width: 13px;

    height: 13px;

    border-radius: 50%;

    background: #2D53DA;

}







/*thanks-page*/



.thanks-page h2 {

    font-size: 30px;

    font-weight: bolder;

    color: #407BFF;

}



.thanks-page p {

    font-size: 16px;

    font-weight: 400;

    color: #505050;

    margin: 25px 0;

}



.thanks-page a {

    font-size: 16px;

    font-weight: bold;

    color: #fff;

    background: #2D53DA;

    padding: 10px 50px;

    border-radius: 10px;

}





.thanks-page {

    margin-bottom: 500px;

    max-width: 730px;

}





.dbs-check .cloud-benefits-content {

      padding: 35px 28px 35px;

}



.dbs-check.cloud-benefits-area .row > div {

  margin: 0 0 35px;

}





.dbs-cntnt p {

    font-size: 12px;

}



.dbs-btm a {

    background: #2D53DA;

    color: #fff;

}



.dbs-btm p {

    font-size: 12px;

    color: #505050;

    margin: 20px 0 0px;

}



.cloud-benefits-content .clear-cloud-content.dbs-btm {

    position: absolute;

    bottom: 20px;

	display: contents;

}





.cloud-benefits-content .last-p {

    margin-bottom: 70px;

}



.contact-area.cloud-benefits-area .container {

    max-width: 1100px;

}





.dis-info-area .cloud-benefits-content {

    height: auto;

    padding: 32px 22px;

    margin-bottom: 20px;

}







.disclsr-form {

  border-radius: 10px;

  background: #FFF;

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);

  padding: 40px 45px;

  max-width: 100%;

}



.disclsr-form h3 {

    font-size: 22px;

    font-weight: bold;

    margin-bottom: 15px;

    color: #444;

}





.disclsr-form textarea {

    min-height: 260px;

}

.lost-certificate>.container{

    padding: 0;

}

.show-code-link ul {

    margin: 0;

}

@media(max-width: 991px){

#pie-progress .box .chart {

    margin: 0;

}

}

/* 05052024 Start CSS */

.page_copyright .copyright-text{

    color: #000000 !important;

}

#material__form input {

    margin: 0;

}

.share-certificate > ul {

    margin: 0;

}

/* 05052024 End CSS */

input[type="password"] {

    -webkit-appearance: none;

    appearance: none;

}



input::-webkit-credentials-auto-fill-button {

    display: none !important;

}

.new_forgotpassword input {

    margin-top: 10px;

}

form select {

    cursor: pointer;

}

.new-btn{

    font-size: 16px;

}

.g-recaptcha {

    transform: scale(0.9);

    transform-origin: left top;

}

@media(max-width: 768px){

    .g-recaptcha {

        padding: 0 !important;

    }

}

@media(max-width: 480px){

    .g-recaptcha {

        transform: scale(0.8);

        transform-origin: left top;

        padding: 0 !important;

    }

    button#Submit {

        margin: 0;

    }

}

@media(max-width: 370px){

    .g-recaptcha {

        transform: scale(0.6);

    }

    .close-icon {

        right: 8px;

    }

}

div#offcanvasExample {

    /* visibility: visible; */

    height: 100%;

    /* overflow: auto; */

}





/* 24-06-2024 Strat logo CSS */

.login-logo img {

    width: 250px;

}

@media only screen and (max-width: 991px) {

	.blog-all img {

		height: 250px;

		object-fit: cover;

	}

	.blog-text .row {

		flex-wrap: wrap;

	}

	

	.blog-text .col-md-6 {

		width: 100%;

	}

	.blog-text h4 {

		justify-content: start !important;

		gap: 20px !important;

	}

}

@media only screen and (max-width: 768px) {

	html {

		padding-top: 0px !important;

    }

	.blog-all img {

		height: 200px;

		object-fit: cover;

	}

}

/* 24-06-2024 End CSS */





.widget_recent_entries > ul > li a, .widget_recent_entries > ul > li span, .widget_recent_comments > ul > li a, .widget_recent_comments > ul > li span, .widget_archive > ul > li a, .widget_archive > ul > li span, .widget_categories > ul > li a, .widget_categories > ul > li span, .widget_meta > ul > li a, .widget_meta > ul > li span, .widget_popular_entries > ul > li a, .widget_popular_entries > ul > li span, .widget_nav_menu > ul > li a, .widget_nav_menu > ul > li span, .widget_pages > ul > li a, .widget_pages > ul > li span, .widget_rss > ul > li a, .widget_rss > ul > li span, .widget_nav_menu > ul > li a, .widget_nav_menu > ul > li span, [class*=menu-container] > ul > li a, [class*=menu-container] > ul > li span {

    color: #444444;

    font-size: 14px;

    font-weight: 400;

    line-height: 42px;

    width: 100%;

    padding: 0 20px;

    border-radius: 10px;

    transition: 0.3s all ease-in-out; 

    margin: 0 0 5px;

    

}

.widget_recent_entries > ul > li:hover a, .widget_recent_entries > ul > li:hover span, .widget_recent_comments > ul > li:hover a, .widget_recent_comments > ul > li:hover span, .widget_archive > ul > li:hover a, .widget_archive > ul > li:hover span, .widget_categories > ul > li:hover a, .widget_categories > ul > li:hover span, .widget_meta > ul > li:hover a, .widget_meta > ul > li:hover span, .widget_popular_entries > ul > li:hover a, .widget_popular_entries > ul > li:hover span, .widget_nav_menu > ul > li:hover a, .widget_nav_menu > ul > li:hover span, .widget_pages > ul > li:hover a, .widget_pages > ul > li:hover span, .widget_rss > ul > li:hover a, .widget_rss > ul > li:hover span, .widget_nav_menu > ul > li:hover a, .widget_nav_menu > ul > li:hover span, [class*=menu-container] > ul > li:hover a, [class*=menu-container] > ul > li:hover span {

    color: WHITE;

}



#form_sendMsg select {

    color: #444;

    font-size: 16px;

    font-weight: 400;

    border-radius: 5px;

    border: 1px solid #888988;

    padding: 11px 14px;

    height: auto;

    margin: 0 0 17px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.option-btns-msg {

    margin: 20px 0 20px;

}



.option-btns-msg>div {

    width: 88px;

    height: 88px;

    background: #F2F5FD;

    display: inline-block;

    margin: 0 5px;

    text-align: center;

    position: relative;

    overflow: hidden;

    line-height: 88px;

}



.option-btns-msg > div > img.eye-btn {

    position: absolute;

    top: 40%;

    left: 35%;

    visibility: hidden;

}



.option-btns-msg>div:hover img {

    opacity: 0.1;

    transition: 0.1s all ease-in-out;

}



.option-btns-msg>div:hover img.eye-btn {

    visibility: visible;

    opacity: 1;

    transition: 0.1s all ease-in-out;

}



.option-btns-msg>div button {

    position: absolute;

    top: -4px;

    right: 4px;

    background: transparent;

    border: none;

    width: 10px;

    height: 12px;

    line-height: 1.5;

}



label.active{

    top: 7px;

    padding: 0 7px;

    background: #FFF;

    display: inline-block;

    width: auto;

}



.sbm-btn button {

    min-width: 140px;
    /* min-width: 140px; */

    color: #F2F5FD;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    text-align: center;

    padding: 11px 12px;

    border-radius: 10px;

    background: #2D53DA;

    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);

    margin: 12px 0 0;

    transition: 0.3s all ease-in-out;

    border: none;

}



.secondary-btn {

    color: #a5aea8 !important;

    font-size: 16px;

    font-weight: 700;

    line-height: normal;

    border-radius: 10px;

    border: 2px solid #a5aea8 !important;

    padding: 12px 30px;

    background: #ffffff !important;

    margin: 0 0 30px;

}

/* 01-07-2024 Start CSS */

.logged-in .check-box-div p {

    margin-bottom: 0;

}

.logged-in .disclosure-div .row {

    margin-right: calc(var(--bs-gutter-x)* -.5) !important;

    margin-left: calc(var(--bs-gutter-x)* -.5) !important;

}

.logged-in .application-form input,

.logged-in .application-form select {

    height: 46px !important;

}

@media(max-width: 768px){

.logged-in .application-form input,

.logged-in .application-form select {

    height: 40px !important;

}

}

/* 01-07-2024 End CSS */

.input-field textarea{

    resize: none;

}

select:focus {

    border-color: #000000 !important;

    box-shadow: none !important;

}
@media(max-width:991px){
a.cloud-btn {
    display: none;
}
}
/* 21-08-2024 Start CSS */
ul.cc__top-submenu {
    position: absolute;
    right: 0;
    top: 120%;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 14px 20px 0px rgba(45, 83, 218, 0.20);
    color: #F2F5FD;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 15px;
    width: 100%;
    z-index: 9999;
    height: 0px;
    overflow: hidden;
    padding-block: 0;
    transition: all 0.5s;
}

.cc__top-dd a.cloud-btn {
    position: relative;
}
.cc__top-dd a.cloud-btn::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translateY(-50%) rotate(225deg);
    transition: all 0.5s ease-in-out;
}

.cc__top-dd:hover a.cloud-btn::before {
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease-in-out;
}

.cc__login-container nav.w-sm-0.hdr-nav {
    padding-top: 0;
}

.cc__top-dd {
    width: fit-content;
    position: relative;
    margin-left: auto;
}

.cc__top-dd li a{
    color: #6D6D6D;
    width: 100%;
    font-weight: 400;
}
.cc__top-dd li a:hover{
    color: #535353;
}

.cc__top-dd li + li.cc__top-submen-item a {
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    padding-top: 5px;
}

.cc__top-dd:hover ul.cc__top-submenu {
    height: fit-content;
    padding-block: 15px;
    transition: all 0.5s;
}
@media (min-width: 992px) and (max-width:1200px){
    ul.cc__top-submenu {
        font-size: 14px;
    }
}
@media (max-width:991px){
    .cc__mca-mobile ul.dropdown-menu.dropdown-menu__inr {
        width: 100%;
    }
    div#offcanvasExample .offcanvas-body {
        overflow-y: auto;
        height: 100vh;
    }
    ul.dropdown-menu.dropdown-menu__inr{
        width: 100%;
    }
    ul.dropdown-menu__inr li a{
        border-radius: 0;
    }
}
/* 21-08-2024 End CSS */

p:empty {
    display: none;
}

/* 07-10-2024 Start CSS*/

.active-direction-r.passed .flag::after {
    display: none;
}
.pson-div2 {
    display: none;
}
ul.timeline {
    /* height: 85%; */
    /* overflow-x: hidden;
    overflow-y: scroll; */
    /* padding-right: 15px; */
}
ul.timeline::-webkit-scrollbar {
  width: 5px;
}

ul.timeline::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #80808026; 
  border-radius: 100px;
}
 
ul.timeline::-webkit-scrollbar-thumb {
  background: #2d53da; 
  border-radius: 10px;
}

@media (max-width: 991px) {
    .hdr-list li a:hover, .hdr-list li span, #menu-header-menu .dropdown-menu__inr li a:hover {
        color: #444444 !important;
    }

    /* .menu-item2 ul li a>span>img {
        filter: invert(1) brightness(0.5) !important;
    }
    .menu-item2 ul li a, .menu-item4 a {
        color: #444444;
    } */
    .offcanvas-start.dashboard-sidebar {
        background-color: #2D53DA;
    }
}

/* 07-10-2024 End CSS*/
/* 15-10-2024 Start CSS*/
.vo__replay--data a:hover {
    color: #444444 !important;
}
.vo__replay--data a.left--border+.left--border {
    border-left: 1px solid #9D9D9D;
    padding-left: 5px;
}
@media(max-width: 768px){
    section .container {
        padding: 0 !important;
    }
    
    section .row .col-md-6 {
        padding: 0 !important;
    }
    .timeline li#first-li {
        padding-bottom: 0;
    }
    .timeline li + li {
        padding: 0;
    }
        }
/* 15-10-2024 End CSS*/
.constantin-item a.back-btn:hover {
    color: #2d53da !important;
}
form#form_id {
    margin: 0;
}
@media(max-width: 991px){
    .timeline:before {
        left: calc(50% - 0px);
    }
}
/* 27-01-2025 Strat css */
.update-item {
    position: relative;
}

.update-item .cc_paidlock {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0;
}
.update-item a:hover .cc_paidlock {
    opacity: 1;
}
/* 27-01-2025 End css */

.update-item.cls_padlock a:hover:after {
    background-color: #909090;
}

/*17-07-2025*/
.menu-area{
    height: min-content;
}
.content-area .main-wrap {
    min-height: calc(1052px - 211px);
}
@media (max-width:1201px){
    .content-area .main-wrap {
        min-height: calc(1052px - 100px);
    }
}
@media (max-width:768px){
    .content-area .main-wrap {
        min-height: auto;
    }
}