.font-serif {
    font-family: 'sans-serif' !important
}

.font-arial {
    font-family: 'Arial', 'sans-serif' !important
}

.font-new-roman {
    font-family: 'Times New Roman', 'sans-serif' !important
}

#map {
    height: 90vh;
    width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h3 span, h1, h2, h3, h4, h5, h6, .top-section p {
    font-family: 'Times New Roman', sans-serif !important;
    font-weight: 500;
    font-size: 2.4em;
}

.listing-results {
    height: 75vh;
    overflow: auto;
}

.listing-results.no-pagination {
    height: 80vh;
}

body {
    position: relative;
    min-height: 100%;
    color: #4e3e84;
    /*background: #edeafd;*/;
    /* font-family: "GoodSans", Verdana, "Arial", sans-sarif !important; */
    font-family: Verdana, "Arial", sans-sarif !important;
}

a {
    color: #35256c;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea {
    resize: none;
}

.font-bold {
    font-weight: 500;
}

.btn {
    /* border-radius: 6px;
font-size: 16px;
font-weight: 500;
min-height: 40px; */
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    font-family: 'GoodSans';
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}

.text-primary {
    color: #2e4787 !important;
}

.border-primary {
    border: solid 3px #35256c !important;
}

.border-light {
    border: solid 3px #b8a4c1 !important;
}

.btn-primary {
    Background: #625afa !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    Background: #847ef9 !important;
}

a.btn-primary {
    color: #fff;
}

a.btn-primary:hover {
    color: #fff;
}

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

.btn-outline-secondary {
    border-radius: 30px;
    border: solid 2px #35226c;
    background-color: #ffffff;
    color: #35256c;
}

.btn-outline-dropdown {
    border-radius: 30px;
    border: solid 2px #fff;
    background-color: #ffffff;
    color: #35256c;
}

.info-btn {
    color: #35256c;
    background: #fff;
    font-family: "GoodSans";
    font-size: 14px;
    font-weight: 500;
    width: 78px;
    height: 46px;
    border-radius: 15px;
    float: right;
    border: 3px solid #fff;
}

a.btn-outline-secondary {
    color: #35256c;
}

a.btn-outline-secondary:hover {
    color: #fff;
}

.btn-outline-secondary .icon-left-arrow {
    position: relative;
    top: 1px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    color: #35256c;
    border: solid 2px #fff;
}

.vh-100 {
    height: 100vh;
}

.form-control {
    height: 42px;
    border-radius: 6px;
    color: #4e3e84;
    padding: 4px 15px;
    font-size: 14px;
}

.form-control::placeholder {
    color: #876596;
}

.cal {
    color: #35256c;
    font-family: 'GoodSans';
    font-size: 14px;
}

input.form-control {
    /* border: 1px solid transparent; */
    border-radius: 23px;
    border: solid 3px #b8a4c1;
}

select.form-control {
    border: solid 3px #b8a4c1;
    color: #35256c;
    -webkit-border-radius: 23px;
    border-radius: 23px;
}

select.form-control:focus {
    border: solid 3px #35256c;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #35256c;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.navbar {
    font-family: 'GoodSans';
    font-size: 14px;
}

#wrapper {
    transition: all 0.5s ease;
    position: relative;
}

/* Header */

header .navbar {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(196, 184, 237, 0.4);
    height: 83px;
    padding: 10px 40px;
}

header img {
    width: 42px;
}

.navbar-brand span {
    font-family: 'GoodSans';
    color: #35256c;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.nav-pills .nav-link.active {
    font-weight: 500;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 4px solid #dad3ff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    font-weight: 500;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 4px solid #dad3ff;
    background-color: #f6f5fd;
    color: #35256c;
}

header .navbar-light .navbar-nav .nav-link {
    color: #35256c;
    padding: 4px 11px;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    line-height: 1.64;
    border-radius: 30px;
    border: solid 3px #b8a4c1;
}

