@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.body {
    font-family: "Poppins", sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

ul,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

p {
    margin: 0 0 10px 0;
}

.full-max-width {
    max-width: 100% !important;
}

input:focus {
    border-color: var(--color-primary);
}

.common-buttom-orange a,
.common-buttom-orange button {
    color: #fff !important;
    background-color: #E47203 !important;
    border: none !important;
    transition: all 0.3s ease-in-out !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    height: auto !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.common-buttom-orange a:hover,
.common-buttom-orange button:hover {
    color: #fff !important;
    background-color: #ff7e00 !important;
}

:root {
    --color-primary: #ff0081;
    --color-primary-hover: #e20575;
    --color-secondary: #233350;
    --color-secondary-hover: #2f446a;
}

.inRegisterSubTitle {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.inEditCard .card-body h4 {
    color: var(--color-primary);
    font-size: 18px;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem !important;
}

.inAdvertisementBucket span {
    background: #0000001a;
    display: inline-block;
    position: absolute;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #000000;
}

.whatsappFloatingIcon {
    position: fixed;
    bottom: 3%;
    right: 3%;
}

.whatsappFloatingIcon img {
    height: 55px;
    float: right;
    box-shadow: 0px 0px 10px 2px #00000057;
    border-radius: 50%;
}

.whatsappFloatingIcon .showWhatsappMessage {
    display: none;
}

.whatsappFloatingIcon:hover .showWhatsappMessage {
    display: block;
    position: inherit;
    background: #29a71a;
    padding: 10px 15px 10px 15px;
    margin-right: 5px;
    border-radius: 5px;
    color: white;
    margin-top: 5px;
    right: 100px;
}

.inNavbar ul .inHeadBtnLogin {
    text-transform: uppercase;
    background: var(--color-primary);
    color: white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-top: 10px;
    height: max-content;
    text-align: center;
}

.inNavbar ul .inHeadBtnLogin:hover {
    transition: 0.3s ease-in-out;
    background-color: #3A7303;
    border-color: #356B01;
}

body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    outline: 1px solid var(--color-primary);
}

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

.preloader-wrapper {
    width: 100% !important;
    text-align: center !important;
    padding-top: 200px !important;
    height: 100%;
}

.loader {
    width: 60px;
    aspect-ratio: 1;
    background: linear-gradient(#dc1818 0 0) bottom/100% 0% no-repeat #ccc;
    -webkit-mask: radial-gradient(circle at 60% 65%, #000 62%, #0000 65%) top left, radial-gradient(circle at 40% 65%, #000 62%, #0000 65%) top right, linear-gradient(to bottom left, #000 42%, #0000 43%) bottom left, linear-gradient(to bottom right, #000 42%, #0000 43%) bottom right;
    -webkit-mask-size: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    animation: l19 2s infinite linear;
}

@keyframes l19 {
    90%,
    100% {
        background-size: 100% 100%
    }
}

.bg1 {
    background: url("../img/bg.png");
}


/*-- Fonts --*/

.font-arizona {
    font-family: 'Yesteryear', cursive;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

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

.font-15 {
    font-size: 15px !important;
}

.font-50 {
    font-size: 50px;
}


/* Colors */

.colorPrimary {
    color: var(--color-primary) !important;
}

.colorLightGrey {
    color: #707070;
}

.colorSecondary {
    color: var(--color-secondary);
}

.bgPrimary {
    background-color: var(--color-primary) !important;
}

.bgSecondary {
    background-color: var(--color-secondary) !important;
}

.colorGold {
    color: #efca15 !important;
}


/*-- Form Styles --*/

.label-1 {
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}

.form-select {
    border-color: #e2e5ec;
    padding: 0.65rem 2rem 0.65rem 0.75rem;
    font-size: 0.9rem;
}

.form-select:focus {
    border-color: var(--color-primary);
    outline: 0;
    box-shadow: none;
}

.form-control {
    border-color: #e2e5ec;
    padding: 10px 10px;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: var(--color-primary);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 129 / 15%);
}

.col-form-label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #444444;
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form-check-input:focus {
    border-color: var(--color-primary)75;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 0 129 / 24%);
}


/*-- Buttons --*/

.btnsecondary {
    background: rgba(228, 114, 3, 1);
    color: rgba(255, 255, 255, 1.00);
    transition: all 0.3s ease;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.btnsecondary:hover {
    background-color: var(--color-primary) !important;
    transition: 0.3s ease-in-out;
    color: #ffffff !important;
}

.btnPrimary {
    background-color: var(--color-primary) !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

.btnPrimary:hover,
.btnPrimary:focus {
    background-color: var(--color-primary) !important;
}

.btnPrimaryBordered {
    background-color: transparent !important;
    color: var(--color-primary) !important;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    border-color: var(--color-primary) !important;
}

.btnSecondary {
    background-color: var(--color-secondary) !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.btnSecondary:hover,
.btnSecondary:focus {
    background-color: var(--color-secondary-hover) !important;
}

.btnRed {
    background-color: #df023f !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.btnGreen {
    background-color: #55c508 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}


/*-- Additional Margins & Paddings --*/

.mt-minus-120 {
    margin-top: -120px;
}

.mt-minus-180 {
    margin-top: -180px;
}

.mt-minus-200 {
    margin-top: -200px;
}

.mt-minus-220 {
    margin-top: -220px;
}

.mb-50 {
    margin-bottom: 50px;
}

.inMT-35 {
    margin-top: 35px;
}

.inMT-5 {
    margin-top: 5px !important;
}

.inMB-5 {
    margin-bottom: 5px !important;
}

.inMT-2 {
    margin-top: 2px !important;
}

.inMT-75 {
    margin-top: 75px;
}

.pt-9 {
    padding-top: 9px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.pt-34 {
    padding-top: 34px !important;
}


/*-- Reusable Style --*/

.overflow-scroll-x {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.maxH-60 {
    max-height: 60px;
}

.maxH-200 {
    max-height: 200px;
}

.maxH-180 {
    max-height: 180px;
}

.maxH-250 {
    max-height: 250px;
}

.inTitle1 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.inLoginTitle2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-primary);
}

.inSubTitle1 {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}

.borderTopPrimary1 {
    border-top: 1px solid var(--color-primary);
}

.borderBottomLgtGrey1 {
    border-bottom: 1px solid #efefef;
}

.letterSpacing2 {
    letter-spacing: 2px;
}

.inPageHeader h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 700;
    color: var(--color-secondary);
}

.border-radius-5 {
    border-radius: 5px;
}

.avtar110 {
    border-radius: 50%;
    max-height: 110px;
}

.avtar60 {
    max-height: 60px;
    border-radius: 50%;
}

.avtar80 {
    max-height: 100%;
    border-radius: 50%;
    max-width: 80px;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.inProfileThumb {
    max-height: 70px;
    border-radius: 5px;
}

.inTimesIconOver {
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 30px;
    background: #ff0909;
    padding: 5px 10px 5px 10px;
    color: white;
    transition: all 0.3s ease;
}

.inTimesIconOver:hover,
.inTimesIconOver:focus {
    background: var(--color-secondary);
    padding: 5px 10px 5px 10px;
    color: white;
}

.inTimesIconOver i {
    font-size: 12px;
}

.active>.page-link,
.page-link.active {
    background-color: #d46800 !important;
    border-color: #d46800 !important;
}

.page-link {
    color: #d46800;
}

.inPanelActive {
    color: var(--color-secondary-hover);
    background: rgb(0 0 0 / 2%);
    border-left: 3px solid var(--color-primary) !important;
}

.inBorderColor1 {
    border-color: #ededed;
}

.inBorderRightMenu {
    border-right: 1px solid var(--color-primary-hover);
}

.inBorderLeftMenu {
    border-left: 1px solid var(--color-primary-hover);
}

.chosen-style-1 .chosen-container-single .chosen-single {
    border-color: #e2e5ec !important;
    padding: 0.65rem 2.25rem 0.65rem 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
}

.chosen-style-1 .chosen-container-single .chosen-single span {
    font-size: 0.9rem !important;
    text-decoration: none;
}

.chosen-style-2 .chosen-container-single .chosen-single {
    border-color: #e2e5ec !important;
    padding: 0.65rem 2rem 0.65rem 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
}

.chosen-style-2 .chosen-container-single .chosen-single span {
    font-size: 0.9rem !important;
    text-decoration: none;
}

.chosen-style-3 .chosen-container-multi .chosen-choices {
    border-color: #e2e5ec !important;
    padding: 0.48rem 2rem 0.48rem 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
}

.chosen-style-3 .chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 0.9rem !important;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
}

.chosen-style-4 .chosen-container-single .chosen-single {
    border-color: #e2e5ec !important;
    padding: 0.6rem 2rem 0.48rem 0.75rem !important;
    font-size: 0.9rem !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
}

.chosen-style-4 .chosen-container-single .chosen-single span {
    font-size: 0.9rem !important;
    text-decoration: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 100% !important;
}


/*-- Page Style --*/

.inOtpCode .form-control {
    padding: 0px !important;
}

.inMembershipOnlyFor {
    font-size: 13px;
    background: #ff0081;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 5px 0px 0px;
    color: white;
    margin-bottom: -5px;
}

.inMembershipOnlyFor i {
    font-size: 10px;
    vertical-align: middle;
}

.razorpay-payment-button {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 0px;
    color: #565656;
    position: absolute;
    z-index: 1;
    top: 0px;
    padding-top: 86px;
    font-size: 15px;
}

.btnMessageSend {
    font-size: 20px;
    text-align: center;
    border-radius: 0px;
    background-color: var(--color-primary);
    color: white;
    transition: all 0.3s ease;
}

.btn.btnMessageSend:hover,
.btn.btnMessageSend:focus {
    background-color: #e20473;
    color: white;
}

.chat-box-wrap .card-header span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--color-secondary);
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.btn-link {
    color: var(--color-primary);
    text-decoration: none;
}

.btn-link:hover {
    color: var(--color-primary) !important;
}

.chat-list-wrap {
    height: calc(80vh - 160px);
    max-height: calc(80vh - 160px);
    overflow-y: auto;
}

.chat-coversation {
    max-width: 450px;
    margin: 10px 0;
}

.chat-coversation .media-body .time {
    font-size: 10px;
    opacity: 0.5;
    display: block;
}

.avatar-xs {
    max-width: 35px;
}

.chat-coversation .media-body .text {
    background: #f2f3f8;
    padding: 10px 20px;
    line-height: 1.7;
    border-radius: 4px;
}

.chat-coversation.right .media-body .text {
    background: rgb(255 0 129 / 25%) !important;
    color: #fff;
}

.media {
    display: flex;
}

.chat-list {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.chat-coversation .media {
    align-items: flex-end;
}

.chat-coversation .avatar {
    margin-right: 15px;
    margin-bottom: 12px;
}

.chat-coversation.right {
    margin-left: auto;
}

.chat-box-wrap {
    border: 1px solid #f1f1f1;
}

.chat-box-wrap .chat-header {
    border-radius: 5px 5px 0px 0px;
}

.chat-box-wrap .chat-header .avatar-sm img {
    max-height: 50px !important;
}

.chat-box-wrap .chat-header .media-body h6 {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--color-secondary);
}

.chat-user-list-wrap {
    border: 1px solid #f1f1f1;
}

.card-header {
    border-bottom: 1px solid #f1f1f1;
}

.chat-user-list-header span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--color-secondary);
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.inAfterNav .navbar-toggler {
    background: white;
}

.inChatUserContent .inChatLastMsg {
    opacity: 60%;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.inChatUserContent .inChatLastTime {
    font-size: 12px;
}

.inChatUserList a {
    color: #3a3a3a;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.inChatUserList a h6 {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--color-secondary);
}

.inDocumentUpload input[type="file"] {
    display: none;
}

.inManagePhoto input[type="file"] {
    display: none;
}

.inPhotoUploadStatus {
    position: absolute;
    left: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
}

.inPhotoUploadStatus .inStatusPending {
    color: #ffc107;
}

.inMemberSpotlight .card-body {
    border-top: 0px;
    border-radius: 0px 0px 0.375rem 0.375rem;
    border: 1px solid #ededed;
}

.inMemberSpotlight .card-header {
    padding-top: 13px;
    padding-bottom: 13px;
    background: rgb(255 0 128 / 5%);
    border-bottom: 0px;
    color: var(--color-primary);
    letter-spacing: 0.4px;
    border: 1px solid rgb(255 0 128 / 5%);
}

.inMemberSpotlight .card-header h5 {
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.inMemberSpotlight .card {
    border: 0px;
    background: none;
}

.inMemberSpotlight .card-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 3px;
}

.inMemberSpotlight .card-body h4.btnSecondary {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.inMemberSpotlight .card .card-body p {
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 0px;
}

.inMemberSpotlight .card img {
    border-radius: 5px !important;
}

.inMemberDetCard .card-body i {
    color: #848484;
    font-size: 20px;
}

.inMemberDetCard .card-body {
    padding-bottom: 10px;
}

.inMemberDetCard .card-body h5 {
    margin-bottom: 15px;
}

.inMemberDetCard .card-header i {
    color: var(--color-primary);
}

.inMemberDetCard .card-header {
    background: white;
    border-bottom-color: #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
}

.inMemberDetCard .card-header h5 {
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.inMemberProfileAction a {
    border-radius: 5px;
    border: 1px solid #f9add3;
}

.inMemberProfileAction button {
    border-radius: 5px;
    border: 1px solid #f9add3 !important;
}

.inMemDet {
    font-weight: 500;
    color: var(--color-primary);
}

.inMemTopBasicDet h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.inMemTopBasicDet h6 {
    font-size: 14px;
    font-weight: 400;
}

.inMemTopName h5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 3px
}

.inMemTopName h6 {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}

.inMemProfileImg {
    border-radius: 15px;
}

.inMemOverLap {
    padding-top: 60px;
    padding-bottom: 200px;
    background: #fef8fa;
}

.inInvoiceCustTot h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 5px;
}

.inInvoiceCustTot h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
}

.inInvoiceCustDet h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-secondary);
}

.inInvoiceCustDet h5 {
    font-size: 14px;
    font-weight: 600;
}

.inInvoiceCustDet h5 span {
    color: var(--color-primary);
    padding-right: 10px;
}

.inInvoiceText h3 {
    margin-bottom: 0px;
    font-family: 'Nunito', sans-serif;
    color: var(--color-secondary) !important;
    font-weight: 800;
    font-size: 26px;
    padding-top: 15px;
}

.inInvoiceText h5 {
    font-size: 15px;
    font-weight: 500;
}

.inInvoiceText h5 span {
    font-size: 15px;
    font-weight: 500;
}

.btnInvoice {
    font-size: 20px;
    border-radius: 50%;
    background: var(--color-secondary);
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    display: inline-block;
    transition: all 0.3s ease;
}

.btnInvoice:hover,
.btnInvoice:focus {
    background-color: var(--color-secondary-hover) !important;
    color: white !important;
}

.inCurrentHisHead {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 3px;
}

.inCurrentHisData {
    font-size: 14px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 0px;
}

.inPhotoPasswordText {
    font-size: 13px;
    color: #565656;
}

.inPhotoPassword {
    font-size: 13px;
    color: #565656;
}

.inExpressStatus {
    font-weight: 600;
    font-size: 15px;
}

.inPhotoTab li .nav-link.active {
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--color-primary);
    border-color: #dfdfdf #dfdfdf #ffffff;
}

.inPhotoTab li .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #565656;
}

