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;
    position: absolute;
    z-index: 99;
    margin-top: -5px;
}

.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 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;
}


.provider-section{
  padding: 5px 0;
}

.provider-left ul{
  padding: 0px;
  margin: 0px;
}

.provider-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.provider-left ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}



.provider-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.provider-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.provider-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}






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%;
}

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: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    margin-top: -6px;
}

.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: 10px 12px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 3px;
}



.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: 30px;
    cursor: pointer;
    position: absolute;
    top: -55px;
    right: 15px;
    color: #ffffff;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
    background-color: #f15c40;
    padding: 10px 14px;
    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: #0392d8;
  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: 991px)
{
  .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;
  }
}

/************BANNER***********/

.banner-section{
  background: url("../images/service-banner.jpg") center center no-repeat;
  width: 100%;
  background-size: cover;
}

.banner-section .overlay{
  background-color: rgb(0 0 0 / 60%);
  padding: 100px 0;
  height: 400px;
}

.banner-section .row{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.banner-section img{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.banner-section h1{
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.banner-section p{
  color: #fff;
}















#custom-search-input{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#custom-search-input input.search-query.form-control {
    height: 50px;
    border-radius: 30px 0 0 30px;
    padding-left: 20px;
}

#custom-search-input button.btn.btn-danger {
    padding: 12px 18px;
    border-radius: 0 30px 30px 0;
    background-color: #f20000;
    border: 1px solid #f20000;
}







/*************MEGA MENU*************/


.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%;
}












/***************UNIVERSITY SECTION***************/

.university-section{
    padding: 20px 0;
    background-color: rgb(238 238 238 / 58%);
}

.university-section h4{
      font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #007bff;
    text-align: center;
    margin-bottom: 5px;
}

.university-section a{
  text-decoration: none;
}

.university-section h5{
    border: 1px solid #ddd;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #f20000;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.university-box i{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.university-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}

.university-section span.fas.fa-arrow-left {
    font-size: 14px;
    color: #ffffff;
    background-color: #007bff;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.university-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
}

.university-section span.fas.fa-arrow-right {
    font-size: 14px;
    color: #ffffff;
    background-color: #007bff;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.university-section .owl-dots{
  display: none;
}











/*********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: 130px;
    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:123px;}
/* 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);
  object-fit: cover;
}

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;
}



/***************BRIDE SECTION**************/

.bride-section{
  padding: 10px 0;
}

.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: #007bff;
  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: #ffb100;
  position: relative;
  top: 4px;
}

.bride-content ul{
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bride-content ul li{
    list-style-type: none;
    display: inline-block;
    width: 32%;
    padding-right: 5px;
}

.bride-content ul li:last-child{
  margin-right: 0px;
}

.bride-content ul li a{
    font-size: 11px;
    line-height: 18px;
    color: #777;
    text-decoration: none;
}

.bride-content ul li a:hover{
  color: #007bff;
}

a.btn.btn-booking {
    border: 1px solid #f20000;
    background-color: #f20000;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    max-width: 74px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-booking:hover{
    border: 1px solid #007bff;
    background-color: #007bff;
}


.bride-section .owl-nav {
    position: absolute;
    top: -32px;
    right: 80px;
    margin-bottom: 10px;
}

.bride-section span.fa.fa-angle-left {
    padding: 4px 6px;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    margin-right: 5px;
    color: #007bff;
}

.bride-section span.fa.fa-angle-right {
    padding: 4px 6px;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    margin-right: 5px;
    color: #007bff;
}

.bride-section .owl-dots {
    display: none;
}


.groome-section .owl-nav {
    position: absolute;
    top: -32px;
    right: 80px;
    margin-bottom: 10px;
}

.groome-section span.fa.fa-angle-left {
    padding: 4px 6px;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    margin-right: 5px;
    color: #007bff;
}

.groome-section span.fa.fa-angle-right {
    padding: 4px 6px;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    margin-right: 5px;
    color: #007bff;
}

.groome-section .owl-dots {
    display: none;
}



/**************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;
}

/*****************SERVICE PAGE START HERE****************/

.service-banner{
  padding: 40px 0;
  background-color: #007bff;
}

.service-banner h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}    