header .navbar-light .navbar-nav .nav-link:hover {
    background: #35256c;
    border: solid 3px #35256c;
}

header .navbar-light .navbar-nav .nav-item {
    padding: 0 8px;
}

/*header span {*/
/*    color: #35256c;*/
/*}*/

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

main {
    padding: 0 30px;
}

/* Form Section */

.form-section h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-family: 'GoodSans';
    font-weight: normal;
    color: #35256c;
    line-height: 1.17;
}

.form-section h3 {
    font-size: 27px;
}

.form-section h4 {
    font-size: 28px;
}

.form-section h5 {
    font-size: 20px;
}

.form-section h6 {
    font-size: 18px;
}

.form-section p {
    font-weight: 500;
    font-family: 'GoodSans-light'
}

.form-section .sign-in p {
    font-family: 'GoodSans';
}

.form-section label {
    font-size: 18px;
    color: #35256c;
    font-weight: 500;
    font-family: 'GoodSans';
}

.form-section label.error {
    font-size: 12px;
    color: #f1556c;
    font-weight: 500;
}

.form-section small {
    font-size: 7px;
}

.form-section .nav-tabs {
    border: none;
}

.form-section .nav-tabs .nav-link {
    color: #35256c;
    border: none;
}

.form-section .nav-tabs .nav-item.show .nav-link,
.form-section .nav-tabs .nav-link.active {
    /* font-weight: 500; */
    font-weight: 300;
    background: transparent;
    border: none;
}

.form-section .form-group {
    margin-bottom: 0.7rem;
}

.form-section .btn-group {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 12px 15px !important;
}

.form-section .btn-group .btn {
    border-radius: 25px !important;
    background: #fff;
    border: solid 3px #b8a4c1;
    /* border: solid 3px #fff; */
    padding: 8px 10px;
}

.form-section .btn-group .selected {
    border: solid 3px #35256c;
    /* background: #b8a4c1;
color: #4e3e84; */
}

.selected-filter {
    background: #b8a4c1;
    font-size: 13px;
    padding: 4px 30px;
    color: #fff;
}

.form-section .btn-group .btn-secondary:not(:disabled):not(.disabled).active,
.form-section .btn-group .btn-secondary:not(:disabled):not(.disabled):active,
.form-section .btn-group .show > .btn-secondary.dropdown-toggle,
.form-section .btn-group .btn-secondary:hover {
    border: solid 3px #35256c;
    background: #fff;
    box-shadow: none;
    color: #35256c;
}

.form-section .form-group .icon-calendar {
    position: absolute;
    font-size: 22px;
    right: 22px;
    color: #35256c;
    bottom: 10px;
}

.form-section .btn-group h6 {
    font-size: 18px;
    font-family: 'GoodSans';
    margin-bottom: 15px;
}

.form-section .btn-group p {
    font-size: 13px;
}

.form-section .row.align-items-center {
    min-height: calc(100vh - 0px);
    padding: 20px 0 20px;
}

/* Listing section */

.count {
    font-family: GoodSans;
    font-size: 14px;
}

/*.listing-section {*/
/*    padding: 80px 0 0;*/
/*    color: #35256c;*/
/*}*/

.listing-section h4 {
    font-family: 'GoodSans';
    font-size: 36px;
}

/*
.listing-section h5 {
font-family: 'GoodSans';
font-size: 28px;
}
*/

.listing-section .btn-outline-secondary {
    font-size: 14px;
    padding: 4px 30px;
}

.listing-section .card {
    background: transparent;
    border: none;
}

.listing-section .card .card-title {
    font-family: 'GoodSans';
    font-size: 28px;
    margin-top: 0px;
    color: #35256c;
}

/*.listing-section .card p {*/
/*    font-size: 14px;*/
/*    line-height: 1.14;*/
/*    font-family: 'GoodSans';*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*}*/