.inNotification:hover,
.inNotification:focus {
    transition: all 0.2s ease;
    background: #ededed;
}

.inNotificationMarkBtn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.inNotification h5 {
    font-size: 15px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 5px !important;
    padding-top: 5px;
}

.inNotification p {
    font-size: 13px;
    letter-spacing: 0.3px;
}

.inIconMenu .dropdown-toggle::after {
    display: none;
}

.inIconMenu .nav-link i {
    padding-left: 5px;
    font-size: 14px !important;
}

.inPhotoPasswordSet .btnSecondary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.inPrivacyCurrentStatus h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #565656;
}

.inPrivacyCurrentStatus .inPrivacyStatus {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: red;
}

.inPrivacyCurrentStatus .btnPrimary {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.inRefineTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin-bottom: 10px;
}

.inRefinePanel .filterSelect {
    padding: 0.65rem 1rem 0.65rem 0.75rem !important;
}

.inRefinePanel .card-header {
    padding-top: 13px;
    padding-bottom: 13px;
    background: var(--color-secondary);
    border-bottom: 0px;
}

.inRefinePanel h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.4px;
    color: white;
    padding-top: 3px;
}

.inMainResultAction a {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease;
}

.inMainResultAction a:hover,
.inMainResultAction a:focus {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.inMainResultAction button {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    width: 100%;
}

.inMainResultAction button:hover,
.inMainResultAction button:focus {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.inMainResultAction i {
    font-size: 20px;
    color: var(--color-primary);
}

.inMainResultAction p {
    font-size: 12px;
    margin-bottom: 0px;
    color: var(--color-secondary);
}

.inMainResultCard .card-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #383838;
}

.inMainResultCard .card-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 3px;
}

