.hr-a {
    position: relative;
    padding-bottom: 15px;
}

.hr-a:after {
    content: "";
    width: 65px;
    height: 2px;
    display: block;
    background: #ef7500;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.title-a:before,
.title-b:before {
    content: "";
    width: 120px;
    height: 3px;
    display: block;
    background: #ef7500;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.title-a,
.title-b,
.title-c {
    position: relative;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.title-a {
    font-weight: 800;
    font-size: 33px;
    color: #112c54;
    word-break: break-all;
}

.title-b {
    font-weight: 700;
    font-size: 30px;
    color: #112c54;
}

.title-c {
    font-weight: 700;
    font-size: 24px;
    color: #ee7301;
}

.icon-a .icon,
.title-c .icon,
.icon-a i,
.title-c i {
    fill: var(--secondary);
    color: var(--secondary)
}

.shadow-bottom-a:after {
    background-image: url('../img/bottom-shadow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
}

.shadow-bottom-b:after {
    background-image: url('../img/bottom-shadow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.sub-title-a {
    font-weight: 600;
    font-size: 20px;
    color: #112c54;
    position: relative;
}

.btn.btn-a,
.btn.btn-b {
    border: 0;
    padding: 0px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
}

.btn.btn-a {
    background: #ef7500;
}

.btn.btn-b {
    background: #112c54;
}

.btn.btn-a:hover,
.btn.btn-b:hover {
    background: #fd7d02;
}

.btn.btn-a i,
.btn.btn-b i {
    margin-left: 15px;
}

.flex-full {
    flex: 1;
}

.flex-auto {
    flex: 0 0 auto;
}

.cursor {
    cursor: pointer;
}

.section-accordian .card {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
    border: 0;
}

.section-accordian .card .card-header {
    border: 0;
    background-color: #ffffff;
    padding: 0.25rem 1.25rem;
}

.section-accordian .card .card-header .btn-link {
    font-weight: 700;
    font-size: 18px;
    color: #112c54;
    text-align: left;
    width: 100%;
    text-decoration: none;
}

.section-accordian .card .collapse {
    border-top: 1px solid #ef7500;
}

.section-accordian .card .card-body {
    font-size: 15px;
    font-weight: 300;
    padding: 1rem 0.75rem;
}

.section-accordian .card .card-header a[aria-expanded="true"]:after,
.section-accordian .card .card-header button[aria-expanded="true"]:after {
    transform: rotate(180deg);
    /* Equal to rotateZ(45deg) */
}

.section-accordian .card .card-header a:after,
.section-accordian .card .card-header button:after {
    content: '';
    width: 20px;
    height: 15px;
    background-image: url('../img/faq-down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 25px;
    top: 22px;
}

.error_msg {
    color: red;
    font-size: 16px
}


/** **/

.silver-plan-radio {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.radio-box-xx2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-box-xx2 input:checked~.check-main-xx3 {
    border: 2px solid #ee7703;
    background-color: #ffecdb;
}


/* Hide the browser's default radio button */

.radio-box-xx2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    display: none;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-box-xx2 input:checked~.checkmark:after {
    display: block;
}


/* When the radio button is checked, add a blue background */

.radio-box-xx2 input:checked~.checkmark {
    background-color: #ee7703;
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-box-xx2 .checkmark:after {
    margin: auto;
    left: 11px;
    top: 6px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-main-xx3 {
    padding: 25px;
    border: 2px solid #0b2c55;
    border-radius: 5px;
}

.check-main-xx3 h5 {
    font-size: 16px;
}

.check-main-xx3 h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.radio-box-xx2 input:checked~.check-main-xx3 h3 {
    font-size: 32px;
}

.check-main-xx3 hr {
    background-color: #ee7703;
    height: 2px;
    border: none;
    margin: 5px auto 10px;
    max-width: 61px;
    border-radius: 5px;
}

.check-main-xx3 p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}


/** **/

.search-group {
    position: relative;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.search-btn {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 35px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 4px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 0;
    color: #ffffff;
    font-size: 14px;
}

.form-control.search-input {
    border: 0;
    padding: 5px 50px 5px 15px;
    font-size: 14px;
    color: #676767;
    box-shadow: none;
    height: 45px;
}


/** **/

.catalog-box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 30px;
}

.catalog-box a {
    text-decoration: none;
}

.dele-buttons {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 5;
}

a.delete-anchor {
    width: 30px;
    height: 30px;
    line-height: 26px;
    background-color: #ed6703;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    color: #ffffff;
}

a.delete-anchor:hover {
    background-color: #f8a021;
}

a.delete-anchor i {
    vertical-align: middle;
}

a.delete-anchor svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.catalog-body {
    padding: 25px 15px;
    background-color: #ffffff;
    border-radius: 7px;
    margin-bottom: -7px;
    position: relative;
    z-index: 0;
}

.catalog-head {
    font-size: 19px;
    color: #112c54;
    font-weight: 600;
    min-height: 68px;
}

.catalog-head a {
    color: #112c54;
    word-break: break-all;
}

.catalog-shad {
    text-align: center;
}

.catalog-shad img {
    max-width: 100%;
}

.catalog-date {
    font-size: 14px;
    color: #ec5f05;
}

.catalog-figure {
    text-align: center;
    height: 225px;
    line-height: 220px;
}

.catalog-figure>img {
    max-height: 220px;
    display: inline-table;
    vertical-align: middle;
}

.watsapp-figure {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #112c54, #112c54);
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.watsapp-figure .icon {
    width: 25px;
    height: 25px;
}

.catalog-footer {
    background-color: #112c54;
    padding: 10px;
    border-radius: 0 0 7px 7px;
    padding: 17px 10px 10px;
}

.list-catalog-footer {
    padding: 7px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.list-catalog-footer>li {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    border-right: 1px dashed #344b6d;
    padding-left: 8px;
    padding-right: 8px;
}

.list-catalog-footer>li {
    color: #ffffff;
    white-space: nowrap;
}

.list-catalog-footer>li a {
    color: #ffffff;
    white-space: nowrap;
}

.list-catalog-footer>li i {
    font-size: 15px;
    margin-right: 5px;
}

.list-catalog-footer>li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 5px;
}

.list-catalog-footer>li svg.icon-eye-outline {
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px
}

.list-catalog-footer>li:last-child {
    border: 0;
}

.webapp-links {
    margin-left: 5px;
}

.webapp-links a {
    margin-left: 5px;
    text-decoration: none;
}

.webapp-links a img {
    max-width: 22px;
}


/** **/

.modal-content-box-a {
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 15px;
}

.mdl-head-a {
    font-weight: 700;
    font-size: 20px;
    color: #f07c00;
    margin: 0 0 5px;
    padding: 0;
}

.mdl-head-b {
    font-weight: 400;
    font-size: 35px;
    color: #112c54;
}

.modal-text-a {
    font-size: 17px;
    color: #676767;
    line-height: 1.75;
}

.modal-text-a strong {
    font-weight: 600;
    font-size: 19px;
    color: #f07c00;
}

.shad-a img {
    max-width: 100%;
}

.close.cross {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 0;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
}

.modal-content .close.cross:hover {
    opacity: 1;
}


/** **/

.catalog-step-menu.sw-theme-arrows>ul.step-anchor>li>span .step-head {
    font-weight: 800;
    display: block;
    font-size: 14px;
}

span.step_span_click {
    cursor: pointer;
}

.catalog-step-menu.sw-theme-arrows>ul.step-anchor>li>span {
    color: #acc6c6;
    font-size: 15px;
    padding: 10px 0 10px 50px;
}

.catalog-step-menu.sw-theme-arrows>ul.step-anchor {
    border-radius: 35px;
}

.icon-a,
.icon-b {
    margin-right: 15px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.icon-a {
    text-align: right;
    height: 40px;
    line-height: 38px;
}

.icon-a img {
    max-height: 38px;
}

.icon-b {
    width: 33px;
    height: 33px;
    line-height: 30px;
    border: 2px solid #112c54;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #112c54;
}

.or-circle {
    width: 60px;
    height: 60px;
    line-height: 57px;
    font-weight: 500;
    font-size: 22px;
    color: #112c54;
    border: 3px solid #112c54;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    background-color: #dbe7e7;
    position: relative;
}

.or-circle:before,
.or-circle:after {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #112c54;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    display: block;
}

.or-circle:before {
    right: 100%;
}

.or-circle:after {
    left: 100%;
}

.existing-colums {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

a.show-circle,
.show-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.show-circle i {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .silver-plan-radio .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    #filterModal .modal-fixed-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
    .modal-filter {
        max-width: 600px !important;
    }
    #interestslider {
        height: 300px;
    }
    #interestslider .carousel-control-next,
    .carousel-control-prev {
        top: -25% !important;
        width: 2% !important;
    }
    .carousel-control-prev-icon {
        background-image: url(http://sellingo.datagrid.co.in/library_assets/front_assets/img/arrolt.svg);
        width: 30px;
        height: 48px;
        transform: rotate(180deg);
    }
    .carousel-control-next-icon {
        background-image: url(http://sellingo.datagrid.co.in/library_assets/front_assets/img/arrolt.svg);
        width: 30px;
        height: 48px;
    }
    .slide-item .col-slide-item img {
        width: 100% !important;
        padding: 5px !important;
    }
    #interestslider {
        padding: 10px 30px;
    }
    .silver-plan-radio .row [class*="col-md"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .carousel_pg {
        padding: 10px 30px !important;
    }
    .carousel_pg .owl-dots {
        margin-top: 1rem;
    }
    .carousel_pg .owl-nav .owl-prev span img,
    .carousel_pg .owl-nav .owl-next span img {
        width: 35px;
    }
    .carousel_pg .owl-nav button.owl-prev {
        margin-left: -38px;
    }
    .carousel_pg .owl-nav button.owl-next {
        margin-right: -38px;
    }
}


/** **/

.sw-theme-arrows>ul.step-anchor {
    display: block;
    border: 0 solid #ccc !important;
    padding: 0;
    border-radius: 15px;
    list-style: none;
    overflow: hidden;
    margin-top: 20px
}

.sw-theme-arrows>ul.step-anchor li+li:before {
    padding: 0
}

.sw-theme-arrows>ul.step-anchor>li {
    width: 33.33%;
    float: left
}

.sw-theme-arrows>ul.step-anchor>li>span {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 0 15px 50px;
    position: relative;
    display: block;
    float: left;
    border-radius: 0;
    outline-style: none;
    width: 100%;
    background: #092a53
}

.sw-theme-arrows>ul.step-anchor>li>span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #092a53;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.sw-theme-arrows>ul.step-anchor>li>span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 2px;
    left: 100%;
    z-index: 1
}

.sw-theme-arrows>ul.step-anchor>li:first-child>a {
    padding-left: 15px
}


/*.sw-theme-arrows>ul.step-anchor>li>span:hover {
	color:#bbb;
	text-decoration:none;
	outline-style:none;
	background:#ffc107;
	border-color:#ffc107
}
.sw-theme-arrows>ul.step-anchor>li>span:hover:after {
	border-left-color:#ffc107
}*/

.sw-theme-arrows>ul.step-anchor>li.clickable>span:hover {
    color: #4285f4 !important;
    background: #46b8da !important
}

.sw-theme-arrows>ul.step-anchor>li.active>span {
    border-color: #f07400 !important;
    color: #fff !important;
    background: #f07400 !important
}

.sw-theme-arrows>ul.step-anchor>li.active>span:after {
    border-left: 30px solid #f07400 !important
}

.sw-theme-arrows>ul.step-anchor>li.done>span {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important
}

.sw-theme-arrows>ul.step-anchor>li.done>span:after {
    border-left: 30px solid #5cb85c
}

.sw-theme-arrows>ul.step-anchor>li.danger>span {
    border-color: #d9534f !important;
    color: #d9534f !important;
    background: #fff !important
}

.sw-theme-arrows>ul.step-anchor>li.disabled>span,
.sw-theme-arrows>ul.step-anchor>li.disabled>span:hover {
    color: #eee !important
}


/** **/

.ptitle {
    font-size: 16px;
    color: #112c54;
    font-weight: 700;
}

.plist>li {
    font-size: 13px;
    color: #444444;
    position: relative;
    padding-left: 15px;
}

.plist>li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ef7500;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.acctext {
    font-size: 16px;
    color: #112c54;
}

.acctext a {
    text-decoration: underline;
}


/** **/

.order-summary {
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 20px 15px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .10);
}

.otitle {
    font-weight: 700;
    font-size: 16px;
    color: #112c54;
}

.otitle-a,
.otitle-a input {
    font-weight: 700;
    font-size: 20px;
    color: #ef7500;
}

#dopayment .otitle-a {
    font-size: 16px;
}

#dopayment .otitle {
    font-size: 14px;
}

.otext {
    font-size: 13px;
    color: #444444;
}

#dopayment .otitle {
    line-height: 16px;
}

.ohr,
.border-div {
    border: none;
    border-bottom: 1px dashed #8895a9;
    margin: 15px 0;
}

.border-div {
    padding-bottom: 15px;
    margin: 0 0 15px
}

#dopayment .ohr {
    margin: 10px 0;
}

.upi-link a {
    margin-left: 15px;
    margin-right: 15px;
}

.email-forms form,
.email-forms .form-payment {
    margin-top: 20px;
    background: #fff;
    padding: 8px 10px 8px 15px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #ef7500;
}

.email-forms .form-payment {
    padding: 5px 10px 5px 15px;
}

.email-forms .form-payment .form-group {
    position: static;
}

.email-forms form input[type="text"],
.email-forms .form-payment input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    font-size: 16px;
    color: #112c54;
}

.email-forms .form-payment input[type="text"],
.email-forms .form-payment .form-group {
    height: 39px;
}

.email-forms form input[type="submit"],
.email-forms .form-payment input[type="button"] {
    position: absolute;
    top: 0px;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 30px;
    background: #ef7500;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 50px;
}

.email-forms .form-group i,
.email-forms .form-payment .form-group img {
    color: #ef7500;
    font-size: 25px;
    margin: 0 10px;
    position: relative;
    top: 3px;
}

.email-forms form input[type="submit"]:hover,
.email-forms .form-payment input[type="button"]:hover {
    background: #fd7d02;
}

.email-forms form input:focus,
.email-forms .form-payment input:focus {
    outline: 0;
}

.email-forms form input::-webkit-input-placeholder,
.email-forms .form-payment input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #112c54;
}

.email-forms form input ::-moz-placeholder,
.email-forms .form-payment input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #112c54;
}

.email-forms form input:-ms-input-placeholder,
.email-forms .form-payment input:-ms-input-placeholder {
    /* IE 10+ */
    color: #112c54;
}

.email-forms form input:-moz-placeholder,
.email-forms .form-payment input:-moz-placeholder {
    /* Firefox 18- */
    color: #112c54;
}


/** **/

.needhelp-phone {
    padding: 15px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .10);
}

.needhelp-phone i {
    font-size: 26px;
    color: #fff;
    float: left;
    width: 62px;
    height: 62px;
    background-image: linear-gradient(to right top, #ec6005, #ed6503, #ee6a02, #ee6f01, #ef7400);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.need-contents {
    padding: 7px 0;
}

.need-contents h4 {
    padding: 0 0 0 75px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #112c54;
}

.need-contents p {
    padding: 0 0 0 75px;
    margin-bottom: 0;
    font-size: 24px;
    color: #112c54;
    font-weight: 800;
    line-height: 24px;
}


/** **/

.form-box select {
    height: 50px;
    font-weight: 600;
    font-size: 17px;
    z-index: 1;
    background-image: url('../img/select-vector.png');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 30px;
}


/** **/

.radio,
.checkbox {
    margin: 0;
}

.checkbox+.checkbox,
.radio+.radio {
    margin: 0;
}

.check-a,
.radio-a {
    position: absolute;
    opacity: 0;
}

.check-a+label,
.radio-a+label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #004b72;
}

.check-a+label:before,
.radio-a+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.prdct-ticked .check-a+label:before {
    border-radius: 50%;
}

.check-a+label:before,
.radio-a+label:before {
    position: absolute;
    left: 0;
    border: 1px solid #ef7500;
}

.prdct-ticked .check-a+label:before {
    border: 1px solid #112c54;
}

.radio-a+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.check-a:checked+label:before,
.radio-a:checked+label:before {
    background: #ffffff;
    border-color: #ef7500;
}

.prdct-ticked .check-a:checked+label:before {
    border-color: #112c54;
}

.check-a:checked+label,
.radio-a:checked+label {
    color: #004b72;
}

.check-a:disabled+label .radio-a:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.check-a:disabled+label:before,
.radio-a:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.check-a:checked+label:after {
    content: '';
    position: absolute;
    left: 9px;
    margin: auto;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid #ef7500;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*left: 2px;
	top: 3px;
	background: white;
	width: 16px;
	height: 16px;
	background: #fff;
	background-image: url('../images/checkboximg.png');
	background-position: center;
	background-repeat: no-repeat; */
}

.prdct-ticked .check-a:checked+label:after {
    border: 0;
    border-radius: 50%;
    transform: none;
    background: #112c54;
    width: 8px;
    height: 8px;
    left: 6px;
    line-height: 10px;
    top: 6px;
}

.radio-a:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #ef7500;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.back-button {
    background: #112c54;
    border: 0;
    padding: 0px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    min-width: 152px;
    text-align: center;
}


/** **/

.section-title.blue-line-a h2:before {
    background-color: #112c54;
}

.modal-content-box {
    background-color: #ffffff;
    border-radius: 15px;
}


/* body .modal .modal-content {
	position: relative;
	background-image: linear-gradient(to right, #e97b0e, #e96e08, #e96006, #e85108, #e73f0c);
	border-radius: 15px;
	padding-bottom: 5px;
} */

.term-n-privacy-text a {
    text-decoration: underline;
}

.success-title-a {
    font-weight: 600;
    font-size: 24px;
    color: #112c54;
    line-height: 35px;
}

.success-title-a:after {
    content: '';
    background: url(../img/bottom-shadow.png) no-repeat center;
    background-size: contain;
    height: 16px;
    display: block;
    margin-top: 15px;
}

.success-title-b {
    font-weight: 600;
    font-size: 18px;
    color: #112c54;
}

.btn.btn-a {
    background: #ef7500;
    border: 0;
    padding: 0px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}

.btn.btn-a.view-media-bt {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

.view-media-bt svg.icon {
    fill: white;
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px;
    margin: 0 2px
}

.add-new-catalog-bt i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.btn.btn-a:hover {
    background: #fd7d02;
}

.succes-thumbs {
    text-align: center;
    background: url(../img/svg-bg-img.png) no-repeat center center;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    max-height: 240px;
    line-height: 230px;
    color: #ef7500;
    font-size: 45px;
    font-weight: 800;
}

.succes-thumbs svg {
    fill: #ef7500;
    width: 65px;
    height: 65px;
}

.msg-page {
    background: url(../img/banner-mobile-back.png);
    width: 280px;
    height: 280px;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}


/** **/

.addons-accordian .card {
    margin-bottom: 0.5rem;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #112c54;
    border-radius: 0;
}

.addons-accordian .card .card-header {
    border: 0;
    background: transparent;
    padding: 0.25rem 0;
}

.addons-accordian .card .card-header .btn-link {
    font-weight: 700;
    font-size: 18px;
    color: #112c54;
    text-align: left;
    width: 100%;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

.addons-accordian .card .collapse {
    border-top: 1px solid #112c54;
}

.addons-accordian .card .card-body {
    padding: 1.75rem 0;
}

.addons-accordian .card .card-header button[aria-expanded="true"]:after {
    content: '-';
}

.addons-accordian .card .card-header button:after {
    content: '+';
    color: #112c54;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 24px;
}

.addlist>li {
    font-size: 16px;
    color: #444444;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.addlist>li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ef7500;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.coupon-cods span {
    line-height: 30px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.coupon-cods img {
    float: left;
    margin-right: 7px;
}

.list-points-a ul {
    padding-left: 10px;
}

.list-points-a ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #112c54;
    font-weight: 400;
    text-align: left;
    border-radius: 0;
    position: relative;
    padding-left: 20px;
}

.list-points-a ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.silver-color-box-cover .list-points-a ul li:before {
    background-color: #f9ac5f;
}

.gold-color-box-cover .list-points-a ul li:before {
    background-color: #e2c98b;
}

.platinum-color-box-cover .list-points-a ul li:before {
    background-color: #baccf5;
}

.free-color-box-cover .list-points-a ul li:before {
    background-color: #74a20e;
}

.enterprice-color-box-cover .list-points-a ul li:before {
    background-color: #bf95d4;
}

.free-plan-color {
    color: #74a20e;
}

.enterprice-plan-color {
    color: #bf95d4;
}

.free-plan {
    background-color: #bbdd6f;
}

.free-plan-dark {
    background-color: #a1d13f;
}

.enterprice-plan {
    background-color: #e6ccf1;
}

.enterprice-plan-dark {
    background-color: #d8b1e8;
}

.free-plan .arrow_box-right:after,
.free-plan .arrow_box-right:before {
    border-left-color: #a1d13f;
}

.enterprice-plan .arrow_box-right:after,
.enterprice-plan .arrow_box-right:before {
    border-left-color: #d8b1e8;
}

.free-plan-dark-bt {
    background: #74a20e;
}

.enterprice-plan-dark-bt {
    background: #bf95d4;
}

.free-color-plan {
    background-image: linear-gradient(to bottom, #9dcf34, #a6d346, #acd653, #b5da64, #c2e180, #cbe593, #d1e8a1, #e3f1c5, #e7f3cd, #eff7df, #f7fbef, #ffffff);
}

.enterprice-color-plan {
    background-image: linear-gradient(to bottom, #b582cd, #b989d0, #c69ed8, #d5b8e3, #dcc4e7, #ecdef2, #e7d7ef, #eadcf1, #f2e9f6, #f8f3fa, #fcfafd, #ffffff);
}

.pricing .box-cover {
    margin-bottom: 30px;
}

.free-color-box-cover {
    background-image: linear-gradient(to right, #9dcf34, #a6d346, #acd653, #c2e180, #e3f1c5);
}

.enterprice-color-box-cover {
    background-image: linear-gradient(to right, #b582cd, #b989d0, #c69ed8, #dcc4e7, #eadcf1);
}


/** **/

.profile-figure {
    width: 135px;
    height: 135px;
    line-height: 134px;
    border: 3px solid #ea4f08;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.profile-figure .figimg {
    display: inline-table;
    vertical-align: middle;
    max-height: 134px;
}

.file-inputs {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.profile-edit {
    position: absolute;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    cursor: pointer;
}

.profile-edit>i {
    color: #ffffff;
    font-size: 22px;
    vertical-align: middle;
}

a.edit-circles,
.edit-circles {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    margin-left: 7px;
    position: relative;
    text-align: center;
    top: -5px;
}

a.edit-circles i,
.edit-circles i {
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}

.info-circle {
    line-height: 22px;
}

.section-accordian.royal .card {
    padding: 0em;
    background: none;
    box-shadow: none;
}

.section-accordian.royal .card .card-header {
    background-color: #112c54;
    border-radius: 5px;
}

.section-accordian .card .card-body {
    padding: 1rem 0rem;
}

.section-accordian.royal .card .card-header .btn-link {
    font-size: 20px;
    color: #ffffff;
    padding-left: 1em;
    text-transform: uppercase;
}

.section-accordian.royal .card .card-header .btn-link i {
    font-size: 22px;
    margin-right: 10px;
    color: #e76d35;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.section-accordian.royal .card .collapse {
    border-top: none;
}

.section-accordian.royal .card .card-header button:after {
    top: 20px;
}

.royal-figure {
    width: 30px;
    height: 30px;
    line-height: 27px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.royal-figure>img,
.royal-figure>.icon {
    max-height: 27px;
}

.personal-form .form-group {
    margin-top: 40px;
}

.manage-subscription-form .form-group {}

.input-box {
    border-bottom: 2px solid #112c54;
}

.input-side {
    width: 50px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    flex: 0 0 auto;
}

.input-side>img {
    max-height: 53px;
    vertical-align: middle;
    display: inline-table;
}

.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #ef7500;
    stroke-width: 1px;
}

.input-side .icon {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
}

.input-content {
    padding-left: 10px;
    flex: 1;
    width: 100%;
}

.input-head-a {
    font-weight: 600;
    font-size: 14px;
    color: #112c54;
    margin: 0;
}

.input-head-a em {
    font-style: normal;
    color: var(--primary)
}

.input-head-b {
    font-weight: 600;
    font-size: 19px;
    color: #112c54;
    margin: 0;
}

.input-text-a {
    font-weight: 600;
    font-size: 14px;
    color: #ed6b02;
    margin: 0;
}

.form-control.select-a,
.form-control.input-a,
.form-control.textarea-a,
.multiselect-native-select .dropdown-toggle {
    font-weight: 400;
    font-size: 19px;
    color: #676767;
    background: no-repeat;
    border: none;
    padding: 0;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
    text-align: left
}

.form-control.select-a {
    padding-left: 10px;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .multiselect-container.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-item.multiselect-filter .input-group-addon {
    padding: 7px 10px;
    background: var(--primary);
    color: white
}

.multiselect-item.multiselect-filter .input-group-btn {
    background: var(--primary);
    color: white;
}

.multiselect-native-select .dropdown-toggle {
    position: relative;
    width: 100%;
}

.multiselect-container {
    width: 100% !important;
}

.multiselect-native-select .dropdown-toggle span.multiselect-selected-text {
    display: block;
    width: 80%;
    overflow: hidden;
}

.multiselect-native-select .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: 0;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: bold;
    font-size: 25px;
    color: var(--primary)
}

.form-control.input-a {
    height: 25px;
}

.form-control.textarea-a {
    height: 151px;
}

.form-control.select-a {
    height: 25px;
    background-image: url('../img/select-vector.png');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-control.input-a:active,
.form-control.input-a:focus {
    outline: 0 none;
    border: 0;
}

.input-side-right {
    padding-top: 10px;
}


/** **/

.toggle-switch {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.toggle-switch input[type=checkbox] {
    display: none;
}

.toggle-switch label {
    cursor: pointer;
}

.toggle-switch label .toggle-track {
    display: block;
    height: 30px;
    width: 70px;
    border: 3px solid #ed6b02;
    border-radius: 20px;
    position: relative;
    background: #dde7e8;
    transition: background .2s ease-in;
}

.toggle-switch .toggle-track:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #ed6b02;
    border-radius: 20px;
    position: absolute;
    top: 2px;
    right: 67%;
    transition: right .2s ease-in;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.toggle-switch input[type="checkbox"]:checked+label .toggle-track {
    background: #ed6b02;
}

.toggle-switch input[type="checkbox"]:checked+label .toggle-track:before {
    right: 0;
    background: #ffffff;
}


/** **/

.prfile-circle {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex: 0 0 auto;
    background-color: #fefefe;
}

.prfile-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prfile-kelen {
    font-size: 16px;
    font-weight: 800;
}

.prfile-kelen i {
    margin-left: 5px;
}

.dropdown-menu ul {
    padding: 5px 10px;
}

.dropdown-menu ul>li>a {
    font-weight: 600;
    font-size: 13px;
    color: #112c54;
    padding: 8px 15px 8px 30px;
    outline: 0 none;
    display: block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.dropdown-menu ul>li {
    text-align: left;
    border-bottom: 1px dashed #959595;
    position: relative;
    display: block;
}

.dropdown-menu>li:last-child,
.dropdown-menu ul>li:last-child {
    border-bottom: none;
}

.dropdown-menu ul>li:before {
    content: '';
    border: solid #f8a021;
    border-width: 0 2px 2px 0;
    padding: 3px;
    position: absolute;
    top: 12.5px;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.authentication-block .dropdown-toggle:after {
    position: absolute;
    right: 0px;
    top: 46%;
    width: 8px;
    height: 100%;
}


/** **/

.catelog-figure-a {
    width: 200px;
    height: 200px;
    line-height: 194px;
    border: 3px solid #ea4f08;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.catelog-figure-a .figimg {
    display: inline-table;
    vertical-align: middle;
    max-height: 194px;
}

.catelog-figure-a i {
    font-size: 40px;
    color: #ea4f08;
}

.file-inputs {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.catelog-edit-a {
    position: absolute;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 62px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    cursor: pointer;
}

.catelog-edit-a>i {
    color: #ffffff;
    font-size: 24px;
    vertical-align: middle;
}


/** **/

.prdct-ticked {
    position: relative;
    padding-left: 40px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.prdct-ticked-right {
    padding-left: 20px;
    margin-top: 5px;
}

.prdct-head {
    font-size: 22px;
    font-weight: 700;
    color: #ee7301;
    margin: 0;
    word-break: break-all;
}

.input-content-a {
    flex: 1;
    width: 100%;
    border-bottom: 2px solid #112c54;
}

.prdct-ticked-figure {
    text-align: center;
    height: 113px;
    width: 113px;
    line-height: 110px;
    background-color: #edf3f3;
    border-radius: 5px;
}

.prdct-ticked-figure img {
    max-width: 75px;
    display: inline-table;
    vertical-align: middle;
    max-height: 75px;
    object-fit: contain;
}

.prdct-redio,
.prdct-check {
    position: absolute;
    left: 0;
    top: 35px;
}

.prdct-redio .radio-a+label:before,
.prdct-check .check-a+label:before {
    width: 24px;
    height: 24px;
    border: 2px solid #112c54;
    background: transparent;
}

.prdct-redio .radio-a:checked+label:after,
.prdct-check .check-a:checked+label:after {
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #112c54;
}

.shadow-a img {
    max-width: 100%;
}


/* .dropdown-menu {	position: relative;
	background: #ffffff;
} */

.dropdown-menu:after,
.dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.dropdown-menu:before {
    border-color: rgba(109, 126, 138, 0);
    border-bottom-color: #666;
    border-width: 11px;
    margin-left: -11px;
}

.sub-title-b {
    font-weight: 800;
    font-size: 22px;
    color: #112c54;
}

.product-catelog-figure {
    max-width: 380px;
    width: 100%;
    height: 290px;
    line-height: 285px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
}

.product-figure {
    max-width: 380px;
    width: 100%;
    height: 290px;
    /* line-height: 285px; */
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    padding: 10px 0;
}

.product-figure img {
    width: 63%;
}

.product-catelog-figure .figimg {
    display: inline-table;
    vertical-align: middle;
    max-height: 285px;
}

.prdcf-figure svg {
    width: 40px;
    height: 40px;
}

.prdcf-figure i {
    font-size: 30px;
    color: var(--primary)
}


/** **/

.prd-catalogfigure {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    height: 85px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    min-width: 245px;
}

.prdcf-left {
    width: 60px;
    flex: 0 0 auto;
    position: relative;
}

.prdcf-center {
    width: 100%;
    position: relative;
}

.prdcf-figure {
    height: 55px;
    position: relative;
    text-align: center;
    line-height: 53px;
    margin-bottom: 0;
}

.prdcf-figure>img {
    max-height: 53px;
    display: inline-table;
    vertical-align: middle;
}

.prdcf-left:after,
.prdcf-center:after {
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    background-image: url('../img/right-shad-01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* .prdcf-center:after{
	transform: rotate(90deg);
    right: 0;
    top: auto;
    bottom: -50%;
    left: 0;
	margin: 0 auto -10px;
	} */

.prdcf-right {
    font-weight: 700;
    font-size: 14px;
    color: #112c54;
    padding-left: 30px;
    line-height: 23px;
    text-transform: uppercase;
}

.prdcf-right strong,
.prdcf-center-text strong {
    font-size: 26px;
    color: #ee7301;
    display: block;
    margin-bottom: 5px;
}

.prdcf-scocials {
    display: inline-table;
    vertical-align: middle;
    white-space: nowrap;
}

.prdcf-scocials a+a {
    margin-left: 5px;
}

.prdcf-scocials a img {
    max-height: 24px;
}

.prdcf-scocials {
    line-height: 20px;
}

.prd-productfigure {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    height: 140px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    min-width: 245px;
}

.prd-productfigure .prdcf-figure {
    height: 45px;
    line-height: 45px;
}

.prd-productfigure a .prdcf-figure {
    height: 45px;
    line-height: 45px;
}

.prd-productfigure .prdcf-figure i {
    font-size: 25px;
}

.prd-productfigure .prdcf-figure svg {
    width: 35px;
    height: 35px;
}

.prdcf-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.prdcf-center:after {
    transform: rotate(90deg);
    right: 0;
    top: auto;
    bottom: -50%;
    left: 0;
    margin: 0 auto -10px;
}

.prdcf-center-text strong {
    font-size: 30px;
    line-height: 35px;
}

.prdcf-center-text {
    font-weight: 700;
    font-size: 13px;
    color: #112c54;
    text-align: center;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/** **/

.catalog-box-b {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 30px;
}

.catalog-body-b {
    padding: 25px 15px;
    background-color: #ffffff;
    border-radius: 7px;
    margin-bottom: -7px;
    position: relative;
    z-index: 0;
}

.catalog-head-b {
    font-size: 19px;
    color: #ee7301;
    font-weight: 600;
    word-break: break-all;
}

.catalog-head-b a {
    color: #ee7301;
}

.list-cc-product {
    margin: 0;
}

.list-cc-product>li {
    color: #676767;
    font-size: 14px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #9d9d9d;
    padding-left: 20px;
    position: relative;
    word-break: break-all;
}

.list-cc-product>li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f8a022;
    position: absolute;
    border-radius: 50%;
    left: 7px;
    top: 7px;
}

.list-cc-product>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.list-cc-product>li strong {
    font-weight: 700;
    color: #112c54;
}


/* .product-tags span{
		background-color: #ef7600;
		background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
		background-repeat: repeat-x; color:#fff; padding:3px 10px; margin: 0 0 5px; display: inline-block;} */

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #112c54;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    cursor: default;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #112c54;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #112c54;
    color: white;
}

.tag:hover::after {
    border-left-color: #112c54;
}

.list-cc-product>li .small {
    line-height: 16px;
    display: block;
}

.catalog-card-row {
    margin-top: 10px;
}

.catalog-card-left {
    width: 145px;
    flex: 0 0 auto;
}

.catalog-card-right {
    padding-left: 15px;
}

.cc-left-box {
    background-color: #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    width: 130px;
    margin: 0 auto;
    height: 130px;
}

.catalog-card-figure {
    height: 120px;
    line-height: 107px;
    text-align: center;
    width: 100%;
}

.catalog-card-figure img {
    max-height: 110px;
    object-fit: contain;
    height: auto;
    max-width: 110px;
    width: auto;
}

.btn.btn-cc-card {
    border: 0;
    padding: 0px 15px;
    background: #ef7500;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
}

.btn-cc-card i {
    margin-right: 5px;
}

.btn.btn-cc-card:hover {
    background: #ef7500;
    color: #fff;
}

.catalog-footer-a {
    background-color: #112c54;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
}

.list-catalog-footer-a {
    padding-top: 20px;
    padding-left: 10px;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.list-catalog-footer-a>li {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    border-right: 1px dashed #344b6d;
    padding-left: 10px;
    padding-right: 10px;
}

.list-catalog-footer-a>li a {
    color: #ffffff;
    white-space: nowrap;
}

.list-catalog-footer-a>li {
    color: #ffffff;
    white-space: nowrap;
}

.list-catalog-footer-a>li i {
    font-size: 15px;
    margin-right: 5px;
}

.list-catalog-footer-a>li svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
}

.list-catalog-footer-a>li i {
    width: 20px;
    height: 20px;
    fill: var(--white);
}

.list-catalog-footer-a>li:last-child {
    border: 0;
}

.list-catalog-footer-a {
    float: left;
}

.catalog-footer-right-a {
    float: right;
    margin: 0;
}

.catalog-footer-right-a>li {
    float: left;
}

.ct-boxs {
    width: 52px;
    height: 55px;
    display: block;
    line-height: 60px;
    color: #ffffff;
}

.ct-boxs img {
    max-height: 20px;
    vertical-align: middle;
    display: inline-table;
}

.shr-box {
    background-color: #123165;
}

.wtsap-box {
    background-color: #0b1e3f;
}

.edt-box {
    background-color: #ed6703;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
}

.form-control.select-b {
    border: 0;
    padding: 5px 50px 5px 15px;
    font-size: 14px;
    color: #676767;
    box-shadow: none;
    height: 45px;
    position: relative;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ef7500;
    /*box-shadow: 0 2px 5px rgba(0,0,0,.15);*/
    background-image: url('../img/select-vector.png');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.product-detail-card {
    padding: 0 15px;
}

.product-detail-card .list-cc-product>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-detail-card .list-cc-product>li span.prod-description {
    line-height: 28px;
}


/** **/


/*.table.table-a > tbody:before {
		content: '';
		display: table-row;
		height: 10px;
	}*/

.table.table-a {
    border-spacing: 0;
    border-collapse: separate;
}

.table.table-a>thead tr,
.table.table-a>tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table.table-a>tbody>tr {
    margin-top: 10px;
}

.table.table-a td {
    white-space: nowrap;
}

.table.table-a>thead tr {
    border-radius: 7px;
    background-color: #112c54;
}

.table.table-a>thead tr>th {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
}

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

.table.table-a>tbody>tr {
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    border-radius: 7px;
}

table.table-a .table {
    margin: 0;
}

table.table-a .table tr:first-child td {
    border: 0 none;
}

.table-text-a {
    font-weight: 600;
    font-size: 16px;
    color: #112c54;
}

.table-text-a a {
    color: #ee7301;
}

.xer-list {
    margin: 0;
}

.xer-list>li {
    color: #676767;
    font-size: 17px;
    margin-right: 7px;
    padding-right: 7px;
    padding-left: 15px;
    position: relative;
    float: left;
}

.xer-list>li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #f8a022;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.xer-list>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.xer-list>li strong {
    font-weight: 700;
    color: #112c54;
}

.icon-c {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-align: center;
    height: 25px;
    width: 25px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    border-radius: 50%;
    vertical-align: middle;
}

.icon-c i,
.icon-c img {
    max-height: 15px;
    vertical-align: middle;
}

.icon-c svg {
    height: 15px;
    width: 15px;
}

a.rez-links,
.rez-links {
    font-weight: 700;
    font-size: 12px;
    color: #112c54;
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
}

.table-text-a .icon-a {
    margin-right: 10px;
}

.catalog-box-b {
    border-radius: 7px;
}


/** **/

.sted-box {
    background-color: #ffffff;
    border-radius: 7px;
    border-bottom: 5px solid #112c54;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 264px;
}

.sted-right {
    flex: 0 0 auto;
}

.sted-figure {
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.sted-figure img {
    max-height: 33px;
}

.sted-tact p {
    margin: 0;
}

.d-flex-auto {
    flex: 0 0 auto;
}

.d-flex-full {
    flex: 1;
}

.sted-figure {
    margin-right: 10px;
}

.sted-head {
    font-size: 17px;
    color: #ee7301;
    line-height: 20px;
}

.sted-text {
    font-weight: 700;
    font-size: 12px;
    color: #112c54;
    line-height: 16px;
}

.sted-date-a {
    font-weight: 600;
    font-size: 12px;
    color: #112c54;
}

.sted-date-a a {
    color: #ee7301;
}

.sted-icon-a {
    text-align: center;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.sted-icon-a img {
    max-height: 25px;
}

.sted-icon-a svg {
    max-height: 25px;
}

.sted-shad img {
    max-width: 100%;
}

.sted-prdct-text {
    font-size: 13px;
    color: #676767;
    line-height: 20px;
}

.sted-prdct-text strong {
    color: #112c54;
}

.sted-prdct-chk {
    position: relative;
    padding-left: 15px;
}

.sted-prdct-chk:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f8a022;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.sted-figchk {
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 68px;
    background-color: #e3e3e3;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sted-figchk img {
    max-height: 50px;
    display: inline-table;
    vertical-align: middle;
}

.hr-sted {
    margin: 10px 0;
    border-top: 1px solid #9d9d9d;
}

.filter-box {
    padding-top: 30px;
}

.filter {
    padding: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.filter svg {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 49px;
    left: 29%;
}

.filter .form-control.select-b {
    /* visibility: hidden; */
    background: transparent;
    padding: 15px 10px;
    text-indent: 50px;
}

.min-a {
    min-width: 150px;
}

.min-b {
    min-width: 285px;
}

.prd-catalogfigure.active,
.prd-productfigure.active {
    background-image: linear-gradient(to bottom, #ffffff, #fde3c8);
}

.input-head-c {
    font-size: 19px;
    color: #676767;
    margin: 0;
}

.add-another a+a {
    margin-left: 10px;
}

.media-thumbs {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    width: 130px;
    margin: 0 auto;
}

.btn.btn-media {
    color: #f07c00;
    padding: 0;
    font-weight: 700;
}

.btn.btn-media:hover {
    color: #f07c00;
}

.media-thumbs {
    float: left;
    margin-right: 15px;
    position: relative;
}

.media-close,
a.media-close {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: -10px;
}

.media-close i {
    vertical-align: middle;
    transform: rotate(45deg);
}


/** **/

.ctct-row {
    position: relative;
    padding-left: 40px;
}

.ctct-figure {
    position: absolute;
    left: 0;
    top: 2px;
    width: 35px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

.ctct-figure svg {
    fill: var(--secondary)
}

.icon-a img {
    max-height: 38px;
    vertical-align: middle;
    display: inline-table;
}

.icon-a svg {
    height: 30px;
    width: 30px;
}

.icon-a svg.icon-eye-outline {
    width: 50px;
    height: 50px;
}

.date-field {
    display: inline-block
}

.date-field .icon-a svg {
    fill: var(--primary);
    width: 25px;
    height: 25px;
}

.ctct-head-a {
    color: #ee7301;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}

.ctct-head-b {
    color: #112c54;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.ctct-right {
    margin-left: auto;
    display: table;
}

.ctct-right .icon-a svg {
    fill: var(--primary)
}

.filter-form .select-b {
    color: #676767;
    height: 35px;
    padding: 5px 45px 5px 15px;
    background-size: 12px auto;
}


/** **/

.table.table-a.table-z1>tbody>tr {
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.head-z1 {
    color: #676767;
    font-size: 18px;
}

.prdct-boxz1 .prdct-ticked-figure {
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 98px;
    background-color: #edf3f3;
    border-radius: 5px;
}

.prdct-boxz1 .prdct-ticked-figure img {
    max-height: 65px;
}

.list-z1 {
    margin: 0;
}

.list-z1>li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f8a022;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.list-z1>li {
    font-weight: 700;
    font-size: 13px;
    color: #112c54;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}


/** **/

.list-z2>li {
    font-size: 15px;
    color: #676767;
    padding-left: 50px;
    min-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9d9d9d;
}

.icon-z2 {
    width: 35px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    display: block;
    left: 5px;
    top: 0;
    position: absolute;
}

.icon-z2 i {
    color: #ee7301;
    font-size: 20px;
    vertical-align: middle;
}

.responsive-img {
    height: auto;
    max-width: 100%;
}


/** end ES++ css **/


/** **/

.show-circle {
    position: relative;
    cursor: pointer;
}

.show-circle #files {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.del-links {
    cursor: pointer;
}

.before-copy.hide {
    display: none;
}

.copy-plus .show-circle {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 24px;
}


/** end ES++ css **/

@media (min-width: 992px) {
    .silver-plan-radio .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .carousel-indicators li {
        border: none !important;
        color: #111E48;
        font-size: 18px !important;
        width: 22px !important;
        text-indent: inherit !important;
    }
    #interestslider .carousel-indicators {
        padding-top: 4rem;
    }
    .silver-plan-radio .row [class*="col-md"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.95px) {
    .nav-menu a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .need-contents p {
        font-size: 20px;
    }
    .sw-theme-arrows>ul.step-anchor>li>span {
        font-size: 16px;
    }
    .printed-catalog span,
    .sellingo-catalog span {
        font-size: 22px;
        line-height: 24px;
    }
    ul.feature-tick-box li {
        padding: 17px 13px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .nav-menu a {
        padding: 10px;
        font-size: 14px;
    }
}

@media(min-width: 768px) {
    .text-center-a {
        text-align: center;
    }
}

@media(max-width: 991.95px) {
    #header,
    #header.header-scrolled {
        height: 75px;
    }
    /** why selling **/
    .printed-catalog span,
    .sellingo-catalog span {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }
    .printed-catalog img,
    .sellingo-catalog img {
        max-width: 80px;
        max-height: 110px;
        float: none;
    }
    .sellingo-catalog img {
        margin-right: 0;
    }
    ul.selling-need-div {
        margin: 10px 0 0;
    }
    ul.selling-need-div li {
        /* font-size: 12px; */
        text-align: center;
        padding-top: 10px;
        /* line-height: 18px; */
    }
    ul.selling-need-div li img {
        width: 100%;
        max-width: 46px;
        /* max-height: 25px; */
        float: none;
        margin: 0;
    }
    ul.feature-tick-box li div.tick-box.orange-box {
        padding: 10px 20px 10px 10px;
    }
    ul.feature-tick-box li div.tick-box {
        min-width: 100px;
        padding: 10px 10px 10px 20px;
        font-size: 12px;
    }
    ul.feature-tick-box li div.tick-box i {
        font-size: 14px;
    }
    ul.feature-tick-box li {
        padding: 15px 10px;
    }
    .printed-catalog,
    .sellingo-catalog {
        width: 65%;
    }
    .why-sellingo .vs-btn {
        width: 75px;
        height: 75px;
        margin-bottom: 15px !important;
    }
    .why-sellingo .vs-btn::after {
        left: 35%;
        top: 35%;
        font-size: 16px;
    }
    .why-sellingo .vs-btn::before {
        width: 105px;
        height: 105px;
        top: -20%;
        left: -20%;
    }
    ul.selling-need-div li span {
        padding: 0;
    }
    .middle-box-features {
        padding: 65px 5px 15px;
    }
    ul.feature-tick-box li {
        padding: 30px 5px 40px;
    }
    ul.selling-need-div li span {
        min-height: 45px;
    }
    ul.selling-need-div li img {
        margin: 0 0 5px;
    }
    .printed-catalog img,
    .sellingo-catalog img {
        max-width: 60px;
        max-height: 80px;
    }
    .form-div {
        border-right: none;
    }
    #hero .owl-item .slide1-caption h1 {
        font-size: 38px;
        line-height: 38px;
    }
    #hero .owl-item .slide1-caption h2 {
        font-size: 20px;
    }
    #hero .owl-item .slide1-caption span {
        font-size: 18px;
    }
    #hero .owl-item .slide1-caption p {
        font-size: 16px;
        line-height: normal;
    }
    #hero .owl-item .slide1-caption h2::before {
        display: table;
        margin: auto;
        left: 47%;
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%);
    }
    #hero .owl-item .slide1-caption {
        width: 100%;
    }
    .section-accordian .card .card-header .btn-link {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 25px;
    }
    .section-accordian .card .card-body {
        font-size: 15px;
        padding: 1rem 0.5rem;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .section-accordian .card .card-header button:after {
        width: 15px;
        height: 12px;
        right: 15px;
        top: 30px;
    }
    .authentication-block {
        text-align: center;
        padding: 15px 0;
        position: relative;
        right: 25px;
    }
    .logo {
        top: 0px;
        position: relative;
    }
    #header .container {
        top: auto;
    }
    .sw-theme-arrows>ul.step-anchor>li>span {
        font-size: 18px;
    }
    .royal-figure {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }
    .royal-figure>img {
        max-height: 23px;
    }
    .profile-title-a {
        font-size: 24px;
    }
    .section-accordian.royal .card .card-header .btn-link {
        font-size: 16px;
    }
    .section-accordian.royal .card .card-header button::after {
        top: 15px;
    }
    .title-a {
        font-size: 24px;
    }
    .title-b {
        font-size: 22px;
    }
    .title-c {
        font-size: 18px;
    }
    .form-control.select-a,
    .form-control.input-a,
    .form-control.textarea-a,
    .multiselect-native-select .dropdown-toggle {
        font-size: 15px;
    }
    .multiselect-native-select .dropdown-toggle::after {
        top: -8px;
    }
    span.error_msg {
        font-size: 15px;
        padding-left: 45px
    }
    .catalog-step-menu.sw-theme-arrows>ul.step-anchor>li>span {
        font-size: 11px;
        text-align: left;
        padding: 10px 0 10px 35px;
    }
    .catalog-step-menu.sw-theme-arrows>ul.step-anchor>li:first-child>span {
        padding: 10px 0 10px 15px;
    }
    .catalog-step-menu.sw-theme-arrows>ul.step-anchor>li>span .step-head {
        font-size: 10px;
    }
    .icon-a {
        height: 30px;
        line-height: 28px;
    }
    .icon-a img {
        max-height: 28px;
    }
    .icon-b {
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 14px;
    }
    .shadow-bottom-a:after {
        background-size: 100% auto;
    }
    .btn.btn-a,
    .btn.btn-b {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .or-circle {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .or-circle:before,
    .or-circle:after {
        width: 95px;
    }
    .text-mobile-center {
        text-align: center;
    }
    .prdct-head {
        font-size: 16px;
    }
    .prdct-ticked-figure {
        height: 75px;
        width: 75px;
        line-height: 73px;
    }
    .prdct-ticked-figure img {
        max-height: 55px;
        max-width: 55px;
        object-fit: contain;
    }
    .prdct-redio {
        top: 20px;
    }
    .prdct-redio .radio-a+label:before {
        width: 20px;
        height: 20px;
    }
    .prdct-redio .radio-a:checked+label::after {
        left: 6px;
        top: 6px;
        width: 8px;
        height: 8px;
    }
    .prdct-ticked {
        padding-left: 30px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .input-head-b {
        font-size: 16px;
    }
    .toggle-switch label .toggle-track {
        height: 20px;
        width: 45px;
        border: 2px solid #ed6b02;
    }
    .toggle-switch .toggle-track:before {
        height: 12px;
        width: 14px;
    }
    .input-side {
        width: 35px;
        height: 40px;
        line-height: 38px;
    }
    .input-side>img {
        max-width: 35px;
        max-height: 30px;
    }
    .catelog-figure-a {
        width: 175px;
        height: 175px;
        line-height: 170px;
    }
    .catelog-figure-a i {
        font-size: 24px;
    }
    .catelog-figure-a img {
        display: block;
        height: 100%;
        width: auto;
        max-width: 175px;
        max-height: 175px;
        object-fit: contain;
    }
    .catelog-edit-a {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .catelog-edit-a>i {
        font-size: 20px;
    }
    .shadow-bottom-a::after {
        bottom: -5px;
    }
    .prfile-circle {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    .prfile-kelen {
        font-size: 14px;
    }
    .webapp-links a img {
        max-width: 18px;
    }
    /* .toggle-switch input[type="checkbox"]:checked + label .toggle-track::before {
		right: 0;
	} */
    .list-catalog-footer>li {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .sub-title-a {
        font-size: 16px;
    }
    .catalog-figure {
        height: 175px;
        line-height: 173px;
    }
    .catalog-figure>img {
        max-height: 170px;
    }
    .input-text-a {
        font-size: 12px;
    }
    .catalog-head {
        font-size: 16px;
    }
    /** add by ES++ **/
    .product-catelog-figure {
        margin-bottom: 15px;
    }
    .catalog-card-left {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .sub-title-b {
        font-weight: 600;
        font-size: 18px;
    }
    .list-catalog-footer-a>li i {
        font-size: 12px;
        margin-right: 3px;
    }
    .list-catalog-footer-a>li {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .ct-boxs {
        width: 40px;
        height: 45px;
        line-height: 54px;
    }
    .ct-boxs img {
        max-height: 15px;
    }
    .ct-boxs i {
        font-size: 14px;
    }
    .list-catalog-footer-a {
        padding-top: 15px;
    }
    /** **/
    .table.table-a>thead tr>th {
        font-size: 14px;
    }
    .table-text-a {
        font-size: 14px;
    }
    .xer-list>li {
        font-size: 14px;
    }
    .table.table-a>thead tr,
    .table.table-a>tbody tr {
        table-layout: auto;
    }
    .prd-catalogfigure {
        height: 155px;
        min-width: 172px;
    }
    .prdcf-left {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .prdcf-left:after {
        transform: rotate(90deg);
        right: 0;
        top: auto;
        bottom: -50%;
        left: 0;
        margin: 0 auto -10px;
    }
    .prdcf-right strong {
        font-size: 20px;
    }
    .prdcf-right {
        font-size: 12px;
        padding: 0;
        text-align: center;
        min-height: 50px;
        padding-top: 5px;
    }
    .ctct-right {
        margin-left: 0;
        margin-top: 15px;
    }
    .close.cross {
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 24px;
        right: -5px;
        top: -5px;
    }
    .prdct-boxz1 .prdct-ticked-figure {
        height: 65px;
        width: 65px;
        line-height: 62px;
    }
    .list-z2>li {
        font-size: 14px;
    }
    .prdct-boxz1 .prdct-ticked-figure img {
        max-width: 50px;
    }
    .head-z1 {
        font-size: 14px;
    }
    .list-z1>li {
        font-size: 10px;
        line-height: 20px;
        padding-left: 10px;
        margin: 0;
    }
    .prd-productfigure {
        height: 155px;
        min-width: 172px;
    }
    /** ES++ **/
}

@media(max-width: 767.95px) {
    .sw-theme-arrows>ul.step-anchor>li>span {
        font-size: 13px;
        padding: 15px 0 15px 30px;
        white-space: nowrap;
        position: relative;
        text-align: center;
    }
    .sw-theme-arrows>ul.step-anchor>li:first-child>span {
        padding: 15px 0 15px 15px;
    }
    .sw-theme-arrows>ul.step-anchor>li>span:before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 25px solid white;
        margin-top: -35px;
    }
    .sw-theme-arrows>ul.step-anchor>li>span:after {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 25px solid #092a53;
        margin-top: -35px;
    }
    .success-title-a {
        font-size: 18px;
    }
    .success-title-b {
        font-size: 14px;
    }
    .order-summary {
        margin-top: 30px;
    }
    /* .btn.btn-a,
	.back-button {
		padding: 0px 15px;
		border-radius: 50px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		min-width: 120px;
	} */
    .need-contents p {
        font-size: 20px;
    }
    .existing-colums+.existing-colums {
        margin-top: 15px;
    }
    /** ES++ Start **/
    .table.table-a>thead tr>th {
        font-size: 12px;
    }
    .table-text-a {
        font-size: 12px;
    }
    .xer-list>li {
        font-size: 12px;
    }
    a.rez-links,
    .rez-links {
        font-size: 10px;
    }
    .table.table-a td,
    .table.table-a th {
        padding: .5rem;
    }
    .table-text-a .icon-a img {
        max-height: 20px;
    }
    /** ES++ **/
    .authentication-block .dropdown-menu ul>li:first-child {
        font-weight: bold;
        padding-left: 29px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .authentication-block .dropdown-menu ul>li:first-child:before {
        content: "\f007";
        font-family: "Font Awesome 5 Free";
        transform: none;
        border: 0;
        top: -2px;
        left: 5px;
        color: var(--primary);
    }
    .authentication-block .dropdown-menu {
        left: -47px !important;
    }
    .div_product_image img {
        width: 100%;
        height: auto;
    }
    .btn.btn-a.view-media-bt {
        margin-right: 10px;
    }
    .btn.btn-a.view-media-bt:last-child {
        margin-right: 0;
    }
    /* media for visitors list*/
    .card-shaded {
        bottom: -20px !important;
        height: 28px !important;
    }
    .card-content {
        padding: 1rem 1rem 1rem 1rem !important;
    }
    .vis-cards {
        padding: 0px 22px !important;
    }
    .card-headings h4 {
        font-size: 14px !important;
    }
    .navigator-icon img {
        width: 14px !important;
    }
    .badges {
        padding: 1px 12px !important;
        font-size: 10px !important;
    }
    .card-headings h6 {
        font-size: 13px !important;
    }
    .card-content-headings h4 {
        font-size: 11px !important;
    }
    .theme-border {
        font-size: 17px;
    }
    .card-content-headings h6 {
        font-size: 11px !important;
    }
    .card-content-headings2 {
        margin-left: 5px !important;
    }
    .card-content-headings2 h4 {
        font-size: 11px !important;
    }
    .card-content-headings2 h6 {
        font-size: 17px !important;
    }
    .vsd-catalogfigure {
        padding: 10px 9px !important;
        height: 63px !important;
    }
    .prdcf-scocials img {
        width: 34px !important;
    }
    .card-count {
        font-size: 10px !important;
        padding-left: 10px !important;
        padding-top: 6px;
    }
    .card-count strong {
        font-size: 18px !important;
        top: -5px !important;
        display: unset !important;
    }
    .visitors-tabs .nav-item .nav-link {
        font-size: 14px !important;
    }
    .filter-tabs .nav-item .nav-link {
        font-size: 14px !important;
    }
    .pdl-1 {
        padding-left: 4px;
    }
    .vdp-scocials {
        display: inline-table;
        vertical-align: middle;
        white-space: nowrap;
    }
    .vdp-scocials a+a {
        margin-left: 5px;
    }
    .vdp-scocials a img {
        max-height: 24px;
    }
    .badge {
        font-size: 10px !important;
        padding: 3px 5px !important;
    }
    .vdp-scocials {
        line-height: 20px;
    }
    .vdp-scocials img {
        width: 30px !important;
        margin-left: 4px !important;
    }
    .fixed-badge {
        position: absolute;
        right: 7px !important;
        top: 2px !important;
    }
    .card-count strong span.dots-hilighter-text {
        font-size: 10px !important;
        margin-left: -3px !important;
        top: -3px !important;
    }
    .card-count strong span.dots-hilighter {
        font-size: 1.5rem !important;
        top: 0px !important;
    }
    .height_min {
        height: 59px !important;
    }
    .det-vis {
        width: 30px;
    }
    .plg-5 {
        padding: 0px !important;
    }
    .slide-item {
        display: flex;
        justify-content: center;
    }
    .slide-item .col-slide-item {
        padding: 5px 4px !important;
        width: 20% !important;
    }
    .slide-item .col-slide-item img {
        border-radius: 6px !important;
        max-width: 100% !important;
    }
    #interestslider {
        height: 120px !important;
    }
    .carousel-indicators li {
        border: none !important;
        color: #111E48;
        font-size: 13px !important;
        width: 13px !important;
        text-indent: inherit !important;
    }
    .carousel-indicators li.active {
        color: #F07D06;
    }
    .carsoul-heading {
        color: #F07D06;
        font-size: 12px !important;
        font-weight: bold;
        margin-bottom: 0;
    }
    .slide-item .col-slide-item p {
        font-size: 11px !important;
    }
    #interestslider .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    .col-slide-item3 {
        padding: 5px 0px !important;
        width: 25% !important;
        color: #000000;
    }
    .col-slide-item3 p {
        font-size: 11px !important;
    }
    .visitors-accordian h5 {
        font-size: 14px !important;
    }
    .panel-subheading {
        font-size: 12px !important;
    }
    .accordian-icon {
        width: 30px !important;
    }
    .filter-badge-secondary {
        padding: 15px 20px 8px 20px !important;
    }
    .filter-tabs {
        padding: 0 19px !important;
    }
    .filter-tabs .nav-item .nav-link {
        margin-right: 16px !important;
    }
    .filter-tabs2 .nav-item .nav-link {
        margin-right: 16px !important;
    }
    .filter-content {
        padding: 1px 18px !important;
    }
    .modal-titles {
        font-size: 13px !important;
        font-weight: 800 !important;
    }
    .filter-tabs2 .nav-item .nav-link {
        font-size: 12px !important;
    }
    .badge-dismissible {
        font-size: 11px !important;
    }
    .filter-badge-primary {
        padding: 4px 8px !important;
    }
    .filter-content .form-control {
        height: 37px !important;
        font-size: 13px;
    }
    .filter-content .input-group-text {
        height: 37px !important;
    }
    .filter-content .input-group-text img {
        width: 17px;
    }
    .filter-content-text {
        font-size: 12px !important;
    }
    .filter-label {
        font-size: 12px !important;
    }
    .to-cls {
        font-size: 12px !important;
    }
    .border-bt-grey {
        min-height: 57px !important;
    }
    .custom-wd {
        width: 107px !important;
        border-radius: 15px;
        height: 37px !important;
        font-size: 12px !important;
    }
    .group-filter .custom-select {
        font-size: 13px !important;
        border-radius: 12px !important;
        display: inline-block;
        height: 30px !important;
        padding: 0 13px;
        width: 117px !important;
    }
    .modal-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .filter-tab-content {
        max-height: 400px;
        overflow: auto;
    }
    #checkboxes {
        width: 117px !important;
        top: 20px !important;
    }
    #checkboxes label {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }
    .txt-value {
        font-size: 12px !important;
        margin-bottom: 0;
    }
    .carousel_pg .owl-dots .owl-dot {
        font-size: 13px !important;
        margin: 0;
        width: 20px;
    }
    .carousel_pg .item p {
        font-size: 11px !important;
    }
    .carousel_pg .item {
        margin: 5px !important;
    }
    .carousel_pg {
        padding: 5px 10px;
    }
    .carousel_pg .owl-theme .owl-nav {
        display: none !important;
    }
    .carousel_pg .item img {
        height: 52px !important;
        object-fit: cover;
    }
}

@media(max-width: 480.95px) {
    .sw-theme-arrows>ul.step-anchor>li>span {
        font-size: 14px;
    }
    .printed-catalog,
    .sellingo-catalog {
        width: 100%;
    }
    ul.feature-tick-box li div.tick-box {
        min-width: auto;
        padding: 10px 5px 10px 10px;
        white-space: nowrap;
    }
    ul.feature-tick-box li div.tick-box.orange-box {
        padding: 10px 15px 10px 5px;
    }
    ul.feature-tick-box li {
        padding: 30px 5px 36px;
    }
    ul.selling-need-div li {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
    }
    #header .logo svg,
    #header.header-scrolled .logo svg {
        height: 30px;
    }
    .authentication-block .btn {
        font-size: 10px;
        line-height: 18px;
        padding: 5px 12px;
    }
    .authentication-block {
        text-align: center;
        padding: 15px 0;
        position: relative;
        right: 46px;
    }
    .prdcf-center-text {
        font-size: 10px;
    }
    .prdcf-center-text strong {
        font-size: 25px;
    }
    .icon {
        width: 35px;
        height: 35px;
    }
    .div_product_image {
        margin-bottom: 20px;
    }
    .pl-1,
    .px-1 {
        padding-left: .75rem !important;
    }
    .pr-1,
    .px-1 {
        padding-right: .75rem !important;
    }
    .product-figure img {
        width: 100%;
    }
    .product-figure {
        height: auto;
    }
    .product-catelog-figure {
        height: auto;
    }
    .product-catelog-figure img {
        width: 100%;
    }
    .prd-catalogfigure {
        height: 155px;
        min-width: 96px;
    }
    .prd-productfigure {
        height: 155px;
        min-width: 96px;
    }
}

@media(max-width: 375.95px) {
    .printed-catalog img,
    .sellingo-catalog img {
        /* max-width: 60px;
		max-height: 80px; */
    }
    ul.feature-tick-box li div.tick-box {
        min-width: auto;
        padding: 10px 0 10px 10px;
        font-size: 10px;
    }
    ul.feature-tick-box li div.tick-box.orange-box {
        padding: 10px 10px 10px 0px;
    }
    ul.feature-tick-box li div.tick-box i {
        font-size: 12px;
    }
    ul.selling-need-div li {
        /* font-size: 11px; */
    }
}


/* new css by tejasvi */

#create_order input.form-control,
#search_product input.form-control,
#save_order input.form-control {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}

#create_order .input-side,
#search_product .input-side,
#save_order .input-side {
    display: flex;
    align-items: center;
    width: 40px
}

#create_order .input-side i,
#search_product .input-side i,
#save_order .input-side i {
    font-size: 35px;
    color: #ef7500
}

#create_order #submit,
#search_product #submit,
#save_order #submit {
    background: #ef7500;
    border: 0;
    padding: 0px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
}

#user_info_order {
    padding: 25px 15px;
    background-color: #ffffff;
    border-radius: 7px;
    margin-bottom: -7px;
    position: relative;
    z-index: 0;
}

#user_details .fa {
    font-size: 8px;
    color: #f8a022;
    margin-right: 5px;
}

#user_details p {
    color: #676767;
    font-size: 14px;
}

#user_details b {
    color: #112c54
}

#save_order .textarea-a {
    font-size: 1rem;
}

.product_section input.input_change {
    border: 1px solid #ced4da !important;
    padding: 0.375rem 0.75rem !important;
    background-color: #ffffff !important;
}

.product_section .input-head-b {
    font-size: 14px !important;
}


/* visiting list css*/

.card-count strong {
    position: relative;
    top: 3px;
    font-size: 26px;
    color: #ee7301;
    display: block;
    margin-bottom: 5px;
}

.prdcf-count {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #F07D06;
    padding-bottom: 0 !important;
    text-align: left;
}

.badge {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.badge-danger {
    background-color: #EA4040;
}

.fixed-badge {
    position: absolute;
    right: 14px;
    top: 10px;
}

.pos-relative {
    position: relative;
}

.prdcf-scocials img {
    width: 42px;
    margin-left: 7px;
}

.visitors-tabs .nav-item.show .nav-link {
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 17px;
}

.visitors-tabs .nav-item .nav-link {
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 17px;
}

.visitors-tabs .nav-link.active {
    border-bottom: 5px solid #F07D06 !important;
    background-color: transparent !important;
    /* padding-bottom: 1px; */
}

.visitors-tabs {
    border-top: 1px solid #111E48;
    border-bottom: 2px solid #111E48;
}

.vis-cards {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 15px;
}

.card-heading {
    position: relative;
}

.card-shaded {
    position: absolute;
    bottom: -63px;
    left: 0;
    width: 100%;
    height: 71px;
    background-image: url(http://sellingo.datagrid.co.in/library_assets/front_assets/img/divider.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.card-headings {
    margin-top: 10px;
    margin-left: 8px;
}

.card-headings h4 {
    color: #111E48;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.card-headings h6 {
    color: #F07D06;
    font-weight: 600;
    font-size: 15px;
}

.card-content-headings {
    margin-top: 10px;
    margin-left: 10px;
}

.card-content-headings h4 {
    color: #000000;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.card-content-headings h6 {
    color: #676767;
    font-weight: 400;
    font-size: 14px;
}

.card-content-headings2 {
    margin-top: 10px;
    margin-left: 10px;
}

.card-content-headings2 h4 {
    color: #000000;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.card-content-headings2 h6 {
    color: #676767;
    font-weight: 400;
    font-size: 24px;
}

.badges {
    padding: 1px 14px;
    font-weight: 700;
    font-size: 14px;
}

.badge-latest {
    background-color: #EA4040;
    color: #FFFFFF;
}

.navigator-icon img {
    width: 20px;
}

.navigator-icon {
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.card-content {
    padding: 3rem 1rem 1rem 1rem;
}

.vsd-catalogfigure {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 17px;
    margin-bottom: 15px;
    height: 90px;
}

.vsd-catalogfigure.active,
.vsd-productfigure.active {
    background-image: linear-gradient(to bottom, #ffffff, #fde3c8);
}

.vsd-figure {
    height: 55px;
    position: relative;
    text-align: center;
    line-height: 53px;
    margin-bottom: 0;
}

.vsd-figure>img {
    max-height: 53px;
    display: inline-table;
    vertical-align: middle;
}

.card-count {
    font-weight: 700;
    font-size: 14px;
    color: #112c54;
    padding-left: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

.card-count strong span.dots-hilighter-text {
    color: #60BA06;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    top: -6px;
    letter-spacing: 0.6px;
    margin-left: -4px;
}

.card-count strong span.dots-hilighter {
    font-size: 1.5rem !important;
    color: #60BA06;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    top: -5px;
    letter-spacing: 0.6px;
    margin-left: 1px;
}

.height_min {
    height: 85px;
}

.card-white {
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.card-shadow {
    height: 17px;
    background-color: #F07D06;
    border-radius: 10px;
    border: 2px solid #F07D06;
    position: relative;
    margin-top: -1.8rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.mobl_spac {
    padding-right: 5px;
}

.mobl_spac2 {
    padding-left: 5px;
}

.vdp-scocials img {
    width: 42px;
    margin-left: 7px;
}

.plg-5 {
    padding: 10px;
}

.slide-item {
    display: flex;
    justify-content: center;
}

.slide-item .col-slide-item {
    padding: 5px 4px;
    width: 20%;
}

.slide-item .col-slide-item img {
    border-radius: 6px;
    max-width: 100%;
}

.slide-item .col-slide-item p {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.carousel-indicators li {
    border: none !important;
    color: #111E48;
    opacity: 1 !important;
    font-size: 13px;
    width: 13px;
    text-indent: inherit !important;
}

.carousel-indicators li.active {
    color: #F07D06;
}

.carsoul-heading {
    color: #F07D06;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.theme-border {
    border-bottom: 2px solid #F07D06;
    padding-bottom: 2px;
    color: #111E48;
    font-weight: 600;
}


/* visitors accordian*/

.visitors-accordian h5 {
    color: #111E48;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.visitors-accordian .card-header {
    background-color: #ffffff;
    border-radius: 10px;
    border-bottom: 1px solid #fff;
    padding: 13px 15px;
}

.visitors-accordian .card {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.visitors-accordian .card-body {
    padding: 10px 15px;
}

.panel-subheading {
    color: #F07D06;
    font-size: 14px;
}

.accordian-icon {
    width: 30px;
}

.col-slide-item3 {
    padding: 5px 4px;
    width: 10%;
}

.col-slide-item3 img {
    width: 100% !important;
    padding: 5px !important;
    border-radius: 6px !important;
    max-width: 100% !important;
}

.col-slide-item3 p {
    text-align: center;
    font-size: 11px !important;
}

.activity-area {
    padding: 0 50px;
}


/* filter css*/

.filter {
    cursor: pointer;
}

.l-icon {
    margin-top: 20px;
}

.filter2 {
    padding: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ef7600, #e73e0c);
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.filter2 .form-control.select-b {
    /* visibility: hidden; */
    background: transparent;
    padding: 15px 10px;
    text-indent: 50px;
}

.filter2 svg {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 49px;
    left: 40%;
    top: 22%;
}

.custom-pils .nav-item {
    margin: 3px;
}

.custom-pils .nav-item .nav-link {
    background-color: #111E48;
    color: #ffffff;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400 !important;
}

.custom-pils .nav-item.fl-input .nav-link {
    padding: 0;
    padding: 4px 8px;
    border-radius: 100%;
}

.custom-pils .nav-item .nav-link.active {
    background-color: #F07D06 !important;
    color: #ffffff !important;
}

.icon-filter img {
    display: inline-block;
    width: 15px;
    height: 14px;
}

.badge-dismissible {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    margin: 3px;
    list-style-type: none;
    list-style-position: outside;
    float: left;
}

.flexible-content {
    width: 100%;
    white-space: nowrap;
    display: block;
    margin: 2px 0;
}

.filter-badge-primary {
    background-color: #F07D06;
    padding: 10px 10px;
    border-radius: 15px 15px 0 0;
}

.filter-body {
    padding: 0 15px;
}

.badge-close {
    background-color: #F07D06 !important;
    color: #ffffff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    opacity: 1;
    border-radius: 100%;
}


/* .filter-badge-secondary {
	background-color: #ffffff;
} */

.modal-titles {
    font-size: 17px;
    color: #111E48;
    font-weight: 700;
}

.filter-badge-secondary {
    padding: 15px 27px;
}

.border-radious-left-right {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.filter-tabs .nav-item.show .nav-link {
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 17px;
}

.filter-tabs .nav-item .nav-link {
    color: #000000;
    border: none;
    font-weight: 700;
    font-size: 17px;
}

.filter-tabs .nav-link.active {
    border-bottom: 5px solid #F07D06 !important;
    background-color: transparent !important;
    /* padding-bottom: 1px; */
}

.border-bt-brod {
    border-bottom: 2px solid #111E48;
}

.filter-badge-tabs {
    background-color: #ffffff;
}

.filter-tabs {
    padding: 0 27px;
}

.filter-tabs .nav-item .nav-link {
    padding: 2px 0;
    margin-right: 30px;
}

.filter-content .input-group-prepend {
    width: 46px;
}

.filter-content .input-group-text {
    background-color: #ffffff;
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 45px;
    border-color: #DDDDDD;
}

.filter-content .form-control {
    border-left: none !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    border-color: #DDDDDD;
    padding-left: 5px;
}

.filter-content {
    padding: 1px 25px;
}

.filter-content-text {
    color: #F07D06 !important;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline !important;
    padding: 12px;
}

.grey-bg {
    background-color: #F5F5F5;
}

.filter-label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.label-centralize {
    display: flex;
    align-items: center;
    justify-content: start;
}

.border-bt-grey {
    border-bottom: 1px solid #E6DDDD;
    padding: 10px 10px;
    min-height: 64px;
}

.group-filter .custom-select {
    font-size: 13px;
    border-radius: 15px;
    display: inline-block;
    height: 40px;
    padding: 0 17px;
    width: 161px;
    background: #fff url("http://sellingo.datagrid.co.in/library_assets/front_assets/img/arr-dn.svg") no-repeat right .75rem center/8px 10px;
}

.custom-select::after {
    content: '\25BC';
    /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ignore pointer events on the arrow */
    font-size: 16px;
    color: #000;
}

.border-bt-grey input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px;
}

.pd {
    padding: 20px 30px;
}

.to-cls {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 10px;
}

.custom-wd {
    width: 181px;
    border-radius: 15px;
    height: 40px;
    font-size: 14px;
}

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: #F07D06;
    border-color: #F07D06;
}

.custom-checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.custom-checkbox label {
    margin-left: 8px;
    font-size: 16px;
}

#filterModal {
    padding-right: 0 !important;
}

.multiselect {
    width: 161px;
    position: relative;
}

.selectBox {
    position: relative;
}

.selectBox select {
    font-size: 13px;
    border-radius: 15px;
    height: 40px;
    padding: 0 17px;
    width: 161px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    z-index: 9;
    padding-bottom: 14px;
    background-color: #fff;
    width: 161px;
    top: 28px;
    padding-top: 10px;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#checkboxes span {
    margin-left: 5px;
    position: relative;
    top: 0;
}

#checkboxes label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    padding: 8px 21px;
    margin-bottom: 0;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.txt-value {
    font-size: 19px;
    font-weight: bold;
    color: #111E48;
    margin-bottom: 0;
}


/*--==--- carosel --==-*/

.carousel_pg .item {
    margin: 10px;
}

.carousel_pg .item img {
    border-radius: 15px;
    width: 100%;
    height: 184px;
    object-fit: cover;
}

.carousel_pg .item p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.carousel_pg .owl-theme .owl-nav [class*=owl-] {
    margin-top: -47px !important;
}

.carousel_pg .owl-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #f5f5f5;
    cursor: pointer;
}

.carousel_pg .owl-dot.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.carousel_pg .owl-dots .owl-dot {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 10px;
    color: #111e48;
    font-weight: 600;
    margin: 0;
}

.carousel_pg .owl-dots {
    text-align: center;
}

.carousel_pg .owl-dots .owl-dot.active {
    background-color: #fff;
    color: #f07d06 !important;
}


/*----------------- custom front page design css --------------------*/

.btn-rounded {
    border-radius: 19px !important;
}

#draggable-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.custom-page-cards {
    background-color: #ffffff;
    border: 1px solid #ccc;
    transition: background-color 0.2s ease;
    border-radius: 10px;
    padding: 15px 20px;
}

#draggable-list li {
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

#draggable-list li.dragging {
    opacity: 0.5;
}

#draggable-list li.drag-over {
    background-color: #d3d3d3;
}

.drag-handle {
    cursor: grab;
    text-align: center;
}

.drag-handle img {
    width: 30px;
}

.page-card-title {
    color: #112C54;
    font-weight: 800;
    font-size: 17px;
}

.page-card-title2 {
    color: #112C54;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0 30px 0 20px;
}

.page-card-items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 90%;
}

.section-icons {
    position: relative;
}

.section-icons img {
    position: relative;
    /* top: -20px;
	width: 62px; */
}

.section-icons2 {
    position: relative;
}

.section-icons2 img {
    position: relative;
    width: 45px;
}

.page-card-items .page-card-item {
    flex: 0 0 8.333333%;
    max-width: 100px;
    margin-right: 10px;
}

.drag-page {
    display: flex;
    justify-content: start;
    align-items: center;
}

.page-card-sub-title {
    color: #112C54;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.page-card-description {
    color: #112C54;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}

.short-text-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
    position: relative;
}

.minimizable {
    position: absolute;
    bottom: -15px;
    left: 17px;
    width: 43px;
}

.text-content-card {
    padding-bottom: 3rem;
    position: relative;
}

.drag-handle-options {
    cursor: pointer;
}

.option-dropdown .dropdown-menu {
    padding: 5px 0;
    position: absolute;
    float: left;
    min-width: 14rem;
    margin: inherit !important;
    border-radius: 8px;
    border: 0;
    right: -4rem;
    left: inherit !important;
    top: 10px !important;
    box-shadow: 0px 8px 24px -4px #0000001F;
}

.option-dropdown .dropdown-menu:before {
    display: none;
}

.option-dropdown .dropdown-menu li a img {
    width: 30px;
    height: 17px;
    padding: 1px;
    margin-right: 10px;
}

.option-dropdown .dropdown-menu li {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 15px;
}

.option-dropdown .dropdown-menu li {
    padding: 5px 10px !important;
    margin: 0 !important;
}

.option-dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2;
    color: #092a53;
}

section {
    overflow: visible;
}

.modal.right .modal-dialog.dialog-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    margin: -1px;
    max-width: 730px;
    height: 101%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal.right .modal-content.content-offcanvas {
    height: 100%;
    border-radius: 0;
}

.modal.right.show .modal-dialog.dialog-offcanvas {
    transform: translateX(0);
}

.content-offcanvas .modal-title {
    font-size: 23px;
    color: #112C54;
    font-weight: 800;
}

.content-offcanvas .close {
    font-size: 23px;
    color: #112C54;
    font-weight: 800;
}

.close-canvas-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
}

.content-offcanvas .modal-header {
    padding: 20px 40px;
}

.content-offcanvas .modal-body {
    padding: 5px 45px;
}

.action-card {
    background-color: #ECECEC;
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    cursor: pointer;
    height: 206px;
}

.action-card img {
    width: 40px;
    text-align: center;
}

.action-card-heading {
    font-size: 16px;
    color: #112C54;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 3px;
}

.action-card-desc {
    font-size: 13px;
    color: #2F2F2F;
    font-weight: 400;
    text-align: center;
}

.action-arrow {
    text-align: center;
    width: 25px;
    height: 25px;
    background-color: #112C54;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-top: 3px;
}

.action-arrow img {
    width: 16px;
}

.gap1 {
    padding: 8px;
}

.gap2 {
    padding: 8px;
}

.gap3 {
    padding: 8px;
}

.gap4 {
    padding: 8px;
}

.gap5 {
    padding: 8px;
}

.custom-btn-secondary {
    height: 32px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    border-radius: 10px;
    padding: 0 15px;
}

.btn-img {
    width: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.action-btn-2 {
    display: flex;
    align-items: center;
}

.linked-text {
    color: #EF7500;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}

.close-canvas-modal2 {
    position: absolute;
    top: -34px;
    right: -30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.content-default-canvas .modal-title-small {
    font-size: 20px;
    color: #112C54;
    font-weight: 700;
    padding: 5px 10px 19px 0px;
    width: 100%;
    border-bottom: 1.3px solid #D4D4D4;
}

.content-default-canvas {
    padding: 10px 10px;
}

.page-labels {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.page-controls {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    border-top: none;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #C8C8C8;
    padding: 0;
}

.page-controls::placeholder {
    font-size: 17px;
    color: #676767;
    font-weight: 400;
}

.btn-outline-custom {
    background-color: #ffffff;
    border: 1px solid #112C54;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #112C54;
}

.btn-outline-custom img {
    width: 22px;
    position: relative;
    top: -1px;
}

.btn-50 {
    height: 46px;
    border-radius: 50px !important;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
}

.content-default-canvas .modal-header {
    padding: 0.4rem 1rem 1rem 1rem;
}

.uploaded-image {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.uploaded-image img {
    width: 100%;
    border-radius: 10px;
}

.gp-btn {
    padding: .375rem 1.275rem;
}

.btn-default {
    background-color: #CCCDCF;
}

.content-default-lg-canvas .modal-title-small {
    font-size: 20px;
    color: #112C54;
    font-weight: 700;
    padding: 5px 10px 19px 0px;
    width: 100%;
    border-bottom: 1.3px solid #D4D4D4;
}

.content-default-lg-canvas {
    padding: 10px 10px;
}

.content-default-lg-canvas {
    border-radius: 0 !important;
}

.drag-handle svg {
    width: 30px;
    height: 30px;
}

.link-product .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    cursor: default;
    background-color: #EF7500;
    border: 1px solid #EF7500;
}

.link-product .nav-pills .nav-link {
    color: #000000;
    cursor: default;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    margin-right: 5px;
    height: 37px;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.link-product {
    padding: 5px 12px;
}

.link-product .nav-pills {
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 0px 15px 0px;
}

.content-default-lg-canvas .modal-header {
    padding: 0.3rem 1rem 0 1rem;
}

.drp-label {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.custom-pg-control {
    border: 1.4px solid #112C54;
    border-radius: 10px;
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: #112C54;
    background-color: #112C5417;
}

.link-content {
    padding: 20px 0 0px 0px;
}

.borderd-page-table {
    /* border: 1px solid #E1CFFF; */
    margin-bottom: 0 !important;
}


/* 
.borderd-page-table thead tr th:first-child 
{
	border-radius: 8px 0 0 0;
}

.borderd-page-table thead tr th:last-child 
{
	border-radius: 0 8px 0 0;
}

.borderd-page-table tbody tr td:first-child 
{
	border-radius: 0 0 0 8px;
}

.borderd-page-table tbody tr td:last-child 
{
	border-radius: 0 0 8px 0;
} */

.borderd-page-table tbody tr td img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.borderd-page-table tbody tr td {
    text-align: left;
    vertical-align: middle;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}

.table.borderd-page-table td {
    border: 0 !important;
    height: 60px;
    padding: 0 10px;
}

.table.borderd-page-table th {
    border: 0 !important;
    height: 40px;
    background-color: #F5F5F5;
}

.table.borderd-page-table tr {
    border-bottom: 1px solid #E1CFFF;
}

.table.borderd-page-table tr:last-child {
    border-bottom: none;
}

.table.borderd-page-table thead tr {
    background-color: #F5F5F5;
}

.borderd-page-table thead tr th {
    text-align: left;
    vertical-align: middle;
    color: #0F1419;
    font-size: 13px;
    font-weight: 600;
}

input.custom-input-check[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1.5px solid #C8C8C8;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

input.custom-input-check[type="checkbox"]:checked {
    background: #112C54;
    border-color: #112C54;
}

input.custom-input-check[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cst-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 3px 7px !important;
}

.custom-group-input .input-group-prepend {
    width: 40px;
    border-right: 0;
}

.custom-group-input .input-group-prepend .input-group-text {
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    border-color: #E1CFFF;
    border-right: none;
}

.custom-group-input .input-group-prepend .input-group-text img {
    width: 20px;
}

.custom-group-control {
    border-left: 0;
    border-color: #E1CFFF;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    color: #322D2D;
}

.custom-group-control::placeholder {
    font-size: 15px;
    color: #322D2D;
}

@media (min-width: 768px) {
    .col-fixed-200 {
        flex: 0 0 191px;
        max-width: 191px;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
    .modal-lg-offcanvas {
        min-width: 976px;
        min-height: 100%;
    }
    .modal-md-offcanvas {
        min-width: 500px;
    }
    .modal-md-offcanvas-catalog {
        min-width: 600px;
    }
}

@media (max-width: 767px) {
    .col-fixed-200 {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
    .option-dropdown .dropdown-menu {
        /* right: -8rem !important; */
        box-shadow: 0px 1px 15px -4px #000000!important;
        transform: translate3d(-70px, 27px, 0px)!important;
    }
    .section-icons img {
        width: 25px!important;
        margin-top: 20px;
    }
}

.cls-selected {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 400;
}

.tbl-bordered {
    border-radius: 11px;
    border: 1px solid #E1CFFF;
    margin: 0;
    margin-top: 10px;
}

.modal-card-title {
    color: #112C54;
    font-weight: 800;
    font-size: 16px;
}

.modal-card-sub-title {
    color: #112C54;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
}

.modal-card-description {
    color: #112C54;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}

.btn-ctm-active img {
    width: 10px;
    margin-right: 3px;
}

.btn-ctm-active {
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
}

.btn-ctm {
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    color: #092a53;
    background-color: #ffffff;
    border-color: #092a53;
}

.gp-btn {
    font-size: 16px;
}

.catlogs {
    padding: 15px 15px;
}

.link-image img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.w-113 {
    width: 113px;
}

.animated-div {
    background-color: #ffffff;
    transition: background-color 0.1s ease;
    cursor: pointer;
    user-select: none;
    padding: 10px 0px;
}

.animated-div.active {
    animation: colorChange 0.5s ease forwards;
}

@keyframes colorChange {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #f2f2f2;
    }
    100% {
        background-color: #f3f3f3;
    }
}

.title-main {
    position: relative;
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 33px;
    color: #112c54;
    word-break: break-all;
}

.title-main:before {
    content: "";
    width: 170px;
    height: 3px;
    display: block;
    background: #ef7500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.trs-icon {
    width: 55px;
}

.content-default-canvas .modal-title-large {
    font-size: 17px;
    color: #112C54;
    font-weight: 700;
    padding: 0 10px 0px 0px;
}

.content-default-canvas .modal-title-large2 {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    padding: 5px 10px 25px 0px;
}

.bg-gradient {
    width: 147px;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://sellingo.datagrid.co.in/library_assets/front_assets/img/custom-page/bg-red.png);
    background-size: contain;
    background-repeat: no-repeat
}

.w-fix {
    width: 160px;
}

.mobile-img h3,
.desktop-img h3 {
    font-size: 14px;
    font-weight: 700;
    color: #112C54;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.fixed-image {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.mobile-img h3 img {
    width: 11px;
}

.desktop-img h3 img {
    width: 16px;
}

.action-btn-3 {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.upload-text {
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    line-height: 1.4;
    margin-bottom: 20px;
}

.banner-card-items {
    margin-bottom: 6px;
}

.banner-card-items h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.banner-card-items img {
    width: 18px;
    margin-right: 10px;
}

.mb-section {
    margin-top: 30px;
}

.no-image {
    width: 100px;
    height: 80px;
    border-radius: 10px;
    background-color: #ECECEC;
}

.link-image2 img {
    width: 90px !important;
    height: 70px !important;
}

.scrollable-catlog {
    height: 200px;
    overflow: auto;
}


/*--- drag and drop ---*/

li.draggable-item {
    cursor: grab;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}


/* styles during drag */

li.draggable-item.ui-sortable-helper {
    transform: scale(1.015);
    z-index: 100;
}