/*.listing-details p {*/
/*    font-size: 14px;*/
/*    !* line-height: 18px; *!*/
/*    font-family: 'GoodSans-light';*/
/*    line-height: 1.14;*/
/*    text-align: left;*/
/*    font-weight: 300;*/
/*}*/

.statement-fees p{
    font-size: 18px;
    line-height: 1.5;
}

.listing-section .card img {
    width: 100%;
    border-radius: 6px;
}

.btnNext {
    width: 177px;
}

.skip {
    text-decoration: underline;
}

.back-to,
#back-cemetries .back-to {
    width: 198px;
    height: 17px;
    /* margin: 0 0 0 10px; */
    font-family: 'GoodSans';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
}

.back {
    font-size: 14px;
    font-weight: 'GoodSans';
    cursor: pointer;
}

/*Listing details */

.listing-details {
    margin-top: 10px;
}

.listing-section h4 {
    font-weight: bold !important;
}

.listing-details h5 {
    font-family: 'GoodSans';
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 1.25;
}

.listing-details p.featuredanm {
    font-size: 14px;
    /* line-height: 18px; */
    font-family: 'GoodSans-medium';
    line-height: 1;
    font-weight: 500;
}

.featuredanm {
    font-size: 14px;
    font-family: 'GoodSans-medium';
    line-height: 1;
    font-weight: 500;
}

.listing-details p span {
    font-family: 'GoodSans-medium';
}

.listing-details ul#collapseSummary {
    /* display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start; */
}

.listing-details ul {
    /* display: grid;
align-items: center;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
}

.listing-details .card {
    border-radius: 7px;
    box-shadow: 0 3px 6px 0 #c4b8ed;
    /* margin-top: -100px; */
}

.listing-details .card h6 {
    font-family: 'GoodSans';
    font-size: 24px;
    line-height: 1.25;
}

.listing-details .image-gallery {
    margin-right: -30px;
    margin-left: -30px;
}

.listing-details .image-gallery img {
    min-height: 205px;
}

/* Welcome */

.welecome-section {
    color: #35256c;
}

.welecome-section h3 {
    font-family: 'GoodSans';
    font-size: 32px;
    margin-bottom: 0px;
    color: #35256c;
}

.certificate-section {
    color: #35256c;
}

.certificate-section h3 {
    font-family: 'GoodSans';
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #35256c;
}

.certificate-section p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: 'Goodsans';
}

.certificate-section .btn {
    box-shadow: 0 3px 6px 0 #c4b8ed;
    text-decoration: underline;
    padding: 11px 60px;
    font-family: 'Goodsans-light';
    border: 2px solid #806581;
    border-radius: 23px;;
}

.certificate-section .icon-clock {
    font-size: 22px;
}

.additional-section {
    padding: 110px 0 60px;
}

.additional-section p {
    font-family: 'Goodsans';
    font-size: 14px;
    line-height: 1.56;
    color: #35256c;
}

.additional-section .reg {
    font-family: 'Goodsans';
    font-size: 14px;
    line-height: 1.64;
}

.additional-section .card ul li {
    text-decoration: underline;
    font-size: 14px;
    padding: 2px 0;
    font-family: 'Goodsans-light';
    color: #35256c;
    line-height: 2;
}

.additional-section .card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 3px 6px 0 #c4b8ed;
}

.additional-section .card ul li span {
    float: right;
    text-decoration: underline;
    font-weight: 500;
}

.additional-section .card a span {
    font-size: 18px;
}

.additional-section .form-group .btn-outline-secondary {
    font-size: 13px;
}

h4.total {
    font-size: 24px;;
    font-family: 'Goodsans-medium';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #35256c;
}

h6.total {
    font-size: 18px;;
    font-family: 'Goodsans-medium';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #35256c;
}

.confirm {
    font-family: 'GoodSans';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
}

.medium {
    font-family: 'GoodSans-medium';
}