.inMainResultCard h6 {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}

.inMsgViewThumb h5 {
    color: var(--color-secondary);
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.inMsgViewThumb p {
    margin-bottom: 0px;
    color: var(--color-primary);
    font-size: 13px;
}

.inMsgViewDate p {
    font-size: 12px;
    margin-bottom: 0px;
    color: var(--color-secondary);
}

.inMsgViewDate h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: var(--color-primary);
}

.inMsgCardView {
    border-color: #ededed;
}

.inMsgCardView .card-footer {
    background-color: #f9f9f9 !important;
    border-top-color: #f9f9f9 !important;
}

.inMsgCardView .card-footer .btn {
    font-size: 12px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.inMsgSearchBtn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
}

.inMsgAction .btnSecondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
}

.inMsgCard {
    border-color: #ededed;
}

a.inMsgImpIcon {
    color: grey;
}

.inMsgMatriId h5 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 2px;
    color: var(--color-primary);
}

.inMsgSubject h5 {
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 2px;
    color: #565656;
}

.inMsgDate p {
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 2px;
    color: var(--color-secondary);
}

.inCardHomeProfile .btnPrimary {
    font-size: 13px;
}

.inManagePhotoCard .btnSecondary.btn1 {
    color: var(--color-secondary) !important;
    background-color: #f9f9f9 !important;
    border-radius: 0px 0px 0px 5px;
    border-right-color: white;
}

.inManagePhotoCard .btnSecondary.btn2 {
    color: var(--color-secondary) !important;
    background-color: #f9f9f9 !important;
    border-radius: 0px 0px 5px 0px;
    border-left-color: white;
}

.inEditPrefPartHeader h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: var(--color-primary);
    background: rgb(255 0 128 / 5%);
    border-bottom: 0px;
    border-radius: 5px;
}

.inEditCard .card-body .btnPrimary {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inEditCard {
    border-color: #ededed;
}

.inEditCard .card-header h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Nunito', sans-serif;
    color: var(--color-secondary);
}

.inEditCard .card-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #ededed;
    background-color: #fbfbfb;
}

.inAfterNav .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.3px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #565656;
}

.inAfterNav .dropdown-item:hover,
inAfterNav .dropdown-item:focus {
    background-color: #f8f8f8;
}

.inToastExpress {
    background: #2c2c2cd4 !important;
    border-color: transparent;
    margin-bottom: 30px !important;
}

.inToastExpress strong {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.inHomeMemCard {
    background: rgb(255 242 249);
    border-color: rgb(255 0 129 / 10%);
}

.inHomePlanName h4 {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 5px;
}

.inHomePlanName h4 span {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 5px;
}

.inHomePlanExpiry p {
    margin: 14px 0 0 0;
    color: #565656;
    text-align: center;
}

.inHomePlanExpiry p span {
    margin-bottom: 5px;
    color: red;
}

.inHomeMemCard .inPlanDes {
    font-size: 14px;
    color: #565656;
    margin-bottom: 5px;
}

.inHomeMemCard .inPlanValue {
    font-size: 1.3rem;
    margin-bottom: 0px;
}

.inDashHello {
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #565656;
}

.inDashHello small {
    color: var(--color-primary);
}

.inDashActiveProfile .alert-primary {
    background-color: rgb(207 226 255 / 39%);
    border-color: rgb(182 212 254 / 36%);
}

.inDashActiveProfile .btnSecondary {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 38px;
}

.inDashActiveProfile p {
    letter-spacing: 0.3px;
}

.inDashProfileMeter h5 {
    font-size: 18px;
    font-weight: 400;
}

.inDashProfileMeter p {
    font-size: 12px;
    margin-top: 5px;
    color: #565656;
}

.inDashProfileMeter .progress-bar {
    background-color: var(--color-secondary);
}

.inDashMatriSearch .btnPrimary {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inProfileSM .card-footer {
    padding: 0px;
    border-top: 0px;
    background: none;
}

.inProfileSM .card-footer .btnPrimary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
}

.inProfileSM .card-footer .btnPrimaryBordered {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
}

.inProfileSM a {
    text-decoration: none;
}

.inProfileSM {
    border: 0px;
    background: none;
}

.inProfileSM .card-img-top img {
    border-radius: 10px 10px 10px 10px;
}

.inProfileSM h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 3px;
}

.inProfileSM p {
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 0px;
}

.inDashProfile .inDashTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 5px;
    font-family: 'Nunito', sans-serif;
    color: var(--color-secondary);
}

.inDashProfile .inDashAllBtn {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 800;
    font-size: 13px;
}

.inCardHomeProfile {
    border-color: #ededed;
}

.inCardHomeProfile .btnSecondary {
    font-size: 13px;
}

.inLeftPanelCard {
    border: 0px;
}

.inLeftPanelCard .card-header {
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
    background: rgb(255 0 128 / 5%);
    border-bottom: 0px;
    color: var(--color-primary);
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.4px;
    border: 1px solid rgb(255 0 128 / 5%);
}

.inLeftPanelCard .card-body {
    padding: 0px;
    border: 1px solid #ededed;
    border-top: 0px;
    border-radius: 0px 0px 0.375rem 0.375rem;
}

.inLeftPanelCard .card-body ul li a {
    font-size: 13px;
    color: var(--color-secondary);
    margin-bottom: 0px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.inLeftPanelCard .card-body ul li a:hover,
.inLeftPanelCard .card-body ul li a:focus {
    color: var(--color-secondary-hover);
    background: rgb(0 0 0 / 2%);
    border-left: 3px solid var(--color-primary);
}

.inBottomFixNav a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    color: var(--color-primary);
    padding-left: 5px;
    padding-right: 5px;
}

