/*start global*/
.btn{
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 25%)
}
.btn:hover{
    color: #fff;
}
#otp,
#pass,
#c-pass,
#login,
#accept{
    display: none
}

p{
    letter-spacing: 0.5px;
    word-spacing: 0px;
    line-height: 28px;
    color: #000;
    text-align: justify;
}

button:focus{
    outline: none;
}

.collapse .custom-control-input:checked~.custom-control-label::before{
    border-color: #d50231;
    background-color: #d50231;
    box-shadow: none;
}
/*end global*/

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.navbar .dropdown-menu{
    border-top: 5px solid #014a70;
}
.social-icons a i{
    background-color: #ffffff;
    /* padding: 15px 0px; */
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #014a70;
}
.footer-content .social-icons a i{
    background-color: #014a70;
    /* padding: 15px 0px; */
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    margin-right: 40px;
}
.top-header{
    background-color: #014a70;
    padding: 15px 0px;
}

.btn svg path{
    fill: #fff;
}

/* .dropdown-toggle svg path{
    fill: #014a70;
} */

svg path, svg circle{
    fill: #014a70;
}

svg circle+path{
    fill: #fff;
}

.property-location svg path{
    fill: #014a70;
}

button svg path{
    fill: #fff;
}

.quote-icon svg rect{
    fill: #014a70;
}

.quote-icon svg rect+g path{
    fill: #fff;
}

.top-header a,
.footer-bottom a{
    margin-right: 10px;
}

.top-header p,
.top-header a{
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}

.top-header p{
    margin-bottom: 0px;
}

#free-tag{
    background: #014a70;
    padding: 2px 20px 10px 20px;
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: 7%;
    right: 18%
}

.navigation .navbar{
    box-shadow: none;
}
.navigation .navbar-brand img{
    width: 100%;
}

.navigation .navbar-nav li{
    padding: 0px 8px;
}

.navigation .navbar-nav li a{
    font-size: 15px;
    text-transform: capitalize;
    color: #2D2D2D;
    font-weight: 500;
}
.navigation .navbar-nav li a:hover{
    color: #2D2D2D;
}

.navigation .navbar-nav li a i{
    display: none;
}

.navigation .navbar-nav li button{
    background: #c1000b;
    color: #fff;
    font-size: 15px;
    padding: 10px 18px;
    border-radius: 3px;
    margin: 0px;
    margin-top: -1px;
    text-transform: capitalize;
}

.notification .dropdown-menu{
    right: 0 !important;
    left: unset !important;
}

.banner{
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 45vh;
}