.img-con-trans {
    height: 200px;
}

.img-con-trans img {
    object-fit: contain;
    border-radius: 4px;
}

.product-block p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 8px;
    font-family: 'GoodSans-medium';
}

.product-block img {
    border-radius: 6px;
}

.additional-section ul {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}

.additional-section .nav .nav-item.active {
    font-family: 'GoodSans-medium';
}

.additional-section .nav .nav-item {
    font-family: 'GoodSans-light';
}

.additional-section ul .nav-item.active {
    font-weight: 500;
    text-decoration: underline;
}

.additional-section ul .nav-item {
    padding: 0.5rem 0.7rem;
}

/* Choose service */

.serivce-section {
    padding: 60px 0 60px;
}

.additional-section h3 {
    font-family: 'GoodSans';
    font-size: 36px;
    color: #35256c
}

.additional-section p.desc {
    font-family: 'Goodsans';
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    color: #4e3e84;
}

.qty .count {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    background: transparent;
    color: #35226c;
    padding: 0 2px;
    min-width: 25px;
    text-align: center;
    width: 38px;
    height: 56px;
    font-family: GoodSans;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #35226c;
    border-radius: 1rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    border: solid 2px #35226c;
    background-color: #ffffff;
}

.qty .minus,
.qty .plus {
    /* border-radius: 6px; */
    color: #35226c;
    /* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14); */
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    /* border: solid 2px #35226c; */
    display: inline-block;
    cursor: pointer;
    width: 30px;
    /* background-color: #ffffff; */
    text-align: center;
}

.qty .minus:hover,
.qty .plus:hover {
    background: #35226c;
    color: #fff;
}

/*Prevent text selection*/

.qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.qty input {
    /* border: 0; */
    /* width: 2%; */
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.serivce-section {
    padding: 80px 0 40px;
}

.serivce-section .service-card h6 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.serivce-section .service-card p {
    line-height: 1.14;
    font-size: 14px;
    font-family: "Goodsans-light";
}

.serivce-section .service-card p > span {
    font-family: "Goodsans-medium";
}

.pagination-block span {
    width: 24px;
    text-align: center;
    line-height: 23px;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(196, 184, 237, 0.4);
    background: #e1d8ff;
}

.serivce-section .nav .nav-link {
    font-size: 13px;
    /* font-family: "Poppins", sans-serif; */
    color: #35256c;
    font-weight: 400;
    /* font-family: 'Goodsans'; */
}

.serivce-section .nav .nav-item {
    font-size: 13px;
    padding: 5px 10px;
    font-family: 'Goodsans';
}

.serivce-section .nav .nav-item:first-child,
.serivce-section .nav .nav-link:first-child {
    padding-left: 0;
    font-family: 'Goodsans-medium';
}

.serivce-section h4 {
    font-family: 'GoodSans';
    font-size: 32px;
    line-height: .83;
}

span {
    font-family: 'Goodsans';
}

.serivce-section .nav .nav-item.active a,
.nav .nav-item.show .nav-link a,
.nav-tabs .nav-link.active {
    font-weight: 500;
    font-size: 15px;
    padding: 4px 0;
    /* border-bottom: 4px solid #35256c; */
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Goodsans';
}

.nav-tabs {
    border-bottom: none;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #35256c;
    border-color: #35256c;
}

.thank-you {
    background-image: linear-gradient(0deg, #35256ce3, rgb(255 0 150 / 16%), #35256cb0), url(../../assets/images/3.png);
    color: #fff;
    font-family: 'GoodSans';
}

.thank-you p {
    font-size: 18px;
    margin-bottom: 30px;
}

.listing-gallery img {
    border-radius: 10px;
    object-fit: contain;
    /*border: 1px solid;*/
    /*padding: 5px;*/
}

.listing-gallery .small-image {
    height: 195px;
}

.listing-results .listing-gallery img {
    border: 0;
    padding: 0;
}

.carousel-wrap {
    margin: 50px auto 40px;
    padding: 0 14%;
    width: 90vw;
    position: relative;
}

.carousel-wrap .item .img-con {
    /* width: 340px; */
    height: 300px;
    overflow: hidden;
    position: relative;
}

.carousel-wrap .item .img-con img {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    /* flex-shrink: 0;
-webkit-flex-shrink: 0; */
    /* flex-grow: 1;
max-width: 100%;
max-height: 100%; */
}

.carousel-wrap .item h6 {
    font-family: 'GoodSans';
    margin-top: 15px;
    margin-bottom: 11px;
}

.carousel-wrap .item p span {
    font-weight: 500;
    font-family: 'Goodsans-medium';
    margin-top: 8px;
    text-decoration: underline;
}

.carousel-wrap .item .btn {
    height: 40px;
    font-size: 14px;
    min-width: 140px;
}

.carousel-wrap .item .border-light {
    border: 3px solid #ccc8da !important;
    color: #35256c;
    background-color: #fff;
}

.fas .fa-check {
    color: #67c635;
    font-size: 18px;
    margin-left: 6px;
}

.icon-check-mark {
    color: #67c635;
    font-size: 18px;
    margin-left: 6px;
}

.icon-cloc {
    color: orange;
    font-size: 18px;
    margin-left: 6px;
}

.carousel-wrap .item .border-light:hover span,
.border-primary:hover span {
    color: #35256c;
}

.text-center.pagination {
    font-family: 'GoodSans-medium';
    font-size: 18px;
    color: #35256c;
}

/* fix blank or flashing items on carousel */

.owl-carousel.owl-loaded {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
    width: 300px;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    margin-top: -26px;
    position: absolute;
    top: 30%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 22px;
}

.owl-nav .owl-prev {
    left: -80px;
}

.owl-nav .owl-next {
    right: -80px;
}

.select-modal .modal-dialog.modal-lg {
    max-width: 1000px;
}

.select-modal .modal-dialog.modal-md {
    max-width: 660px;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-backdrop {
    /*background-color: #edeafd;*/
}

.modal .modal-content {
    background: transparent;
    border: none;
}

.modal .modal-body {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 10px #504d4d1f;
}

.modal .modal-footer {
    background: transparent;
}

.modal .modal-body h3 {
    font-family: 'GoodSans';
    font-size: 36px;
    color: #35256c;
    line-height: 1.11;;
}

.modal .modal-body ul li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Goodsans';
    line-height: 1.38;
}

.modal .modal-body p span {
    font-weight: unset;
}

.modal .modal-body p {
    font-family: 'Goodsans-medium';
}

.intro-text {
    color: #f3f7f9;
    font-weight: 500;
    font-size: 1.2rem;
}

footer {
    background: #fff;
    border-radius: 14px 14px 0 0;
    position: fixed;
    bottom: 0;
    padding: 10px 30px 5px;
    width: 100%;
}

footer.customer-footer {
    background: transparent;
    width: 95%;
    /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    z-index: 2000;
}

footer.customer-footer span {
    color: #35256c;
}

footer p {
    font-family: 'GoodSans';
    font-size: 15px;
    margin-bottom: 5px;
}

.listing-details.listing-section ul.menu-info li {
    text-decoration: underline;
    font-family: 'Goodsans-light';
    font-size: 14px;
    padding: 2px 0;
    color: #35256c;
    line-height: 2;
    text-decoration: underline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.form-section .form-row .btn-group.btn-group-toggle {
    display: flex;
    flex-direction: row;
}

.form-section .form-row .btn-group.btn-group-toggle label {
    flex: 1;
    margin: 0 .25em;
}


.modal .modal-body {
    max-height: 400px;
    overflow: auto;
}

.info-window {
    background: #fff;
    max-height: 80vh;
    width: 25%;
    border-radius: 8px;
    overflow: auto;
    position: fixed;
    left: 20px;
    bottom: 5%;
    padding: 2em;
    box-shadow: 0 3px 6px 0 rgba(196, 184, 237, 0.4);
}

.info-window .form-section h4.text-left {
    max-width: 90%;
}

.info-window .fa-times {
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}

.close-modal-i {
    float: right;
    position: relative;
    top: -20px;
}

ol#myTab .nav-item, ol#myTab .nav-item a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

ol#myTab .nav-item {
    margin-right: 2em;
}

.btn-group .btn {
    min-width: 185px;
}

.form-row.steps .form-group {
    flex: 1;
    margin: 0 .25em;
}

.disable-pointer {
    pointer-events: none;
}

.btn-default-2 {
    background: #fff;
    color: #35256c;
    border-radius: 15px !important;
    border: 1px solid #b8a4c1 !important;
}

.btn-default-2:hover,
.btn-default-2:focus {
    background: #999999;
    color: #fff;
}

.btn.btn-gradient {
    display: flex !important;
    align-items: center;
}

.btn.btn-gradient.d-none {
    display: none !important;
}

.btn-gradient {
    border: solid 1px #35226c;
}

.btn-gradient:hover, .btn-gradient.selected,
label.btn:hover, .btn.selected {
    background: linear-gradient(90deg, #B57BEE, transparent) #625afa !important;
    color: #fff !important;
    border: none !important;
}

.btn-gradient.starting-at-btn {
    background: linear-gradient(90deg, #B57BEE, transparent) #625afa !important;
    color: #fff !important;
    border: none !important;
}

header .phone-number {
    font-size: 17px;
    color: #97999B;
    position: relative;
    z-index: 9;
}

header .phone-number span {
    color: #97999B;
}

header .phone-number img {
    width: 25px;
}

header .navbar {
    justify-content: space-between;
}

.modal.modal-gallery .modal-body {
    height: initial;
    max-height: initial;
}

.icon-left-arrow.icon-right-arrow {
    transform: rotate(180deg);
}

.content-page {
    margin-top: 85px !important;
}

.why-helper-link {
    margin-top: 10px;
    cursor: pointer;
}

.why-helper-link:hover {
    opacity: .5;
}

.why-helper-link span {
    color: #000;
    font-size: 12px;
}

.why-helper-link img {
    width: 15px;
    margin-right: 5px;
}

/* Responsive media query */

@media (max-width: 991px) {
    .btn-gradient.starting-at-btn {
        font-size: 1em;
        padding: 0;
    }

    .customer-footer.summary-footer {
        display: none !important;
    }

    header .navbar-light .navbar-nav .nav-item {
        padding: 5px 0;
        border-bottom: 1px solid #fefefe91 !important;
    }

    header .navbar-light .navbar-nav .nav-item:last-child {
        border-bottom: none !important;
    }

    header .navbar-light .navbar-nav.navbar-center .active > .nav-link,
    header .navbar-light .navbar-nav.navbar-center .nav-item:hover .nav-link {
        padding: 10px 0 10px;
    }

    header .navbar-nav.ml-auto {
        flex-direction: row;
    }

    header .navbar.navbar-expand-lg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 83px;
        z-index: 1030;
    }

    header .navbar {
        padding: 10px 15px;
        height: auto;
    }

    .listing-details .card {
        margin-top: 20px;
    }

    header .navbar-collapse {
        padding: 15px 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 auto;
        width: 243px;
        text-align: center;
    }

    header .navbar-light .navbar-nav.ml-auto .nav-link {
        width: auto;
        padding: 3px 5px !important;
    }

    .owl-nav .owl-prev {
        left: -45px;
    }

    .owl-nav .owl-next {
        right: -45px;
    }

    .carousel-wrap .item .btn {
        min-width: 128px;
    }

    .carousel-wrap {
        padding: 2%;
    }

    .form-section .row.align-items-center {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h3 span, h1, h2, h3, h4, h5, h6,.top-section p {
        font-family: 'Times New Roman', sans-serif !important;
        font-weight: 500;
        font-size: 1.8em;
    }

    header .navbar.navbar-expand-lg {
        position: fixed !important;
    }

    body {
        padding-top: 136px;
    }

    .content-page {
        margin-top: 0 !important;
    }

    .progress-main {
        top: 65px;
        background: #fff;
        padding-top: 1em;
        padding-bottom: 2em;
        box-shadow: 0 3px 6px 0 rgb(196 184 237 / 40%);
    }

    .progress-main .icons-margins {
        margin: 0 6%;
    }

    .progress-main .progress-hint {
        font-size: 10px;
    }

    header .navbar, header .navbar.navbar-expand-lg {
        height: 65px !important;
    }

    .listing-results .listing-gallery img {
        height: auto;
    }

    .content-page {
        padding: 0 !important;
    }

    .listing-results {
        height: initial !important;
        overflow: initial;
    }

    .listing-results.no-pagination {
        height: initial !important;
    }

    .fix-center-question {
        padding-top: 0 !important;
    }

    .steps.btns {
        flex-direction: column-reverse;
    }

    .form-section .btn-group .btn {
        font-size: 1em;
    }

    header .navbar-light .navbar-nav.navbar-center .active > .nav-link,
    header .navbar-light .navbar-nav .nav-item:hover .nav-link {
        border-bottom: 0;
    }

    .form-section .row.align-items-center {
        min-height: auto;
        padding: 20px 0 40px;
    }

    .additional-section {
        padding: 90px 0 40px;
    }

    .additional-section {
        padding: 90px 0 40px;
    }

    .owl-nav .owl-prev {
        left: -40px;
        margin-left: 9px;
    }

    .owl-nav .owl-next {
        right: -40px;
        margin-right: 9px;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: 35%;
        width: 18px;
        height: 17px;
    }

    .carousel-wrap {
        margin: 30px auto 40px;
        padding: 0 14%;
    }

    ul.nav {
        margin-bottom: 15px;
    }

    .btnNext {
        width: 40%;
    }

    .info-btn {
        float: left !important;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .form-section .form-row .btn-group.btn-group-toggle {
        flex-direction: column;
    }

    .form-row.steps .form-group {
        margin-bottom: .5em;
    }

    .form-row.mb-1 {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    main {
        padding: 0;
    }

    .form-section h4 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .listing-details .image-gallery img {
        min-height: auto;
    }

    .listing-details .image-gallery {
        margin-right: 0;
        margin-left: 0;
    }

    .listing-details p {
        font-size: 13px;
    }

    .additional-section .card a span {
        position: absolute;
        top: 20px;
        right: 18px;
    }

    .additional-section {
        padding: 80px 0 40px;
    }

    .additional-section ul {
        flex-direction: column;
    }

    .additional-section ul .nav-item {
        padding: 0.3rem 0rem;
        display: block;
    }

    .nav-link {
        font-size: 15px;
        display: block;
        padding: 0.2rem 0rem;
    }

    .listing-section h4,
    .serivce-section h4 {
        font-size: 18px;
    }

    .btnNext {
        width: 40%;
    }

    .carousel-wrap {
        margin-left: 0px;
        margin-right: 0px;
        padding: 11%;
        width: 100vw;
    }
}

@media (max-width: 720px) {
    .info-window {
        display: none;
    }
}

@media (max-width: 1024px) {
    header .phone-number span {
        display: none !important;
    }
}

@media (max-width: 1250px) {
    footer.d-md-none {
        display: block !important;
    }

    .info-window {
        display: none;
    }
}

@media (min-width: 1250px) {
    #register-form {
        max-width: 650px;
        margin: 0 auto;
    }
}
