body {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.col, .col-1, .col-10, .col-11, .col-12, 
.col-2, .col-3, .col-4, .col-5, .col-6, 
.col-7, .col-8, .col-9, .col-auto, .col-lg, 
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, 
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, 
.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, 
.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, 
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-left: 5px;
  padding-right: 5px;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/*****************HEADER***************/

/*header{
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: rgb(0 0 0 / 95%);
}*/

.logo-section{
  padding: 5px 0;
  background-color: #eee;
}

.logo-left img{
    width: 100%;
    max-width: 160px;
}

.logo-left ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
    margin-top: 3px;
}

.logo-left ul li{
  list-style-type: none;
  display: inline-block;
}

a.btn.btn-buynow {
    border: 1px solid #007bff;
    background-color: #007bff;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-buynow:hover{
    border: 1px solid #ffff69;
    background-color: #ffff69;
    color: #000;
}


a.btn.btn-rentnow {
    border: 1px solid #ffff69;
    background-color: #ffff69;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    border-radius: 30px;
}

a.btn.btn-rentnow:hover{
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
}

a.btn.btn-booknow {
    border: 1px solid #007bff;
    background-color: #007bff;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-booknow:hover{
    border: 1px solid #ffff69;
    background-color: #ffff69;
    color: #000;
}

/*.header-right{
  margin-top: 4px;
}*/

/*
a.signin {
    border: 1px solid #007bff;
    background-color: #007bff;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    margin-top: 4px;
}

a.signin:hover{
    border: 1px solid #ffff69;
    background-color: #ffff69;
    color: #000;
}


a.login {
    border: 1px solid #ffff69;
    background-color: #ffff69;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    border-radius: 30px;
    margin-top: 4px;
}

a.login:hover{
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
}*/

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

.header-right ul li span.number{
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
  background-color: #ddd;
  font-weight: 400;
}

.header-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.header-right ul li a i{
  font-size: 18px;
  background-color: #007bff;
  padding: 10px 11px;
  border-radius: 50%;
  color: #fff;
  width: 38px;
  height: 38px;

}

.bell-message{
    position: absolute;
    top: -2px;
    background-color: #ff0000;
    padding: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    margin-left: -13px;
}















header{
  background-color: #fff;
}

header.fixed-top {
    position: fixed !important;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 71%);
}

.top-header{
  padding: 5px 0;
}

.header-logo-left img{
  max-width: 180px;
  width: 100%;
}

/*.header-left ul{
  padding: 0px;
  margin: 0px;
}

.header-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #eee;
  line-height: 12px;
}

.header-left ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.header-left ul li a{
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  line-height: 12px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #111;
}

.header-right ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.header-right ul li a{
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
}*/

ul.seeker-list{
  padding: 0px;
  margin: 0px;
  text-align: right;
  margin-top: 5px;
}

ul.seeker-list li{
  list-style-type: none;
  display: inline-block;
}

ul.seeker-list li a.seeker{
  display: block;
    position: relative;
    color: #fff;
    padding: 7px 21px;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0;
    border-radius: 30px;
    margin: 0 0 5px 0;
    background-color: #006400;
    text-decoration: none;
}

ul.seeker-list li a.seeker:hover{
  background-color: #007bff;
}

ul.seeker-list li a.partner{
  display: block;
    position: relative;
    color: #fff;
    padding: 7px 21px;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0;
    border-radius: 30px;
    margin: 0 0 5px 0;
    background-color: #faa22a;
    text-decoration: none;
}

ul.seeker-list li a.partner:hover{
  background-color: #007bff;
}

ul.seeker-list li a.admin{
  display: block;
    position: relative;
    color: #fff;
    padding: 7px 21px;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0;
    border-radius: 30px;
    margin: 0 0 5px 0;
    background-color: #d83e3e;
    text-decoration: none;
}

ul.seeker-list li a.admin:hover{
  background-color: #007bff;
}