.banner h4{
    text-align: center;
    padding: 30px 0px;
    color: #f1f1f1;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.breadcrumb{
    background-color: transparent;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.breadcrumb i{
    margin-top: 4px;
}

.breadcrumb li{
    font-size: 15px;
    font-weight: 500;
}

.login .outer-image{
    overflow: hidden;
    height: 505px;
    width: 96%;
    margin-left: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.register .outer-image{
    height: 590px;
}

.register form .form-group, .register form button{
    margin-bottom: 0px !important;
}

.login .resend-top{
    padding-top: 6px;
}

.login .resend-top a{
    font-size: 14px;
    font-weight: 500;
    color: #d50231;
}

.login .outer-image img{
    height: 100%;
    width: 100%;
}

.login{
    padding: 60px 0px 80px;
}

.login form{
    width: 97%;
    overflow: hidden;
}

.login hr{
    width: 100px;
    border: 2px solid #d50231;
    display: block;
    margin-left: 0px;
    border-radius: 10px;
}

.login h5{
    font-size: 23px;
    font-weight: 500;
}

.login p{
    margin: 20px 0px;
    font-weight: 500;
    font-size: 15px;
}

.login form .input-group-text{
    background-color: #fff;
    border-right: none;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.form-control:focus{
    box-shadow: none !important;
    border-color: #d50231;
}

.login form .input-group-text i{
    color: #d50231;
}

.login form input{
    font-size: 14px;
    padding: 20px 10px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #f8f8f8 !important;
}

.login form select{
    background-color: #f8f8f8 !important;
    border-radius: 10px;
}

.login form input:focus{
    background-color: #fff !important;
}

.login form .form-group label{
    font-weight: 500;
    font-size: 14px;
}

.login form .form-group,
.login form button{
    margin-top: 20px !important;
}

.login form button{
    background-color: #d50231;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

.login .bottom p{
    font-size: 17px;
}

.login .bottom p a{
    color: #1B2029;
}

.login .bottom p .color{
    color: #d50231;
}

.slider{
    margin-bottom: 50px;
}

.carousel-control-next, 
.carousel-control-prev{
    height: 40px;
    width: 30px;
    top: 40%;
    background-color: #d502316b;
    opacity: 1 !important;
    border-radius: 7px;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
}

 .carousel-indicators li{
    background-color: #d50231;
}

.grooms-details .carousel-indicators{
    position: unset !important;
}

.carousel-control-next{
    right: 5%;
}

.carousel-control-prev{
    left: 5%;
}

.grooms{
    padding-top: 50px;
}

.grooms h4{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}

.grooms hr{
    width: 100px;
    border: 2px solid #d50231;
    display: block;
    margin-left: 0px;
    border-radius: 10px;
    float: left;
    position: absolute;
    top: -1%;
    left: 16%;
}

.grooms.divorcee hr{
    left: 31%;
}

.grooms.testimonials hr{
    left: 24%;
}

.grooms.testimonials .item{
    padding-top: 70px;
    border: none;
    background-color: #fff;
}

.grooms .item{
    border: 3px solid #d50231;
    border-radius: 10px;
    padding: 10px;
    background-color: #ece1c1;
    margin-top: 20px;
}

.grooms .image-container{
    height: 270px;
    width: 100% !important;
    overflow: hidden;
}

.grooms .image-container img{
    height: inherit;
    width: auto !important;
    margin: auto;
    border-radius: 10px;
}

.grooms.testimonials .item .grooms-details{
    border: 3px solid #d50231;
    border-radius: 7px;
    padding: 85px 20px 0px;
    text-align: center;
    position: relative;
    margin: 10px;
    height: 300px;
}

.grooms.testimonials .item p{
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 180px;
}

.grooms.testimonials .item img{
    position: absolute;
    width: 120px !important;
    height: 120px !important;
    left: 30% ;
    top: 2%;
    z-index: 99;
    border-radius: 50%;
}

.grooms.testimonials .owl-nav .owl-prev,
.grooms.testimonials .owl-nav .owl-next{
    top: 55%;
}

.grooms .view{
    background: #D50231;
    color: #fff;
    border-radius: 7px;
    margin: 0px;
    float: right;
    margin-top: -9px;
}

.grooms .grooms-details{
    margin-top: 20px;
    padding: 0px 10px;
}

.grooms .grooms-details a{
    color: #d50231;
    font-weight: 500;
}

.grooms .grooms-details p{
    text-transform: capitalize;
    margin-bottom: 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grooms .grooms-details p strong{
    font-weight: 600;
}

.grooms .owl-nav .owl-prev,
.grooms .owl-nav .owl-next{
    height: 40px;
    width: 30px;
    top: 19%;
    position: absolute;
    color: #fff !important;
    background-color: #d50231 !important;
    opacity: 1 !important;
    border-radius: 7px !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.grooms .owl-nav .owl-prev{
    left: -7%;
}

.grooms .owl-nav .owl-next{
    right: -7%;   
}

.contact{
    padding: 80px 0px;
}

.contact .card{
    border-radius: 20px;
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
}

.contact .card .card-body{
    padding: 40px;
}

.contact hr{
    width: 100px;
    border: 2px solid #d50231;
    display: block;
    margin-left: 0px;
    border-radius: 10px;
}

.contact h6{
    font-weight: 500 !important;
}

.contact .location h6{
    text-decoration: underline;
}

.contact .location p{
    margin-bottom: 0px;
}

.contact .location{
    padding-left: 50px;
    position: relative;
    margin-top: 25px;
}

.contact .location i{
    position: absolute;
    left: 3%;
    top: 2%;
}

.contact a{
    color: #212529;
}

.contact i{
    margin-right: 12px;
    color: #d50231;
    font-size: 20px;
}

.grooms .details{
    margin-top: 30px;
}

.search{
    padding: 70px 0px;
}

.search .input-group,
.search .collapse{
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    padding: 3px 10px 3px 25px;
    border-radius: 10px;
}

.search .collapse{
    padding: 0px 10px 20px 25px;
}

.search .input-group input,
.search .input-group .input-group-text{
    height: 50px !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    border: none;    
    background-color: #fff;
    padding: 0px;
}

.search .input-group .input-group-text button{
    background: #D50231;
    color: #fff;
    padding: 10px 18px;
    border-radius: 7px;
    margin: 0px;
    margin-top: -1px;
}

.search .accordion .text-center a{
    color: #d50231;
    text-transform: uppercase;
}

.search .accordion .text-center a h5{
    font-weight: 500;
    text-transform: capitalize;
}

.search .accordion .text-center a h5 i{
    margin-left: 10px;
}

.search .accordion .text-center{
    margin: 20px 0px;
}

.search .collapse h4{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.search .collapse .custom-control:nth-child(2){
    padding-left: 25px;
}

.search .collapse .custom-control{
    padding-left: 50px;
}

.search .collapse form label,
.search .collapse form select{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.search .collapse form label{
    line-height: 27px;
}

.search .collapse form button{
    background: #D50231;
    color: #fff;
    padding: 10px 18px;
    border-radius: 7px;
    margin: 0px;
    margin-top: 30px;
    width: 100%;
}

.search .custom-radio{
    display: inline-block;
}

.search .custom-select{
    display: inline-block;
    width: 49%;
}

.search .main{
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    background-color: #ece1c1;
    border: 3px solid #d50231;
}

.search .item{
    /* display: inline-block; */
    display: block;
    /* vertical-align: top; */
    /* width: 47%; */
    height: 170px;
       object-fit: cover;
    overflow: hidden;
}
.search .item img {
    height: inherit;
    object-fit: cover;
    width: auto !important;
    margin: auto;
}
.search_div{
    width: 356.667px !important;
    margin-right: 10px;
}
.search_div .image-container{
    height: 270px !important;
    width: 100% !important;
    overflow: hidden;
}
.search .groom-details {
margin-top: 20px;
}
.search .details{
    margin-left: 20px;
}

.search .details a{
    color: #d50231;
    font-weight: 500;
}

.search .details p{
    line-height: 22px;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search .details p strong,
.inbox .tab-content.vertical .main .item p strong{
    font-weight: 600;
}

.grooms-details .carousel-inner{
    height: 300px;
}

.grooms-details .top-section button{
    background: #D50231;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50px;
    margin: 0px;
    margin-top: 65px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.grooms-details .top-section button img{
    width: 25px;
    position: absolute;
    left: 18%;
    top: 22%;
}

.grooms-details .accordion .card{
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    margin-top: 40px;
}

.grooms-details .accordion .card .card-header{
    background-color: rgb(48,48,50);
    border: none;
    border-radius: 7px;
}

.grooms-details .accordion .card .card-header a{
    color: #fff;
    text-transform: uppercase;
}

.grooms-details .accordion .card .card-header a h5{
    font-size: 16px;
    font-weight: 500;
}

.grooms-details .accordion .card .card-header a i{
    float: right;
}

.grooms-details .accordion .card .card-body p{
    text-transform: capitalize;
    font-size: 14px;
}

.grooms-details .accordion .card .card-body p strong{
    font-weight: bold;
}

.grooms-details .card .collapse{
    border: 2px solid #303032;
        border-radius: 7px;
    border-radius: 7px;
}

/*.grooms-details .card .card-body .col-sm-6{
    width: 50% !important;
}*/

.modal.contact .modal-header{
    border-bottom: none;
}

.modal.contact .modal-header .close{
    margin: -1rem 0rem -1rem auto;
    font-size: 50px;
    opacity: 1;
    color: #d50231;
    padding: 0px;
}

.modal.contact .modal-body{
    padding-top: 0px;
}

.modal.contact .modal-body h5{
    font-weight: 500;
    text-transform: uppercase;
}

.modal.contact .modal-body p{
    margin-bottom: 0px;
}

.modal.contact .modal-body p strong{
    color: #d50231;
    text-transform: uppercase;
}

.modal.contact .modal-body p a{
    color: #212529;
}

.modal.horoscope .modal-content{
    border-radius: 11px;
}

.modal.horoscope .modal-header h5{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.modal.horoscope .modal-body{
    padding: 0px 0px 15px 0px;
}

.modal.horoscope .modal-body table thead{
    background-color: #d50231;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.modal.horoscope .modal-body table thead th,
.modal.horoscope .modal-body table tbody td{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.modal.horoscope .modal-body table tbody td span{
    font-size: 10px;
    color: #d50231;
    font-weight: 500;
}

.modal.horoscope .modal-header h5 span{
    color: #d50231;
}

.modal.horoscope .modal-body .content h3{
    font-size: 18px;
    font-weight: 500;
    padding-left: 0.75rem;
    text-transform: uppercase;
}

.modal.horoscope .modal-body .content h3 span{
    color: #d50231;
}

.modal.horoscope .modal-body .content p{
    margin-bottom: 0px;
    padding: 0 0.75rem;
    line-height: 25px;
}

.success hr{
    left: 27%;
}

.success .heading h3{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
}

.success .card{
    text-align: center;
    margin-top: 25px;
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
}

.success .card p{
    line-height: 20px;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success .card .profile img{
    height: 150px;
    width: 100%;
}

.success .card .icon{
    margin-top: 40px;
}

.profile form{
    text-align: right;
}

.profile form button{
    background: #D50231;
    color: #fff;
    padding: 10px 18px;
    border-radius: 7px;
    margin: 0px;
    margin-top: -1px;
}

.profile .uploaded-images img {
    position: relative;
    width: 100%;
    height: 160px;
}

.profile .uploaded-images .delete-trash {
    position: absolute;
    bottom: 0%;
    right: 5%;
    background: rgb(255 255 255 / 30%);
    width: 90%;
    text-align: right;
    padding: 0px 16px;
}

.profile .uploaded-images .delete-trash a {
    color: #d50231 !important;
}

.profile form .form-control{
    background-color: #f8f8f8 !important;
    border-radius: 10px;
    font-weight: 500;
    color: #2a2a2a;
}

.profile form .form-control:focus{
    border-color: #d50231;
    background-color: #fff !important;
}

.profile form .control-label{
    font-weight: 500;
    line-height: 35px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
    min-height: 100px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 150px;
    border-radius: 50% !important;
    line-height: 140px;
    padding: 0px;
}

.profile .browse-button{
    margin-left: 60px;
}

.profile .bottom-buttons .btn{
    background: #D50231;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50px;
    margin: 0px;
    margin-top: 65px;
    font-size: 14px;
    font-weight: 500;
}

.profile .bottom-buttons .btn i{
    width: 25px;
    position: absolute;
    left: 14%;
    top: 34%;
}

.delete button{
    padding: 10px 40px;
    border-radius: 50px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
}

.delete button.no{
    color: #d50231
}

.delete button.yes{
    background: #D50231;
    color: #fff;
}

.quick_links{
    list-style-type: none;
    padding-inline-start: 0;
}

.quick_links li a{
    line-height: 2;
}
.footer{
    /* background: url(../images/footer-bg.png); */
    padding: 10px 0px;
    background-position: top;
    margin-top: 80px;
    background: #ffffff;    
    border-top: 2px solid #D3DEE8;
}

.footer .logo p{
    line-height: 22px;
    font-weight: 400;
}

.footer .logo h3{
    color: #f1f1f1e6;
    margin-top: 10px;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f161;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer .footer-content h5{
    font-weight: 600;
    color: #2d2d2d;
    margin: 35px 0px;
    font-size: 18px;
    text-transform: capitalize;
}

.footer-content{
    margin-bottom: 10px;
}

.footer p,
.footer a,
.footer-bottom p,
.footer-bottom a{
    margin-bottom: 0px;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
}

.footer-bottom{
   background: #ffffff;
    border-top: 1px solid #D3DEE8;
    opacity: 1;
    padding: 8px 0px;
}

.inbox .parent-nav li{
    width: 100%;
}

.inbox .parent-nav li a.active{
    background: #D50231;
    color: #fff;
    border: 1px solid #D50231;
}

.inbox .parent-nav li a{
    border: 1px solid #000;
    color: #D50231;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
    width: 190px;
    text-align: center;
    margin-top: 25px
}

.inbox .tab-content.vertical{
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    border-radius: 15px;
}

.inbox .tab-content.vertical .nav-tabs{
    border: none;
    background-color: #d50231;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.inbox .tab-content.vertical .nav-tabs .nav-link{
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 15px;
    border-right: 1px solid #fff;
    margin: 15px 0px;
    padding: 0px;
    border-radius: 0px;
    font-weight: 500;
}

.inbox .tab-content.vertical .nav-tabs .nav-link{
    
}

.inbox .tab-content.vertical .nav-tabs .nav-link:focus, 
.inbox .tab-content.vertical .nav-tabs .nav-link:hover{
    border-color: transparent;
}

.inbox .tab-content.vertical .nav-tabs .nav-link.active{
    border-color: transparent;
    border-right: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.inbox .tab-content.vertical .main{
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 30px 0 rgb(208 208 208 / 16%), 0 2px 8px 0 rgb(111 111 111 / 12%);
    border-radius: 10px;
    background-color: #ece1c1;
    border: 3px solid #d50231;
}

.inbox .tab-content.vertical .main .item{
    width: 47%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 200px;
}

.inbox .tab-content.vertical .main .item img{
    height: 100%;
    width: 100%;
}

.inbox .tab-content.vertical .main .details{
    margin-left: 7px;
}

.inbox .tab-content.vertical .main .item a{
    color: #d50231;
    font-weight: 500;
}

.inbox .tab-content.vertical .main .item .fa-check,
.inbox .tab-content.vertical .main .item .fa-times{
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    float: right;
    margin-right: 6px;
}

.inbox .tab-content.vertical .main .item .fa-check{
    background-color: #0ee482;
}

.inbox .tab-content.vertical .main .item .fa-times{
    background-color: #d50231;
}

.inbox .tab-content.vertical .main .item p{
    line-height: 22px;
    font-size: 15px;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inbox .tab-content.vertical .tab-content{
    padding: 15px;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 72%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 999;
    overflow-y: auto !important;
    background:#014a70;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar .mCustomScrollBox{
    max-height: 900px !important;
    overflow: auto !important;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #014a70;
    background: #ffffff;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #014a70;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li{
    padding: 0px 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: #fff;
    background: #014a70;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}

#sidebar ul li a i{
    margin-right: 7px;
}

#sidebar ul li a:hover {
    color: #1b2029;
    background: #fff;
}

.notifications .content{
    width: 80%;
    display: inline-block;
}

.notifications .date-time{
    width: 20%;
    display: inline;
}

.rules {
    /* background-image: url(../images/bg.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 70px 0px;
}

.rules h2 {
    color: #9f6525;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    /* margin: 40px 0px 30px; */
    margin: 0px 0px 40px;
}

.rules ul li {
    list-style: disc;
    /* line-height: 25px; */
    line-height: 28px;
    letter-spacing: 0.5px;
    word-spacing: 8px;
    font-size: 15px;
    color: #9f6525;
    font-weight: 600;
    margin-bottom: 29px;
    padding: 6px 10px;
}

.terms h2 {
    margin: 30px 0px 10px !important;
}

.terms ul li {
    margin-bottom: 15px !important;
    word-spacing: 6px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    padding: 0px 0px !important;
    line-height: 20px !important;
    padding: 0px 4px !important;
    list-style: decimal !important;
}

.terms ul{
    margin-bottom: 3rem;
}

.h2-m{
    font-weight: bold;
    font-family: initial;
}
.h2-m a{
    color: #870e0e !important;
}
.card-t-m1{
    color:#870e0e !important;
}
.crd-t-m{
  font-family: initial;
    font-weight: 500;
    font-size: 22px;
    color: #5b5b5b !important;
}
.crd-hdr{
    background: transparent;
    border: 1px solid #fe4d00;
}
.accordion .card-body {
       border: none;
    margin-bottom: 0;
    background: #ece1c1;
    border-radius: 7px !important;

}
.accordion>.card {
    background: transparent;
    box-shadow: none;
}
.accordion>.card>.card-header {
    margin-bottom: 0px;
    border-radius: 6px;
}
.h-m{font-weight:bold;color: #870e0e;}

#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}
#more7 {display: none;}
#more8 {display: none;}
#more9 {display: none;}
#more10 {display: none;}
#more11 {display: none;}
#more12 {display: none;}
#more13 {display: none;}
.read-more-btn{cursor: pointer;font-weight: 500;color: #f44336;}
/* pagination css starts */
.pagination {
    display: block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 0.25rem;
}
.pagination>li {
    display: inline;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius:4px !important;
    border-bottom-left-radius:4px !important;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius:4px !important;
    border-bottom-right-radius:4px !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.pagination>li>a.disabled , .pagination>li.disabled a{
    color: #6c757d !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    
}
.pagination-sm>li>a, .pagination-sm>li>span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.6px !important;
}
.pagination>li>a, .pagination>li>span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    position: relative;
    float: left;
    padding: 6px 12px !important;
    /*margin-left: -1px;*/
    line-height: 1.42857143 !important;
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    letter-spacing: 0.6px !important;
}
/* pagination css ends */
/* read more css */
.moretext {
    display: none;
  }
/* read more css */

/* .rules {
    background-size: auto 1400px !important;
} */
.rules ul li {
    /* letter-spacing: 0.5px; */
    letter-spacing: 0.6px;
    word-spacing: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 10px;
}
/*photo upload section css*/
.file-adj{
    border-radius: 0px !important;
}
.rules_div{
    background: #ece1c1;
    border: 1px solid #000 !important;
    border-radius: 7px !important;
    padding: 54px;
}

/* Image preview css */


input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}
.amenities-card-text{
    line-height: 20px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-top: 7px;
}