.inBottomFixNav {
    text-align: center;
}

.inBottomFixNav i {
    font-size: 16px;
}

.inBottomFixNav h5 {
    font-size: 10px;
    margin-bottom: 0px;
}

.inBottomFixNav span.badge {
    top: 12px;
    margin-left: 10px;
}

.inOffNavName {
    font-weight: 700;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    color: var(--color-primary);
}

.inOffNavId {
    font-size: 14px;
    font-weight: 500;
    color: #565656;
}

.inAfterNav {
    padding: 0px;
}

.inAfterNav .nav-item .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
    color: white;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.3px;
}

.inAfterNav .nav-item a i {
    padding-right: 5px;
    font-size: 12px;
}

.inAfterNav .nav-item .nav-link:hover {
    background-color: var(--color-primary-hover);
}

.inHeaderName span {
    color: var(--color-primary);
}

.inHeaderStatus {
    color: #565656;
    font-size: 13px;
}

.inHeaderStatus b {
    font-weight: 600;
    color: var(--color-secondary);
}

.inHeaderUser .card img {
    border-radius: 5px;
    max-height: 60px;
}

.inHeaderUser .card .card-body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inHeaderUser .card .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #565656;
}

.paymentOptionCard {
    text-decoration: none;
}

.paymentOptionCard .card h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 0px;
    color: #565656;
}

.inPaymentOption .inPlanPrice {
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 0px;
    font-size: 28px;
}

.inPaymentOption .inPlanName {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 5px;
}

.inPaymentOption .card img {
    max-height: 90px;
}

.inPaymentOption .card {
    border-color: #ededed;
}

.inPaymentOption .inPlanDes {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6e6e6e;
    margin-top: 10px;
}

.inPaymentOption .inPlanValue {
    margin-bottom: 0px;
    color: var(--color-secondary);
    font-weight: 700;
    font-size: 20px;
}

.inPaymentTitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary) !important;
    padding-bottom: 15px;
}

.inMobileVerification .card {
    border-color: #ededed;
}

.inMobileVerification .card .btnSecondary {
    font-size: 13px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.inLoginTitle {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-secondary);
}

.inLogin .card {
    border-color: #ededed;
}

.inLoginCreateText a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
}

.inForgotPasswordLink {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--color-secondary) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inForgotPasswordLink:hover,
.inForgotPasswordLink:focus {
    text-decoration: underline;
}

.inPostCard.card {
    border-color: #ededed;
}

.inStoryCard {
    border: 0px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.inStoryCard .card-img-top img {
    border-radius: 5px 5px 0px 0px;
}

.inStoryCard .card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
}

.inStoryCard .card-text {
    font-size: 13px;
    color: #6e6e6e;
}

.inStoryCard h6 {
    font-weight: 600;
    font-size: 13px;
    color: #565656;
}

.inStoryCard .btnSecondary {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.inSuccessPill .nav-pills .nav-link {
    padding: 15px 15px;
    background-color: rgb(228, 114, 3);
    color: white;
    border-color: #ddd;
    box-shadow: inset 0px -4px 6px 0px #C36000;
    border-radius: 5px 5px 0px 0px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
}

.inSuccessPill .nav-pills .nav-link.active,
.inSuccessPill .nav-pills .show>.nav-link {
    color: #4A4A4A;
    border-bottom-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px -6px 0px 0px #E47203;
    border-radius: 5px 5px 0px 0px;
    background-color: transparent;
}

.inSearchCard .card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary) !important;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    padding-top: 30px;
}

.inSearchCard .card {
    border-color: #ededed;
}

.inSearchPill .nav-pills .nav-link {
    padding: 15px 15px;
    background-color: rgb(228, 114, 3);
    color: white;
    border-color: rgb(212, 104, 0);
    box-shadow: inset 0px -4px 6px 0px #C36000;
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
    display: block;
}

.inSearchPill .nav-pills .nav-link.active,
.inSearchPill .nav-pills .show>.nav-link {
    background-color: rgba(255, 255, 255, 1.00) !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0px -5px 0px 0px rgb(228, 114, 3);
    border-radius: 5px 5px 0px 0px;
    color: #4A4A4A;
}

.inMembershipCard .inPlanValue {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #e47203;
}

.duration-list {
    text-align: center;
    border-bottom: 1px solid rgb(241 241 241);
    padding-top: 10px;
    padding-bottom: 5px;
}