.header-middle h6{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.header-middle h6 a{
    color: #111;
    text-decoration: none;
    margin-right: 30px;
}

.header-middle h6 a span{
    font-weight: 400;
    color: #111;
}

.header-middle h6 a i{
        background-color: #007bff;
    padding: 15px 17px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}



.top-header .modal-header{
  padding: 0px;
}

.top-header .modal-header .close {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-top: 4px;
}


.top-header .btnContactSubmit{
    border-radius: 5px;
    padding: 10px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    color: #007bff;
    font-weight: 600;
    max-width: 114px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 4%;
}

.top-header .btnContactSubmit:hover{
  background-color: #d83e3e;
  border: 1px solid #d83e3e;
  color: #fff;
}

.top-header .register .nav-tabs .nav-link:hover{
    border: none;
}
.top-header .text-align{
    margin-top: -3%;
    margin-bottom: -9%;
    padding: 5%;
}
/*.form-new{
    margin-right: 22%;
    margin-left: 20%;
}*/
.top-header .register-heading{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.top-header .register-heading h1{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.top-header .btnLoginSubmit{
    border: none;
    padding: 2%;
    width: 25%;
    cursor: pointer;
    background: #29abe2;
    color: #fff;
}
.top-header .btnForgetPwd{
    cursor: pointer;
    margin-right: 5%;
    color: #f8f9fa;
}
.top-header .register{
    background-color: #007bff;
    padding: 3%;
    border-radius: 2.5rem;
}
.top-header .nav-tabs .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white;
}

.top-header .btnForgetPwd{
  color: #fff;
  text-decoration: none;
}

.top-header .btnForgetPwd:hover{
  color: #fff;
}


.top-header .btnForgetPwd1{
  float: right;
  color: #fff;
  text-decoration: none;
}

.top-header .register-form input.form-control {
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
}

.top-header .btnForgetPwd1:hover{
  color: #fff;
}

.top-header .register-form p{
    color: #fff;
    margin-bottom: 5px;
}

.top-header .register-form p a{
    float: right;
    color: #fff;
    text-decoration: underline;
}

.top-header .register-form p a:hover{
  text-decoration: none;
}

.top-header .register-form h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
}

.top-header ul.social-login{
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.top-header ul.social-login li {
    list-style-type: none;
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0px;
    width: 18%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #eee;
}

.top-header ul.social-login li a i {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.top-header ul.social-login li a i.fa-facebook-f:hover{
    color: #3b5998;
}

.top-header ul.social-login li a i.fa-twitter:hover{
    color: #00acee;
}

.top-header ul.social-login li a i.fa-linkedin-in:hover{
    color: #0077b5;
}

.top-header ul.social-login li a i.fa-google:hover{
    color: #db4a39;
}

.top-header ul.social-login li a i.fa-pinterest:hover{
    color: #E60023;
}
  






/**********MOBILE MENU***********/

.clickmenus{
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: -115px;
    left: 15px;
    color: #ffffff;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
    background-color: #f15c40;
    padding: 5px 9px;
    border-radius: 3px;
}

.fixed-top .clickmenus{
  top: -45px;
  z-index: 999999;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #007bff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
    top: 5px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #15a4ea;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #000;
    font-size: 13px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
}


@media(max-width: 767px)
{
  .clickmenus{
    display: block;
  }

  .shadow-img{
    display: none;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}




/*************SLIDER*************/

.slide img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}








.megamenus img{
    width: 100%;
}




.menu {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 10px 0 10px 10px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 7px 17px 0 rgba(23,84,116,0.18);
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #000;
    text-decoration: none;
}

.menu li a i.fa-angle-right{
        float: right;
    position: relative;
    top: 0px;
    font-size: 15px;
}

.menu li ul li a i.fa-angle-right{
        float: none;
    position: relative;
    top: 3px;
    font-size: 15px;
}

.menu a:hover {
    color: #227087;
    text-decoration: none;
}
.menu > li {
    display: block;
    margin-bottom: 0px;
}
.menu > li > a {
    padding:5px 10px;
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    border-left:3px solid transparent !important;
    border:1px solid transparent;
}

.menu > li a:hover{
    border-left:3px solid #007bff !important;
    border:1px solid #ddd;
    background:#eee;
    border-right: none;
    color: #007bff;
}

.menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 215px;
    width: 800px;
    height: auto;
    text-align: left;
    margin-top:30px;
    padding: 10px;
    z-index: 99;
    overflow: hidden;
    background-color: #eee;
}
.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .col {
    width: 14.1%;
    float: left;
    color:white;
    margin: 0 0 0 2.2%;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #227087;
    background: #eee;
}
.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #227087;
}
.menu .col ul li a:hover {
    color: #111;
    text-decoration: underline;
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

.menu img{
    width: 20px;
}

/*.menu i.fa.fa-arrow-right{
    text-align: right;
}
*/
.menu h5{
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #007bff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.megamenus{
  padding-right: 15px;
}

.megamenus h6 {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #007bff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mega-links ul{
    padding: 0px;
    margin: 0px;
}

.mega-links ul li{
    list-style-type: none;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.mega-links li a {
    padding:5px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    border-left:0px solid transparent !important;
    border:1px solid transparent;
}

.mega-links li a:hover{
    color: #007bff !important;
}

.mega-links li a:hover{
    border-left:0px solid transparent !important;border:1px solid transparent;background:transparent;
    border-right: none;
    color: #000;
}

.mega-links img{
    width: 100%;
}


/***************SEARCH SECTION***************/

.search-section{
  background-color: #eee;
  padding: 15px 0;
}

.search-section .row{
  padding: 10px;
  border-radius: 10px;
}

.search-section select{
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.search-section button.btn.btn-primary {
    border: 1px solid #007bff;
    background-color: #007bff;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}













/*********MARIAGE CATEGORY********/

.merriage-category{
  padding-top: 10px;
}

.merriage-category figure{
  margin: 0px;
  margin-bottom: 10px;
}


.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
    max-width: 100%;
    max-height: 120px;
    width: 100%;
    border-radius: 5px;
  /*background: #3085a3;*/
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 6px 17px -3px rgba(0,0,0,0.5) !important;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h3 {
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h3,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.grid img{background:#ababab; height:120px;}
/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  /*opacity: 0.7;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 70%;
}

figure.effect-lily h3,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
    font-family: 'Cormorant', serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

figure.effect-lily p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h3,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*************CATE SELECT**************/

.cate-select{
  padding-bottom: 10px;
}




.cate-select .tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.cate-select #tab-button {
  display: table;
  table-layout: fixed;
  /*width: 100%;*/
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin-bottom: 5px;
  margin-top: -48px;*/
  margin-left: 0px;
}
.cate-select #tab-button li {
  display: table-cell;
  width: 11%;
}
.cate-select #tab-button li a {
  display: block;
  /*padding: 10px 0px;*/
  /*background: #fff;*/
  text-align: center;
  color: #007bff !important;
  text-decoration: none;
  margin-right: 10px;
  /*box-shadow: rgb(0 0 0 / 10%) 0px 0px 35px;*/
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.cate-select #tab-button li a img{
  width: 30px;
  height: 30px;
  background-color: #007bff;
  padding: 2px;
  border-radius: 50px;
}

.cate-select #tab-button li:not(:first-child) a {
  border-left: none;
}
.cate-select #tab-button li a:hover,
.cate-select #tab-button .is-active a {
  border-bottom-color: #ff0000;
    color: #ff0000;
    border-radius: 0;
}

.cate-select #tab-button .is-active a img {
  background-color: #ff0000;
    color: #6e6e6e;
    border-radius: 50%;
}

.cate-select #tab-button .is-active a{
    color: #ff0000 !important;
}

