@font-face {
    font-family: AxiformaMedium;
    src: url(../fonts/Axiforma/Kastelov\ -\ Axiforma\ Medium.otf);

}

@font-face {
    font-family: AxiformaRegular;
    src: url(../fonts/Axiforma/Kastelov\ -\ Axiforma\ Regular.otf);
}

@font-face {
    font-family: AxiformaSemiBold;
    src: url(../fonts/Axiforma/Kastelov\ -\ Axiforma\ SemiBold.otf);
}

@font-face {
    font-family: AxiformaBold;
    src: url(../fonts/Axiforma/Kastelov\ -\ Axiforma\ Bold.otf);
}

body {
    font-family: AxiformaMedium;
    color: #3b4371;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    cursor: pointer
}

/* .overlayFadein {

} */
.register-termcondi {
    height: 60vh;
    overflow-y: auto;
}

.display-f {
    display: flex;
    flex-direction: row;
}

.justify-c-sb {
    justify-content: space-between;
}

.nav-logoicon-box {
    margin-right: 20px;
}

.aligni-center {
    align-items: center;
}

.mr-right-tw {
    margin-right: 20px;
}

.ml-right-tw {
    margin-left: 20px;
}

/* HOME PAGE */

.hp-main {
    height: 100vh;
    text-align: center;
    display: flex;
    background-color: rgb(109, 118, 221);
    width: 100%;
    align-items: center;
    justify-content: center;
}

.hp-img {
    vertical-align: middle;
}

/* REGISTER PAGE */

.rg-maincontainer {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    min-height: 100vh;
    background: url(../images/rg-bgimg.png) no-repeat center #f0f4fa;
}

.rg-form {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
    height: 100%;
}

.rg-form-heading {
    font-family: AxiformaSemiBold;
    font-size: 35px;
    font-weight: 600;
    color: #5159bf;
    margin-bottom: 0px;
}

.rg-form-para {
    margin: 0px 0px 40px 0;
    color: #3b3e45;
    font-family: 'AxiformaRegular';
    font-size: 16px;
    font-weight: 500;
}

.rg-formimg {
    margin-bottom: 1.5rem;
    vertical-align: middle;
}

.rg-form-floating>label {
    margin: 0 0 0px 0;
    font-size: 16px;
    font-family: 'AxiformaRegular';
    color: #3b4371;
}

.rg-formcontrol {
    width: 96%;
    display: block;
    margin: 5px 0 20px;
    padding: 10px 0px 10px 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    outline: 0px;
    font-family: AxiformaMedium;
    font-size: 14px;
}

.rg-phonenumber-ip {
    width: 96% !important;
    /* display: block !important; */
    margin: 5px 0 20px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1) !important;
    outline: 0px !important;
    font-family: AxiformaMedium !important;
    font-size: 14px !important;
    height: auto !important;
}

.rg-phonenumber-ip>input {
    border: 1px solid transparent !important;
}

input:focus-visible {
    outline: 0px;
}

.register-tcs {
    color: #5159bf;
    font-weight: bold;
    cursor: pointer;
}

.register-tcs:hover {
    text-decoration: underline;
}

/* ::placeholder { 
       font-family: AxiformaRegular;
        font-size: 14px;
        line-height: 0.94;
        opacity: 1;        
        color: #3b3e45;
  }
  ::-webkit-input-placeholder
  { 
    font-family: AxiformaRegular;
     font-size: 14px;
     line-height: 0.94;
     opacity: 1;        
     color: #3b3e45;
}
:-ms-input-placeholder{ 
    font-family: AxiformaRegular;
     font-size: 14px;
     line-height: 0.94;
     opacity: 1;        
     color: #3b3e45;
} */


.rg-formbutton {
    font-family: AxiformaRegular;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.44px;
    color: #fff;
    background-color: #666ED4;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 20px;
}

.register-btn-mt {
    margin-top: 10px;
}

.rg-form-tc {
    margin-top: 10px;

}

.rg-form-tc>input {
    margin-right: 10px;
}

.rg-form>form>.ft {
    font-size: 14px;
    margin-top: 10px;
}

.rg-form>form>.ft>a,
.rg-form>form>.ft>a:active,
.rg-form>form>.ft>a:focus {
    font-family: AxiformaRegular;
    color: #3b3e45;
    text-decoration: none;
}

.register-btn-special,
.lg-btnmargin,
.lg-fp-special {
    width: 96%;
}

.login-forgotpass {
    font-family: AxiformaMedium;
    color: #3b4371;
    text-decoration: none;
    display: block;
    text-align: right;
}

.rg-mbpass {
    margin-bottom: 5px !important;
}

