@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap');

body,
html {
    overflow-x: hidden;
}

/* font-family: 'Nunito Sans',
sans-serif; */

/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    background-color: #fff;
}

.colorcode {
    background: #0678BE;
}

.colorcodeall {
    background: #0678BE;
}

.data-sheet_information {
    border: 0px solid #e7e9e7;
    padding: 50px;
    margin: 20px;
    background: #e5e5e5;
    border-radius: 27px;
    margin-left: -9px;
}

button.cmn-btn-submit {
    padding: 17px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #00BD59;
    border-radius: 7px;
    min-width: auto;
    width: auto;
    border: none;
}

.text-danger {
    font-family: 'Comic Neue', cursive;

}

input[type="submit"] {
    background: #00BD59;
    /* height: 58px; */
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 400px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.v--default-css .c-toast {
    font-family: 'Comic Neue', cursive !important;
    display: grid;
    align-items: center;
    animation-duration: 150ms;
    margin: 0.5em 0;
    border-radius: 0.5em;
    pointer-events: auto;
    color: #fff;
    min-height: 3em;
    cursor: pointer;
    padding: 0.5em 2em;
    word-break: break-word;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

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



h1,
.cmn-h1 {
    font-weight: 300;
    font-size: 67px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #FFFFFF;
}

h1 span,
.cmn-h1 span {
    font-weight: 700;
    color: #3BED53;
}

.no-style h1 {
    font-weight: 300;
    font-size: 67px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #080808;
}

h2,
.cmn-h2 {
    font-size: 30px;
    line-height: 1;
    color: #0678BE;
}

.no-style h2 {
    font-size: 39px;
    line-height: 1;
    color: #000000;
}

h3 {
    font-size: 28px;
    line-height: 1;
}

h4 {
    font-size: 25px;
    line-height: 1;

}

h5 {
    font-size: 22px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}

.v--default-css .c-toast {
    display: grid;
    align-items: center;
    animation-duration: 150ms;
    margin: 0.5em 0;
    border-radius: 0.5em;
    pointer-events: auto;
    color: #fff;
    min-height: 3em;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    padding: 0.5em 2em;
    word-break: break-word;
}

.text-sm {
    font-family: 'Comic Neue', cursive !important;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    border: 1px solid rgb(0 0 0 / 10%);
    height: 60px;
    padding: 6px 24px;
    outline: none !important;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 12px 16px;
    width: 100%;
    height: 158px;
    outline: none !important;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    resize: none;
}

select {
    border: 1px solid rgb(0 0 0 / 10%);
    width: 100%;
    padding: 0 11px;
    background: url(images/poly.svg) no-repeat calc(100% - 13px) center transparent !important;
    background-size: 8px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
    padding: 6px 24px;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #00BD59;
    /* height: 58px; */
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 400px;


    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

input[type="submit"]:hover {
    background: #2460A7;
    color: #FFFFFF;
}

::-webkit-input-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

:-ms-input-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

::-moz-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

:-moz-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 109px;
    display: inline-block;
    line-height: 0;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 20px;
    padding: 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #00BD59;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 0;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/





/* 16.2.23 start html */
.main-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    padding: 30px 0;
}

.main-head.inner-main-head {
    padding: 30px 56px;
}

.hdr-rit {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.hdr-rit li a {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
}

.hdr-rit li:not(:last-child) {
    margin-right: 33px;
}

/* main-banner */
.home-body {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cmn-gap-ban {
    padding: 170px 0
}

.cmn-gap {
    padding: 75px 0;
}

.cmn-btn-hdr {
    background: #00BD59;
    border-radius: 5px;
    padding: 13px 30px;
    display: inline-block;
}

.hdr-rit .cmn-btn-hdr:hover {
    background: #FFFFFF;
    color: #000000;
}

.hdr-rit li a:hover {
    color: #00BD59;
}

.main-banner .colspan {
    padding: 15px 60px;
}

.main-banner .rowspan {
    margin: -15px -60px;
}

.cmn-btn {
    display: inline-block;
    background: #00BD59;
    border-radius: 7px;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    padding: 30px;
    min-width: 607px;
}

.cmn-para {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.lftprt-btn {
    margin-top: 35px;
}

.ritcn-bn figure img {
    width: 100%;
}

.ritcn-bn figure {
    width: 529px;
    margin-left: auto;
}

.main-banner .lftcn-bn {
    padding-right: 0;
}

/* main footer */
.copyright-txt {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.copyright-txt a {
    color: #FFFFFF;
}

.copyright-txt a:hover {
    color: #00BD59;
}

.main-footer {
    padding: 12px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;

}

.home-body {
    position: relative;
}

.home-body .main-footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

.social-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 0;
}

.social-list li a {
    border: 1px solid rgb(255 255 255 / 20%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-list li:not(:last-child) {
    margin-right: 4px;
}

.social-list li a i {
    color: #FFFFFF;
}

.social-list li a:hover {
    background: #00BD59;
}

.main-footer .rwspn {
    align-items: center;
}



.cmn-btn:hover {
    background: #FFFFFF;
    color: #000000;
}

.cht-icn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-left: 26px;
}

.cht-icn span {
    margin-right: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
}

.ftr-rit {
    display: flex;
    align-items: center;
    justify-content: right;
}

.typed-cursor {
    font-weight: 300 !important;
}

.chtimg {
    width: 104px;
}

.innder-body-banner-img {
    height: 680px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inner-body {

    padding-top: 140px;
    padding-bottom: 140px;
    min-height: 100vh;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom -80px center;
}

/* what-we-do */
.doblks {
    background: #FFFFFF;
    border: 1px solid #00BD59;
    border-radius: 6px;
    padding: 35px 31px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.what-we-do-blk .colspn {
    padding: 15px 16px;
}

.what-we-do-blk .rwspn {
    margin: -15px -16px;
}

.what-we-do-blk {
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(95, 168, 255, 0.1);
    border-radius: 10px;
    padding: 57px 44px 39px 44px;
}

.stps-ss {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00BD59;
    display: block;
    margin-bottom: 11px;
}

.cmn-h2 {
    color: #0678BE;
    margin-bottom: 20px;
}

.doblks p:not(:last-child) {
    margin-bottom: 13px;
}

.do-icn {
    position: absolute;
    z-index: -1;
}

.what-we-do-blk .rwspn .colspn:nth-child(1) .doblks .do-icn {
    bottom: 14px;
    right: 10px;
}

.what-we-do-blk .rwspn .colspn:nth-child(2) .doblks .do-icn {
    top: 35px;
    right: 26px;
}

.what-we-do-blk .rwspn .colspn:nth-child(3) .doblks .do-icn {
    top: 50px;
    right: 37px;
}

.what-we-do-blk .rwspn .colspn:nth-child(4) .doblks .do-icn {
    bottom: 20px;
    right: 15px;
}


.what-we-do-blk .rwspn .colspn .doblks::after {
    content: '';
    position: absolute;
    background: #00BD59;
    opacity: 0.1;
    filter: blur(32.5px);
    width: 243px;
    height: 243px;
    border-radius: 100%;
}

.what-we-do-blk .rwspn .colspn:nth-child(1) .doblks::after {
    top: -50px;
    right: -50px;

}

.what-we-do-blk .rwspn .colspn:nth-child(2) .doblks::after {
    bottom: -50px;
    right: -50px;

}

.what-we-do-blk .rwspn .colspn:nth-child(3) .doblks::after {
    bottom: -50px;
    right: -50px;
}

.what-we-do-blk .rwspn .colspn:nth-child(4) .doblks::after {
    top: -50px;
    right: -50px;
}

.innder-body-banner-img:after {
    content: '';
    width: 100%;
    height: 600px;
    clip-path: polygon(0 82%, 100% 43%, 100% 100%, 0% 100%);
    /* clip-path: polygon(0 82%, 100% 29%, 100% 100%, 0% 100%); */
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.section-head {
    margin-bottom: 20px;
}

.section-head .cmn-h1 {
    margin-bottom: 18px;
    line-height: 1;
}

.inner-footer {
    background: #0678BE;
    position: relative;
    padding-top: 0;
}

.inner-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    clip-path: polygon(100% 100%, 0 100%, 0 91%);
}

.inner-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -59px;
    width: 100%;
    height: 60px;
    background: #0678BE;
    clip-path: polygon(0 69%, 100% 0, 100% 100%, 0 100%);
}

/* login */
.login-sec {
    min-height: 100vh;
}

.login-form {
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(0, 120, 194, 0.1);
    border-radius: 10px;
    padding: 49px;
    max-width: 492px;
    margin: 0 auto;
    text-align: center;
}

.login-hd {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 1;
    text-transform: none;
}

.login-form p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #212C3B;
    font-family: 'Nunito Sans', sans-serif;
}

.login-form .colspan {
    padding: 12px;
}

.login-form .rowspan {
    margin: -12px;
}

.login-form .accnt-para {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #8C929E;
    margin-top: 25px;
    font-family: 'Nunito Sans', sans-serif;
}

.login-form .accnt-para a {
    color: #0678BE;
}

.login-form .accnt-para a:hover {
    color: #00BD59;
}

/* .login-form input::-webkit-input-placeholder {
    color: #6A6A6A;
}

.login-form input:-ms-input-placeholder {
    color: #6A6A6A;
}

.login-form input::-moz-placeholder {
    color: #6A6A6A;
}

.login-form input:-moz-placeholder {
    color: #6A6A6A;
} */

.frgt-cl {
    font-weight: 400;
    line-height: 1;
    color: #0678BE;
    font-family: 'Nunito Sans', sans-serif;
}

/* .doblks p {
    font-size: 18px;
} */

.form-check-input:focus {
    box-shadow: none;
}

.login-form .form-switch .form-check-input {
    width: 40px;
    height: 20px;
    background: url(images/tg1.svg) no-repeat #ECECEC;
    background-position: left center;
    border: 0.5px solid #C9C9C9;
    border-radius: 36.5px;
    margin: 0;
}

.form-switch .form-check-input:checked {
    background: url(images/tg1.svg) no-repeat #00BD59;
    background-position: right center;
    margin: 0;

}

.login-form .form-switch {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-left: 0;
}

.login-form .form-switch label {
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #1A1A1A;
    font-family: 'Nunito Sans', sans-serif;
}

.pswrd-btn {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pswrd-cls {
    position: relative;
}

.pswrd-cls input {
    padding-right: 60px;
}

.pswrd-btn:hover {
    opacity: 0.5;
}

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

/* about-us */
.what-we-do-blk .rowspan {
    margin: -15px -28px;
}

.what-we-do-blk .colspan {
    padding: 15px 28px;
}

.abt-rit figure {
    margin-bottom: 0;
}

/* .abt-lft p {
    max-width: 527px;
} */
/* 11pm start */
.abtblk {
    padding: 67px 71px 74px 64px;
}

.abtblk .colspn {
    padding: 15px 28px;
}

.abtblk .rwspn {
    margin: -15px -28px;
    align-items: center;
}

.abt-dwn {
    margin-top: 68px;
    text-align: center;
}

/* 11pm end */
/* Meghna end */
.cmn-h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.abt-dwn-blk .cmn-h3 a {

    color: #000000;
}

.abt-dwn-blk .cmn-h3 {
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.abt-dwn-blk i {
    margin-bottom: 24px;
    display: inline-block;
}

.hdngcls {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    color: #6A6A6A;
}

.abt-lft p {
    font-weight: 400;
    line-height: 1.5;
}

.abt-lft .cmn-h2 {
    margin-bottom: 20px;
}

.abt-dwn-blk .cmn-h3 a:hover {
    color: #0678BE;
}

.abt-dwn-blk i img {
    width: 100%;
}

.abt-dwn-blk i {
    width: 118px;
    height: 118px;
    border-radius: 100%;
}

.blg-fig {
    margin-bottom: 0;
}

.blg-fig img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    height: 250px;
}


.blg-fig.feature-fig img {
    height: 500px;
}

.feature-fig img {
    border-radius: 10px 0px 0px 10px;
}

.blg-feature {
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 37px 37px 36px;
}

.algncls {
    box-shadow: 0px 65px 65px rgba(0, 120, 194, 0.1);
    border-radius: 10px;
}

.tg-cls {
    background: rgb(0 189 89 / 10%);
    border-radius: 4px;
    padding: 11px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00BD59;
    display: block;
    margin-bottom: 23px;
    max-width: 134px;
}

.blg-rit .cmn-h2 a {
    color: #000000;
}

.blg-rit .cmn-h2 a:hover {
    color: #0678BE;
}

.para-pdng-btm {
    margin-bottom: 65px;
}

.blg-ftr {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.blg-ftr span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #7D7D7D;
    margin-left: 9px;
}

.blg-feature .blg-ftr span {
    font-size: 14px;
}

.blg-feature .blg-ftr i img {
    width: 22px;
    min-width: 22px;
}

.blg-ftr li:not(:last-child) {
    margin-right: 24px;
}

.lst-rw {
    padding-top: 50px;
}

.blg-rit {
    padding: 25px;
}

.blg-rit.blg-feature {
    padding: 44px 37px 37px 36px;
}


.colspan-cs {
    padding: 15px;
}

.rowspan-cs {
    margin: -15px;
}

.blg-rit .cmn-h2 {
    font-size: 22px;
    line-height: 1.2;
}

.blg-feature .tg-cls {
    margin-bottom: 23px;
}

.blg-feature .cmn-h2 {
    font-size: 30px;
}

.blg-rit .tg-cls {
    margin-bottom: 15px;
}

.privacy-hd {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.sec-para {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
}

.blg-ftr i img {
    width: 18px;
    min-width: 18px;
}

.blg-post {
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(0, 120, 194, 0.1);
    border-radius: 6px;
}

.blog-details {
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(95, 168, 255, 0.1);
    border-radius: 10px;
    padding: 57px 76px 103px 76px;
}

.blog-details figure {
    margin: 30px 0;
}

.blog-details figure img {
    width: 100%;
    border-radius: 10px;
}

/* .blg-dtls p {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 9px;
} */

.blg-dtls p:last-child {
    margin-bottom: 0;
}

.blog-details .cmn-h2 {
    color: #000000;
}

.related-sec .lst-rw {
    padding-top: 0;
}

.related-sec .section-head {
    text-align: center;
}

.inrbdy-mn {
    padding-bottom: 88px;
    background-position: center;
}

.cmn-gap-pdng {
    padding-bottom: 132px;
}

.pricing-blk {
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(95, 168, 255, 0.1);
    border-radius: 10px;
    padding: 45px 29px 35px 31px;
}

.pricing-blk i {
    width: 123px;
    height: 123px;
    background: #E9F2FB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
}

.pricing-blk i img {
    max-height: 70px;
}

.pln-hd {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: #000000;
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
}

.srch-para {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #6A6A6A;
    margin-bottom: 19px
}

.srch-blk {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.price-tg {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 52px;
    line-height: 1;
    color: #0678BE;
    display: block;
    margin-bottom: 25px;
}

.price-tg span {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #6A6A6A;
    margin-left: 3px;
}

.bill-para {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #6A6A6A;
}

.bill-para span {
    color: #000000;
}

.tym-cls {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 20px;
    color: #6A6A6A;
}

.srch-blk select {
    background: #FDFDFD;
    border: 1px solid #CACACA;
    border-radius: 25px;
    height: 30px;
    padding: 0 30px 0 15px;
    min-width: 125px;
    margin-right: 9px;
    font-size: 18px;
    width: auto;
}

.cmnbtns {
    min-width: inherit;
    font-size: 18px;
    padding: 21px 30px;
    width: 100%;
    margin-top: 20px;
}

.cmnbtns:hover {
    background: #0678BE;
    color: #FFFFFF;
}

.abt-rit figure img {
    border-radius: 15px;
    width: 100%;
}

/* dashboard page starts here */
.dashboard-lft {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 49px 17px 17px 17px;
    overflow-y: auto;
}

.menu-list-lst li>a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 17px;
    position: relative;
    padding-left: 56px;
}

.menu-list-lst li .dropdown-menu li>a {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #FFFFFF;
    padding: 12px 16px;
}

.active-cls>a:hover {
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
}

.menu-list-lst {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 90px;
}

.menu-list-lst .drpsdwn .dropdown-menu.show li {
    padding: 0;
}

.menu-list-lst li i {
    margin-right: 17px;
    width: 24px;
    min-width: 24px;
}

.menu-list-lst li>a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #4F5963;
}

.dashboard-rit {
    position: relative;
    /* z-index: -2; */
    width: calc(100% - 300px);
    margin-left: auto;
    min-height: 100vh;
    background: #F5FAFD;
    padding: 26px 56px 56px 56px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom 80px center;
}

.menu-list-lst .active>a {
    background: #0678BE;
    box-shadow: 0px 10px 10px rgba(0, 120, 194, 0.05);
    border-radius: 4px;
}

.menu-list-lst .active>a {
    color: #FFFFFF;
}

.menu-list-lst .mnlst a:hover {
    background: #0678BE;
    box-shadow: 0px 10px 10px rgba(0, 120, 194, 0.05);
    border-radius: 4px;
}

.menu-list-lst .mnlst:hover a {
    color: #FFFFFF;
}

.drpdwn .btn-secondary {
    background: none;
    border: 0;
    color: #4F5963;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #4F5963;
    padding: 14px 17px;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
    outline: none !important;
}

.drpsdwn {
    width: 100%;
}

.drpsdwn .btn-secondary {
    padding: 17px 17px;
    padding-left: 56px;
}

/* .drpsdwn .dropdown-menu.show {
    background: transparent;
    border: 0;
    padding-left: 16px;
    margin-top: 5px !important;
} */

.menu-list-lst .active i img {
    filter: brightness(0) invert(1);
}

.menu-list-lst .mnlst a:hover i img {
    filter: brightness(0) invert(1);
}

/* .menu-list-lst .mnlst:hover .btn-secondary {
    color: #FFFFFF;
} */

.btn-secondary:focus {
    box-shadow: none;
}

.drpdwn .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}

.menu-list-lst li .drpdwn .btn-secondary:hover {
    background: #0678BE;
    box-shadow: 0px 10px 10px rgba(0, 120, 194, 0.05);
    border-radius: 4px;
    color: #FFFFFF;
}

.menu-list-lst .mnlst2 {
    padding: 0;
    width: 100%;
}

.menu-list-lst li .drpdwn .btn-secondary:hover i img {
    filter: brightness(0) invert(1);
}

.drpdwn .dropdown-menu.show li {
    padding: 6px;
    margin: 0;
}

.drpsdwn .dropdown-menu.show li a:hover {
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
}

.menu-dsktp-none {
    display: none;
}

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

.cmnpara2 {
    font-size: 28px;
    max-width: 970px;
}

.blg-post .blg-ftr {
    margin-bottom: 0;
}

.sub-para {
    font-size: 22.8px;
    line-height: 1;
    color: #6A6A6A;
    margin-top: 11px;
}

/* dashboard page ends here */





/* arinita css */

.cmn-btn.lftprt-btn.extra-cmn-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    text-transform: capitalize;
    padding: 17px 29px;
    min-width: auto;
    margin-top: 8px;
}

.support-faq {
    padding: 50px 42px;
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(95, 168, 255, 0.1);
    border-radius: 10px;
}

.what-we-do-blk.support-cen {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.course-accordian .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    padding: 0 0 19px 0;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-accordian .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee7e7;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.course-accordian .accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.course-accordian .accordion-body {
    padding: 0 75px 17px 0;
    line-height: 1.6;
    font-weight: 400;
    color: #6A6A6A;
}

.course-accordian .accordion-button:not(.collapsed) {
    background-color: transparent;
    padding-bottom: 6px;
}

.course-accordian .accordion-button::after {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-image: url(images/acco-btn-1.svg);
    background-position: center;
    background-color: transparent;
    background-size: 12px;
}



.course-accordian .accordion-button:not(.collapsed)::after {
    background-image: url(images/acco-btn-2.svg);
    border: 1px solid transparent;
    background-color: #00BD59;
    transform: none;
}

.support-protect .course-accordian .accordion-button {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    background: none;
}

.support-protect {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.support-protect .support-protect-left i {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #00BD59;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 7px solid rgba(0, 189, 89, 0.2);
}

.support-protect .support-protect-left {
    margin-right: 24px;
    width: 79px;
    height: 79px;
    flex: 79px;
    border-radius: 100%;
    padding: 7px;
    background: rgba(0, 189, 89, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-protect .support-protect-right {
    width: calc(100% - 103px);
}

.support-protect {
    margin-top: 88px;
}

.support-faq-contact ul {
    padding-left: 0;
}

.support-faq-contact li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.support-faq-contact li:last-child {
    margin-bottom: 0;
}

.support-faq-contact li i {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 15px 15px rgba(95, 168, 255, 0.1);
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-list-right {
    width: calc(100% - 56px);
}

.support-list-right span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #6A6A6A;
    margin-bottom: 10px;
    display: block;
}

.support-list-right span:last-child {
    margin-bottom: 0;
}

.support-list-right a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.support-list-right span.date {
    margin-top: 10px;
}

.contact-support-list {
    margin-bottom: 19px;
}

.cht-icn.contact-support-cht-icn {
    flex-direction: row-reverse;
    margin-left: 0;
}

.cht-icn.contact-support-cht-icn .chtimg {
    width: 64px;
}

.cht-icn.contact-support-cht-icn span {
    color: #000000;
    font-weight: 500;
    margin-left: 13px;
    margin-right: 0;
}

.support-faq-contact {
    margin-bottom: 75px;
}



.checkout .cmn-h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.form_input_radio.support-faq-check label {
    display: block;
    margin-bottom: 15px;
    padding-left: 29px;
}

.form_input_radio.support-faq-check label span {
    font-weight: 400;
    font-size: 15px;
    color: #6A6A6A;
}

.form_input_radio.support-faq-check label input[type="radio"]+span::before {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    top: 5px;
}

.form_input_radio.support-faq-check label input[type="radio"]+span::after {
    width: 8px;
    height: 8px;
    background: #000000;
    top: 9px;
    left: 4px;
}

.support-faq-massage-top {
    margin-bottom: 45px;
}

.support-faq-massage-bottom label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
}

input[type="submit"].cmn-btn-submit {
    padding: 17px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #00BD59;
    border-radius: 7px;
    min-width: auto;
    width: auto;
}

.support-faq-massage-bottom input[type="submit"].cmn-btn-submit:hover {
    background: #000000;
    color: #FFFFFF;
}

.what-we-do-blk.support-cen .colspan {
    padding: 12px 16px;
}

.what-we-do-blk.support-cen .rwspn {
    margin: -12px -16px;
}

.what-we-do-blk.support-cen .rowspan {
    margin: -12px -16px;
}

.support-protect {
    padding-right: 42px;
}

.inner-body.inner-support {
    background-position: bottom center;
}

.color-header .main-head {
    background: #0678BE;
}

.checkout-aro-sec {
    padding-top: 77px;
}

.checkout-btn {
    padding-left: 49px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #0678BE;
    background-image: url(images/checkout-btn.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    display: inline-block;
}

.checkout-btn:hover {
    color: #00BD59;
}

.account-info {
    padding-top: 35px;
}

.payment-method-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.payment-method-heading h3 {
    margin-right: 25px;
}

.payment-method {
    padding-top: 66px;
}

.payment-list .payment-ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .payment-list .payment-ul li {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 4px;
} */

/* .payment-list .payment-ul li.active {
    border: 1px solid #00BD59;
    box-shadow: 0px 15px 15px rgba(95, 168, 255, 0.1);
} */

.payment-method-heading-img img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.payment-ul li {
    list-style: none;
    min-height: 40px;
    min-width: 65px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.payment-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.lock a {
    display: inline-block;
}

.card-sec-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -9px;
    margin-bottom: 35px;
}

.card-sec-row label {
    margin-bottom: 10px;
}

.card-sec-row .card-col {
    padding: 0 9px;
}

.card-sec-col-left {
    width: 60%;
}

.card-sec-col {
    width: 20%;
}

.card-num {
    background-image: url(images/card-num.svg);
    background-position: right 15px center;
    background-size: 30px;
}

.submit-sec {
    font-size: 13px;
    font-weight: 400;
    color: #6A6A6A;
}

.submit-sec-pera {
    margin-top: 21px;
}

.submit-sec-pera p {
    margin-bottom: 10px;
}

.submit-sec-pera p:last-child {
    margin-bottom: 0;
}

.submit-sec-pera p a {
    font-weight: 500;
    color: #000000;
}

.submit-sec-pera p a:hover {
    color: #00BD59;
}

.order-summary-sec {
    padding: 35px 20px 51px;
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(0, 120, 194, 0.1);
    border-radius: 15px;
}

.order-summary-sec .cmn-h3 {
    padding-left: 46px;
}

.order-summary-top {
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}





/* 20.2.23 Arinita chkout strt */

/* checkout-page */

.color-header .main-head {
    background: #0678BE;
}

.checkout-btn {
    padding-left: 49px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #0678BE;
    background-image: url(images/checkout-btn.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    display: inline-block;
}

.checkout-btn:hover {
    color: #00BD59;
}


.payment-method-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.payment-method-heading h3 {
    margin-right: 25px;
}

.payment-method {
    padding-top: 66px;
}

.payment-list .payment-ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .payment-list .payment-ul li {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 4px;
} */

/* .payment-list .payment-ul li.active {
    border: 1px solid #00BD59;
    box-shadow: 0px 15px 15px rgba(95, 168, 255, 0.1);
} */

.payment-method-heading-img img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.payment-ul li {
    list-style: none;

    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.payment-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.lock a {
    display: inline-block;
}

.card-sec-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -9px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.card-sec-row label {
    margin-bottom: 10px;
}

.card-sec-row .card-col {
    padding: 0 9px;
}

.card-sec-col-left {
    width: 60%;
}

.card-sec-col {
    width: 20%;
}

.card-num {
    background-image: url(images/card-num.svg);
    background-position: right 15px center;
    background-size: 30px;
}

.submit-sec {
    font-size: 13px;
    font-weight: 400;
    color: #6A6A6A;
}

.submit-sec-pera {
    margin-top: 21px;
}

.submit-sec-pera p {
    margin-bottom: 10px;
}

.submit-sec-pera p:last-child {
    margin-bottom: 0;
}

.submit-sec-pera p a {
    font-weight: 500;
    color: #000000;
}

.submit-sec-pera p a:hover {
    color: #00BD59;
}

.order-summary-sec {
    padding: 35px 20px 51px;
    background: #FFFFFF;
    box-shadow: 0px 65px 65px rgba(0, 120, 194, 0.1);
    border-radius: 15px;
}

.order-summary-sec .cmn-h3 {
    padding-left: 46px;
}

.order-summary-top {
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.plan-cost-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.plan-cost-row:last-child {
    margin-bottom: 0;
}

.plan-cost-sec {
    padding: 17px 0 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.plan-cost-left {
    font-weight: 400;
    color: #6A6A6A;
}

.plan-cost-row .form_input_check label {
    padding-left: 27px;
    line-height: 1.3;
}

.plan-cost-row .form_input_check label input[type="checkbox"]+span::before {
    width: 16px;
    height: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 1px;
}

.plan-cost-row .form_input_check label input[type="checkbox"]:checked+span::before {
    border: 1px solid #00BD59;
}

.plan-cost-row .form_input_check label strong {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.plan-cost-row .form_input_check label input[type="checkbox"]+span::after {
    height: 16px;
    width: 16px;
    background-size: 7px;
}

.order-summary-sec .plan-cost-right .cmn-h3 {
    font-weight: 400;
    margin-bottom: 0;
}

.plan-cost-left .m-cost {
    font-size: 13px;
    color: #00BD59;
    display: block;
}

.off-btn {
    padding: 6px 62px;
    background: rgba(0, 189, 89, 0.1);
    border: 1px dashed #00BD59;
    border-radius: 4px;
    color: #000;
    margin-top: 8px;
}

.plan-cost-right .cmn-h3 span {
    font-size: 14px;
    color: #6A6A6A;
    display: block;
}

.plan-cost-left span {
    display: block;
}

.plan-cost-row.plan-cost-center {
    align-items: center;
}

.total-sec {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 500;
}

.total-sec .cmn-h3 {
    font-weight: 500;
    font-size: 24px;
}

.pricing-blk.pricing-radio-sec {
    padding: 0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-blk.pricing-radio-sec:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.pricing-blk.pricing-radio-sec .pln-hd {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-blk.pricing-radio-sec .srch-para {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.pricing-blk.pricing-radio-sec .tym-cls {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.pricing-blk.pricing-radio-sec .tym-cls strong {
    display: block;
    font-weight: 400;
    color: #1F1F1F;
}

.pricing-blk.pricing-radio-sec .price-tg {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 13px;
}

.pricing-blk.pricing-radio-sec .price-tg span {
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
}

.pricing-blk.pricing-radio-sec .srch-blk {
    display: block;
    margin-bottom: 0;
}

.pricing-blk.pricing-radio-sec .bill-para {
    font-weight: 400;
    font-size: 12px;
    color: #6A6A6A;
    line-height: 1.5;
}

.order-summary-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.pricing-blk.pricing-radio-sec {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 12px;

}

.pricing-blk.pricing-radio-sec .form_input_radio {
    line-height: 0;
}

.pricing-blk.pricing-radio-sec label {
    height: 25px;
    position: relative;
    margin-bottom: 8px;
}

.pricing-blk.pricing-radio-sec .form_input_radio label input[type="radio"]+span::before {
    width: 25px;
    height: 25px;
    border: 1px solid #BDBDBD;
}

.pricing-blk.pricing-radio-sec .form_input_radio label input[type="radio"]+span::after {
    height: 16px;
    width: 16px;
    background-size: 7px;
    background-color: transparent;
    background: url(images/greentick.png) no-repeat center center;
}

.pricing-blk.pricing-radio-sec .form_input_radio label input[type="radio"]:checked+span::before {
    border: 1px solid #00BD59 !important;
}

.pricing-blk.pricing-radio-sec .tym-cls select {
    padding: 1px 15px;
    font-weight: 400;
    font-size: 12px;
    color: #1F1F1F;
    height: 22px;
    background: #FDFDFD;
    border: 1px solid #CACACA;
    border-radius: 25px;
    max-width: 95px;
}

.total-sec .plan-cost-left span {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.pricing-blk.pricing-radio-sec .srch-blk {
    margin-bottom: 5px;
}

.tearm-sec-detail {
    margin-bottom: 19px;
}

.tearm-detail h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.tearm-sec-detail:last-child {
    margin-bottom: 0;
}

.tearm-detail p {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
}

.tearm-sec-content p:last-child {
    margin-bottom: 0;
}

.fancybox__slide {
    padding: 45px 100px;
}

.fancybox__backdrop {
    background: rgba(225, 225, 225, 0.7);
}

.fancybox__content {
    background: #FFFFFF;
    box-shadow: 0px 65px 100px rgba(0, 94, 182, 0.1);
    border-radius: 4px;
    padding: 44px 49px;
    max-width: 1043px !important;
}

.fancybox__content>.carousel__button.is-close {
    border: 1px solid #0678BE;
    top: 44px;
    right: 35px;
    max-width: 29px;
    width: 29px;
    height: 29px;
    font-size: 24px;
}

.fancybox__content>.carousel__button.is-close svg {
    width: 14px;
    color: #0678BE;
    filter: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: none;
}

input[type="submit"].cmn-btn-submit:hover {
    background: #2460A7;
    color: #FFFFFF;
}

.payment-list .payment-ul .form_input_radio li {
    position: relative;
}

.payment-list .payment-ul.form_input_radio label {
    padding-left: 0;
}

.payment-list .payment-ul.form_input_radio label input[type="radio"]+span::before {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: transparent;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    left: 0;
    top: 0;

}

.payment-list .payment-ul li {
    padding: 0;
    display: block;
}

.payment-list .payment-ul li label {
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    min-width: 65px;
}

.payment-list .payment-ul.form_input_radio label input[type="radio"]+span::after {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 1px solid #00BD59;
    box-shadow: 0px 15px 15px rgba(95, 168, 255, 0.1);
    border-radius: 4px;
    left: 0;
    top: 0;
}

.checkout-heading-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: capitalize;
}

.checkout-heading-top a {
    display: inline-block;
    position: relative;
    margin-right: 22px;
}

.checkout-heading-top a:hover {
    transform: translateX(-5px);
}

/* end checkout-page */

/*  */



.checkout-heading-top {
    font-weight: 700;
}

.price-check {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0;
}

.price-check span {
    font-size: 14px;
    color: #6A6A6A;
    display: block;
}

.total-price {
    font-weight: 500;
    font-size: 24px;
}




/* end arinita css */


/* newcss */






/* end newcss */
.ftr-btn-dv textarea {
    height: 120px;
}

.support-faq .cmn-h2 {
    margin-bottom: 30px;
}

.blg-fig a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.innr-abt {
    background-position: center;
}

.drpbtns1 .prsnimgs {
    margin-right: 13px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;

}

.nvs-brnds-cc {
    display: none;
}

/* ...19 */
.cmn-gap3 {
    padding: 97px 0;
}

.dsh-hd {
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    color: #0E0E0E;
}

.dash-rit-con .drpdwn {
    max-width: 347px;
}

.dash-rit-con .drpdwn .btn-secondary {
    padding: 3px 0 25px 0;
    position: relative;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    font-weight: 400;
}

.dash-rit-con .drpdwn .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background: url(images/poly2.svg) no-repeat;
    background-size: 20px;
    background-position: right;
    border: 0;
}

.crd-blk-area {
    display: flex;
    align-items: center;
}

.crd-blk {
    background: #FFFFFF;
    box-shadow: 0px 65px 100px rgb(0 94 182 / 10%);
    border-radius: 4px;
    padding: 25px;
    /* display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center; */
}

.crd-blk-area i {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #178AD1;
    border-radius: 100%;
}

.crd-blk-cntnt {
    width: calc(100% - 80px);
    padding-left: 24px;
}

.vw-btn {
    display: inline-block;
    border: 1px solid #00BD59;
    border-radius: 7px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #1A1A1A;
    padding: 12px 28px;

}

/* .crd-blk-area {
    margin-bottom: 43px;
} */

.vw-btn:hover {
    background: #0678BE;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.card-sec {
    margin-top: 39px;
}

.crd-wd {
    max-width: 904px;
}

.crd-blk-area i img {
    max-height: 50px;
}

.crd-hd {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #121212;
    margin-bottom: 8px;
}

.crd-blks-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #121212;
    margin-bottom: 8px;
}

.crd-blk-cntnt span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6A6A6A;
}

.crd-blk span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6A6A6A;
    display: block;
}

.crd-blk .crd-ftr {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #6A6A6A;
    padding: 12px 28px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.brd-innr-blk {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 45px;
}

.updt-cls {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: #178AD1;
}

.updt-blk {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 23px;
}

.cpyright-txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #4F5963;
}

.cpyright-txt a {
    color: #4F5963;
}

.cpyright-txt a:hover {
    color: #178AD1;
    ;
}

.cmn-gap4 {
    padding-bottom: 288px;
}

.innrftr-admin {
    padding: 12px 56px;
    padding-bottom: 55px;
}

.updt-cls:hover {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: #4F5963;
}

.dsh-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #4F5963;
}

.dsh-hd-2 {
    margin-bottom: 14px;
}

.crd-sub-hd {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #121212;
}

.crd-blk .dtcls-mod {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6A6A6A;
    display: inline-flex;
}

.crd-blk .dtcls-mod span {
    font-weight: 500;
    color: #00BD59;
    margin-left: 6px;
}

.mrgntp-cls {
    margin-top: 15px;
}

.updt-blk.updt-bdr {
    display: inline-block;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 13px;
    margin-bottom: 13px;
    min-height: inherit;
}

.vwbtns-updt {
    width: 100%;
    text-align: center;
}

.brd-second-blk {
    margin-bottom: 24px;
}

.active-cls>a {
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
}

.menu-list-lst .active .drpsdwn .btn-secondary {
    color: #FFFFFF;
}

/* .drpsdwn .dropdown-menu.show li:hover {
    background: rgb(255 255 255 / 20%);
    border-radius: 3px;
}

.drpsdwn .dropdown-menu.show li {
    padding: 10px 17px;
} */

.drpsdwn .dropdown-menu.show li:hover .dropdown-item {
    color: #FFFFFF;
}

/* .drpsdwn .dropdown-menu.show li .dropdown-item {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #FFFFFF;
} */

.drpsdwn .dropdown-menu.show li:not(:last-child) {
    margin-bottom: 4px;
}

.menu-list-lst .drpsdwn .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 21px;
    background: url(images/poly33.svg) no-repeat;
    background-size: 10px;
    background-position: right 32px center;
    border: 0;
}

.menu-list-lst li .drpsdwn .btn-secondary:hover::after {
    background: url(images/poly-dwn-wht.svg) no-repeat;
    background-size: 10px;
    background-position: right 32px center;
}

.menu-list-lst .active .btn-secondary {
    background: #0678BE;
    box-shadow: 0px 10px 10px rgb(0 120 194 / 5%);
    border-radius: 4px;
    color: #FFFFFF;
}

.menu-list-lst .drpsdwn .dropdown-toggle.show {
    background: #0678BE;
    box-shadow: 0px 10px 10px rgb(0 120 194 / 5%);
    border-radius: 4px;
    color: #FFFFFF;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative;
}

.menu-list-lst .drpsdwn .dropdown-toggle.show:hover::after {
    background: url(images/poly-wht.svg) no-repeat;
    background-size: 10px;
    background-position: right 32px center;
}

.menu-list-lst .drpsdwn .dropdown-toggle.show i img {
    filter: brightness(0) invert(1);
}

.menu-list-lst .drpsdwn .show.dropdown-toggle::after {
    background: url(images/poly-wht.svg) no-repeat;
    background-size: 10px;
    background-position: right 32px center;
}

.menu-list-lst .active .btn-secondary::after {
    background: url(images/poly-dwn-wht.svg) no-repeat;
    background-size: 10px;
    background-position: right 32px center;
}

.menu-list-lst .drpsdwn .dropdown-menu.show {
    border: 0;
    background: #0678BE;
    box-shadow: 0px 10px 10px rgb(0 120 194 / 5%);
    border-radius: 4px;
    color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 18px 24px 39px;
    margin-top: 0;
}

.hdr-drp li a span {
    margin-left: 13px;
}

.hdr-drp-mn .btn-secondary {
    padding-right: 24px;
    font-weight: 400;
}

.hdr-drp {
    min-width: 206px;
}

.hdr-drp .dropdown-item {
    border-radius: 4px;
    padding: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #121212;
}

.hdr-drp .dropdown-item:hover {
    background: #F7F7F7;
}

.active-cls3 {
    background: #F7F7F7;
}

.hdr-drp-mn .dropdown-menu.show.hdr-drp li {
    padding: 0;
    margin-bottom: 3px;
}

.hdr-drp-mn .dropdown-menu.show.hdr-drp {
    padding: 17px 14px;
}

.hdr-drp-mn .dropdown-toggle {
    position: relative;
    padding-left: 0;
}

.hdr-drp-mn .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 21px;
    background: url(images/poly33.svg) no-repeat;
    background-size: 10px;
    background-position: right;
    border: 0;
}

.std-mx-wd {
    max-width: 437px;
}

.accnt-frm {
    background: #FFFFFF;
    box-shadow: 0px 65px 100px rgba(0, 94, 182, 0.1);
    border-radius: 4px;
    max-width: 550px;
    padding: 38px 40px;
}

.profile-frm .rowspan {
    margin: -12px 0;
}

.profile-frm .colspan {
    padding: 12px 0;
}

.pro-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.pro-hd a {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: rgb(0 189 89 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.pro-hd .cmn-h3 {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    width: calc(100% - 42px);
}

.pro-hd a:hover {
    background: #00BD59;
}

.pro-hd a:hover img {
    filter: brightness(0) invert(1);
}

.updt-blk {
    min-height: 70px;
}

.chng-dv {
    position: relative;
}

.cgng-txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.cgng-txt:hover {
    color: #00BD59;
}

.profile-frm input[type="submit"].cmn-btn-submit {
    min-width: 141px;
    padding: 21px 20px;
}



.dsh-hd2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    color: #121212;
    margin-bottom: 32px;
}

.pay-cls {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 13px;
}

.pay-pswrd {
    display: flex;
    align-items: center;
}

.pay-pswrd span:not(:last-child) {
    margin-right: 6px;
}

.blng-addrs-cls {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.blng-addrs-cls .pay-pswrd {
    margin-bottom: 6px;
}

.blng-addrs-cls p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #000000;
}

.fmly-pln-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crd-blk .fmly-lft {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #121212;
}

.crd-blk .fmly-rit {
    border: 1px solid #00BD59;
    border-radius: 7px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: #1A1A1A;
}

.sub-dsh-hd {
    margin-bottom: 12px;
}

.odr-hds {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.odrblkarea-lefts {
    /* margin-top: 35px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 70%;
}

.odrblkarea-rits {
    width: 30%;
}

.cmn-odrblkarea {
    max-width: 99px;
}

.odrblock-rit {
    margin-left: 64px;
}

.odrblock-lft-hd,
.odrblock-rit-hd {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    margin-bottom: 8px;
}

.cmn-odrblkarea span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #6A6A6A;
}

.blng-mx-wd {
    max-width: 668px;
}

.odrblkarea-rits .form-switch .form-check-input:checked {
    background: url(images/tg1.svg) no-repeat #0678BE;
    background-size: 20px;
    background-position: right center;
    margin: 0;
}

.odrblkarea-rits .form-switch .form-check-input {
    width: 50px;
    height: 30px;
    background: url(images/tg1.svg) no-repeat #ECECEC;
    background-size: 20px;
    background-position: left center;
    border: 0.5px solid #C9C9C9;
    border-radius: 36.5px;
    margin: 0;
}

.odrblkarea-rits .form-switch {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-left: 0;
    justify-content: right;
}

.odrblkarea-rits .form-switch .form-check-label {
    margin-right: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    color: #1A1A1A;
}

.drpdwn-bar {
    padding: 3px 0 12px 0;
    position: relative;
    border: 0;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    font-weight: 400;
    max-width: 347px;
    background: url(images/poly2.svg) no-repeat calc(100% - 0px) 17px transparent !important;
    font-weight: 400;
    font-size: 18px;
    color: #4F5963;
    height: 51px;
    background-size: 20px;
}

.min-hit-crd-blk {
    min-height: 320px;
}

.mnu-ic0 {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.dash-rit-con {
    padding-top: 97px;
    padding-bottom: 150px;
}

.dashboard-sec h1,
.dashboard-sec h2,
.dashboard-sec h3,
.dashboard-sec h4,
.dashboard-sec h5,
.dashboard-sec h6 {
    font-family: 'Poppins', sans-serif;
}

.chng-dv input {
    padding-right: 90px;
}

.odr-hds-ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
}

.odr-hds-ftr-lft {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #6A6A6A;
}

.odr-hds-ftr-lft {
    display: inline-flex;
    align-items: center;
}

.reports-clss {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #0678BE;
}

.odr-hds-ftr-lft .reports-clss:not(:last-child) {
    margin-right: 20px;
}

.reports-clss:hover {
    color: #00BD59;
}

.rowss-span {
    margin: -12px -16px;
}

.coll-span {
    padding: 12px 16px;
}

.stps-para p {
    font-weight: 500;
    font-size: 14px;
    /* line-height: 1; */
    color: #000000;
    margin-bottom: 6px;
}

.stps-para span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6A6A6A;
}

.stps-para-ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6A6A6A;
    margin-top: 11px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.stps-para-ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 13px;
}

.stps-para-ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00BD59;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stps-para-ul li::marker {
    background: #00BD59;
}

.altrnt-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #00BD59;
    display: flex;
    align-items: center;
}

.altrnt-btn span {
    width: 33px;
    height: 33px;
    display: inline-flex;
    border: 1px solid #00BD59;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.altrnt-btn span img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.altrnt-btn:hover {
    color: #000000;
}

.altrnt-btn:hover span {
    border: 1px solid #000000;
}

.altrnt-btn:hover span img {
    filter: brightness(0);
}

.rwspn-cc {
    margin: -14px -15px;
}

.clspn-cc {
    padding: 14px 15px;
}

.mrgn-btm-sht {
    margin-bottom: 10px;
}

.stps-para-ul li:last-child {
    margin-bottom: 0;
}

.altr-cl label {
    min-width: 380px;
}

.altr-mrgn {
    margin-left: 4px;
    margin-top: 24px;
}

.dobcls input {
    background: url(images/db1.svg) no-repeat;
    background-size: 24px;
    background-position: right 30px center;
    padding-right: 30px;
}

.bk-crs {
    position: absolute;
    right: 0;
    bottom: 10px;
    transform: translateY(-50%);
    border: 1px solid #D1D1D1;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
}

.frm-dv-ss {
    position: relative;
    padding-right: 53px;
}

/* .frm-tp {
    margin: -12px -15px;
} */

.gndr-txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #6A6A6A;
    margin-bottom: 6px;
}

.frmradio1 label input[type="radio"]+span::before {
    border: 1px solid rgb(0 0 0 / 20%);
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
}

.frmradio1 label input[type="radio"]+span::after {
    width: 12px;
    height: 12px;
    top: 1px;
    left: 1px;
    border: 3px solid #00BD59;
    background: #F5FAFD;
}

.frmradio1 label {
    padding-left: 22px;
    margin-right: 13px;
}

.frmradio1 label:last-child {
    margin-right: 0;
}

.frmradio1 label span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.txtrit-cls {
    text-align: right;
}

.txtrit-cls input[type="submit"].cmn-btn-submit {
    padding: 21px;
    min-width: 141px;
}

.bk-crs:hover {
    background: #FF0000
}

.bk-crs img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bk-crs:hover img {
    filter: brightness(0) invert(1);
}

.stps-lst-ss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 56px;
    padding-right: 30px;
    padding-top: 29px;
}

.stps-lst-ss .stps-lst-ss-li .stpsimg {
    width: 58px;
    height: 58px;
    border: 1px solid #0678BE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* margin: 0 auto 19px; */
    position: relative;
    background: #F5FAFD;
}

.stps-lst-ss .stps-lst-ss-li .stpsimg img {
    max-height: 30px;
}


.stps-lst-ss .active .stpsimg {
    background: #178AD1;
    box-shadow: 0px 25px 25px rgba(0, 120, 194, 0.15);
}

.stps-lst-ss .active .stpsimg img {
    filter: brightness(0) invert(1);
}

.stps-lst-ss-li {
    text-align: center;
    position: relative;
    padding-bottom: 64px;
}

.stps-txts-ss {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #121212;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 170px;
}

.stps-lst-ss-li .stpsimg::after {
    content: '';
    position: absolute;
    left: 57px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(21vw - 114px);
    border-bottom: 1px dashed #178AD1;
}

.stps-lst-ss .stps-lst-ss-li:last-child .stpsimg::after {
    display: none;
}

.innrds-rt {
    background-position: top 190px center;
}

.stp2-btns {
    font-weight: 400;
    font-size: 15px;
    color: #178AD1;
}

.altrnt-btn.stp2-btns span {
    border: 0;
    width: 17px;
    height: 17px;
}

.stp2-back {
    border: 1px solid #00BD59;
    border-radius: 7px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    color: #00BD59;
    padding: 20px;
    min-width: 141px;
    display: inline-block;
    cursor: pointer;
}

.txt-cntr-cls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.stp2-back:hover {
    background: #00BD59;
    color: #FFFFFF;
}

.txt-cntr-cls input[type="submit"].cmn-btn-submit {
    padding: 21px;
    min-width: 141px;
}

.stp2-hds {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #121212;
}

.select-stp2 select {
    background: url(images/stp-ply-ic.svg) no-repeat calc(100% - 25px) center transparent !important;
}

.stps3-para p:last-child {
    margin-bottom: 0;
}

.stps3-para p {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
}

.cmn-btn-submit {
    display: inline-block;
    padding: 17px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #00BD59;
    border-radius: 7px;
    text-align: center;
}

.cmn-btn-submit:hover {
    background: #000000;
    color: #FFFFFF;
}

.cmn-btn1 {
    padding: 21px;
    min-width: 141px;
}

.stpcrs-cc {
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    cursor: pointer;
}

.slctdv-cc {
    position: relative;
}

.previous-emply-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
}

.rmvcls-cc {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #0678BE;
    cursor: pointer;
}

.rmvcls-cc span {
    margin-left: 3px;
}

.stp4-hd {
    margin-top: 0;
}

.pdngtp-stp4 {
    padding-top: 72px;
}

.previous-emply-hd .stp2-hds {
    margin-bottom: 0;
    margin-top: 0;
}

.stp4-mrgn {
    margin-left: 4px;
    margin-top: 13px;
}

.txt-cntr-cls.stp-fr-dv {
    margin-top: 36px;
}

.stp5-dv-btn {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.stp5-mn-dvs-tp {
    max-width: 385px;
    position: relative;
}

.stp5-mn-dvs-tp img {
    width: 100%;
}

.stp5-dv-btn .stp5dv-upbtn1 {
    padding: 21px;

}

.stp5-dv-btn .cmnbtns {
    width: auto;
    margin-top: 0;
}

.stp5-dv-btn .stp5dv-upbtn2 {
    padding: 21px 25px;
    margin-left: 9px;
}

.dwnld-cls-stp {
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #178AD1;
    box-shadow: 0px 25px 25px rgba(0, 120, 194, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cmn-dwnld3 {
    bottom: 38px;
}

.cmn-dwnld2 {
    bottom: 30px;
}

.cmn-dwnld1 {
    bottom: 90px;
}

.dwnld-cls-stp img {
    max-height: 22px;
}

.dwnld-cls-stp:hover {
    background: #00BD59;
}

.stp5-popup-bx {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 38px;
    margin-bottom: 40px;
    margin-top: 22px;
}

.sigcls-ss {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sigcls-ss-rit {
    width: 269px;
}

.sigcls-ss-lft-main {
    width: calc(100% - 269px);
}

.sigcls-ss-lft {
    margin-right: 13px;
}

.ppup-rw {
    max-width: 667px;
}

.sigcls-ss-rit .cmn-btn1 {
    padding: 21px 19px;
    min-width: inherit;
}

.tearm-detail {
    cursor: auto;
}

/* .sigcls-ss-lft input {
    font-size: 20px;
} */

.sigcls-ss-lft input::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
}

.sigcls-ss-lft input:-ms-input-placeholder {
    opacity: 1;
    color: #000000;
}

.sigcls-ss-lft input::-moz-placeholder {
    opacity: 1;
    color: #000000;
}

.sigcls-ss-lft input:-moz-placeholder {
    opacity: 1;
    color: #000000;
}

.crd-blk p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #121212;
    margin-bottom: 15px;
}

.reports-tg {
    font-weight: 200;
    font-size: 64px;
    line-height: 1;
    color: #0678BE;
    margin-bottom: 9px;
}

.crd-blk .rpt-dt-cc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #0678BE;
    display: inline-flex;
}

.crd-blk .rpt-dt-cc span {
    font-weight: 400;
    color: #6A6A6A;
    margin-left: 6px;
}

.rpt-btns-cc {
    min-width: 12px;
    padding: 13px 15px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.crd-blk .rpt-btns-cc {
    margin-top: 10px;
}

.crd-blk .done-txt {
    font-weight: 500;
    margin-top: 11px;
    display: block;
}

.around-dv {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.around-dv i {
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
}

.around-dv span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #00BD59;
    /* min-width: 188px; */
}

.min-hit-crd-blk2 {
    min-height: 275px;
}

.rpt-btns-cc:hover {
    background: #0678BE;
    color: #fff;
}

.ritcn-bn figure {
    margin-bottom: 0;
}

.do-icn img {
    max-height: 100px;
}

.doblks p {
    padding-right: 53px;
}

.plans-row {
    margin: -15px;
}

.plans-col {
    padding: 15px;
}

.plan-cost-left {
    padding-right: 10px;
}

.payment-method-heading .cmn-h3 {
    width: 70%;
}

.payment-method-heading-img {
    width: 30%;
}

.abt-dwn-blk {
    margin: -15px -40px;
}

.abt-dwn-blk .csp {
    padding: 15px 40px;
}

.mdlcls-lft {
    width: 45%;
}

.mdlcls-rit {
    width: 55%;
    text-align: right;
}

.login-sec.cmn-gap-ban {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .blg-ftr li:first-child span {
    margin-left: 0;
} */
.rw-dsh-spc {
    margin: -15px;
}

.dsh-spc {
    padding: 15px;
}

.drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
    position: absolute !important;
    top: 100% !important;
}

.accnt-rdo {
    width: auto;
}

.blg-ftr li {
    padding: 3px 0;
}

.blog-details .blg-ftr {
    margin-bottom: 12px;
}

.blg-dtls p:not(:last-child) {
    margin-bottom: 12px;
}

.report-blks-cc {
    padding: 25px 18px;
}

.rpt-btns-cc {
    display: table;
}

.data-stp2-cn .account-info {
    padding-top: 20px;
}

.frmradio1 {
    margin-top: 10px;
}

.support-list-right a:hover {
    color: #0678BE;
}

.innder-body-banner-img.clip-blg:after {
    clip-path: polygon(0 78%, 100% 29%, 100% 100%, 0% 100%);
}

.crd-blk .updt-blk .crd-hd {
    font-weight: 300;
}

.bllngcrd-ss {
    padding: 40px;
    padding-bottom: 80px;
}

.payment-ul li label span img {
    max-height: 26px;
}

.payment-ul li label span img.visacls {
    max-height: 14px;
}

/*support 9/11/2023*/
.add-person-drpdwn button.btn-secondary.add-personbutn {
    background-color: #00BD59;
    padding: 20px 25px;
    text-align: center;
    border-radius: 7px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    width: auto;
    min-width: 180px;
    border-bottom: none;
}

.add-person-drpdwn button.btn-secondary.add-personbutn:hover {
    background-color: #0678BE;
}

.add-person-drpdwn .add-personbutn.dropdown-toggle:after {
    content: none;
}

.cmn-btn.rpt-btns-cc {
    color: #00BD59;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    font-size: 16px;
}

.cmn-btn.rpt-btns-cc:hover {
    background-color: transparent;
    color: #0678BE;
}

.add-person-drpdwn {
    text-align: right;
}

.add-person-drpdwn .hdr-drp {
    width: auto !important;
    left: auto !important;
    right: 0 !important;
}

.modal.addperson-modal {
    background-color: rgba(97, 97, 97, 0.5) !important;
}

.modal.addperson-modal .modal-inner {
    box-shadow: -1px 3px 10px -1px rgba(0, 0, 0, 0.1), -1px -5px 11px -1px rgba(0, 0, 0, 0.06) !important;
}

.modal.addperson-modal .frm-dv-ss {
    padding-right: 0;
}

/*support 9/11/2023*/
/*support 21/11/2023*/
.info-add-person-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-add-person-wrap select.drpdwn-bar {
    padding-right: 29px;
}

.nav-dropdwn-new.drpdwn .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

/*support 21/11/2023*/
/*support 29/11/2023*/

.logouthd {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
    display: block;
    margin-bottom: 5px;
}

.logoutcontbox {
    color: #ffffff;
}

.logoutcontbox p.logouttxtpara {
    font-size: 18px;
}

.logoutcontbox p {
    font-size: 15px;
}

.bcktologinbutn {
    color: #ffffff;
    text-decoration: underline !important;
    font-weight: 600;
}

.bcktolgintxt {
    margin-bottom: 5px;
}

.bcktologinbutn:hover {
    color: #178AD1;
}

.logoutpg-signuplnk {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: underline !important;
}

.logoutpg-signuplnk:hover {
    color: #178AD1;
}

.info-add-person-wrap {
    max-width: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-add-person-wrap .add-person-drpdwn {
    margin-left: 10px;
}

.authorizbutnbx {
    margin-top: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
}

.authorizrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.authorizbutnbx button {
    margin-top: auto;
}

.authorizbutnbx button.cmn-btn-submit {
    padding: 21px 25px;
}

.authorizbutnbx button.cmn-btn-submit {
    margin-left: 9px;
}

/*support 29/11/2023*/
/*support 30/11/2023*/
.logoutpg {
    background-color: #111923;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lgoutloginbutnbx {
    margin-top: 100px;
}

.yesdeltelink {
    background-color: #00BD59;
    padding: 15px 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    line-height: 1;
    min-width: 200px;
    display: inline-block;
}

.yesdeltelink:hover {
    color: #000000;
    background-color: #ffffff;
}

.lgouthdrlogo {
    /* padding: 0px 25px; */
    display: inline-block;
    width: 109px;
}

.logoutlogobox {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 0;
    width: 100%;
}

.logoout-outrwrpr {
    padding: 0 0;
}

.infoshetlink {
    color: #178AD1;
    font-weight: 600;
    font-size: 18px;
}

.infoshetlink:hover {
    color: #4F5963;
}

.acct-dshbrdrow .dsh-spc {
    padding-top: 0;
    padding-bottom: 0;
}

.adprsondrpdwnbx .add-person-drpdwn {
    margin-right: 0;
}

.pricing-blk.pricing-radio-sec.prc-blkcheckmrk .form_input_radio label input[type="radio"]+span::before {
    width: 45px;
    height: 45px;
}

.pricing-blk.pricing-radio-sec.prc-blkcheckmrk .form_input_radio label input[type="radio"]+span::after {
    background-size: 20px;
    top: 11px;
    left: 11px;
    width: 25px;
    height: 25px;
}

.pricing-blk.pricing-radio-sec.prc-blkcheckmrk .form_input_radio>label {
    height: 40px;
    margin-bottom: 14px;
}

/*support 30/11/2023*/
/*support 6/12/2023*/
.data-stp2-cn .infpsteprgtbutnbx {
    margin-left: auto;
}

.infpsteprgtbutnbx .cmn-btn1 {
    margin-right: 14px;
    min-width: 141px;
    padding: 20px;
    border: 1px solid #00BD59;
}

.infpsteprgtbutnbx .cmn-btn1:hover {
    border: 1px solid #000000;
    background-color: #000000;
}

.infpsteprgtbutnbx input[type="submit"].cmn-btn1 {
    min-width: 141px;
    padding: 20px;
    border: 1px solid #00BD59;
}

.infpsteprgtbutnbx input[type="submit"].cmn-btn1:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

/*support 6/12/2023*/

/*--20.12.2023--*/
.what-we-do-blk .doblks {
    height: 100%;
}

.payment-method-heading.ubrk {
    flex-wrap: nowrap;
}

.promo_bx .promocode,
.promo_bx .cmn-btn-submit {
    height: 50px !important;
}

.promo_bx .promocode {
    position: relative;
    top: -2px;
}

.plan-cost-row.prm {
    align-items: flex-start;
}

.plan-cost-row.prm .plan-cost-right {
    margin-top: 1.55em;
}

.checkout-aro-sec .text-sm.text-danger {
    margin-top: 4px;
    line-height: 1.1;
}

.bg_white h1 {
    color: #000;
}

.crd-blk.match-blk.eqht {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.mb.altr-mrgn {
    margin-top: 0;
    margin-bottom: 30px;
}

.bk-crs.pos {
    top: 72px;
    bottom: auto;
}

.sigcls-ss-lft input::-webkit-input-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

.sigcls-ss-lft input:-ms-input-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

.sigcls-ss-lft input::-moz-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

.sigcls-ss-lft input:-moz-placeholder {
    opacity: 0.9;
    color: #6A6A6A;
}

.eqBtnBox .eqBtn {
    padding: 10px 20px;
    font-size: 15px;
    height: 55px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pswrd-btn.eye {
    top: 16px;
    transform: none !important;
}

.edit_sheet {
    background-image: none !important;
}


.apply-promo {
    display: inline-block;
    padding: 14px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    background: rgb(0, 189, 89);
    border-radius: 4px 7px 7px 4px;
    text-align: center;
    margin-left: 9px;
}

.promo-wrap {
    display: flex;
    align-items: center;
}

.promo_bx .promocode {
    top: 0;
}

.price-check {
    font-size: 18px;
    margin-left: 9px;
}

.plan-cost-row.prm .plan-cost-right {
    margin-top: 0;
    margin-left: auto;
}

.plan-cost-left {
    width: 100%;
}

/* 13-06-2024 css start */
.autizn-section .authorizrow {
    flex-wrap: wrap;
    max-width: 100%;
}

.autizn-section .stl_.stl_02 {
    height: auto;
}

.autizn-section .stp5-mn-dvs-tp {
    max-width: 600px;
    margin: 0 auto;
}

.autizn-button-first,
.autizn-button-last {
    text-align: center;
}

.autizn-button-first [type="button"],
.autizn-button-last button {
    min-width: 480px;
    margin: 12px auto 0;
}

.autizn-bottom-para {
    margin-top: 20px;
    font-size: 16px !important;
    line-height: normal;
    text-align: center;
}

/* 13-06-2024 css end */

/* AD 02/07/2024 */
button.cmn-btn-new {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 102, 166, 1) inset;
    box-shadow: 0px 4px 10px 0px rgba(0, 102, 166, 1) inset;
    background: -o-linear-gradient(1.81deg, #007AC5 0%, #1C9BEA 100%);
    background: linear-gradient(88.19deg, #007AC5 0%, #1C9BEA 100%);
    font-size: 20px;
    font-weight: 700;
    background-color: #000;
    border-radius: 35px 0;
    padding: 9px 21px 9px 10px;
    line-height: 1.5;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button.cmn-btn-new span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #1C9BEA;
    padding: 13px 14px 10px;
    border-radius: 50px 50px 50px 0;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.cmn-btn-new.green-btn,
button.cmn-btn-new:hover {
    background: -o-linear-gradient(1.81deg, #23BD59 0%, #15D157 100%);
    background: linear-gradient(88.19deg, #23BD59 0%, #15D157 100%);
    -webkit-box-shadow: 0px 4px 10px 0px #1BB547 inset;
    box-shadow: 0px 4px 10px 0px #1BB547 inset;
}

button.cmn-btn-new.green-btn span,
button.cmn-btn-new:hover span {
    color: #22BE59;
}

button.cmn-btn-new.green-btn:hover {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 102, 166, 1) inset;
    box-shadow: 0px 4px 10px 0px rgba(0, 102, 166, 1) inset;
    background: -o-linear-gradient(1.81deg, #007AC5 0%, #1C9BEA 100%);
    background: linear-gradient(88.19deg, #007AC5 0%, #1C9BEA 100%);
}

button.cmn-btn-new.green-btn:hover span {
    color: #1C9BEA;
}

.info-btn-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.info-btn-wpr .cmn-btn-new {
    margin-left: 0;
    margin-right: 0;
}

.info-btn-wpr .info-tooltip-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 10px !important;
}

.info-tooltip-btn {
    width: 20px;
    height: auto;
    border: 0;
    min-width: 1px !important;
    padding: 0 !important;
}

/* AD 02/07/2024 END */

/* 12/7/24 work start */
.authorizrow .stl_.stl_02 {
    padding: 30px 65px;
}

.authorizrow p {
    font-size: 12px !important;
}

/* 12/7/24 work end */

.dash-rit-con .drpdwn.add-dropdown-textLink {
    text-align: left;
    max-width: 450px;
}

.add-dropdown-textLink p {
    color: #0678BE;
    font-weight: 500;
    font-size: 18px;
}

.add-dropdown-textLink p a {
    text-decoration: underline !important;
    color: #0678BE;

}

.add-dropdown-textLink p a:hover {
    color: #00BD59;
}

.add-dropdown-textLink .btn {
    width: 100% !important;
    text-align: center;
    font-size: 20px;
}

/* 16-aug-2024 */
.dashboard-welcome-ul {
    padding: 0;
    margin: 0;
}

.dashboard-welcome-ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.dashboard-welcome-ul li:last-child {
    margin-bottom: 0;
}

.info-btn-wpr.dashboard-welcome-wpr {
    padding: 0;
}

.dashboard-welcome-ul li button {
    width: 100%;
}

.dashboard-welcome-ul li button.cmn-btn1 a {
    color: #fff !important;
}

.drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
    position: absolute !important;
    top: 0% !important;
    margin: 0 !important;
    right: -210px !important;
}

/* 16-aug-2024 */
/*support 5/9/2024*/
.main-head .navbar-brand {
    width: 170px;
}

/*support 5/9/2024*/
/* support 10-09-2024 START KM */
.main-head .drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
    right: 0 !important;
    top: 100% !important;
}

/* support 10-09-2024 END KM */

/* support 25-10-2024 start KM */
.support-faq .accordion-body ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

.support-faq .accordion-body ul li {
    width: 100%;
    word-break: break-all;
    padding: 0 15px;
    line-height: 1.5em;
    list-style: none;
    margin-bottom: 16px;
    word-break: auto-phrase;
}

.support-faq .accordion-body ul li p {
    position: relative;
    padding-left: 16px;
    margin-bottom: 0 !important;
    word-break: inherit;
}

.support-faq .accordion-body ul li p::before {
    content: "";
    width: 8px;
    height: 8px;
    background: currentColor;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

/* support 25-10-2024 start KM */

/* SS301024 Begin */

.collapse-item:not(:first-child) .cli-head+* {
    display: none;
}

.collapse-item {
    flex-wrap: wrap;
}

.collapse-item .sprt-open {
    position: relative;
    width: 100%;
    padding-right: 40px;
}

.sprt-open+* {
    /* display: none; */
    width: 100%;
}

.sprt-p-item-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-accordian {
    padding-top: 20px;
}

.support-protect.collapse-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.support-faq-contact,
.sprt-item-n-cls {
    padding-top: 20px;
}

/* .col-lg-5.col-md-12.colspan.collapse-item:nth-child(2) .sprtcnt-wrp-otr{
    display: block !important;
} */

.support-protect .sprt-p-item-wrp {
    align-items: flex-start;
}

.accordion-body {
    word-break: break-all;
}

/* 5-nov-2025  */
.info-btn-wpr .cmn-btn-new{
    flex: 1;
}

.menu-list-lst li .dropdown-menu li>a{
    white-space: inherit;
}
/* 5-nov-2025  */
/* 24.11.25 */
.wrap-res{
    display: flex;
    align-items: center;
}
  .mnhds .container {
    max-width: 100%;
  }
/* ========== responsive css =========== */


@media (min-width: 768px) {
    .support-faq .accordion-body ul li {
        width: 50%;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}
@media(min-width:1200px) {
  .mnhds .container {
        max-width: 1470px;
    }
}

@media(min-width:1366px) {
    .container {
        max-width: 1170px;
    }

  

}

@media(min-width:1440px) {
    .stps3-para p {
        font-size: 0.875vw !important;
    }
}

@media(max-width:1600px) {
    .lftprt-btn {
        margin-top: 0;
    }

    h1,
    .cmn-h1 {
        font-size: 60px;
    }

    .main-banner .colspan {
        padding: 15px 40px;
    }

    .main-banner .rowspan {
        margin: -15px -40px;
    }

    /* .around-dv span {
        min-width: inherit;
    } */
    /* sg-16-2024 */
    .drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
        top: 100% !important;
        margin-top: 10px !important;
        right: 0 !important;
    }

    /* sg-16-2024 */
}

@media(max-width:1400px) {
    .pricing-blk {
        padding: 30px;
    }

    .cmnbtns.cmn-btn {
        font-size: 16px;
        padding: 16px 10px;
    }

    .bill-para {
        font-size: 20px;
    }

    .sub-para {
        font-size: 22px;
    }

    .stp5-dv-btn .stp5dv-upbtn2 {
        padding: 21px 25px;
        font-size: 18px;
    }

    .stp5-dv-btn .stp5dv-upbtn1 {
        padding: 21px;
        font-size: 18px;
    }

    .ritcn-bn figure {
        width: 400px;
    }

    .card-sec-col-left {
        width: 50%;
    }

    .card-sec-col {
        width: 25%;
    }


}


@media(max-width:1366px) {
    .order-summary-sec {
        padding: 35px 12px 51px;
    }

    /* AD 02/07/2024 */
    button.cmn-btn-new {
        font-size: 18px;
        min-width: 450px !important;
    }

    /* AD 02/07/2024 END */
    /* 24.11.25 */
.navbar-nav>li>a {
    font-size: 14px;
}

    /* 24.11.25 */

}

@media(max-width:1199px) {
    .navbar-nav>li {
        margin: 0 13px;
    }

    .hdr-rit li:not(:last-child) {
        margin-right: 20px;
    }

    .ritcn-bn figure {
        width: auto;
    }

    h1,
    .cmn-h1 {
        font-size: 45px;
    }

    .cmn-para {
        font-size: 17px;
    }

    .cmn-btn {
        font-size: 20px;
        min-width: inherit;
        padding: 20px;
    }

    .main-banner .colspan {
        padding: 15px;
    }

    .main-banner .rowspan {
        margin: -15px;
    }

    .social-list li a {
        width: 35px;
        height: 35px;
    }

    .cht-icn span {
        margin-right: 6px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: 600;
    }

    .chtimg {
        width: 80px;
    }

    .cmn-gap-ban {
        padding: 100px 0;
    }

    .do-icn img {
        max-height: 50px;
    }

    .what-we-do-blk .rwspn .colspn:nth-child(3) .doblks .do-icn {
        top: 10px;
        right: 10px;
    }

    .what-we-do-blk .rwspn .colspn:nth-child(2) .doblks .do-icn {
        top: 10px;
        right: 10px;
    }

    .what-we-do-blk .rwspn .colspn:nth-child(4) .doblks .do-icn {
        bottom: 10px;
        right: 10px;
    }

    .what-we-do-blk .rwspn .colspn:nth-child(1) .doblks .do-icn {
        bottom: 10px;
        right: 10px;
    }

    .what-we-do-blk {
        padding: 35px;
    }

    .doblks {
        padding: 30px 25px;
    }

    .price-tg {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .pln-hd {
        margin-bottom: 12px;
    }

    .srch-para {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .srch-blk {
        margin-bottom: 18px;
    }

    .bill-para {
        font-size: 16px;
    }

    .pricing-blk .cmnbtns {
        margin-top: 0;
    }

    .pricing-blk i img {
        max-height: 50px;
    }

    .pricing-blk i {
        width: 90px;
        height: 90px;
    }

    .pln-hd {
        font-size: 24px;
    }

    .course-accordian .accordion-button {
        font-size: 16px;
        padding: 0 0 14px 0;
    }

    .support-faq {
        padding: 30px 20px;
    }

    h2,
    .cmn-h2 {
        font-size: 28px;
    }

    .what-we-do-blk.support-cen .rwspn {
        margin: -11px;
    }

    .what-we-do-blk.support-cen .colspan {
        padding: 11px;
    }

    .support-protect .course-accordian .accordion-button {
        font-size: 16px;
    }

    .support-faq-contact {
        margin-bottom: 35px;
    }

    .support-protect {
        margin-top: 50px;
        padding-right: 20px;
    }

    .support-protect .support-protect-right {
        width: calc(100% - 71px);
    }

    .form_input_radio.support-faq-check label {
        margin-bottom: 6px;
    }

    .support-faq-massage-top {
        margin-bottom: 35px;
    }

    .course-accordian .accordion-button::after {
        width: 25px;
        height: 25px;
        background-size: 10px;
    }

    .support-faq-contact li i {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }

    .cht-icn.contact-support-cht-icn .chtimg {
        width: 45px;
    }

    .support-faq-contact li {
        margin-bottom: 22px;
    }

    .support-protect .support-protect-left {
        margin-right: 20px;
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin-top: 5px;
    }

    .support-protect .support-protect-right .cmn-h2 {
        margin-bottom: 12px;
    }

    .course-accordian .accordion-body {
        padding: 0 25px 17px 0;
    }

    .order-summary-sec {
        padding: 30px 15px 35px;
    }

    .pricing-blk.pricing-radio-sec .pln-hd {
        font-size: 14px;
    }

    .pricing-blk.pricing-radio-sec .price-tg {
        font-size: 24px;
    }

    .plan-cost-sec {
        padding: 17px 0 17px;
    }

    .total-sec {
        padding-top: 20px;
    }

    .payment-method {
        padding-top: 35px;
    }

    .payment-method-heading .cmn-h3 {
        margin-bottom: 0;
    }

    .checkout-aro-sec {
        padding-top: 0;
    }

    .what-we-do-blk.support-cen .rowspan {
        margin: -12px -11px;
    }

    .off-btn {
        padding: 6px 20px;
    }

    .abt-lft .cmn-h2 {
        margin-bottom: 15px;
    }

    .abt-dwn-blk .csp {
        padding: 11px 11px;
    }

    .abt-dwn-blk {
        margin: -11px -11px;
    }

    .abt-dwn {
        margin-top: 45px;
    }

    .blg-rit.blg-feature {
        padding: 25px;
    }

    .blg-rit {
        padding: 25px 10px;
    }

    .blg-ftr li:not(:last-child) {
        margin-right: 22px;
    }

    .blg-ftr li span {
        font-size: 12px;
        margin-left: 2px;
    }

    .colspan-cs {
        padding: 11px;
    }

    .rowspan-cs {
        margin: -11px;
    }

    .para-pdng-btm {
        margin-bottom: 30px;
    }

    .blog-details {
        padding: 40px;
    }

    .related-sec .section-head .cmn-h2 {
        font-size: 30px;
    }

    .inrbdy-mn {
        padding-bottom: 40px;
    }

    .fancybox__content {
        padding: 30px;
        max-width: inherit !important;
    }

    .tearm-detail h2 {
        font-size: 30px;
    }

    .dsh-hd {
        font-size: 30px;
    }

    .crd-blk {
        padding: 25px 20px;
    }

    .crd-blk-area i img {
        max-height: 25px;
    }

    .crd-blk-area i {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .crd-blk-cntnt {
        width: calc(100% - 50px);
        padding-left: 12px;
    }

    .updt-blk-lft .crd-hd {
        margin-bottom: 9px;
    }

    .blng-addrs-cls {
        margin-top: 30px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .odr-hds {
        margin-top: 30px;
    }

    .odr-hds-ftr {
        margin-top: 30px;
    }

    .plans-col .pricing-blk {
        padding: 30px 15px;
    }

    .lst-rw {
        padding-top: 35px;
    }

    .stps-lst-ss {
        padding-top: 18px;
    }

    .reports-tg {
        font-size: 45px;
    }

    .crd-blk .rpt-btns-cc {
        font-size: 16px;
        padding: 13px 15px;
    }

    .min-hit-crd-blk2 {
        min-height: 240px;
    }

    .dsh-spc {
        padding: 11px;
    }

    .rw-dsh-spc {
        margin: -11px;
    }

    .stps-txts-ss {
        font-size: 13px;
    }

    /* .altr-mrgn {
        margin-top: 0;
    } */

    .pdngtp-stp4 {
        padding-top: 40px;
    }

    .txt-cntr-cls.stp-fr-dv {
        margin-top: 20px;
    }

    .fancybox__content>.carousel__button.is-close {
        top: 10px;
        right: 10px;
        width: 23px;
        height: 23px;
    }

    .stp5-popup-bx {
        padding: 25px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .support-faq-massage-bottom label {
        font-size: 13px;
    }

    .stp2-btns.altr-mrgn {
        margin-top: 0;
    }

    /* input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        padding: 6px 15px;
    } */
    /*support 29/11/2023*/
    .authoriz-outrbx .stp5-mn-dvs-tp {
        max-width: 352px;
    }

    .authorizbutnbx button.cmn-btn-submit {
        padding: 17px 17px;
        font-size: 14px;
    }

    .authoriz-outrbx button.cmn-btn-submit,
    .authoriz-outrbx .cmn-btn {
        font-size: 14px;
        padding: 17px 17px;
    }

    /*support 29/11/2023*/
    /*support 30/11/2023*/
    .lgoutloginbutnbx {
        margin-top: 70px;
    }

    /*support 30/11/2023*/
    .checkout-aro-sec {
        font-size: 15px;
    }


    .promo-wrap {
        flex-wrap: wrap;
    }

    .apply-promo {
        order: 2;
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }

    /* AD 02/07/2024 */
    button.cmn-btn-new {
        padding: 7px 20px 7px 7px !important;
        font-size: 15px !important;
        min-width: 380px !important;
        border-radius: 25px 0;
    }

    button.cmn-btn-new span {
        padding: 9px 14px 6px;
    }

    /* AD 02/07/2024 END */

    /* sg-16-2024 */

    .dashboard-welcome-ul li button.cmn-btn-new {
        min-width: auto !important;
    }

    /* sg-16-2024 */

/* 24.11.25 */
.hdr-rit li a {
    font-size: 14px;
        padding: 13px 12px;
}
.hdr-rit li:not(:last-child) {
    margin-right: 10px;
}
.language-switcher[data-v-e5c93c86] {
    margin-right: 10px;
    margin-left: 10px;
}
.main-head .navbar-brand {
    width: 150px;
}
.navbar-nav>li {
    margin: 0 8px;
}

/* 25.11.25 */
.inner-body {
    padding-top: 190px; 
}
/* 25.11.25 */
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    /* .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    } */

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 0;
    }

    /* navbar end*/


}

@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */


    /* dashboard */
    .dashboard-rit {
        z-index: 1;

    }

    /* .drpdwn {
        z-index: -1;
    } */

    .menu-dsktp-none {
        display: block;
        padding: 20px;
    }

    .open-nav .dashboard-lft {
        display: none;
    }

    .dashboard-rit {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;
    }

    .dashboard-lft {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .copyright-txt {
        font-size: 16px;
    }

    .stick:not(.open),
    .stick:not(.open):after,
    .stick:not(.open):before {
        background: #ffffff;
    }

    h1,
    .cmn-h1 {
        font-size: 35px;
    }

    .cmn-para {
        font-size: 16px;
    }

    .cmn-btn {
        font-size: 16px;
        min-width: inherit;
        padding: 20px 18px;
    }

    .cmn-gap-ban {
        padding: 90px 0;
    }

    .social-list li a i {
        font-size: 14px;
    }

    .social-list li a {
        width: 30px;
        height: 30px;
    }

    .cht-icn span {
        font-size: 12px;
    }

    .chtimg {
        width: 50px;
    }

    .cht-icn {
        margin-left: 20px;
    }

    .hdr-rit {
        margin-left: auto;
        margin-right: 39px;
    }

    .navbar-nav>li>a {
        color: #000000;
    }

    .cmn-para {
        margin-bottom: 18px;
    }

    h2,
    .cmn-h2 {
        font-size: 24px;
    }

    .what-we-do-blk .rwspn {
        margin: -11px;
    }

    .what-we-do-blk .colspn {
        padding: 11px;
    }

    .do-icn img {
        max-height: 40px;
    }

    .doblks p {
        font-size: 15px;
    }

    .doblks {
        padding: 25px 15px;
    }

    .what-we-do-blk {
        padding: 15px;
    }

    .doblks .cmn-h2 br {
        display: none;
    }

    .doblks p br {
        display: none;
    }

    .plans-row {
        margin: -11px;
    }

    .plans-col {
        padding: 11px;
    }

    .pricing-blk {
        padding: 30px 15px;
    }

    .srch-para {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .srch-blk select {
        padding: 0 10px;
        min-width: 116px;
        margin-right: 6px;
        font-size: 14px;
    }

    .tym-cls {
        font-size: 14px;
    }

    .price-tg {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .bill-para {
        font-size: 13px;
    }

    .pricing-blk .cmnbtns {
        font-size: 12px;
        padding: 12px;
    }

    .pricing-blk i img {
        max-height: 40px;
    }

    .pricing-blk i {
        width: 70px;
        height: 70px;
    }

    .support-protect {
        margin-top: 35px;
    }

    .support-faq {
        padding: 20px;
    }

    .support-faq .cmn-h2 {
        margin-bottom: 20px;
    }

    .cmn-btn.lftprt-btn.extra-cmn-btn {
        font-size: 16px;
    }

    .abtblk .colspn {
        padding: 15px;
    }

    .abtblk .rwspn {
        margin: -15px;
    }

    .abt-rit>figure {
        width: 421px;
        margin: 0 auto;
    }

    .abt-lft .cmn-h2 br {
        display: none;
    }

    .abtblk {
        padding: 35px;
    }

    .abt-dwn-blk i {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .blg-rit .cmn-h2 a br {
        display: none;
    }

    .blg-rit .cmn-h2 {
        font-size: 20px;
    }

    .login-form .ftr-btn-dv .cmn-btn-sbs {
        width: 100%;
        min-width: inherit;
        padding: 13px 10px;
    }

    .main-head {
        padding: 15px 0;
    }

    .main-head.inner-main-head {
        padding: 15px;
    }

    .fancybox__content>.carousel__button.is-close {
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
    }

    .fancybox__slide {
        padding: 45px 50px;
    }

    .rw-dsh-spc {
        margin: -11px;
    }

    .dsh-spc {
        padding: 11px;
    }

    .inner-main-head .stick:not(.open),
    .inner-main-head .stick:not(.open):after,
    .inner-main-head .stick:not(.open):before {
        background: #000000;
    }

    .inner-main-head .navbar-toggler {
        width: 46px;
    }

    .dashboard-rit {
        padding: 15px;
    }

    .drpdwn-bar {
        background-size: 15px !important;
        font-size: 16px;
    }

    .innrftr-admin {
        padding: 12px 15px;
        padding-bottom: 15px;
    }

    .cpyright-txt {
        font-size: 16px;
    }

    /* .prsnnm {
        display: none;
    } */

    /* .hdr-drp-mn .dropdown-toggle::after {
        display: none;
    } */

    .menu-list-lst li>a {
        padding: 15px;
        padding-left: 56px;
    }

    .drpsdwn .btn-secondary {
        padding: 15px;
        padding-left: 56px;
    }

    .hdr-drp-mn .dropdown-toggle {
        padding-right: 0;
    }

    .drpbtns1 .prsnimgs {
        margin-right: 0;
    }

    .navbar-toggler {
        order: 3;
        margin-left: inherit;
    }

    .dropdown.drpdwn.hdr-drp-mn {
        margin-left: auto;
        margin-right: 39px;
    }

    .drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
        left: inherit !important;
        right: 0;
    }

    .para-pdng-btm {
        margin-bottom: 15px;
    }

    .blg-feature .blg-ftr span {
        font-size: 13px;
    }

    .blg-rit.blg-feature {
        padding: 25px 15px;
    }

    .rwspn-cc {
        margin: -11px;
    }

    .clspn-cc {
        padding: 11px;
    }

    /* .stps-lst-ss-li .stpsimg::after {
        display: none;
    } */

    /* .altr-mrgn {
        margin-top: 20px;
    } */

    .stps-lst-ss-li .stpsimg::after {
        width: calc(30vw - 114px);
    }


    .stps-lst-ss-li {
        padding-bottom: 40px;
    }

    .pdngtp-stp4 {
        padding-top: 30px;
    }

    /*support 9/11/2023*/
    .add-person-drpdwn .add-personbutn span.prsnnm {
        display: inline-block;
    }

    /*support 9/11/2023*/
    /*support 21/11/2023*/
    .info-add-person-wrap .dropdown.drpdwn.hdr-drp-mn {
        margin-right: 0;
    }

    .info-add-person-wrap select.drpdwn-bar {
        padding-right: 23px;
    }

    /*support 21/11/2023*/
    /*support 29/11/2023*/
    .logouthd {
        font-size: 40px;
    }

    .logout-wrpr {
        padding: 30px 0px;
    }

    .logoout-outrwrpr {
        padding: 0 25px;
    }

    /*support 29/11/2023*/
    /*support 30/11/2023*/
    .adprsondrpdwnbx .dropdown.drpdwn.hdr-drp-mn.add-person-drpdwn {
        margin-right: 0;
    }

    .logoutlogobox {
        padding: 15px 25px;
    }

    .pricing-blk.pricing-radio-sec.prc-blkcheckmrk .form_input_radio label input[type="radio"]+span::after {
        left: 10px;
    }

    /*support 30/11/2023*/
    /*support 6/12/2023*/
    .hdr-drp-mn .dropdown-toggle {
        padding-right: 19px;
    }

    .hdr-drp-mn .dropdown-toggle::after {
        width: 15px;
    }

    .hdr-drp-mn .prsnnm {
        font-size: 15px;
    }

    .data-sheet_information-newupdte {
        margin: 0;
        padding: 30px;
    }

    /*support 6/12/2023*/
    /* 13-06-2024 css start */
    .autizn-section .authoriz-outrbx .stp5-mn-dvs-tp {
        max-width: 100%;
    }

    /* 13-06-2024 css end */


    /* AD 02/07/2024 END */
    button.cmn-btn-new {
        min-width: 370px !important;
    }

    /* AD 02/07/2024 END */
/* 24.11.25 */
.wrap-res-logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.hdr-rit {
    margin-right: 0;
}
.wrap-res {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main-head .navbar-brand {
    width: 200px;
}
.cmn-gap-ban {
    padding: 190px 0;
}
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .main-footer .rwspn {
        text-align: center;
    }

    .ftr-rit {
        justify-content: center;
        margin-top: 6px;
    }

    .main-banner .rowspan {
        margin: -11px;
    }

    .main-banner .colspan {
        padding: 11px;
    }

    .lftcn-bn {
        text-align: center;
    }

    .ritcn-bn figure {
        margin-top: 10px;
    }

    .hdr-rit li .cmn-btn-hdr {
        font-size: 14px;
        padding: 8px 20px;
    }

    .stick:not(.open),
    .stick:not(.open):after,
    .stick:not(.open):before {
        width: 28px;
    }

    .stick:not(.open):before {
        top: -8px;
    }

    .stick:not(.open):after {
        top: 8px;
    }

    h1,
    .cmn-h1 {
        font-size: 30px;
    }

    /* .support-protect {
        padding-right: 0;
    } */

    .support-protect .support-protect-left {
        margin-right: 12px;
    }

    .support-list-right span {
        margin-bottom: 6px;
    }

    .support-list-right span.date {
        margin-top: 6px;
        font-size: 15px;
    }

    .support-faq-contact li i {
        margin-right: 12px;
    }

    .abt-rit>figure {
        width: auto;
        margin: 0 auto;
    }

    .abtblk {
        padding: 35px 20px;
    }

    .login-form {
        padding: 30px 20px;
    }

    .tearm-detail h2 {
        font-size: 25px;
    }

    .crd-blk {
        padding: 25px 14px;
    }

    .card-sec {
        margin-top: 25px;
    }

    .crd-blks-txt {
        font-size: 16px;
    }

    .odrblock-rit {
        margin-left: 35px;
    }

    .inner-body {
        /* padding-top: 110px; */
        padding-bottom: 130px;
    }

    .stps-txts-ss {
        display: none;
    }

    .hdr-rit {
        margin-right: 26px;
    }

    .dropdown.drpdwn.hdr-drp-mn {
        margin-right: 26px;
    }

    .stps-lst-ss {
        padding-left: 0;
        padding-right: 0;
    }

    .stps-lst-ss-li {
        padding-bottom: 25px;
    }

    .sigcls-ss-lft-main {
        width: 100%;
    }

    .sigcls-ss-rit {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .sigcls-ss-rit .cmn-btn1 {
        width: 100%;
        padding: 16px 10px;
    }

    .sigcls-ss-lft {
        margin-right: 0;
    }

    .what-we-do-blk .rwspn .colspn .doblks .do-icn {
        top: 10px;
        right: 10px;
        bottom: auto;
    }

    .doblks p {
        padding-right: 0;
    }

    .doblks p {
        font-size: 14px;
    }

    .doblks .cmn-h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .odrblkarea-rits .form-switch .form-check-input {
        height: 26px;
    }

    /*support 9/11/2023*/
    .modal.addperson-modal .modal-inner {
        max-width: 100% !important;
    }

    /*support 9/11/2023*/
    /*support 29/11/2023*/
    .logouthd {
        font-size: 30px;
    }

    .logout-wrpr {
        padding: 30px 0;
    }

    .logoout-outrwrpr {
        padding: 0 20px;
    }

    .adprsondrpdwnbx .dropdown.drpdwn.hdr-drp-mn {
        margin-right: 0;
    }

    /*support 29/11/2023*/
    /*support 30/11/2023*/



    .infoshetlink {
        font-size: 16px;
    }

    .add-person-drpdwn button.btn-secondary.add-personbutn {
        min-width: 150px;
        padding: 18px 25px;
    }

    .logoutlogobox {
        padding: 15px 20px;
    }

    /*support 30/11/2023*/
    /*support 6/12/2023*/
    .acntinfo-mainoutrwrpr .frm-dv-ss {
        padding-right: 0;
    }

    .updteinfosheetfrm .frm-dv-ss {
        padding-right: 0;
    }

    .data-stp2-cn a.stp2-back,
    .updteinfosheetfrm a.stp2-back {
        min-width: 130px;
        padding: 17px 20px;
        font-size: 15px;
    }

    .infpsteprgtbutnbx .cmn-btn1 {
        margin-right: 6px;
    }

    .infpsteprgtbutnbx input[type="submit"].cmn-btn1 {
        min-width: 130px;
        padding: 17px 20px;
        font-size: 15px;
    }

    .infpsteprgtbutnbx .cmn-btn1,
    .infpsteprgtbutnbx .stp2-nxt {
        min-width: 130px;
        padding: 17px 20px;
        font-size: 15px;
    }

    .data-sheet_information-newupdte {
        padding: 20px;
    }

    .mailbckcrsbutn {
        right: 20px;
    }

    .stpthremailinput input[type="text"],
    .stpthremailinput input[type="email"] {
        padding-right: 50px;
        padding-left: 15px;
    }

    /*support 6/12/2023*/

    /* 12/7/24 work start */
    .authorizrow .stl_.stl_02 {
        padding-left: 0px;
    }

    /* 12/7/24 work end */

    /* SS301024 Begin */

    .what-we-do-blk.support-cen .colspan:last-child {
        order: 1;
    }

    .what-we-do-blk.support-cen .colspan:first-child {
        order: 2;
    }

    .collapse-item .sprt-open .sprt-arr {
        display: flex;
    }

    .collapse-item .sprt-open+* {
        display: none;
    }

    /* End Of SS301024 */
    /* SM 4_11_24 */
    .support-faq {
        padding: 0px;
    }

    .collapse-item .sprt-open {
        padding-right: 0;
    }

    .support-protect.collapse-item {
        padding: 0;
    }

    .sprt-arr {
        position: relative;
        z-index: 1;
        padding: 18.5px 20px;
        padding-right: 60px;
    }




    .collapse-item .sprt-open .sprt-arr::before {
        opacity: 0;
        content: '';
        position: absolute;
        right: 18px;
        top: 16px;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 1px solid transparent;
        background-image: url(images/acco-btn-1.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        transform: rotate(0);
    }

    .collapse-item .sprt-open .sprt-arr.collapsed::before {
        background-image: url(images/acco-btn-2.svg);
        background-position: center;
        background-color: transparent;
        background-color: #00BD59;
        transform: rotate(0deg);
        border: 1px solid transparent;
    }

    .support-faq-contact,
    .sprt-item-n-cls {
        padding-left: 20px;
        padding-right: 20px;
    }

    .support-faq-massage,
    .course-accordian {
        padding-left: 20px;
        padding-right: 20px;
    }

    .support-protect .course-accordian {
        padding-left: 0;
        padding-right: 0;
    }

    .support-protect .sprt-p-item-wrp {
        align-items: flex-start;
    }

    .support-protect .support-protect-left {
        margin-top: 0px;
    }

    .support-protect .support-protect-right {
        width: 100%;
    }

    .support-protect .sprt-item-n-cls {
        padding-top: 0;
    }

    /*--*/
    .support-faq.support-protect {
        margin-top: 20px;
    }

    .what-we-do-blk.support-cen .colspan {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .what-we-do-blk .sprt-arr{
        padding: 17px 29px;
        background: #00BD59;
        border-radius: 7px;
        justify-content: center;
        color: #fff;
        cursor: pointer;
    }
    .what-we-do-blk .active-header .sprt-arr,
    .what-we-do-blk .sprt-arr:hover{
        background-color: #fff;
        color: #000000;
    }
   .what-we-do-blk .sprt-arr .cmn-h2 {
        font-weight: 500;
        line-height: 1.44;
        text-transform: capitalize;
        font-size: 16px;
        color: inherit;
        text-align: center;
        font-family: 'Poppins', sans-serif;
    }
    .cmn-btn.lftprt-btn.extra-cmn-btn{
        width: 100%;
    }
/* 24.11.25 */
.hdr-rit {
    margin-right: 0;
}
}

@media (max-width: 575px) {
    .course-accordian .accordion-button {
        font-size: 14px;
    }

    .blog-details {
        padding: 30px 15px;
    }

    .dsh-hd {
        font-size: 27px;
    }

    .min-hit-crd-blk {
        min-height: inherit;
    }

    .updt-blk {
        min-height: inherit;
    }

    .std-mx-wd {
        max-width: inherit;
    }

    .accnt-frm {
        max-width: inherit;
        padding: 30px;
    }

    .stps-lst-ss-li .stpsimg::after {
        width: calc(41vw - 114px);
        left: 44px;
    }

    .stps-lst-ss .stps-lst-ss-li .stpsimg img {
        max-height: 22px;
    }

    .stps-lst-ss .stps-lst-ss-li .stpsimg {
        width: 45px;
        height: 45px;
    }

    .min-hit-crd-blk2 {
        min-height: inherit;
    }

    .stp5-mn-dvs-tp {
        max-width: inherit;
    }

    .stp5-popup-bx {
        padding: 25px 15px;
    }

    #dialog-content-stp.fancybox__content {
        padding: 30px 20px;
    }



    /* .fancybox__content {
        padding: 30px 18px;
    } */
    /*support 21/11/2023*/
    .info-add-person-wrap .drpdwn-bar {
        max-width: 280px;
        height: 45px;
    }

    .authorizrow {
        flex-wrap: wrap;
    }

    .authoriz-outrbx {
        max-width: 100%;
    }

    .authoriz-outrbx .stp5-mn-dvs-tp {
        max-width: 100%;
    }

    .authorizbutnbx button.cmn-btn-submit {
        padding: 17px 18px;
        font-size: 15px;
        margin-left: 0;
    }

    .authoriz-outrbx button.cmn-btn-submit,
    .authoriz-outrbx .cmn-btn {
        font-size: 15px;
        padding: 17px 18px;
    }

    /*support 21/11/2023*/
    /*support 6/12/2023*/
    .acct-dshbrdrow .adprsondrpdwnbx {
        margin-top: 15px;
    }

    /*support 6/12/2023*/
    /* 13-06-2024 css start */
    .autizn-button-first [type="button"],
    .autizn-button-last button {
        min-width: 100%;
    }

    /* 13-06-2024 css end */
    /* 16-aug-2024 */
    .dashboard-welcome-ul {
        width: 100%;
    }

    /* 16-aug-2024 */

    /* AD 06/11/2024 */
    .cmn-btn.mob-full-width {
        width: 100%;
    }

    /* AD 06/11/2024 END */
}

@media (max-width: 479px) {

    .blg-fig.feature-fig img {
        height: 300px;
    }

    .hdr-rit {
        margin-left: auto;
        margin-right: 14px;
    }

    .hdr-rit li:not(:last-child) {
        margin-right: 10px;
    }

    .hdr-rit li .cmn-btn-hdr {
        font-size: 12px;
        padding: 6px 12px;
    }

    .stick:not(.open),
    .stick:not(.open):after,
    .stick:not(.open):before {
        width: 25px;
    }

    .stick:not(.open):before {
        top: -7px;
    }

    .stick:not(.open):after {
        top: 7px;
    }

    .navbar-brand {
        width: 90px;
    }

    .navbar-toggler {
        width: 29px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .copyright-txt {
        font-size: 15px;
    }

    .cmn-btn {
        font-size: 14px;
        min-width: inherit;
        padding: 17px 16px;
    }

    .support-cen .cmn-h2 {
        font-size: 20px;
    }

    .order-summary-top {
        flex-wrap: wrap;
    }

    .pricing-blk.pricing-radio-sec {
        border-right: none;
        margin-right: 0;
    }

    .payment-method-heading .cmn-h3 {
        width: 100%;
    }

    .payment-method-heading-img {
        /* width: 100%; */
        margin-top: 15px;
    }

    .abt-dwn-blk .csp {
        padding: 11px 4px;
    }

    .abt-dwn-blk {
        margin: -11px -4px;
    }

    .abt-dwn-blk .cmn-h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .mdlcls-lft {
        width: 50%;
    }

    .mdlcls-rit {
        width: 50%;
        text-align: right;
    }

    .login-hd {
        font-size: 24px;
    }

    .fancybox__slide {
        padding: 45px 15px;
    }

    .fancybox__nav .carousel__button.is-next {
        right: 0;
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 0;
    }

    .pro-hd .cmn-h3 {
        font-size: 20px;
    }

    .accnt-frm {
        padding: 30px 15px;
    }

    .pro-hd a {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .pro-hd .cmn-h3 {
        width: calc(100% - 38px);
    }

    .odrblkarea-lefts {
        width: 100%;
    }

    .odrblkarea-rits {
        width: 100%;
    }

    .odrblkarea-rits .form-switch {
        justify-content: left;
        margin-top: 15px;
    }

    .odr-hds-ftr-lft {
        font-size: 14px;
    }

    .odr-hds-ftr-lft .reports-clss {
        font-size: 14px;
    }

    .odr-hds-ftr-lft .reports-clss:not(:last-child) {
        margin-right: 12px;
    }

    .frmradio1 label span {
        font-size: 12px;
    }

    .frmradio1 label {
        padding-left: 13px;
        margin-right: 4px;
        margin-bottom: 0;
    }

    .frmradio1 label input[type="radio"]+span::after {
        width: 10px;
        height: 10px;
    }

    .frmradio1 label input[type="radio"]+span::before {
        width: 11px;
        height: 11px;
    }

    .dropdown.drpdwn.hdr-drp-mn {
        margin-right: 14px;
    }

    .stp5-dv-btn .cmnbtns.cmn-btn {
        font-size: 14px;
        padding: 16px 10px;
    }

    .altr-cl label {
        min-width: inherit;
    }

    .login-form .form-switch {
        margin-bottom: 0;
    }

    .login-form .form-switch label {
        margin-left: 5px;
        font-size: 13px;
    }

    .login-form .form-switch .form-check-input {
        width: 34px;
        height: 16px;
        background-size: 15px;
    }

    .mdlcls-rit .frgt-cl {
        font-size: 13px;
    }

    .card-sec-col-left {
        width: 100%;
    }

    .card-sec-col {
        width: 100%;
    }

    /*support 9/11/2023*/
    .modal.addperson-modal .modal-inner .txt-cntr-cls {
        flex-wrap: wrap;
    }

    .modal.addperson-modal .modal-inner .txt-cntr-cls .stp2-back {
        min-width: 110px;
        padding: 16px 17px;
        font-size: 16px;
    }

    .modal.addperson-modal .modal-inner .txt-cntr-cls .cmn-btn-submit {
        min-width: 110px;
        padding: 16px 17px;
        font-size: 16px;
    }

    /*support 9/11/2023*/
    /*support 21/11/2023*/
    .info-add-person-wrap .drpdwn-bar {
        max-width: 100%;
        font-size: 15px;
    }

    /* .info-add-person-wrap .add-person-drpdwn button.btn-secondary.add-personbutn{
        padding: 14px 20px;
    } */
    .info-add-person-wrap .dropdown.drpdwn.hdr-drp-mn {
        margin-left: 0;
        margin-top: 20px;
    }

    /*support 21/11/2023*/
    /*support 30/11/2023*/
    .lgoutloginbutnbx {
        margin-top: 50px;
    }

    .yesdeltelink {
        min-width: 180px;
        font-size: 16px;
    }

    .logoutcontbox p.logouttxtpara {
        font-size: 16px;
    }

    .add-person-drpdwn.drpdwn.hdr-drp-mn .dropdown-menu.hdr-drp {
        left: 0 !important;
    }

    /*support 30/11/2023*/
    /*support 6/12/2023*/
    .hdr-drp-mn .prsnnm {
        font-size: 13px;
    }

    .hdr-drp-mn .dropdown-toggle {
        padding-right: 17px;
    }

    .data-stp2-cn a.stp2-back,
    .updteinfosheetfrm a.stp2-back {
        min-width: 100px;
        padding: 15px 17px;
    }

    .infpsteprgtbutnbx input[type="submit"].cmn-btn1 {
        min-width: 100px;
        padding: 15px 17px;
    }

    .infpsteprgtbutnbx .cmn-btn1,
    .infpsteprgtbutnbx .stp2-nxt {
        min-width: 100px;
        padding: 15px 17px;
    }

    /*support 6/12/2023*/
    .payment-method-heading.ubrk .payment-method-heading-img {
        margin-top: 0;
    }

    /*--20.12.2023--*/
    .promo_bx .promocode,
    .promo_bx .cmn-btn-submit {
        height: 42px !important;
    }

    .promo_bx .promocode {
        top: 0;
        padding: 7px 8px !important;
    }

    .promo_bx .cmn-btn-submit {
        padding: 4px 8px !important;
        font-size: 14px !important;
    }

    /* AD 02/07/2024 */
    button.cmn-btn-new {
        min-width: 100% !important;
        font-size: 14px !important;
        padding: 7px 12px 7px 7px !important;
    }

    button.cmn-btn-new span {
        padding: 6px 10px 6px;
        border-radius: 45px 45px 45px 0;
        margin-right: 8px;
    }

    /* AD 02/074/2024 END */
    /* sg-aug-2024 */
    .dashboard-welcome-ul li button.cmn-btn-new {
        font-size: 13px !important;
    }

    /* sg-aug-2024 */
    /*support 5/9/2024*/
    .main-head .navbar-brand {
        width: 120px;
    }

    /*support 5/9/2024*/
    /* 24.11.25 */
.main-head .navbar-brand {
    width: 100px;
}
.navbar {
    justify-content: inherit;
    /* flex-wrap: nowrap; */
}
.hdr-rit {
    margin-left: 0;
    margin-right: 0;
}
.hdr-rit li a {
    font-size: 12px;
}
.language-switcher[data-v-e5c93c86] {
    margin-right: 7px !important; 
    margin-left: 0;
}
.language-dropdown[data-v-e5c93c86] {
    font-size: 14px !important;
    min-width: 90px !important;
    background: url(images/poly.svg) no-repeat calc(100% - 7px) center transparent !important;
}
.main-head .navbar-brand {
    width: 160px;
}
    /* 24.11.25 */
    /* 27.11.25 */
    .cmn-gap-ban {
    padding: 155px 0;
}
.main-banner {
    align-items: inherit;
}
.inner-body {
    padding-top: 160px;
}
 /* 27.11.25 */
}

/*support 6/12/2023*/
@media (max-width: 375px) {

    .data-stp2-cn a.stp2-back,
    .updteinfosheetfrm a.stp2-back {
        min-width: 80px;
        padding: 14px 16px;
    }

    .infpsteprgtbutnbx input[type="submit"].cmn-btn1 {
        min-width: 80px;
        padding: 14px 16px;
    }

    .infpsteprgtbutnbx .cmn-btn1,
    .infpsteprgtbutnbx .stp2-nxt {
        min-width: 80px;
        padding: 14px 16px;
    }

    .modal.addperson-modal .modal-inner .txt-cntr-cls .stp2-back {
        min-width: 90px;
        padding: 14px 17px;
        font-size: 15px;
    }

    .modal.addperson-modal .modal-inner .txt-cntr-cls .cmn-btn-submit {
        min-width: 90px;
        padding: 14px 17px;
        font-size: 15px;
    }

    /* SS301024 Begin */

    .support-list-right a {
        font-size: 15px;
    }

    .support-protect .support-protect-left {
        margin-right: 0;
    }

    .support-protect .support-protect-right {
        padding-left: 12px;
    }

    /*support 6/12/2023*/
    /* 24.11.25 */
    .hdr-rit li a {
    font-size: 11px;
    padding: 13px 8px;
}
  /* 24.11.25 */
}

/*support 6/12/2023*/

input[type="time"] {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    border: 1px solid rgb(0 0 0 / 10%);
    height: 60px;
    padding: 6px 24px;
    outline: none !important;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}