.service-banner ul{
  padding: 0px;
  margin: 0px;
}

.service-banner ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.service-banner ul li:last-child{
  border-right: none;
}

.service-banner ul li a{
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.service-body{
  padding: 30px 0;
}

.service-body h4{
  font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.service-body img{
  width: 100%;
}

.service-body .bride-box{
  margin-bottom: 30px;
}

/*************DOCTOR PROFILE PAGE START HERE************/

.doctor-body{
  padding: 30px 0;
}

.doctor-body img{
  width: 100%;
  height: 320px;
  margin-top: -65px;
}

.doctor-box{
  box-shadow: 0 0 4px rgb(151 151 151 / 71%);
  padding: 10px;
}

.doctor-box h2{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.doctor-box h2 span{
    font-size: 14px;
    line-height: 30px;
    float: right;
    text-decoration: underline;
}

.doctor-box h6{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.doctor-box h4,
.doctor-box h5{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.doctor-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.doctor-box ul li{
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.doctor-box ul li span{
  font-weight: 400;
}

.doctor-box ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.doctor-box ul li a{
  float: right;
  background-color: #007bff;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.doctor-box ul li a i{
  padding-right: 5px;
}

.doctor-box p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.doctor-box p span{
  font-weight: 600;
  float: right;
}

.doctor-box p a{
  color: #000;
  text-decoration: none;
}

.doctor-box p a i{
  color: #007bff;
  padding-right: 5px;
}

.doctor-box p a:hover{
  color: #007bff;
}

.doctor-right h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.doctor-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.doctor-right ul li{
  list-style-type: none;
  display: inline-block;
}

.doctor-right 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;
}

/**************BOOK APPOINTMENT PAGE START HERE**************/

.appointment-section{
  padding: 30px 0;
}

.appointment-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.appointment-section form{
  box-shadow: 0 0 4px rgb(151 151 151 / 71%);
  padding: 40px;
  border-radius: 10px;
  background-color: #eee;
}

.appointment-section form .row{
  margin-left: 0px;
  margin-right: 0px;
}

.appointment-section form label{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  display: block;
}

.appointment-section form select,
.appointment-section form input{
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 14px;
  color: #333;
  margin-bottom: 15px;
  height: 40px;
}

.appointment-section form textarea{
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 14px;
  color: #333;
  margin-bottom: 15px;
}

/********************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;
}

/***********FAQS PAGE START HERE***********/

.faqs-section{
  padding: 30px 0;
}

.faqs-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  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-color: #111;
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/************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;
}







.cate-box{
  box-shadow: 0 0 4px rgb(151 151 151 / 71%);
  padding: 15px;
  background-color: #007bff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.cate-box h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.cate-box ul{
  padding: 0px;
  margin: 0px;
}

.cate-box ul li{
  list-style-type: none;
      padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #3590f1;
}

.cate-box ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.cate-box ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.service-list-right .row{
  margin-left: 0px;
  margin-right: 0px;
}

.service-list-search input{
  max-width: 300px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.service-list-select select{
  float: right;
  border: 1px solid #ddd;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
}






.range-slider {
      max-width: 300px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.range-slider .rangeValues {
    display: block;
    color: #fff;
  }

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  max-width: 300px;
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -6px;
    cursor: pointer;
      position: relative;
    z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  max-width: 300px;
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;  
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
    z-index: -4;

}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.rating-div{
  box-shadow: 0 0 4px rgb(151 151 151 / 71%);
  padding: 15px;
  background-color: #007bff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rating-div h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.rating-div p{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.rating-div p a{
  text-decoration: none;
}

.rating-div p i{
  color: #fcb900;
  margin-right: 2px;
}

.rating-div p span{
  float: right;
  color: #fff;
}



/***************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: 600;
  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:last-child{
  border-right: none;
}

.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: 600;
    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:last-child{
  border-right: none;
}

.detail-left ul li a{
  color: #000;
  text-decoration: none;
}

.detail-left ul li a:hover{
  color: #007bff;
}


/**MEDIA QUERY**/

@media(max-width: 991px){
  .header-middle h6{
    display: none;
  }
  .menu > li > a{
    padding: 5px 0;
  }
  .menu > li > .megadrop{
    left: 157px;
  }
  .groome-section img, .bride-section img{
    height: 300px;
  }
}

@media(max-width: 834px){
  .menu > li > .megadrop{
    left: 132px;
  }
  .mega-links li a,
  .menu li a i.fa-angle-right,
  .menu > li > a{
    font-size: 10px;
  }
  figure.effect-lily h3{
    font-size: 14px;
    line-height: 18px;
  }
}

@media(max-width: 768px){
  .menu > li > .megadrop{
    left: 120px;
  }
}

@media(max-width: 767px){
  .megamenus{
    display: none;
  }
  .grid figure{
    max-height: 320px;
  }
  .grid img{
    height: 320px;
  }
  figure.effect-lily figcaption > div{
    height: 30%;
  }
  figure.effect-lily h3{
    font-size: 18px;
    line-height: 22px;
  }
  .groome-section img, .bride-section img{
    height: 220px;
  }
  .about-body p{
    margin-left: 0px;
    margin-right: 0px;
  }
  .service-banner h1{
    margin-top: 0px;
  }
  .service-banner{
    padding: 10px 0;
  }
  .blog-left img{
    height: auto;
  }
  .appointment-section form{
    padding: 15px;
  }
  ul.contact-icons{
    margin-bottom: 20px;
  }
  .doctor-body img{
    margin-top: 0px;
    height: auto;
  }
  .doctor-box{
    margin-bottom: 20px;
  }
  .doctor-right ul{
    text-align: left;
  }
  .set > a{
    padding: 12px 15px;
  }
  .service-list-search input{
    max-width: 100%;
  }
  .service-list-select select{
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media(max-width: 600px){
  .groome-section .owl-nav,
  .bride-section .owl-nav{
    right: 90px;
  }
  .contact-body{
    padding: 30px 0;
  }
}

@media(max-width: 575px){
  .banner-section h1{
    font-size: 30px;
    line-height: 34px;
  }
  .groome-section img, .bride-section img {
    height: auto;
  }
  .grid figure{
    max-height: 220px;
  }
  .grid img{
    height: 220px;
  }
  figure.effect-lily figcaption > div {
    height: 40%;
  }
  .faqs-section h2,
  .appointment-section h2{
    font-size: 20px;
    line-height: 24px;
  }
  .set > a{
    font-size: 16px;
  }
}

@media(max-width: 400px){
  .banner-section .overlay {
    padding: 40px 0;
    height: 300px;
  }
  .university-section h4,
  .groome-section h4, .bride-section h4{
    font-size: 18px;
    line-height: 22px;
  }
  .header-right ul li{
    padding-left: 0px;
  }
  .service-banner h1{
    font-size: 20px;
    line-height: 24px;
  }
}

@media(max-width: 360px){
  .banner-section h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .university-section h5{
    padding: 10px 0;
  }
  .header-right ul li a i {
    font-size: 13px;
    width: 32px;
    height: 32px;
  }
}

@media(max-width: 360px){
  .logo-left img{
    max-width: 140px;
  }
  .groome-section h4, .bride-section h4{
    margin-bottom: 10px;
  }
  .groome-section h4 a, .bride-section h4 a{
    float: none;
    display: block;
  }
  .groome-section .owl-nav, .bride-section .owl-nav {
    right: 0px;
  }
}
















