.cate-select .tab-contents {
  padding: 0;
  border-radius: 10px;
}

.cate-select .tab-contents img{
  width: 100%;
  border-radius: 10px;
}

.cate-select .tab-button-outer {
  display: none;
}
.cate-select .tab-contents {
  margin-top: 20px;
  border-radius: 10px;
  /*padding: 10px;*/
}
@media screen and (min-width: 768px) {
  .cate-select .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: transparent;
    /*box-shadow: rgb(0 0 0 / 10%) 0px 0px 35px;*/
    width: 1100px;
    padding: 10px;
    margin-bottom: 0px;
  }
  .cate-select .tab-select-outer {
    display: none;
  }
  .cate-select .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
    border: 1px solid #ff0000;
    padding: 10px 5px;
  }
}

/*.cate-select #tab-button li a:hover i,*/
.cate-select #tab-button .is-active a i.fa-solid.fa-hotel{
      background-color: #f00000;
    padding: 15px;
    border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.cate-select #tab-button .is-active a img::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 58px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #007bff;
}



.cate-select #tab-button .is-active a i.fa-solid.fa-house{
      background-color: #f00000;
    padding: 15px;
    border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.cate-select #tab-button .is-active a img::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 211px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #007bff;
}



.cate-select #tab-button .is-active a i.fa-solid.fa-bed{
      background-color: #f00000;
    padding: 15px;
    border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.cate-select #tab-button .is-active a img::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 367px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #007bff;
}


.cate-select #tab-button i{
    font-size: 20px;
    color: #fff;
    padding-right: 5px;
}

.tab-contents .row{
  margin-left: 0px;
  margin-right: 0px;
}

.plan-box h6{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 10px 5px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0px;
    cursor: pointer;
    height: 60px;
}