.duration-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.purchase-plan-button a {
    min-height: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.inMembershipCard .inPlanDes {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

.inMembershipCard .card-body {
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}

.plan-purchase-history {
    padding: 15px;
}

.inMembershipCard .inPlanName {
    color: #fff;
    margin: 10px 0 15px 0;
    font-size: 15px;
}

.gt-plan-header {
    display: table;
    width: 100%;
    background: rgba(228, 114, 3, 1);
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.inMembershipCard .card-body:hover>.gt-plan-header {
    background-color: var(--color-primary) !important;
    transition: all 0.5s ease-in-out;
}

.gt-plan-header i {
    font-size: 40px;
    text-align: center;
    color: rgb(255 255 255);
}

.inMembershipCard .inPlanPrice {
    background: rgb(195 99 6);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.inMembershipCard .card-body:hover>.gt-plan-header .inPlanPrice {
    background: rgb(66, 130, 5) !important;
    transition: all 0.5s ease-in-out;
}

.inMembershipCard .card-body:hover>.purchase-plan-button .btnsecondary {
    background-color: var(--color-primary) !important;
}

.inMembershipCard .card {
    border-color: #ededed;
}

.copyright-sec-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #202a46;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-top: 1px solid #2e4060;
}

.copyright-sec-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgb(255, 255, 255);
    border-top: 3px solid rgb(73, 146, 2);
    font-weight: 500;
}

.copyright-sec-bg p {
    color: #333 !important;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    margin: 0;
}

.copyright-sec-bg a {
    color: #499202;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: var(--color-primary-hover);
}

.inFollowIcon li a {
    /* color: #b7b7b7; */
    color: #fafafa;
}

.inFollowIcon li a i {
    font-size: 30px;
    transition: all 0.2s ease;
    font-size: 35px;
}

.inFollowIcon li a:hover {
    color: white;
}

.inFollowIcon li a:hover i {
    transform: scale(1.2);
}

.inFooter1 {
    background: #fbfbfb;
    border-top: 1px solid rgb(236, 236, 236);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.inFooterLinks h1 {
    font-size: 15px;
    font-weight: 700;
    color: #499202 !important;
}

.inFooterLinks ul li a {
    color: rgb(86, 86, 86) !important;
    transition: all 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    display: block;
}

.inFooterLinks ul li a:hover,
.inFooterLinks ul li a:focus {
    color: #ffffff;
}

.inFooterContact h1 {
    font-size: 15px;
    font-weight: 800;
    color: #499202 !important;
}

.inFooterContact h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fafafa;
    /* color: #b7b7b7; */
}

.inHeartsGroup {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background: #FFFFFF;
    color: var(--color-secondary);
}

.inHearts:before {
    content: '';
    width: 100%;
    top: 22px;
    left: 0;
    border-top: 1px solid #f1f1f1;
    position: absolute;
}

.inHearts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 46%;
    position: relative;
    text-align: center;
}

.inBrowseOption a {
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #fbfbfb;
    letter-spacing: 0.5px;
}

.inBrowseOption a:hover,
.inBrowseOption a:focus {
    background: var(--color-secondary);
    color: #ffffff;
}

.inBrowseProfilePill .nav-pills .nav-link {
    background-color: transparent !important;
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 3px solid transparent;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.inBrowseProfilePill .nav-pills .nav-link.active,
.inBrowseProfilePill .nav-pills .show>.nav-link {
    color: var(--color-secondary) !important;
    border-bottom: 3px solid var(--color-secondary);
}

.inBrowseProfilePill .nav-pills .nav-link:hover {
    color: var(--color-secondary) !important;
    border-bottom: 3px solid var(--color-secondary);
}

.inBrowseProfile {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inSuccessStory {
    background: rgb(22 8 100 / 7%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.inSuccessStory .card-img-overlay {
    top: auto;
    background: rgb(0 0 0 / 35%);
}

.inSuccessStory .card-img-overlay .card-title {
    font-size: 34px;
    letter-spacing: 0.5px;
}

.inSuccessStory .card a:hover .card-img-overlay {
    top: 0;
    background-color: white;
    transition: all 0.4s ease-out;
}

.inSuccessSub {
    display: none;
}

.inSuccessStory .card a:hover .inSuccessSub {
    display: block;
}

.inSuccessStory .card a:hover .card-title,
.inSuccessStory.card a:hover .card-text {
    display: none;
}

a.inFeturedCard {
    text-decoration: none;
}

a.inFeturedCard .card {
    border-color: #F1F1F1 !important;
}

.inFeturedCard h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.inFeturedCard h5 {
    font-weight: 500;
    margin-bottom: 3px;
    color: #484848;
    font-size: 13px;
}

.inFeturedCard p {
    font-weight: 500;
    color: #484848;
    font-size: 13px;
}

.inFeaturedBride {
    padding-top: 50px;
    padding-bottom: 30px;
}

.inFeaturedGroom {
    padding-top: 30px;
    padding-bottom: 50px;
}

.inSteps {
    padding-top: 30px;
    padding-bottom: 50px;
}

.inSteps h3 {
    margin-top: 30px;
    font-size: 22px;
    color: var(--color-primary);
}

.inSteps h4 {
    font-weight: 600;
    color: #484848;
}

.inSteps h5 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: var(--color-primary);
}

.inSteps img {
    max-height: 150px;
}

.inDashSearch {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}

.owl-carousel .owl-wrapper-outer {
    max-height: 900px;
}

.inFormTerms a {
    text-decoration: none;
    font-weight: 600;
    color: #1B1B1B;
}

.inFormTerms a:hover,
.inFormTerms a:focus {
    text-decoration: underline;
}

.inFormTerms label {
    color: #1B1B1B;
}

.inLogo {
    padding: 0;
}

.inLogo img {
    /* max-height: 70px; */
    max-width: 130px;
}

.inNavbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.inNavbar ul li a.nav-link {
    text-transform: uppercase;
    font-size: 13px;
    padding: 17px 15px !important;
    letter-spacing: 0.4px;
    color: #363636;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}

.inNavbar ul li a:hover,
.inNavbar ul li a:focus {
    font-size: 13px;
    border-bottom: 3px solid #ff7e00;
    color: #ff7e00;
    transition: all 0.3s ease;
    background-color: #eee;
}

.inNavbar ul .inHeadBtnReg {
    text-transform: uppercase;
    background: var(--color-primary);
    color: white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
    height: max-content !important;
    text-align: center;
}

.inNavbar ul .inHeadBtnReg:hover,
.btnPrimary:hover {
    transition: 0.3s ease-in-out;
    background-color: #3A7303 !important;
    border-color: #356B01 !important;
}

.inSlider {
    position: absolute !important;
    z-index: -1;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}


/*----blog page----*/

.blog-list-main {
    background-image: url('/user/img/blog/bant.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.blog-list-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e6;
    opacity: 0.3;
}

.blog-banner-main {
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-banner-main h2 {
    text-align: center;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

section.bloger-lister {
    padding-top: 70px;
    padding-bottom: 60px;
}

.blog-listing {
    row-gap: 20px;
}

.blog-main {
    width: calc(50% - 20px);
    box-shadow: 0px 0px 4px #ddd;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.blog-image {
    width: 30%;
}

.blog-image img {
    width: 100%;
    height: 100%;
    max-height: 183px;
    min-height: 183px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-listing .blog-content {
    width: calc(70% - 7px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .blog-content {
    padding: 20px 0 25px 0;
} */

.blog-listing .blog-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
}

.blog-content h5 a,
.detail-inr-cnt h5 a,
.blog-inr-cnt a {
    color: #232323;
}

.blog-content span,
.detail-inr-cnt span {
    color: #333 !important;
    font-size: 14px !important;
}

.blog-listing .blog-main .categorised-inner {
    display: none;
}

.categorised-inner ul {
    margin: 0;
    padding: 10px 0;
}

.categorised-inner ul li {
    list-style: none;
    display: inline-block;
}

.categorised-inner ul li a {
    display: inline-block;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #fff;
    background-color: #e47203;
    font-weight: 500;
    margin-bottom: 7px;
    padding: 2px 13px;
    border-radius: 18px;
    text-transform: capitalize;
}

.blog-listing .blog-inr-cnt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0 0 0 !important;
    padding-bottom: 0 !important;
}

.blog-inr-cnt p {
    font-size: 14px !important;
    font-weight: 400;
}

.blog-inr-cnt p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}


/*----/blog css----*/


/*----blog detail page----*/

section.bloger-details-main {
    padding: 30px 0 70px 0;
}

.bloger-details-main .details-imager {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 11px #d3d3d3;
}

.details-imager img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.detail-inr-cnt {
    padding-top: 20px;
}


/*----/blog detail page----*/


/*----homepage blog section------*/

.sec-space-tp {
    margin-top: 100px;
}

.our-blog-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.blog-left {
    width: 75%;
}

.blog-left h4 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}

.blog-right {
    width: 25%;
    text-align: end;
}

a.discover {
    border-radius: 10px;
    background-color: var(--violet-color);
    font-size: 14px;
    padding: 11px 19px;
    display: inline-block;
    line-height: 30px;
    color: #499202;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--common-font);
    border: 1px solid #499202;
    text-decoration: none;
}

.blogger-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blogger-left {
    width: 37%;
    box-shadow: 0 0 20px #dbd5d5;
    padding: 20px;
    border-radius: 5px;
}

.blogger-right {
    width: calc(63% - 10px);
    margin-left: 10px;
}

.blog-left-img,
.bg-right-img,
.cele-img,
.reality-weds {
    overflow: hidden;
}

.blog-left-img,
.cele-img {
    border-radius: 8px;
}

.blogger-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.blog-left-img img,
.bg-right-img img,
.cele-img img,
.reality-weds img {
    transition: transform 1s cubic-bezier(.2, 0, 0, 1);
    cursor: pointer;
}

.blogger-left h5,
.blogger-inner-content h5 {
    font-size: 18px;
    line-height: normal;
    color: #232323;
    font-weight: 600;
    margin: 0;
}

.blogger-left h5 a,
.blogger-inner-content h5 a {
    font-size: 16px;
    line-height: normal;
    color: #232323;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.blogger-left span,
.blogger-inner-content span {
    font-size: 14px;
    line-height: normal;
    color: #232323;
    font-weight: 500;
    opacity: 0.702;
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
    margin: 5px 0;
}

.custom-blog-desc {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #333 !important;
}

.blogger-inner-left img {
    height: 165px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.blogger-inner-left {
    width: 30%;
}

.blogger-inner-right {
    width: 70%;
    padding-left: 20px;
}

.bloggest-main {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    box-shadow: 0 0 20px #dbd5d5;
    opacity: 1;
    padding: 20px;
    border-radius: 5px;
}


/*----/homepage blog section------*/

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(.75);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(.75);
    }
    100% {
        transform: scale(.75);
    }
}

.heart {
    animation: heartbeat 1s infinite;
}


/* ==================== 24-oct-2025 ====================*/

.blog-right a.discover span {
    margin-left: 10px;
}

.blogger-inner-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more a {
    font-size: 15px;
    line-height: normal;
    color: #499202;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}

.read-more ul li {
    list-style: none;
}

.blogger-left h5 {
    margin-top: 15px;
}

.bloggest-main+.bloggest-main {
    margin-top: 10px;
}

.inFollowIcon .fa-facebook-square {
    color: #3b5998;
}

.inFollowIcon .fa-square-pinterest {
    color: #d34836;
}

.inFollowIcon .fa-square-twitter {
    color: #0084b4;
}

.inFollowIcon .fa-linkedin {
    color: #0077B5;
}

.gt-slideUp-form-head {
    background: rgb(255 255 255 / 100%);
    width: 100%;
    float: left;
    padding: 25px 20px;
    border-radius: 10px 10px 0px 0px;
}

.gt-slideUp-form-head h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #e47203;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.banner-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    row-gap: 0;
}

.banner-form-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% / 2 - 5px) !important;
    flex: 1 0 auto;
    margin-bottom: 10px;
}

.banner-form-col {
    width: calc(100% / 3 - 8px);
    flex: 1 0 auto;
}

.banner-form-col {
    display: flex;
    align-items: center;
}

.banner-form span.input-group-addon {
    height: 36px;
    max-width: 43px;
    border-radius: 3px 0 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ced4da;
    width: 100%;
    min-width: 43px;
    border-right: 0 !important;
    background-color: #fff;
}

.fname input,
.day select,
.counry-code select,
.gender select,
.email input,
.password input,
.martial select,
.profile select,
.country select,
.religion select,
.banner-form-col .chosen-container-single .chosen-single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.banner-form-inner .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.banner-form-inner .form-check input {
    width: 13px;
    height: 13px !important;
    margin: 0;
}

.banner-form-col input,
.banner-form-col select,
.banner-form-col .chosen-container-single .chosen-single {
    padding: 9px 10px;
    font-size: 12px;
    color: #666;
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    height: 36px;
    border-radius: 3px;
    text-decoration: none;
}

.banner-form-col input::placeholder,
.banner-form-col select::placeholder,
.banner-form-col .chosen-container-single .chosen-single::placeholder {
    font-size: 12px;
    color: #666 !important;
    font-weight: normal !important;
}

.banner-form-inner input.btn.btnSecondary {
    color: #fff;
    background-color: #499202 !important;
    border-color: #499202 !important;
    transition: all 0.3s ease-in-out;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 100vmax;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 46px;
}

.banner-form-inner input.btn.btnSecondary:hover {
    transition: 0.3s ease-in-out;
    background-color: #3A7303 !important;
    border-color: #356B01 !important;
}

.form-check label a {
    font-weight: 700;
    color: #000 !important;
    text-decoration: none;
}

.banner-form-col.counry-code {
    width: 25%;
}

.banner-form-col input:focus,
.banner-form-col select:focus {
    box-shadow: none;
}

.banner-form-col.mobile {
    width: calc(73% - 10px);
}

.banner-form-col.day {
    width: 25%;
}

.banner-form-col.month {
    width: calc(36% - 10px);
}

.banner-form-col.year {
    width: calc(37% - 10px);
}

.banner-form-col.buttn {
    justify-content: center;
}

.faq-quaction-bg {
    background: #fff4e9;
    padding: 50px 0;
}

.inner-faq-quaction .accordion .accordion__header {
    cursor: pointer;
}

.accordion__question {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    position: relative;
    padding-right: 40px;
}

.accordion__question {
    position: relative;
    margin: 0;
}

.inner-faq-quaction h5 {
    font-size: 16px;
    color: #232323;
    font-weight: 600;
    line-height: normal;
}

.inner-faq-quaction h5.accordion__question.highlight {
    color: #499202;
}

.accordion__question:before {
    position: absolute;
    content: "";
    width: 14px;
    right: 0;
    top: 20px;
    transition: 0.3s ease-in-out;
    height: 2px;
    background-color: #499202;
}

.accordion__question::after {
    position: absolute;
    content: "";
    width: 2px;
    transform: rotate(0);
    right: 6px;
    top: 14px;
    transition: 0.3s ease-in-out;
    height: 14px;
    background-color: #499202;
    left: auto;
}

h3.accordion__question.highlight:before {
    transform: rotate(-225deg);
    transition: 0.3s ease-in-out;
}

.accordion__question.highlight::after {
    display: none;
}

.accordion__answer {
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e9e9e9;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: 0.4s ease-in-out;
}

.inner-faq-quaction h4 {
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}

.accordion {
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 14px;
}


/*-----home page blog css------*/


/*-----welcome to digishadi section---*/

.inner-welcome-digishaadi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.welcome-digishaadi-left,
.welcome-digishaadi-right {
    width: calc(100%/2 - 20px);
}

.welcome-digishaadi-left,
.welcome-digishaadi-right {
    width: calc(100%/2 - 20px);
}

.welcome-digishaadi-left h4 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.welcome-digishaadi-left p {
    font-family: 'Poppins', sans-serif;
}

.welcome-digishaadi-right img {
    border-radius: 10px;
    vertical-align: bottom;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/*------features of digishadi------*/

section.feature-digishaadi-bg {
    background-color: #fff4e9;
    padding: 50px 0;
}

.inner-feature-digishaadi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.feature-digishaadi-left,
.feature-digishaadi-right {
    width: calc(100%/2 - 20px);
}

.feature-digishaadi-left img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    max-height: 350px;
}

.feature-digishaadi-left,
.feature-digishaadi-right {
    width: calc(100%/2 - 20px);
}

.feature-digishaadi-right h4 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.feature-digishaadi-right h5 {
    font-size: 16px;
    color: #232323;
    margin: 20px 0 10px 0;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.feature-digishaadi-right p {
    padding-left: 20px;
}

.feature-digishaadi-right h5:after {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: #499202;
    border-radius: 50%;
    top: 3px;
}

.ctm-full-width {
    width: 100% !important;
}

#owl-demo-2 .item img {
    /* min-height: 600px !important; */
    object-fit: cover;
}

.blog-content h5 a,
.detail-inr-cnt h5 {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 12px;
    text-decoration: none;
}

.blog-listing {
    row-gap: 20px;
}

.blog-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.custom-pagination ul.pagination {
    justify-content: center;
    margin-top: 20px;
}

.related-cnt h3 {
    text-align: center;
    text-align: center;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e47203;
    margin-bottom: 40px;
}

.single-page-blog .detail-inr-cnt h2,
.single-page-blog .detail-inr-cnt h3,
.single-page-blog .blog-content span {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 40px;
    margin: 30px 0 10px 0;
}

.single-page-blog .detail-inr-cnt h2 strong,
.single-page-blog .detail-inr-cnt h3 strong,
.single-page-blog .detail-inr-cnt h2 b,
.single-page-blog .detail-inr-cnt h3 b {
    font-weight: 600;
}

.inSearchCard ul {
    gap: 5px;
}


/* ==================== 24-oct-2025 ====================*/


/* ==================== 25-oct-2025 ====================*/

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

.inHomePlanExpiry h2 {
    padding: 14px 0 !important;
    text-align: center;
}

.inSearchTitle {
    font-size: 22px;
    font-weight: 700;
    color: #E47203;
    margin-bottom: 5px;
}

.contact-col-left .card-body {
    border-top: 8px solid #e47203;
    padding: 15px;
    margin-bottom: 0px;
    border-left: none !important;
    border-right: none !important;
    border-radius: 5px 5px 0px 0px;
    background: white;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.contact-col-left .card-body h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #e47203;
    font-size: 16px;
}

.contact-col-right .card-body {
    border-top: 8px solid #499202;
    padding: 15px;
    margin-bottom: 0px;
    border-left: none !important;
    border-right: none !important;
    border-radius: 5px 5px 0px 0px;
    background: white;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.contact-col-right .card-body h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #499202;
    font-size: 16px;
}

.contact-col-right .form-group {
    margin-bottom: 15px;
}

.contact-col-right .form-group label {
    color: #565656;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.border-round {
    border-radius: 100vmax !important;
}

.inLogin .card {
    border: none;
}

.row-gap-20 {
    row-gap: 20px;
}

.faq-sec-bg .accordion-button {
    font-size: 16px;
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
    margin-bottom: 14px;
    border-radius: 5px !important;
}

.faq-sec-bg .accordion-button:hover {
    background-color: #e0e0e0;
}

.faq-sec-bg .accordion-body {
    margin: 5px 0 15px 0;
    color: #666;
    padding: 10px;
    border-left: 3px solid #4CAF50;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-sec-bg.accordion-flush {
    margin-top: 50px;
    padding: 0;
}

.faq-sec-bg .accordion-button::after {
    width: 16px !important;
    height: 16px !important;
    background-size: contain;
}

.faq-sec-bg.accordion-flush .accordion-item {
    border-bottom: none;
}

.chosen-style-3 .chosen-container-multi .chosen-choices {
    box-shadow: none !important;
    outline: none;
}


/* 
.chosen-style-3 .chosen-container-multi .chosen-choices {
    border: 1px solid var(--color-primary) !important;
} */

.chosen-style-3 .chosen-container-multi.chosen-container-active .chosen-choices {
    border: 1px solid var(--color-primary) !important;
}

.login-page .card-body,
.forgot-password-sec,
.register-form-sec,
.kundli-matching-check {
    margin: 20px auto;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

.login-page .card-body,
.forgot-password-sec .card-body,
.register-form-sec .card-body {
    padding: 24px;
}

.login-page .form-group label,
.forgot-password-sec .form-group label,
.register-form-sec .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 5px;
}

.inLoginCreateText a {
    margin-top: 5px !important;
    display: inline-block;
}

.login-page .inLoginTitle,
.forgot-password-sec .inLoginTitle,
.register-form-sec .inLoginTitle {
    margin-top: 0;
}

.chosen-container-single .chosen-single div b {
    background: url(../img/chosen-sprite.png) no-repeat 0px 36px !important;
}

.register-form-sec .row>.col-xl-6 {
    flex: 1 0 auto;
}

.document-default-image img {
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.padding-15 {
    padding: 15px !important;
}

.register-form-sec .btnSecondary {
    background-color: #499202 !important;
    border-color: #499202 !important;
}

.register-form-sec .btnSecondary:hover {
    transition: 0.3s ease-in-out;
    background-color: #3A7303 !important;
    border-color: #356B01 !important;
}


/* ==================== 25-oct-2025 ====================*/


/* ==================== 27-oct-2025 ====================*/

.chosen-container.chosen-with-drop .chosen-drop {
    width: 320px !important;
    left: -52px !important;
    top: 68px !important;
    max-width: 320px !important;
}

.new-kundali-form-left,
.new-kundali-form-right {
    border-radius: 10px;
    filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
    padding: 30px 15px 40px 15px;
}

.inThemeOrange {
    color: #e47203;
    text-decoration: none;
}

.faq-kundali-main-bg .accordion {
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
}

.faq-kundali-main-bg .accordion-body {
    color: #555555;
}

.accordion-item:last-child {
    border-bottom: none;
}

.faq-kundali-main-bg h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.faq-kundali-main-bg .accordion button {
    background: transparent;
    font-size: 16px;
    color: #232323;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    padding: 15px 0 15px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.faq-kundali-main-bg span.accordion-title {
    padding-right: 20px;
}

.faq-kundali-main-bg .accordion-button::after {
    display: none;
}

.faq-kundali-main-bg .accordion button::before {
    content: '+';
    font-size: 20px;
    color: #555;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
}

.faq-kundali-main-bg .accordion-button:not(.collapsed)::before {
    content: '-';
}

.faq-kundali-main-bg .accordion button::before {
    font-size: 24px;
    color: #499202;
    top: 8px;
}

.faq-kundali-main-bg .accordion-button:not(.collapsed) {
    color: #499202;
    font-weight: bold;
    background-color: transparent;
}

.faq-kundali-main-bg .accordion button.active {
    color: #499202;
    font-weight: bold;
    background-color: transparent;
}

.new-kundali-form-left .form-group label,
.new-kundali-form-right .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    display: block;
    width: 100%;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.register-form-tabs {
    max-width: 100%;
    box-shadow: none;
    padding: 0;
}

.register-form-tabs .nav-tabs {
    gap: 5px;
    row-gap: 10px;
}

.register-form-tabs .nav-tabs .nav-link {
    padding: 15px 10px;
    background-color: rgb(228, 114, 3);
    color: white;
    border-color: #ddd;
    box-shadow: inset 0px -4px 6px 0px #C36000;
    border-radius: 5px 5px 0px 0px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
}

.register-form-tabs .nav-tabs .nav-link.active {
    color: #4A4A4A;
    border-bottom-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px -6px 0px 0px #E47203;
    border-radius: 5px 5px 0px 0px;
    background-color: transparent;
}

.match-result-kundli tbody tr td:first-child {
    text-align: start;
}

.match-result-sec-bg {
    border-radius: 10px;
    filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
    padding: 30px 15px 40px 15px;
    border: none;
}


/* ==================== 27-oct-2025 ====================*/


/* ==================== 28-oct-2025 ====================*/

.kundli-matching-check-bg .form-group input {
    border-color: #e2e5ec;
    padding: 10px 10px;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kundli-matching-check-bg .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 5px;
    display: block;
}

.kundli-matching-check-bg .form-group input:focus {
    border-color: var(--color-primary) !important;
    box-shadow: none !important;
    outline: none;
}

.kundli-matching-check {
    padding: 24px;
    max-width: 700px;
}


/* ==================== 28-oct-2025 ====================*/


/*-- Media Queries --*/

@media (max-width: 1140px) {
    /* .register-form-sec .reg-tabs {
        display: block;
        overflow-x: scroll;
    }
 
    .register-form-sec .reg-tabs::-webkit-scrollbar {
        height: 6px;
    
    }
    .register-form-sec .reg-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
      
        border-radius: 10px;
    }
    .register-form-sec .reg-tabs::-webkit-scrollbar-thumb {
        background-color: #e47203;
        
        border-radius: 10px;
    }
    .register-form-sec .reg-tabs::-webkit-scrollbar-thumb:hover {
        background-color: #c85e02;
     
    }
    .register-form-sec .nav-tabs {
        gap: 5px;
        width: 1140px;
        padding: 14px;
    } */
}

@media (max-width: 575.98px) {
    .inMainResultCard .maxH-250 {
        max-height: 100%;
        width: 100%;
    }
    .inPhotoReqCard .maxH-180 {
        max-height: 100%;
        width: 100%;
    }
    .inSlider {
        position: relative !important;
        z-index: -1;
    }
    .inNavbar ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .inLogo img {
        max-height: 50px;
    }
    .inAfterNav .nav-item .nav-link {
        color: var(--color-primary);
    }
    .inAfterNav .nav-item .nav-link:hover,
    .inAfterNav .nav-item .nav-link:active {
        background-color: var(--color-primary-hover);
        color: white !important;
    }
    .inDashMatriSearch .btnPrimary {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }
    .inHomeMemCard .inPlanValue {
        font-size: 0.9rem;
        font-weight: 600;
    }
    .inDashProfile .inDashTitle {
        font-size: 16px;
        padding-top: 10px;
    }
    .inDashProfile .inDashAllBtn {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .inAfterNav .nav-item .nav-link {
        color: var(--color-primary);
    }
    .inAfterNav .nav-item .nav-link:hover,
    .inAfterNav .nav-item .nav-link:active {
        background-color: var(--color-primary-hover);
        color: white !important;
    }
    .inMainResultCard .maxH-250 {
        max-height: 100%;
        width: 100%;
    }
    .inPhotoReqCard .maxH-180 {
        max-height: 100%;
        width: 100%;
    }
    .inMemOverLap {
        padding-top: 30px;
    }
    .inMemOverLap .btnPrimary {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px;
    }
    .inMemberProfile .mt-minus-220 {
        margin-top: -170px;
    }
    .inMemberProfile .inMT-75 {
        margin-top: 30px;
    }
    .inMemberDetCard .card-body i {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .inAfterNav .nav-item .nav-link {
        color: var(--color-primary) !important;
    }
    .inAfterNav .nav-item .nav-link:hover,
    .inAfterNav .nav-item .nav-link:active {
        background-color: var(--color-primary-hover);
        color: white !important;
    }
    .inMainResultCard .maxH-250 {
        max-height: 100%;
        width: 100%;
    }
    .inPhotoReqCard .maxH-180 {
        max-height: 100%;
        width: 100%;
    }
    .inMemOverLap {
        padding-top: 50px;
        padding-bottom: 170px;
    }
    .inMemOverLap .btnPrimary {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px;
    }
    .inMemberProfile .mt-minus-220 {
        margin-top: -240px;
    }
    .inMemberProfile .inMT-75 {
        margin-top: 30px;
    }
}

@media (max-width: 1199.98px) {
    .inPhotoReqCard .maxH-180 {
        max-height: 220px;
    }
    .inAfterNav .nav-item .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        font-weight: 700;
        font-size: 12px;
        font-family: 'Nunito', sans-serif;
        letter-spacing: 0.3px;
    }
    .inCardHomeProfile .btnSecondary {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inDashActiveProfile p {
        letter-spacing: 0.3px;
        font-size: 12px;
    }
    .inDashActiveProfile .btnSecondary {
        font-size: 13px;
        padding-left: 13px;
        padding-right: 13px;
    }
    .inLeftPanelCard .card-body ul li a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .inMemberProfile .inMemOverLap {
        padding-top: 50px;
    }
    .inMemberProfile .mt-minus-220 {
        margin-top: -180px;
    }
    .inMemberProfile .inMT-75 {
        margin-top: 50px;
    }
}


/*-- Media Queries --*/

@media (max-width: 991px) {
    .sec-space-tp {
        margin-top: 50px;
    }
    .blog-left {
        width: 70%;
    }
    .blog-right {
        width: 30%;
    }
    .blog-main {
        width: 100%;
    }
    .inNavbar {
        padding: 10px 0;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: start;
    }
    .inNavbar ul li {
        width: 100% !important;
    }
    .inNavbar ul li a.nav-link {
        width: 100%;
        border-bottom: 1px solid var(--color-primary);
        padding: 10px 0 !important;
    }
    .inNavbar ul li a.nav-link:hover {
        background-color: transparent;
    }
    /* .inNavbar ul li:nth-child(5) a.nav-link {
        border-bottom: none !important;
    } */
    .inNavbar ul li:last-child a.nav-link {
        border-bottom: none !important;
    }
    .inNavbar ul .inHeadBtnLogin,
    .inNavbar ul .inHeadBtnReg {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .offcanvas-header {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    button.navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
    }
    .whatsappFloatingIcon {
        bottom: 15%;
    }
}

@media (max-width: 767px) {
    .blogger-inner-left,
    .blogger-inner-right {
        width: 100%;
        padding-left: 0;
    }
    .sec-space-tp {
        margin-top: 50px !important;
    }
    .inner-welcome-digishaadi {
        gap: 20px !important;
    }
    .welcome-digishaadi-left,
    .welcome-digishaadi-right {
        width: 100% !important;
    }
    .welcome-digishaadi-left h4 {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .welcome-digishaadi-right img,
    .feature-digishaadi-left img,
    .blogger-left img,
    .blogger-inner-left img {
        height: 250px !important;
    }
    .inner-feature-digishaadi {
        gap: 20px !important;
    }
    .feature-digishaadi-left,
    .feature-digishaadi-right {
        width: 100% !important;
    }
    .feature-digishaadi-right h4 {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .feature-digishaadi-right p:last-child {
        margin-bottom: 0 !important;
    }
    .feature-digishaadi-right h5 {
        margin: 10px 0 10px 0 !important;
    }
    .feature-digishaadi-right p:last-child {
        margin-bottom: 0 !important;
    }
    .blog-right {
        width: 100% !important;
        text-align: start !important;
    }
    .blog-left {
        width: 100% !important;
    }
    .blogger-left {
        width: 100% !important;
    }
    .blogger-right {
        width: 100% !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
    .inner-faq-quaction h4 {
        font-size: 20px !important;
        line-height: normal !important;
        margin: 0 0 20px 0 !important;
    }
    .inner-faq-quaction h5 {
        font-size: 16px !important;
    }
    .accordion__answer {
        font-size: 14px !important;
    }
    .single-page-blog .detail-inr-cnt h2,
    .single-page-blog .detail-inr-cnt h3,
    .detail-inr-cnt strong {
        line-height: normal;
        margin: 20px 0 10px 0;
    }
    .inSteps h3 {
        font-size: 20px;
    }
    .blogger-inner-right {
        margin-top: 14px;
    }
    .inPageHeader h2 {
        font-size: 28px
    }
    .purchase-plan-button a {
        min-height: 50px;
    }
    .mt-5 {
        margin-top: 30px !important;
    }
    .contact-col-left .card-body h4,
    .contact-col-right .card-body h4 {
        margin-bottom: 14px !important;
    }
    .faq-sec-bg.accordion-flush {
        margin-top: 30px;
    }
    .register-form-sec .nav-tabs .nav-link {
        width: 100%;
    }
    .register-form-sec .nav-tabs li.nav-item {
        flex: 1 0 auto;
    }
    .inLoginTitle {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width:575px) {
    .banner-form-inner {
        width: 100% !important;
    }
    .banner-form-col {
        width: 100%;
    }
    .banner-form-col.month {
        width: 100%;
    }
    .banner-form-col.mobile {
        width: 100%;
    }
    #owl-demo-2 .item img {
        /* min-height: 100% !important; */
    }
    .blog-main {
        flex-direction: column;
    }
    .blog-image {
        width: 100%;
    }
    .blog-listing .blog-content {
        width: 100%;
        padding-left: 0;
        margin-top: 14px;
    }
    .banner-form-bg-main .card-body {
        padding: 0;
        box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 30%);
        border-radius: 10px 10px 0px 0px;
    }
    .banner-form {
        background: rgba(225, 225, 225, 0.8) none repeat scroll 0% 0%;
        padding: 15px;
    }
    .inCurrentHisData {
        text-align: center;
    }
    .row.plan-purchase-history {
        gap: 10px;
        text-align: center !important;
    }
}