.lg-btnmargin {
    margin-top: 100px;
}

.login-pass .fa-eye-slash {
    position: absolute;
    right: 20px;
    top: 45px;
    font-size: 15px;
    cursor: pointer
}

.login-pass {
    position: relative;
}

.login-pass .fa-eye {
    position: absolute;
    right: 20px;
    top: 45px;
    font-size: 15px;
    cursor: pointer
}

.login-header-img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.login-fp-afterpass,
.login-fp-afterpass:hover,
.login-fp-afterpass:active {
    text-decoration: none;
    color: #3b3e45;
}

.fp-header-img {
    margin-bottom: 100px;
}

.rc-resendcode,
.rc-resendcode>a,
.rc-resendcode:focus,
.rc-resendcode>a:hover {
    font-size: 14px;
    color: #5159bf;
    margin-top: 15px;
    text-decoration: none;
    font-family: AxiformaRegular;
}

/* .rc-resendcode-a-special {
    text-decoration: none;
} */

/* NAVBAR CSS */

.main-navbar {
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    min-height: 50px;
}

/* .inner-nav-con{
    padding: 0px 30px;
} */
.nav-searchbar>input {
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 4% 20%;
    margin: 1% 1%;
    background-image: url(./../images/search-iconm.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 12px;
    background-size: 16px;
    font-size: 15px;
    line-height: 1.2;
    color: #68686a;
    background-color: #f0f2f5;
}

.navbar-center-menu>ul>li {
    text-decoration: none;
    display: inline-block;
    /* margin-right: 80px; */
}

.navbar-center-menu>ul>li>a {
    cursor: pointer;
    padding: 0 50px;
    padding-bottom: 22px;
}

.navbar-center-menu>ul {
    margin-left: 80px;
    padding-left: 10px;
}

.navbar-right-menu {
    justify-content: space-between;
}

.navbar-left-menu {
    margin-right: 130px;
}

.navBorderBottom {
    border-bottom: 3px solid #7982ea;
}

/* HOME PROFILE */

.hmprofile-main {
    background-color: #f0f2f5;
    box-shadow: inset 0px 1px 5px 2px rgb(0 0 0 / 5%);
    padding-top: 30px;
    min-height: 100vh;
}

.hmprofile-main-inner {
    width: auto;
    max-width: 580px !important;
    padding: 0 15px;
}

.profile-img {
    width: 40px;
    /* border-radius: 100%; */
    height: 40px;
}

.profile-img>a>img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.notification-icon {
    width: 40px;
    height: 40px;
    padding: 5px 9px 8px 8px;
    background-color: #e4e6ec;
    border-radius: 100%;
}

/* .hmprofile-box {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
    margin: 0px 10px 5px 0px;
    padding: 20px 48px 24px 20px;
} */
/* .hmprofile-veryinner > .active  */
.hm-consent {
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
    /* color: #fff; */
}

/* .hmprofile-box-transparent > h3{
    color: #3b3e45;
    opacity: 0.3;
} */
.hmprofile-veryinner>.active>h3,
.hmprofile-box-transparent>h3 {
    color: #fff;
    opacity: 1;
}

.hmprofile-box-transparent {
    /* border-radius: 10px;
  border: solid 1px #c6c6c6; */
    margin: 0px 0px 5px 0px;
    padding: 20px 48px 24px 20px;
    cursor: pointer;
    position: relative;
}

.hmprofile-box>h3,
.hmprofile-box-transparent>h3 {
    margin: 40px 0 0;
    font-size: 20px;
    font-family: 'AxiformaMedium';
}

/* .hmprofile-box > h3{
    color: #fff;
} */

.hmprofile-sub-mt {
    margin-top: 62px !important;
}

.hmprofile-name>p {
    margin-bottom: 0px;
}

.hm-pastAgr {
    background-image: linear-gradient(to bottom, #494e9b, #1c1f55) !important;
}

.hm-subs {
    background-image: linear-gradient(to bottom, #8de1fa, #07bee0) !important;
}

.btn-toggle {
    display: none !important;
    /* position: absolute !important; */
    /* right: 0px !important; */
    /* padding: 1px !important; */
    /* color: #fff !important; */
    font-size: 18px !important;
}

/* HOME NEW AGREEMENTS */

.hp-newagr-topheading>h1,
.hp-newagr-topheading>div>div>h1 {
    font-size: 36px;
    line-height: 1.39;
    color: #5159bf;
    margin-top: 30px;
}

.hp-natoggle-content>.dot {
    height: 60px;
    width: 60px;
    background-color: #5159bf;
    border-radius: 50%;
    display: inline-block;
}

.hp-natoggle-content>.dot>img {
    height: 100%;
    width: 100%;
}

.agreeoptions-typo {
    vertical-align: middle !important;
}

.agreeoption-toggle {
    align-self: center;
}

.hp-natoggle-content>p,
.hp-natoggle-content>a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: top;
    font-family: 'AxiformaMedium';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111;

}

.hp-natoggle-content>.logout-btn {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: top;
    font-family: 'AxiformaMedium';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111;
    cursor: pointer;
}

.hp-natoggle-content>a,
.hp-natoggle-content>a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #111;
}

.hp-newagr-btn,
.hp-newagr-btn-login-pn {
    margin: 30px auto 0px auto !important;
    padding: 14px 52px 13px !important;
    object-fit: contain;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
    font-size: 18px;
    line-height: 0.94;
    color: #fff;
    border: 1px solid transparent;
    width: 70%;
}

.hp-newagr-btn-login-pn {
    margin: 50px auto 50px auto !important;
}

.hp-newagr-content,
.hp-newagr-formcontent,
.hp-newagr-AGRcontent {
    padding: 39px 30.2px 50px 30px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: 50px;
}

.hp-newagr-content-p {
    margin: 0 69px 29.1px 7.5px;
    font-family: 'AxiformaMedium';
    font-size: 18px;
    line-height: 1.39;
    color: #3b3e45;
}

.hp-newagr-content>hr {
    height: 0;
    margin: 15px 0;
    object-fit: contain;
    opacity: 0.1;
    border-bottom: solid 1px #4370c5;
}

.hp-newagr-form>input,
.hp-newagr-form>div>input {
    margin: 0px 0 20px 0;
    padding: 12px 0px 12px 15px;
    object-fit: contain;
    border-radius: 5px;
    border: solid 1px #c6c6c6;
    background-color: #fff;
    width: 100%;
    /* min-width: 100%; */
}

.minWidthClass {
    min-width: 100%;
}

.hp-newagr-form>input[type="date"],
.hp-newagr-form>input[type="time"],
.pa-searchfilter-resp>input[type="date"] {
    min-width: 95%;
    min-height: 52px;
}

.phonenum-special>div>div>input,
.phonenum-special>div>input {
    margin: 0px 0 20px 0 !important;
    padding: 12px 14px 12px 58px !important;
    object-fit: contain;
    border-radius: 5px !important;
    border: solid 1px #c6c6c6 !important;
    background-color: #fff !important;
    width: 100% !important;
    height: auto !important;
}

.phonenum-special>div>div>input,
.phonenum-special>div>input {
    margin-bottom: 0px !important;
    padding-left: 10px !important;
}

/* TOGGLE BUTTON SPECIAL */

.hp-natoggle-btn>.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.hp-natoggle-btn>.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.hp-natoggle-btn>.switch>.hpnatoggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.hp-natoggle-btn>.switch>.hpnatoggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.hp-natoggle-btn>.switch input:checked+.hpnatoggle-slider {
    background-color: #5159bf;
}

.hp-natoggle-btn>.switch input:focus+.hpnatoggle-slider {
    box-shadow: 0 0 1px #5159bf;
}

.hp-natoggle-btn>.switch input:checked+.hpnatoggle-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.hpnatoggle-slider.round {
    border-radius: 34px;
}

.hpnatoggle-slider.round:before {
    border-radius: 50%;
}

/* NEW AGREEMENTS SECOND PAGE */

.hp-newagr-form>label,
.profile-sigpara {
    margin: 0 0px 10px 0;
    font-family: AxiformaMedium;
    font-size: 16px;
    line-height: 1.5;
    color: #3b3e45;
}

/* NEW AGREEMENTS THIRD PAGE */
.hp-newagr-AGRcontent>h5,
.hp-newagr-AGRcontent>p,
.hp-newagr-specialpoints-owner {
    font-family: AxiformaMedium;
    color: #3b3e45;
}

.hp-newagr-AGRcontent>h5 {
    margin: 0 0px 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
}

.hp-newagr-AGRcontent>p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.85;
}