.plan-box p{
  border: 1px solid #000;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.plan-box p a{
  color: #000;
  text-decoration: underline;
}

.plan-box p a:hover{
  color: #007bff;
  text-decoration: none;
}

/***************BRIDE SECTION**************/

.bride-section{
  padding: 10px 0;
  background-color: #eee;
}

.groome-section{
  padding: 10px 0;
}

.groome-section h4,
.bride-section h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 5px;
}

.groome-section h4 a,
.bride-section h4 a{
  float: right;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  position: relative;
  top: 6px;
  text-transform: uppercase;
}

.groome-section h4 a:hover,
.bride-section h4 a:hover{
  text-decoration: none;
  color: #007bff;
}

.bride-box{
    box-shadow: 0 0 4px rgb(151 151 151 / 71%);
    border-radius: 5px;
}

.studio-box{
    box-shadow: 0 0 4px rgb(151 151 151 / 71%);
}

.groome-section img,
.bride-section img{
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}

.bride-content{
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.bride-content h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.bride-content h5 a{
  color: #000;
  text-decoration: none;
}

.bride-content h5 a:hover{
  color: #007bff;
}

.bride-content h5 span{
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  position: relative;
  top: 4px;
}

.bride-content ul{
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

.bride-content ul li{
  list-style-type: none;
  display: inline-block;
  width: 30%;
  padding-right: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #777;
}

/**************STUDIO SECTION***************/

.studio-section{
  padding-bottom: 10px;
}

.studio-section h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 5px;
}

.studio-section h4 a{
  float: right;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  position: relative;
  top: 6px;
  text-transform: uppercase;
}

.studio-section h4 a:hover{
  text-decoration: none;
  color: #007bff;
}

.studio-section img{
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}

.studio-box{
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.studio-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.studio-box h5 a{
  color: #000;
  text-decoration: none;
}

.studio-box h5 a:hover{
  color: #007bff;
}

.studio-box h6{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #777;
  margin-bottom: 10px;
}

.studio-box p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.studio-box p a{
  color: #000;
  text-decoration: underline;
}

.studio-box p a:hover{
  text-decoration: none;
}


/******************PRICING SECTION*****************/

.demo4 h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 5px;
}

.demo4 h4 a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #007bff;
  text-decoration: underline;
  float: right;
}

.demo4 h4 a:hover{
  color: #d83e3e;
}


.pricingTable4 .pricingTable-signup:before,.pricingTable4:before{content:"";transition:all .3s ease 0s}
.demo4{background:#E6E6E8;padding:10px 0}
.pricingTable4{text-align:center;padding-bottom:12px;position:relative}
.pricingTable4:before{width:98%;height:85%;border-radius:40px;background:#fff;margin:0 auto;position:absolute;box-shadow:0 0 0 10px #fff inset,0 0 0 17px #d7182a inset;bottom:0;left:0;right:0}
.pricingTable4:hover:before{box-shadow:0 0 0 10px #fff inset,0 0 0 17px #D7182A inset,0 0 60px rgba(0,0,0,.5) inset}
.pricingTable4 .pricingTable-header{width:110%;position:relative;left:50%;transform:translateX(-50%)}
.pricingTable4 .pricingTable-header svg{width:94%}
.pricingTable4 .title{display:inline-block;padding:0 0 10px;margin:0 0 20px;font-size:30px;color:#d7182a;text-transform:uppercase;border-bottom:7px dotted rgba(0,0,0,.2);transition:all .3s ease 0s}
.pricingTable4:hover .title{padding:0 20px 10px}
.pricingTable4 .price-value{color:#fff;position:absolute;top:67px;left:50%;transform:translateX(-50%)}
.price-value .amount{display:block;font-size:50px;font-weight:600; margin-top: 28px;}
.price-value .month{display:block;font-size:16px;font-weight:500;line-height:0;text-transform:lowercase; margin-top: 20px;}
.pricingTable4 .pricing-content{padding:0;margin:0 0 20px;list-style:none;position:relative}
.pricingTable4 .pricing-content li{font-size:18px;color:#707070;line-height:40px}
.pricingTable4 .pricingTable-signup{display:inline-block;padding:10px 20px;background:#d7182a;font-size:22px;font-weight:600;color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:20px 20px 0 0;overflow:hidden;z-index:1;position:relative;transition:all .3s ease 0s}
.pricingTable4 .pricingTable-signup:hover{color:#d7182a}
.pricingTable4 .pricingTable-signup:before{width:90%;height:80%;background:#fff;border-radius:20px 20px 0 0;position:absolute;top:150%;left:50%;z-index:-1;opacity:0;transform:translate(-50%,-50%)}
.pricingTable4 .pricingTable-signup:hover:before{top:50%;opacity:1}
.pricingTable4.darkblue:before{box-shadow:0 0 0 10px #fff inset,0 0 0 17px #1a6bac inset}
.pricingTable4.darkblue:hover:before{box-shadow:0 0 0 10px #fff inset,0 0 0 17px #1a6bac inset,0 0 60px rgba(0,0,0,.5) inset}
.pricingTable4.darkblue .pricingTable-header svg path{fill:#1a6bac}
.pricingTable4.darkblue .pricingTable-signup{background:#1a6bac}
.pricingTable4.darkblue .pricingTable-header h3,.pricingTable4.darkblue .pricingTable-signup:hover{color:#1a6bac}
.pricingTable4.blue:before{box-shadow:0 0 0 10px #fff inset,0 0 0 17px #2998c5 inset}
.pricingTable4.blue:hover:before{box-shadow:0 0 0 10px #fff inset,0 0 0 17px #2998c5 inset,0 0 60px rgba(0,0,0,.5) inset}
.pricingTable4.blue .pricingTable-header svg path{fill:#2998c5}
.pricingTable4.blue .pricingTable-signup{background:#2998c5}
.pricingTable4.blue .pricingTable-header h3,.pricingTable4.blue .pricingTable-signup:hover{color:#2998c5}
@media only screen and (max-width:990px){.pricingTable4{margin-bottom:40px}
}
@media only screen and (max-width:767px){.pricingTable4 .pricingTable-header{width:102%}
}
@media only screen and (max-width:479px){.pricingTable4 .price-value{top:80px}
.price-value .amount{font-size:40px}
}




/********************NEWSLETTER******************/

.newsletter{
  padding: 10px 0;
  background-color: #eee;
}

.newsletter h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #007bff;
  text-align: center;
  margin-bottom: 5px;
}

.newsletter h4 span{
  color: #ff3d55;
}

.newsletter p{
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:5px 0 0 5px;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #007bff;
color: #fff;
font-weight:600;
border-radius: 0 5px 5px 0;
}



/***********FOOTER************/

.top-footer{
  padding: 20px 0;
  background-color: #007bff;
}

.top-footer h4{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.top-footer ul{
  padding: 0px;
  margin: 0px;
}

.top-footer ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.top-footer ul li a{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}


.qr-img img{
  width: 120px;
}

.footer-app img{
  width: 200px;
}

.bottom-footer{
  background-color: #ffff69;
  padding: 10px 0;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
  text-align: right;
  margin-top: 12px;
}



.footer-socials ul{
  padding: 0px;
  margin: 0px;
}

.footer-socials ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-socials ul li a i{
    border: 2px solid #000;
    padding: 5px;
    background-color: transparent;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 23px;
    border-radius: 50%;
    color: #000;
    text-align: center;
}






/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #007bff;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/*****************PERSONAL DETAIL PAGE START HERE****************/

.personal-section{
  padding: 15px 0;
}

.personal-section form{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    background-color: #eee;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.personal-section h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.personal-section form label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
    display: block;
}

.personal-section form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.personal-section form input.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.personal-section form input[type=radio]{
  margin-bottom: 20px;
}

.personal-section a.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    float: right;
    border-radius: 30px;
}

/*****************LOGIN PAGE START HERE***************/

.login-section{
  padding: 100px 0;
}

.login-section h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.login-section form .row{
  margin-left: 0px;
  margin-right: 0px;
}

.login-section form{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    background-color: #eee;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.login-section form label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
    display: block;
}

.login-section form input.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.login-section a.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

.login-section p a{
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: underline;
}

.login-section h3{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.login-section ul{
  padding: 0px;
  margin: 0px;
}

.login-section ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
}

.login-section ul li a i{
  font-size: 16px;
  color: #000;
}

.login-section ul li a i.fa-facebook-f{
  color: #3b5998;
}

.login-section ul li a i.fa-twitter{
  color: #1DA1F2;
}

.login-section ul li a i.fa-linkedin-in{
  color: #0072b1;
}

.login-section ul li a i.fa-google{
  color: #db4a39;
}

/********************ABOUT US PAGE START HERE******************/



.about-body{
  padding: 20px 0;
}

.about-body h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.about-body p{
  text-align: center;
  color: #545050;
  line-height: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

/********************TESTIMONIALS*****************/

.testimonials{
    padding: 30px 0;
}

.testimonials h4{
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.testi-box{
    box-shadow: 0 2px 6px 0 rgba(27,43,58,0.15);
    border: solid 1px rgba(27,43,58,0.15);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}

.testi-img{
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.testi-box h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #1b2b3a;
    margin-bottom: 15px;
    text-align: center;
}

.testi-box .flag-img{
    width: 20px !important;
    height: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.testi-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1b2b3a;
    text-align: center;
    margin-bottom: 10px;
}

.testi-content{
    text-align: center;
}

.testi-rating{
    text-align: center;
}

.testi-box h5 a{
    color: #000;
    text-decoration: none;
}

.testi-box h5 a:hover{
    color: #000;
}

.testi-box p a{
    color: #000;
    text-decoration: none;
}

.testi-box h5 span{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #1b2b3a;
    margin-left: 20px;
}

.testi-box h5 i{
    color: #ffb900;
    margin-right: 2px;
}

.testi-box h6{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1b2b3a;
    margin-bottom: 0px;
}

.testi-box h6 span{
    display: block;
    font-weight: 600;
}

.testi-box i{
    font-size: 12px;
    margin-right: 2px;
    color: #ffab52;
}

a.btn.btn-testi {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-testi:hover{
    border: 1px solid #000;
    background-color: #000;
}

/************CONTACT US PAGE START HERE*************/

.contact-body {
    padding: 50px 0;
}

.contact-body h4{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 20px; 
}

.contact-body p{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-body input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-body textarea{
    width: 100%;
    height: 120px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-body button.btn.btn-primary {
    border: 1px solid #007bff;
    background-color: #007bff;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    float: right;
}

.contact-body button.btn.btn-primary:hover{
    border: 1px solid #0356af;
    background-color: #0356af;
    color: #fff;
}

.contact-body form .row{
  margin-left: 0px;
  margin-right: 0px;
}

ul.contact-icons{
  padding: 0px;
  margin: 0px;
}

ul.contact-icons li{
  list-style-type: none;
  display: inline-block;
}

ul.contact-icons li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

ul.contact-icons li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

ul.contact-icons li a i.fa-facebook-f:hover{
  background-color: #294379;
}

ul.contact-icons li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

ul.contact-icons li a i.fa-twitter:hover{
  background-color: #0991c5;
}

ul.contact-icons li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

ul.contact-icons li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

ul.contact-icons li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

ul.contact-icons li a i.fa-youtube:hover{
  background-color: #8e1814;
}

/***************BLOG PAGE START HERE***************/

.blog-body{
  padding: 30px 0;
}

.blog-body h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.blog-left img{
  width: 100%;
  height: 240px;
}

.row.blog-left{
  margin-left: 0px;
  margin-right: 0px;
}

.blog-body .blog-box{
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px;
}

.blog-body .blog-box h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #eee;
}

.blog-body .blog-box h4 a{
  text-decoration: none;
  color: #000;
}

.blog-body .blog-box h4 a:hover{
  color: #007bff;
}

.blog-body .blog-box ul{
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-body .blog-box ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #888;
  border-right: 1px solid #888;
  padding-right: 10px;
  margin-right: 10px;
}

.blog-body .blog-box ul li:last-child{
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.blog-body .blog-box ul li a{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}

.blog-body .blog-box ul li a:hover{
  color: #007bff;
}

.blog-body .blog-box p{
  line-height: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.catogory h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.catogory ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}

.catogory ul li{
  list-style-type: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.catogory ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.catogory ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: block;
}

.catogory ul li a span{
  float: right;
}

.catogory ul li a:hover{
  color: #007bff;
}

.category-column .row{
  margin-left: 0px;
  margin-right: 0px;
}

.recent-post{
    display: block;
    height: 82px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.posts h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.posts img{
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.posts a{
  text-decoration: none;
}

.posts h6{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.posts h6:hover{
  color: #007bff;
}

.posts ul{
  padding: 0px;
  margin: 0px;
}

.posts ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #888;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.posts ul li a{
  color: #000;
  text-decoration: none;
}

.posts ul li a:hover{
  color: #007bff;
}

.detail-left img{
  width: 100%;
  margin-bottom: 10px;
}

.detail-left h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #007bff;
    margin-bottom: 10px;
}

.detail-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.detail-left ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #888;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.detail-left ul li a{
  color: #000;
  text-decoration: none;
}

.detail-left ul li a:hover{
  color: #007bff;
}

/***********FAQS PAGE START HERE***********/

.faqs-section{
  padding: 30px 0;
}

.faqs-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #f63b3b;
  text-align: center;
  margin-bottom: 20px;
}



.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
  display: block;
  font-size: 18px;
  padding: 18px 30px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #282828;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background: linear-gradient(to right,#f63b3b 0,rgb(21 101 160) 100%);
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/***************PARTY PAGE START HERE*************/

.party-section{
  padding: 30px 0;
}

.party-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.party-section img{
  width: 100%;
  height: 240px;
}

.party-content{
  background-color: #eee;
  padding: 15px;
  margin-bottom: 10px;
}

.party-content h4{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.party-content h4 a{
  color: #000;
  text-decoration: none;
}

.party-content p{
  margin-bottom: 10px;
}

a.btn.btn-book-now{
  border: 1px solid #000;
  background-color: #000;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

/****************PARTY DETAIL PAGE START HERE******************/

.partydetails-section{
  padding: 30px 0;
}

.partydetails-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.partydetails-section .party-row{
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.partydetails-section img{
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

.partydetails-section h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.partydetails-section h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

/**************DECORATION PAGE START HERE**************/

.decoration-section{
  padding: 30px 0;
}

.decoration-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.decoration-section img{
  width: 100%;
  height: 260px;
}

.deco-content{
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  text-align: center;
}

.deco-content h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.deco-content h4 a{
  color: #000;
  text-decoration: none;
}

.deco-content a.reads{
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}

/**************DECORATION DETAIL PAGE START HERE***************/

.decoration-detailsection{
  padding: 30px 0;
}

.decoration-detailsection h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.decoration-detailsection h2{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.decoration-detailsection img{
  width: 100%;
  margin-bottom: 10px;
}

.decoration-detailsection figure {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}

.decoration-detailsection figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    border-radius: 4px;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.decoration-detailsection figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/****************PERSONAL DETAIL PAGE START HERE****************/

.persona-section{
  padding: 30px 0;
}

.persona-section h1{
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.persona-section h2{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.persona-section h3{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.personal-right img{
  width: 100%;
  height: 450px;
  margin-bottom: 10px;
}

.persona-section h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
  margin-bottom: 10px;
}

.Personal-right h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.Personal-right ul{
  padding: 0px;
  margin: 0px;
}

.Personal-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  height: 60px;
}

.Personal-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.Personal-right ul li a{
  text-decoration: none;
}

.Personal-right ul li a img{
  width: 50px;
  height: 50px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}

.Personal-right ul li a h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.Personal-right ul li p{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #777;
}

/*****************BRIDES SECTION***************/

.brides-section{
  padding: 30px 0;
}

.brides-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.brides-box{
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.brides-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.brides-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}

.brides-box ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.brides-box ul li a{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.brides-box img{
  width: 205px;
  height: 205px;
  float: left;
  margin-right: 20px;
}

.brides-box h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.brides-box h6 span{
  font-weight: 400;
}

.brides-box p{
  font-size: 14px;
  margin-bottom: 10px;
}

a.btn.btn-profile{
  border: 1px solid #000;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.right-box{
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.right-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  background-color: #ddd;
  padding: 15px;
  margin-bottom: 0px;
}

.right-box ul{
  padding: 15px;
  margin: 0px;
}

.right-box ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.right-box ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.right-box ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.bridesdetail-section{
  padding: 30px 0;
}

.bridesdetail-section img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;;
  margin-bottom: 15px;
}

.bridesdetail-section h1{
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.expect{
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px; 
}

.expect h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.expect p{
  margin-bottom: 0px;
}

.cont-box{
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
}

.cont-box h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cont-box p{
  margin-bottom: 10px;
  color: #fff;
}

.cont-box p a{
  color: #fff;
  text-decoration: none;
}

.cont-box ul{
  padding: 0px;
  margin: 0px;
}

.cont-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.cont-box ul li a i.fab{
  font-size: 16px;
  color: #fff;
}

.bridesdetail-right h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bridesdetail-right ul{
  padding: 0px;
  margin: 0px;
}

.bridesdetail-right ul li{
  list-style-type: none;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.bridesdetail-right ul li span{
  width: 200px;
  font-weight: 600;
}

h1{
  margin-top: 0px !important;
}

/*****************MEDIA QUERY******************/

@media(max-width: 1024px){
  .menu > li > .megadrop{
    left: 164px;
  }
  .header-middle h6{
    font-size: 10px;
    margin-bottom: 5px;
  }
  .header-middle h6 a{
    margin-right: 5px;
  }
  .header-middle h6 a i{
    padding: 10px 12px;
  }
  .cate-select #tab-button li a{
    text-align: left;
  }
}

@media(max-width: 991px){
    .groome-section img, 
    .studio-section img,
    .bride-section img{
      height: 370px;
    }
    .studio-box,
    .bride-box{
      margin-bottom: 10px;
    }
    .menu > li > .megadrop {
        left: 157px;
    }
    .about-body p{
      margin-left: 0px;
      margin-right: 0px;
    }
}

@media(max-width: 834px){
  .menu > li > .megadrop {
      left: 131px;
  }
  .menu > li > a{
    font-size: 10px;
    padding: 5px 2px;
  }
  .menu li a i.fa-angle-right{
    font-size: 10px;
  }
  .decoration-section img {
      height: 180px;
  }
}

@media(max-width: 768px){
  .menu > li > .megadrop {
      left: 121px;
  }
  .cate-select #tab-button li{
    width: auto;
  }
  .cate-select #tab-button li a{
    font-size: 10px;
  }
  .groome-section img, .studio-section img, .bride-section img {
      height: 270px;
  }
  .slide img{
    height: 300px;
  }
  .testimonials .owl-dots,
  .testimonials .owl-nav{
    display: none;
  }
  .party-section img{
    height: 180px;
  }
  .personal-right img{
    height: auto;
  }
}  

@media(max-width: 767px){
  .logo-left img{
    margin: 0 auto;
    display: block;
  }
  .header-right ul{
    text-align: center;
  }
  .megamenus{
    display: none;
  }
  .effect-lilyrow{
    margin-left: 0px;
    margin-right: 0px;
  }
  .grid figure{
    min-height: 300px;
  }
  .grid img{
    height: 300px;
  }
  select#tab-select {
      width: 100%;
      height: 45px;
      padding: 10px;
      border-radius: 5px;
  }
  .bottom-footer p{
    text-align: left;
  }

  .decoration-section img,
  .blog-left img{
    height: auto;
  }
  .bridesdetail-section h1{
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .cont-box{
    margin-bottom: 20px;
  }
  ul.contact-icons{
    margin-bottom: 20px;
  }
  .decoration-detailsection figure{
    height: 350px;
  }
  .partydetails-section img{
    height: auto;
    margin-bottom: 10px;
  }
  .party-section img {
    height: auto;
  }
}

@media(max-width: 600px){
  .studio-section h4,
  .groome-section h4, 
  .demo4 h4,
  .blog-body h1,
  .newsletter h4,
  .about-body h1,
  .decoration-section h1,
  .decoration-detailsection h1,
  .decoration-detailsection h2,
  .testimonials h4,
  .brides-section h1,
  .contact-body h4,
  .faqs-section h2,
  .bridesdetail-section h1,
  .party-section h1,
  .persona-section h1,
  .bride-section h4{
    font-size: 20px;
  }
  .persona-section h2,
  .personal-section h2,
  .bridesdetail-right h4,
  .expect h4,
  .cont-box h4,
  .blog-body .blog-box h4,
  .posts h4,
  .detail-left h4,
  .testi-box h5{
    font-size: 18px;
  }
  .persona-section h1{
    margin-bottom: 0px;
  }
  .personal-section h2{
    line-height: 22px;
  }
  .bride-content ul li{
    padding-right: 5px;
    font-size: 12px;
  }
  .groome-section img, 
  .studio-section img, 
  .bride-section img {
      height: 200px;
  }
  .set > a {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media(max-width: 575px){
  .groome-section img, 
  .studio-section img, 
  .bride-section img{
    height: auto;
  }
  .slide img{
    height: 200px;
  }
  .login-section form{
    padding: 10px;
  }
}

@media(max-width: 480px){
  .brides-box img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  } 
  .persona-section h1{
    line-height: 24px;
    margin-bottom: 10px;
  }
  .persona-section h2{
    line-height: 24px;
  }
}

@media(max-width: 440px){
  .decoration-detailsection figure {
    height: 260px;
  }
}

@media(max-width: 360px){
  .header-middle h6 a i {
      padding: 5px 6px;
  }
  .decoration-detailsection figure {
      height: 180px;
  }
}












































































































































