.hp-newagr-specialpoints>ul>li,
.hp-newagr-specialpoints-beforeowner {
    font-weight: bold;
    line-height: 2;
}

.hp-newagr-specialpoints-owner {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    margin-bottom: 5px;
}

/* HOME NEW AGREEMENTS MODAL */

.hp-newagr-modal-content {
    padding: 50px 50px 50px 50px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.hp-newagr-modal-header,
.hp-newagr-modal-maincontent,
.hp-newagr-modal-btn {
    font-family: AxiformaMedium !important;
    color: #3b4371 !important;
}

.hp-newagr-modal-header {
    margin: 0px 0px 40px 0px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.39 !important;
}

.hp-newagr-modal-maincontent {
    font-size: 16px !important;
    margin-bottom: 40px !important;
    font-family: AxiformaRegular !important;
}

.hpmodal-maincontent {
    margin-bottom: 0px !important;
}

.hp-newagr-modal-btn {
    padding: 14px 70px 13px !important;
    object-fit: contain !important;
    border-radius: 5px !important;
    /* -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important; */
    background-image: linear-gradient(to bottom, #7982ea, #5159bf) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 0.94 !important;
    text-align: center !important;
    color: #fff !important;
    /* margin-bottom: 40px !important; */
}

.hp-newagr-modal-error {
    color: red;
    margin-top: 0px;
}

.secondmodal-special {
    padding: 14px 35px 13px !important;
    font-family: AxiformaRegular !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

.pastagree-topinput {
    width: 100%;
    margin: 0px 0px 0 0;
    padding: 8px 5px;
    object-fit: contain;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); */
    border: 1px solid transparent;
}

.hp-mbresp-btn>button {
    margin-bottom: 0px !important;
}

.pastagree-topbutton>button {
    background-image: linear-gradient(to right, #7982ea, #5159bf);
    margin: 0px 0px 0 0;
    padding: 9px 25px;
    width: 100%;
}

.pastagree-topbar {
    margin: 0 0px 17px 0px;
    padding: 10px 0px;
    object-fit: contain;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.pastagree-content>p {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 12px;
    color: #3b3e45;
    font-family: 'AxiformaMedium';
    /* opacity: 0.7; */
}

.pastagree-aftertopbar-con {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
    padding: 0;
}

.pastagree-datetime {
    padding: 0px 20px 15px 31px;
}

.pastagree-aftertopbar {
    margin: 0 0 13px;
    padding: 12px 12px 12px 30px;
    object-fit: contain;
    background-image: linear-gradient(to right, #7982ea, #5159bf);
    border-top-left-radius: 10px;
    cursor: pointer;
}

.pa-bg-color {
    background-image: linear-gradient(to left, #333776 99%, #262a65 0%);
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
}

.pa-brspecial {
    border-right: 1px solid #fff;
}

.pa-content-aftertopbar-para {
    margin: 0 54px 3px 0;
    opacity: 0.5;
    font-family: AxiformaRegular;
    font-size: 10px;
    color: #fff;
}

.pa-content-aftertopbar-paraname {
    margin: 3px 0 0;
    font-family: AxiformaMedium;
    font-size: 14px;
    color: #fff;
}

.hp-subs-leftbox {
    margin: 0 0px 59px 0;
    padding: 31px 10px 29px;
    border-radius: 20px;
    border: solid 1px rgba(81, 89, 191, 0.49);
    background-color: #fff;
    cursor: pointer;
}

.hp-subs-bg {
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
}

.hp-subs-leftbox>.subs-pckg-name {
    margin: 0 0 9px;
    font-family: AxiformaMedium;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #212121;
}

.hp-subs-leftbox>h1 {
    margin: 9px auto 15px auto;
    font-family: AxiformaMedium;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -4px;
    text-align: center;
    color: #5159bf;
}

.hp-subs-leftbox>h1>.subs-pckg-dsign {
    margin: 0px 0px 0px 0;
    opacity: 0.6;
    font-family: AxiformaRegular;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    color: #212121;
    vertical-align: text-top;
}

.hp-subs-leftbox>.subs-pckg-dtnewline,
.hp-subs-leftbox>.subs-pckg-durationtag {
    margin: 0;
    opacity: 0.6;
    font-family: AxiformaRegular;
    font-size: 16px;
    line-height: 1.31;
    text-align: center;
    color: #212121;
}

.subs-pckg-durationtag {
    margin: 0;
    opacity: 0.6;
    font-family: AxiformaRegular;
    font-size: 16px;
    line-height: 1.31;
    text-align: center;
    color: #212121;
}

.hp-subs-leftbox>h1>.subs-pckg-durationInline {
    opacity: 0.6;
    font-family: AxiformaRegular;
    font-size: 16px;
    line-height: 0.69;
    letter-spacing: normal;
    font-weight: 400;
    color: #212121;
}

.hp-subs-discount>div>div>button,
.hp-subs-discount>div>div>a:hover {
    font-family: AxiformaRegular;
    font-size: 18px;
    color: #5159bf !important;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: 1px solid transparent;
    background-color: transparent;
}

.hp-subs-disc-box {
    margin: 15px 0 0;
    padding: 20px 36px 20px 32px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.03);
    border: solid 2px #cacfd9;
    cursor: pointer;
}

.hp-subs-disc-bg {
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.03);
    border: none;
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
}

.hp-subs-disc-box>div>div>div>p {
    opacity: 0.25;
    font-family: 'AxiformaMedium';
    font-size: 18px;
    line-height: 1.33;
    color: #3b3e45;
}

.hp-subs-disc-box>div>div>div>.hp-subsdisc-pname {
    margin: 0 0px 23px 0;
    font-family: 'AxiformaRegular';
}

/* .hp-subs-disc-box > div> div> div>.hp-subsdisc-ptimedate{      
    font-weight: 600;
 } */
.hp-subs-disc-box>div>div>h1 {
    margin: 10px 0 8px 0px;
    opacity: 0.25;
    font-family: AxiformaMedium;
    font-size: 46px;
    font-weight: bold;
    text-align: right;
    color: #3b3e45;
}

.hp-subs-bg>h1,
.hp-subs-bg>.subs-pckg-name,
.hp-subs-bg>h1>.subs-pckg-durationInline,
.hp-subs-bg>h1>.subs-pckg-dsign,
.hp-subs-bg>.subs-pckg-dtnewline,
.hp-subs-bg>.subs-pckg-durationtag,
.hp-subs-disc-bg>div>div>h1,
.hp-subs-disc-bg>div>div>div>.hp-subsdisc-ptimedate,
.hp-subs-disc-bg>div>div>div>p {
    color: #fff;
    opacity: 1;
}

.hp-subs-bg>h1>.subs-pckg-dsign,
.hp-subs-bg>h1>.subs-pckg-durationInline,
.hp-subs-bg>.subs-pckg-dtnewline {
    opacity: 0.6;
}

/* FAQ SECTION */
.faq-accor-con {
    box-shadow: none !important;
}

.faq-accor-title {
    margin: 4px 0px 20px 1px !important;
    font-family: 'AxiformaMedium' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #111 !important;
}

.faq-accor-summary {
    margin: 0px 0 20px !important;
    font-family: 'AxiformaRegular' !important;
    font-size: 12px !important;
    line-height: 2.17 !important;
    letter-spacing: normal !important;
    color: #3b3e45 !important;
}

/* SETTINGS SECTION */

.setting-icon {
    margin: 0 10px 0 0;
    padding: 7px 10px 11px 10px;
    object-fit: contain;
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #7982ea, #5159bf);
}

.setting-icon-special {
    padding: 7px 12px 11px 12px;
}

/* RESOURCES */

.setting-resources>p {
    font-family: AxiformaMedium;
    font-size: 12px;
    line-height: 2.17;
    color: #3b3e45;
}

/* CONTACT US */
.contactus-textarea {
    margin: 20px 0;
    padding: 20px 28px 20px 20px;
    border-radius: 10px;
    border: solid 1px #cacfd9;
    background-color: #fff;
    width: 100%;
    /* border: none; */
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;
}

.contactus-btn-special {
    padding: 14px 0px 13px 0px;
    margin-top: 30px;
}

::placeholder {
    font-family: AxiformaRegular;
    font-size: 14px;
    line-height: 0.94;
    opacity: 0.5;
    color: #3b3e45;
}

::-webkit-input-placeholder {
    font-family: AxiformaRegular;
    font-size: 14px;
    line-height: 0.94;
    opacity: 0.5;
    color: #3b3e45;
}

:-ms-input-placeholder {
    font-family: AxiformaRegular;
    font-size: 14px;
    line-height: 0.94;
    opacity: 0.5;
    color: #3b3e45;
}

.resetpass-ipfields {
    border-radius: 10px !important;
}

/* PROFILE */

.profile-sigimg {
    margin: 10px 0 0;
    padding: 32px 20px 41px 20px;
    /* object-fit: contain; */
    border-radius: 10px;
    border: solid 1px #c6c6c6;
    ;
    background-color: #fff;
    height: 250px;
}

.cpass-btn {
    margin-bottom: 70px !important;
}

/* .specialOutline {
    border-width: 1px;
    border-color: yellow;
  } */

/* MUI CSS */
.inputRounded.Mui-focused {
    color: #5159bf !important;
    /* outline: 4px solid #5159bf !important; */
}

.phoneNumber>.Mui-focused {
    color: #5159bf !important;
}

/* .fieldInput > fieldset, */
/* .fieldInput > fieldset:focus-visible, */
.fieldInput.Mui-focused .MuiOutlinedInput-notchedOutline,
.phoneNumber>.Mui-focused .MuiOutlinedInput-notchedOutline {
    /* outline: 4px solid transparent; */
    border: 2px solid #5159bf !important;
}


.profile-name-ip {
    width: 100%;
    position: relative;
}

/* .profile-name-ip {
    margin: 0px;
    padding: 0px;
    width: 100%;
    outline: none;
    height: 30px;
    border-radius: 5px;
}  */

.profile-name-edit {
    position: absolute;
    top: 0;
    border-radius: 5px;
    z-index: 2;
    border: none;
    top: 15px;
    /* height: 50px; */
    cursor: pointer;
    transform: translateX(2px);
    color: #2188e0;
    background-color: transparent;
    right: 15px;
    font-size: 15px;
    font-family: AxiformaRegular;
    text-decoration: none;
}

.profile-name-edit:hover {
    color: #2188e0;
    text-decoration: none;
}

.profile-sigimg>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hp-newagr-pastagr-sigouter {
    background: #EBEBEB;
    padding: 70px 40px 70px 40px;
    width: 100%;
}

.hp-newagr-pastagr-sigouter>img {
    width: 100%;
}

.hp-postagree-p {
    font-family: 'AxiformaRegular';
    font-size: 14px;
    line-height: 1.4;
    color: #3b3e45;
}

.hp-postagree-p>span {
    font-weight: 600;
}

.hp-postagree-list {
    font-family: 'AxiformaMedium';
    font-size: 14px;
    line-height: 2.08;
    color: #3b3e45;
    font-weight: normal;
}

.font-theme-color {
    color: #5159bf;
    line-height: 1.6;
}

.hp-postagree-heading {
    font-family: 'AxiformaMedium';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    color: #3b3e45;
}

.back-btn-style {
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
    color: #5159bf;
    /* cursor: pointer; */
    font-size: 40px !important;
}

.heading-backbtn {
    display: inline-block;
}

.pa-addition-prov {
    border: solid 1px #cacfd9;
    padding: 20px 28px 20px 20px;
    border-radius: 10px;
    width: 75%;
    text-align: justify;
}

.formfinal-ta {
    text-align: justify;
}

.leftarrow-btn {
    vertical-align: bottom;
    margin-left: 10px;
}

.modal-img {
    width: 80px;
    object-fit: contain;
}

.img-clickable {
    cursor: pointer;
}

.mtb-special {
    margin-top: 0px;
    margin-bottom: 100px;
}

.hp-postagr-h5 {
    color: #3033F5;
    font-weight: 600;
    font-family: AxiformaRegular;
    margin-left: 27px;
    font-size: 18px;
}

.profile-name-p {
    min-width: 12vw;
    text-align: right;
}

.PhoneInputCountryIconImg {
    height: 30px !important;
    width: 45px !important;
}

.PhoneInputCountry {
    /* margin-top: 10px; */
    align-items: start !important;
    border: solid 1px #c6c6c6;
    padding: 0px 10px;
    border-radius: 5px;
}

.PhoneInputCountryIcon {
    margin-right: 25px;
    margin-top: 10px;
    box-shadow: none !important;
}

.PhoneInputCountrySelectArrow {
    align-self: start !important;
    margin-top: 22px;
}

/* signature pad css */

.sig-container {
    width: 100%;
    height: 600px;
    top: 10%;
    left: 10%;
}

.sig-sigContainer {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    background-color: #fff;
}

.sig-sigPad {
    width: 100%;
    height: 100%;
}

.sig-buttons {
    width: 100%;
    height: 30px;
}

.sig-sigImage {
    background-size: 200px 50px;
    width: 200px;
    height: 50px;
    background-color: white;
}

.editsig-special {
    top: 0px;
    right: 30px;
}

.editsig-clear-btn {
    margin-left: 0px !important;
    padding-right: 14px 0px 13px 0px !important;
    text-align: center;
    cursor: pointer;
}

.editsig-save-btn {
    text-align: center;
    padding-right: 14px 0px 13px 0px;
}

/* end signature pad css */

.editsig-btn-special {
    margin: 0px auto 0px auto !important;
}

.sig-modal {
    width: 100%;
    height: 200px;
}

.purplebtn-special {
    vertical-align: middle;
    color: white !important;
    background: #666ED5;
    padding: 10px 50px;
    border-radius: 15px;
    margin-left: 0px !important;
}

.purplebtn-para {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #666ED5;
}

.pa-info-icon {
    cursor: pointer;
    color: #5159bf;
    margin-top: 43px;
}

/* .hm-consent-outline {
    outline: 2px solid #5159bf;
    outline-offset: 2px;
} */
.hm-consent-outline::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 2px solid #bfbfbf;
    /* border-radius: 50px; */
}

.hm-subs-outline::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 2px solid #bfbfbf;
    /* border-radius: 50px; */
}

.hm-pastAgr-outline::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 2px solid #bfbfbf;
    /* border-radius: 50px; */
}

.consent-form-next {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}

@media (max-width: 1600px) {
    .profile-name-p {
        min-width: 15vw;
        text-align: right;
    }
}

@media (max-width: 1300px) {
    .navbar-center-menu>ul {
        margin-left: 60px;
    }

    .navbar-center-menu>ul>li>a {
        padding: 0 40px;
        padding-bottom: 22px;
    }
}

@media (max-width: 1200px) {
    .navbar-center-menu>ul>li>a {
        padding: 0 40px;
        padding-bottom: 22px;
    }

    .navbar-center-menu>ul {
        margin-left: 0px;
    }

    .profile-name-p {
        min-width: auto;
    }

    .navbar-left-menu {
        margin-right: 30px;
    }
}

@media (max-width: 1025px) {
    /* NAVBAR */

    .navbar-center-menu>ul>li>a {
        padding: 50px;
        padding-bottom: 22px;
    }

    .nav-logoicon-box {
        margin-right: 10px;
    }

    .profile-name {
        max-width: 100px;
    }

    .profile-name-p {
        min-width: auto;
    }

    .navbar-left-menu {
        margin-right: 80px;
    }
}

@media (max-width: 768px) {

    /* NAVBAR */
    .inner-nav-con {
        flex-direction: column;
        margin: auto;
        margin-bottom: 30px;
    }

    .navbar-left-menu {
        margin: auto;
        margin-top: 30px;
    }

    .navbar-center-menu {
        margin: auto;
    }

    .navbar-center-menu>ul>li {
        margin-right: 0px;
    }

    .navbar-sdevice>ul>li>a {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* .navbar-center-menu > ul > li > a{
        padding: 12.5px; */
    /* padding-bottom: 22px; */
    /* } */
    .navbar-item {
        margin-left: 50px;
    }

    .navbar-right-menu {
        justify-content: center;
        margin-top: 30px;
    }

    .profile-name {
        max-width: fit-content;
    }

    .btn-toggle {
        display: block !important;
    }

    .main-menu-resp {
        display: none;
        ;
    }

    .nav-searchbar>input {
        width: 100%;
    }

    .hp-img {
        width: 50%;
    }

    .pastagree-topinput {
        margin-bottom: 10px;
    }

    .pastagree-aftertopbar-con {
        border-radius: 10px;
    }

    .pastagree-aftertopbar {
        border-top-right-radius: 10px;
    }

    .pa-bg-color {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    /* .pastagree-datetime {
        padding: 0px 20px 15px 31px;
    } */
    .hp-subs-disc-box>div>div>h1,
    .hp-subs-disc-box>div>div>div>.hp-subsdisc-pname,
    .hp-subs-disc-box>div>div>div>p {
        margin: auto;
        text-align: center;
    }

    .hp-subs-disc-box>div>div>h1 {
        margin-top: 10px;
    }

    .modal-responsive {
        width: 400px !important;
    }

    .hp-subs-discount>div>div>button {
        width: 100%;
        display: block;
        padding: 10px 0px;
        border-radius: 10px;
        margin-bottom: 30px;
        color: white !important;
        background: #5159bf;
    }

    .hmprofile-box-transparent {
        margin-bottom: 20px;
    }

    .hp-newagr-btn,
    .hp-newagr-btn-login-pn {
        width: 100%;
    }

    .back-btn-style {
        font-size: 30px !important;
    }

    .hp-mts-btn {
        margin-top: 0px !important;
    }

    /* .hp-mbresp-btn {
        margin-bottom: 50px !important;
    } */

    .back-btn {
        margin-top: 30px;
    }

    .hmprofile-box-transparent {
        /* text-align: center; */
        padding: 10px;
        border-radius: 50px;
    }

    .hmprofile-box-transparent>h3 {
        display: inline-block;
        margin-left: 2rem;
        margin-top: 0px !important;
    }

    .hmprofile-box-transparent>img {
        margin-left: 7px;
    }

    /* .hmprofile-veryinner > .active{
    outline: 2px solid #5159bf;
    outline-offset: 2px;
} */
    /* .hm-consent-outline::after {
    position: absolute;
    top: -3px;
    content: '';
    left: 12px;
    width: 87.5%;
    height: 100.5%;
    border: 2px solid #5159bf;
    border-radius: 0px;
    background-color: transparent;
    display: inherit;
  } */
    .hm-consent-outline::before {
        border-radius: 50px;
    }

    .hm-subs-outline::before {
        border-radius: 50px;
    }

    .hm-pastAgr-outline::before {
        border-radius: 50px;
    }

    /* .consent-form-next {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    } */
}

@media (max-width: 550px) {
    .navbar-sdevice>ul>li>a {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hp-img {
        width: 40%;
    }

    .navbar-sdevice>ul>li>a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 430px) {

    /* NAVBAR */
    .navbar-item {
        margin-left: 25px;
    }

    .navbar-center-menu>ul {
        padding-left: 0px;
    }

    .hp-img {
        width: 30%;
    }

    .hp-natoggle-content>p,
    .hp-natoggle-content>a {
        font-size: 12px;
        vertical-align: super;
    }

    .setting-special>p,
    .setting-special>a {
        font-size: 16px;
        vertical-align: middle;
        margin-left: 0px;
    }

    .logout-ml-resp {
        margin-left: 0px !important;
    }

    /* .hp-natoggle-content > p, .hp-natoggle-content > a {
        margin-left: 0px;
    } */
    .hp-newagr-topheading>h1,
    .hp-newagr-topheading>div>div>h1 {
        font-size: 25px;
    }

    .pa-info-icon {
        margin-top: 30px;
    }

    .modal-responsive {
        width: 300px !important;
        padding: 50px 10px 50px 10px !important;
    }

    /* .back-btn-style {
        margin-right: 0px ;
    } */
    .setting-modified-typo {
        width: 90%;
    }

    .setting-modified-toggle {
        width: 10%;
    }

    .setting-type-mod {
        width: 70%;
    }

    .setting-icon-mod {
        width: 20%;
    }

    /* .hp-natoggle-btn > .switch {
        width: 66px;
    } */
    .special-width-resp {
        width: 66px;
    }

}

@media (max-width: 405px) {
    .pn-subtext {
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .navbar-item {
        margin-left: 15px;
    }

    .rg-form-heading {
        font-size: 30px;
    }

    .mw-special {
        max-width: 90% !important;
    }

    .contactus-btn-special {
        padding: 14px 85px 14px 85px;
    }

}

/* for ios device disablity*/
.consent-dateip,
.consent-timeip {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* .setting-icon, */
/* .setting-span */
.login-header-modified {
    width: 70%;
}

.paf-label-resp {
    margin-right: auto;
    margin-left: auto;
    font-family: AxiformaMedium !important;
    font-size: 14px !important;
}

.btn-signupSocial,
.btn-loginSocial {
    width: 96% !important;
    /* display: block !important; */
    margin: 5px 0 20px !important;
    padding: 10px 0px 10px 10px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%) !important;
    outline: 0px !important;
    font-family: AxiformaMedium !important;
    font-size: 14px !important;
    text-align: left !important;
}

.btn-signupSocial>div {
    margin-right: 10px;
    /* background: rgb(255, 255, 255) !important; */
    padding: 10px 11.5px 10px 11.5px !important;
    border-radius: 100% !important;
    background: #E6E6E6 !important;
    border-radius: 100%;
    /* width: 35px; */
    /* height: 37px; */
}

.btn-loginSocial>svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    padding: 10px 11.5px 10px 11.5px !important;
    border-radius: 100% !important;
    background: #E6E6E6 !important;
    border-radius: 100%;
}

.btn-facebook {
    background-color: #1476fc;
}

.font-17 {
    font-size: 1.0625rem;
}

.rg-form-login {
    max-width: 400px;
}

.btn-area-res {
    width: 105%;
}

.setting-span {
    width: 32px;
    height: 32px;
}

.setting-span-p {
    padding: 8px 9px 10px 9px;
}

.setting-span-prsc {
    padding: 13px 8px 16px 10px;
}

.setting-span-pli {
    padding: 14px 10px 15px 8px;
}

.setting-span-ps {
    padding: 12px 9px 17px 9px;
}

.setting-span-pl {
    padding: 13px 9px 16px 9px;
}


@media (max-width: 768px) {
    .btn-area-res {
        width: 108%;
    }
}

@media (max-width: 550px) {
    .rg-form-login {
        max-width: 300px;
    }

    .btn-signupSocial,
    .btn-loginSocial {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .btn-area-res {
        width: 111%;
    }
}

.login-social-fb {
    font-size: 11px !important;
}

@media (max-width: 340px) {

    .setting-special>a,
    .setting-special>p,
    .hp-natoggle-content>.logout-btn {
        font-size: 14px;
        vertical-align: middle;
    }

}

.link-limit {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.home-page-logo {
    width: 90%;
}