/* @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:500,600,700&display=swap'); */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
    color: #fff;
}
body, html {
    margin: 0;
    padding: 0;
}
body {
  /* background-color: #3c3c3c;
  padding: 50px 0; */
  font-family: 'Source Sans Pro';
  text-align: left;
  background: #fff;
  font-size: 14px;
}

  h1, h2 {
    color: #002856;
  }
  
  h1 {
    font-size: 25px;
    line-height: 20px;
    font-weight: 100;
    font-family: 'Playfair Display', serif;
  }
  
  h2 {
    line-height: 34px;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
    color: #002856;
    display: block;
    font-size: 22px;
  }
  p{
      font-size: 0.9rem;
  }
  .h3, h3 {
    font-size: 1.02rem;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
  }

  .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-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .pb100{
    padding-bottom: 100px !important;
  }
  .pb20{
    padding-bottom: 20px;
  }

.transition, p, ul li i:before, ul li i:after, .navigation #nav li .mobile-navigation {
    transition: all 0.25s ease-in-out;
  }
  
  .flipIn, h1, ul li {
    animation: flipdown 0.5s ease both;
  }
  
  .no-select, h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #mobile {
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0px auto;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    /* overflow-y: scroll;  */
  }
  
  #mobileBodyContent {
    background: #fff;
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-left: 0px;
    margin-top: 0px;
    transform-origin: top left;
    min-height: 100vh;
  }
  
  #header {
    height: 80px;
    background: #fff;
    box-shadow: 0 0.15vw 0.22vw rgba(0,0,0,.1);
    text-align: right;
    /* padding-right: 10px; */
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
  }
  .fixed-scroll{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
  }
  
  #burgerBtn {
    border-top: 2px solid #002856;
    height: 22px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 30;
    left: 20px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #002856;
    top: 8px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #002856;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  #nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 60px 0 0 20px;
    padding: 0;
    overflow: hidden;
    /* height: 85vh; */
    overflow-y: scroll;
    width: 190px;
    color: #fff;
  }
  #nav li {
    width: 0;
    margin: 10px 0;
    text-align: left;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -khtml-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
  }
  #nav li + li {
    margin-left: -40px;
  }
  #nav li + li + li {
    margin-left: -80px;
  }
  #nav li + li + li + li {
    margin-left: -120px;
  }
  
  #demoSelector {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 333px;
    left: 50%;
    margin-left: 227px;
  }
  #demoSelector li {
    padding: 10px 0 10px 30px;
    position: relative;
    cursor: pointer;
  }
  #demoSelector li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #d8d5d0;
    left: 0;
    top: 18px;
  }
  #demoSelector li:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #888888;
    left: -6px;
    top: 12px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -khtml-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #demoSelector li.active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .navigation #nav li {
    width: 190px;
    margin-left: 0;
    margin-right: 10px;
    color: #fff;
    min-height: 39px;
  }
  .navigation #nav li h6,
  #nav li h6{
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 0.9rem;
      padding-top: 5px;
  }
  .navigation #nav li h6 a,
  #nav li h6 a{
      color: #fff;
  }
  .navigation #burgerBtn {
    border-color: transparent;
  }
  .navigation #burgerBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 33px;
    left: -2px;
    background: #fff;
  }
  .navigation #burgerBtn:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 11px;
    width: 33px;
    left: -2px;
    background: #fff;
  }
  
  .demo1.navigation #mobileBodyContent {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -khtml-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: 230px;
    margin-top: 30px;
    transform-origin: top left;
  }
  
  .demo2.navigation #mobileBodyContent {
    margin-left: 320px;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
  }
  
  .demo3.navigation #mobileBodyContent {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -khtml-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    visibility: hidden;
  }
  #header span.search-icon img, #header span.user-account img{
    display: block;
    width: 22px;
    margin: 0px auto;
    transform: translate(0px, 16px);
  }
  #header span.logo img{
   max-width: 350px;
    margin-top: 0px;
    width: 100%;
  }
  #header span.logo, span.search-icon, #header span.user-account, #header span.show-models {
    margin: 6px;
    height: 100%;
    min-width: 52px;
  }
  #header span.show-models a {
    background: #002856;
    display: inline-block;
    height: auto;
    border-radius: 10px;
    color: #fff;
    padding: 5px 30px;
    margin: 22px 0px;
    text-transform: uppercase;
    font-size: 18px;
  }
  #header span.show-models a:hover {
    text-decoration: none;
  }
  #header span.search-icon, #header span.user-account {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
  }
  #header span.search-icon a, #header span.user-account a{
    margin: 0px 0px;
    height: 100%;
    min-width: 100%;
    display: block;
    overflow: hidden;
  }
  #header span.logo{
    vertical-align: top;
    /* margin-left: 70px; */
    margin-bottom: 0px;
    height: 46px;
    float: left;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  #search, #my-account, #choose-your-plan, #price-block, #faq-block, #all-reviews, #write-reviews, #lead-form-login, #choose-plan-form, #search-vendors-block, #all-cities-block, #filter-block, #destination-weddings {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    overflow-y: scroll;
  }
  #price-block, #faq-block, #choose-your-plan, #all-reviews, #write-reviews, #lead-form-login, #choose-plan-form, #search-vendors-block, #all-cities-block, #filter-block, #destination-weddings {
    -webkit-transform: translate(0px, 100%) scale(0, 0);
    -moz-transform: translate(0px, 100%) scale(0, 0);
    -o-transform: translate(0px, 100%) scale(0, 0);
    -ms-transform: translate(0px, 100%) scale(0, 0);
    transform: translate(0px, 100%) scale(0, 0);
  }
  #search input[type="search"] {
    /* position: absolute;
    top: 50%;
    width: 90%; 
    transform: translate(-50%, -50%);*/
    color: white;
    background: #fff;
    color: #002856;
    font-size: 12px;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    padding-right: 0px;
    outline: none;
    width: 100%;
    padding: 15px 30px;
    border-radius: 70px;
    font-weight: normal;
    margin-bottom: 10px;
    border: 2px solid;
  }
  #search .btn {
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px; */
    background-color: #002856;
    border: black;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    border-radius: 60px;
    padding: 10px 60px;
    margin-left: 0px;
    text-transform: uppercase;
    width: 100%;
  }
  #search .close, #my-account .close, #choose-your-plan .close, #price-block .close, #faq-block .close, #all-reviews .close, #write-reviews .close, #lead-form-login .close, #choose-plan-form .close, #search-vendors-block .close, #all-cities-block .close, #filter-block .close, #destination-weddings .close {
    position: fixed;
    top: 10px;
    right: 10px;
    color: #545454;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    opacity: 1;
    padding: 0px;
    font-size: 27px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0px;
  }
  #search.open, #my-account.open, #price-block.open, #faq-block.open, #all-reviews.open, #write-reviews.open, #lead-form-login.open, #choose-plan-form.open, #search-vendors-block.open, #all-cities-block.open, #filter-block.open, #destination-weddings.open, #choose-your-plan.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    padding: 20px;
    z-index: 999;
  }
  #price-block.open, #faq-block.open, #choose-your-plan.open, #all-reviews.open, #write-reviews.open, #lead-form-login.open, #choose-plan-form.open, #search-vendors-block.open, #all-cities-block.open, #filter-block.open, #destination-weddings.open{
      padding-top: 60px;
  }
  #price-block.open h2, #faq-block.open h2, #choose-your-plan.open h2, #all-reviews.open h2, #write-reviews.open h2, #lead-form-login.open h2,#choose-plan-form.open h2, #search-vendors-block.open h2, #all-cities-block.open h2, #filter-block.open h2{
      padding-bottom: 0px;
  }
  
  #search-form{
    /* transform: translate(-50%, -50%);
    left: 50%;
    top: 150px;
    position: absolute;
    width: 90%; */

    top: 80px;
    position: absolute;
    width: 90%;
    /* height: calc(100vh - 80px); */
  }
  .demo1.navigation #mobileBodyContent span.logo{
    float: left;
    margin-left: 20px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .mobile-navigation {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    max-height: 410px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    overflow-y: scroll;
    transition: all 0.25s ease-in-out;
  }
  .mobile-navigation .nav-img-icon{
    width: 45px;
    display: inline-block;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul#nav li ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 6px;
    border-top: 1px dotted #dce7eb;
    text-align: left;
    min-height: 39px;
  }
  ul#nav li ul li:nth-of-type(1) {
    animation-delay: 0.5s;
    border-top: 0px;
  }
  ul#nav li ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  ul#nav li ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  ul#nav li ul li:last-of-type {
    padding-bottom: 0;
  }
  ul#nav li ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 6px;
    right: 2px;
  }
  ul#nav li ul li i:before, ul#nav li ul li i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 9px;
  }
  ul#nav li ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  ul#nav li ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  ul#nav li ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
  }
  ul#nav li ul li input[type=checkbox]:checked ~ .mobile-navigation {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  ul#nav li ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  ul#nav li ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }
  @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

  .arrow {
    text-align: center;
    margin: 0% 0;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .arrow p {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  .arrow a, .arrow i{
      color: #fff;
  }
  .arrow a:hover,
  ul.offers-like li a{
      text-decoration: none;
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
.mobile-navigation a{
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.weddings-photographers {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 110px);
    position: relative;
}
.weddings-photographers img{
    display: block;
    width: 100%;
    max-width: 100%;
}
ul.photographers-share {
    display: block;
    width: 50px;
    float: right;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    margin-top: 20px;
}

ul.photographers-share li {
    text-align: center;
    margin-bottom: 20px;
}

ul.photographers-share li .share-icons,
.fixed-price-icon {
    background: rgba(0, 0, 0, 0.57);
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.image {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

.heart {
	animation: beat .40s infinite alternate;
	transform-origin: center;
}
.price-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}
.wedding-banner-cont {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
    text-align: center;
}
.wedding-banner-cont h1{
    color: #fff;
    padding-bottom: 0rem;
}
.wedding-banner-cont p{
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0px;
}
.next-planer, .prev-planer {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #002856;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    position: absolute;
}
.get-in-touch-blk{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.next-planer{
    left: 20px;
} 
.prev-planer{
    right: 20px;
}
a.get-in-touch, a.submit-btn {
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  height: 44px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #002856;
  text-decoration: none;
  border: 1px solid #83868a;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
    a.get-in-touch{
        color:#fff;
    }
    a.get-in-touch:hover, a.submit-btn:hover {
        background: #002856;
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -khtml-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
a.submit-btn{
  border-radius: 10px;
  border: 0px;
  height: 50px;
  line-height: 50px;
  background: #002856;
  color: #fff;
  font-size: 20px;
}

p.e-invite{
  margin-bottom: 0rem;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}
.price-block-fixed{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 10px;
  z-index: -22;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offers-like-blk {
  padding: 20px 0px 0px;
}
.price-block-fixed.price-block-show{
  z-index: 22;
}
ul.offers-like {
  display: block;
  margin: 0px -4px;
}

ul.offers-like li {
  padding: 0px 3px;
  margin-bottom: 14px;
  float: left;
}

ul.offers-like li a {
  display: block;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #caa935;
  font-size: 10px;
  color: #2d2d2d;
  text-align: center;
  padding: 5px 6px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
}
.owl-stage {
    right: 0px;
}
.slider-img {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.slider-img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.without-slider-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.without-slider-img img{
  display: block;
  max-width: 100%;
}
.without-slider-img .wedding-banner-cont{
  padding-bottom: 30px;
}
.faq-accordion, .faq-accordion ul {
  display: block;
  margin-bottom: 60px;
}
.faq-accordion ul li {
  padding: 0px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: 10px;
}
.faq-accordion ul li:last-child{
    border-bottom: 0px;
}
.faq-accordion ul li a {
  display: block;
  font-size: 16px;
  color: #002856;
  padding: 0px 10px 10px 0px;
  text-decoration: none;
  font-weight: 600;
}
.faq-accordion ul li a i {
  float: right;
  padding-top: 4px;
  color: #002856;
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 22px;
}
/* .faq-accordion ul li:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #caa934;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
} */
.faq-discriptionshow{
  display: none;
}
.faq-discriptionshow p{
  padding-bottom: 0;
  font-size: 16px;
}
.price-block-show{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.fixed-price-icon{
    background: rgb(248, 80, 81);
    position: fixed;
    bottom: 80px;
    right: 20px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.49);
}
#price-block {
    font-size: 12px;
    color: #747474;
    overflow: auto;
    max-width: 500px;
    padding-top: 90px;
  }
  #price-block ul{
    display: block;
    padding-top: 0px;
    width: 100%;
    margin: 0px auto;
  }
  #price-block ul li {
    display: block;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: left;
  }
  #price-block ul li span {
    text-align: left;
    color: #002856;
    float: left;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0px;
  }
  #price-block p, #faq-block p, #choose-your-plan p, #all-reviews p, #write-reviews p, #lead-form-login p, #choose-plan-form p, #search-vendors-block p, #all-cities-block p, #filter-block p, #destination-weddings p{
      color: #000;
  }
  .testimonial-content {
    margin: 20px 10px 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    max-width: 600px;
    margin: 20% auto 20px;
  }
  .testimonial-content p{
      margin-bottom: 20px;
      font-size: 0.9rem;
  }
  .name-date {
    color: #002856;
    padding-bottom: 10px;
    font-size: 18px;
}

.name-date span {
    position: relative;
    padding-left: 8px;
    margin-left: 4px;
    font-size: 0.9rem;
}

.name-date span:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #caa935;
    position: absolute;
    top: 0px;
    left: 0px;
}
.price-fixed a.get-in-touch,
.price-fixed-scroll a.get-in-touch {
    background: #002856;
    width: calc(100% - 140px);
}
.price-fixed a.get-mobile,
.price-fixed a.get-whats-app,
.price-fixed-scroll a.get-mobile,
.price-fixed-scroll a.get-whats-app {
    /* background: #002856;
    vertical-align: top;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
    float: right;
    margin-left: 10px; */
    font-size: 22px;
    border-radius: 40px;
    height: 43px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-fixed a.get-whats-app,
.price-fixed-scroll a.get-whats-app{
    background: rgb(37, 211, 102);
}
.price-fixed a.get-mobile,
.price-fixed-scroll a.get-mobile{
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #545454;
    line-height: 37px;
}
.price-fixed-scroll a.get-whats-app{
    line-height: 37px;
}


#price-block h2, #faq-block h2, #choose-your-plan h2, #all-reviews h2, #write-reviews h2, #lead-form-login h2, #choose-plan-form h2, #choose-plan-form h2, #destination-weddings h2{
    color: #333;
}
#price-block header, #faq-block header, #choose-your-plan header, #all-reviews header, #write-reviews header, #lead-form-login header, #choose-plan-form header, #choose-plan-form header #search-vendors-block header, #all-cities-block header, #filter-block header, #destination-weddings header {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#price-block ul li span{
    font-weight: 600;
}
a.see-all-btn {
    color: #caa935;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 40px;
    font-weight: 600;
    border: 1px solid #dedede;
    line-height: 30px;
    /* color: #fff; 
    line-height: 40px;
    height: 40px;*/
    text-decoration: none;
}
.thumbnail-gallery {
    display: block;
    margin-top: 10px;
}

.thumbnail-gallery ul {
    display: table;
    list-style: none;
    margin: 0px -4px;
    padding: 0px;
}

.thumbnail-gallery ul li {
    width: 33.333%;
    float: left;
    padding: 0px 4px;
    display: table-cell;
}

.thumbnail-gallery ul li img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.thumbnail-gallery ul li .slider-img {
    margin: 0px;
    position: relative;
}
.slider-img.thumb-count{
    display: block;
    height: 100%;
}
.slider-img.thumb-count .content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.84);
    color: #fff;
    text-align: center;
}
.slider-img.thumb-count .content span {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    font-weight: bold;
}
#all-reviews .review-popup-blk header {
    border-bottom: 1px solid rgba(204, 204, 204, 0.40);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.review-popup-blk header .review-user-img {
    width: 50px;
    height: 50px;
    background-size: cover;
    float: left;
    margin-right: 15px;
}
.review-user-rating {
    float: right;
    width: 60px;
    background: #365f00;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.review-user-content {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 60%;
}

.review-user-content span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
#all-reviews .review-popup-blk header p {
    display: block;
    width: 100%;
    float: left;
    padding-top: 10px;
    margin: 0px;
    font-size: 0.9rem;
}

#write-reviews, #write-reviews.open{
    height: 70vh;
    bottom: 0px;
    top: auto;
    border-radius: 20px 20px 0px 0px;
}

/* Star Rating start */
.rating {
    border: none;
    float: left;
  }
  .center .slick-slide{
    padding: 0 5px;
  }
  .rating > input { display: none; }
  .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .rating > .half:before {
    content: "\f089";
    position: absolute;
  }
  
  .rating > label {
    color: #ddd;
   float: right;
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #caa934;  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #caa934;  }
  /* Star Rating end */

.rate fieldset.rating {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    font-size: 26px;
}
.rate {
    text-align: center;
}

.rating {
    border: none;
    float: left;
}
#write-reviews textarea{  
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
    font-size: 14px;
    margin: 0px auto 20px;
    display: block;
    border-radius: 0px;
    border: 0px;
    line-height: 25px;
    min-height: 100px;
    outline: none;
    border-bottom: 1px solid #cccccc;
}
#write-reviews a.get-in-touch,
#lead-form-login a.get-in-touch, #choose-plan-form a.get-in-touch{
    width: 100%;
}
#lead-form-login.open, #choose-plan-form.open{
    padding: 0px;
}
#lead-form-login img, .floating-form img, #choose-plan-form img {
    max-width: 100%;
}
  
  /****  floating-Lable style start ****/
  .floating-label { 
    position:relative; 
    margin-bottom:30px; 
  }
  .floating-input,.floating-select {
    font-size:14px;
    padding:4px 0px;
    display:block;
    width:100%;
    height:40px;
    background-color: transparent;
    border:none;
    border-bottom:1px solid #dedede;
  }
  
  .floating-input:focus , .floating-select:focus {
       outline:none;
       border-bottom:2px solid #002856; 
  }
  
  .floating-label label {
    color:#999; 
    font-size:13px;
    font-weight:600;
    position:absolute;
    pointer-events:none;
    left:0px;
    top:5px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-18px;
    color:#002856;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
    color:#002856;
  }
  
  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
  }
  
  .floating-textarea {
     min-height: 30px;
     max-height: 260px; 
     overflow:hidden;
    overflow-x: hidden; 
  }
  
  /* highlighter */
  .highlight {
    position:absolute;
    height:50%; 
    width:100%; 
    top:15%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  .floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  
  /* animation */
  @-webkit-keyframes inputHighlighter {
      from { background:#002856; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:#002856; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:#002856; }
    to 	{ width:0; background:transparent; }
  }
   
  /***   daniel - Fork me friend - style   ***/
  .floating-credit { position:fixed; bottom:10px;right:10px; color:#aaa; font-size:13px;font-family:arial,sans-serif; }
  .floating-credit a { text-decoration:none; color:#000000; font-weight:bold; }
  .floating-credit a:hover { border-bottom:1px dotted #f8f8f8; }
  .floating-heading { position:fixed; color:#aaa; font-size:20px; font-family:arial,sans-serif; }
  .floating-form {padding: 40px 20px 20px;}
  /***  daniel - Fork me friend - style  ***/
  .flag {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
  }
  .flag:after {
    content: '';
    display: block;
    height: 3px;
    width: 10px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: 35px;
  }
input.floating-input.tel-number {
    padding-left: 50px;
    text-align: left;
    font-size: 14px;
}
.floating-label.tel-text label {
    padding-left: 50px;
}

.floating-input.tel-number:focus ~ label, .floating-input.tel-number:not(:placeholder-shown) ~ label{
    left: -50px;
}

.top-five-wedding {
    padding: 10px 0px 20px;
}
.photography-caption {
    padding: 10px 15px;
    color: #666666;
    width: 100%;
    font-size: 18px;
    background: #f7f7f7;
    overflow: auto;
    min-height: 194px;
    position: relative;
}
.customTabContent .photography-caption {
    min-height: 360px;
}
.photography-caption .product-heading{
  font-weight: 600;
  color: #002856;
  display: block;
  font-size: 22px;
}
.photography-caption .product-content{
  color: #666666;
  display: block;
}
.photography-caption ul {
  margin: 10px 0px 20px;
  overflow: auto;
}
    .photography-caption ul li {
        display: block;
        width: 33.33%;
        float: left;
        padding: 0px 11px;
        border-right: 1px solid #ccc;
        font-size: 16px;
    }
.photography-caption ul li span {
  color: #002856;
  font-weight: 600;
}
.photography-caption ul li:last-child {
  border: 0px;
}
.photography-caption ul li:first-child {
  padding-left: 0px;
}

.owl-carousel.owl-drag .owl-item{
    opacity: 0.4;
    transition: all 0.2s;
}
.owl-carousel.owl-drag .owl-item.active{
    opacity: 1;
    transition: all 0.2s;
}
.find-best-vendor {
    display: block;
    padding-bottom: 30px;
}

.find-best-vendor ul {
    display: block;
    overflow: hidden;
    margin: 0px -6px;
}

.find-best-vendor ul li {
    float: left;
    padding: 0px 6px;
    width: 50%;
    margin-bottom: 40px;
}
.find-best-vendor ul li:nth-child(2n+3) {
    clear: both;
}
.best-vendors-cont {
    padding: 10px 0px 0px;
}
.best-vendors-cont p {
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
}
.vendor-price-blk {
    font-weight: 600;
    font-size: 0.7rem;
    padding-bottom: 0.9rem;
}
.vendor-price-blk span{
    font-size: 0.9rem;
    font-weight: normal;
}
.best-vendors-cont h3{
    font-weight: 600;
    font-size: 0.9rem;
}
.best-vendors-cont a.see-all-btn{
    width: 100%;
}
a.get-in-touch.secondary-btn{
    background: transparent;
    border: 1px solid #545454;
    color: #545454;
    line-height: 37px;
}
.find-best-vendor a.get-in-touch.secondary-btn,
.featured-photography a.get-in-touch.secondary-btn,
.fab-couples-expriences a.get-in-touch.secondary-btn{
    width: 100%;
}
.shot-of-the-week{
    padding-bottom: 30px;
}
.featured-photography-inside {
    margin-left: 0px;
    padding-bottom: 30px;
}
.featured-photography .slider-img {
  margin: 0px 15px 0px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px;
}
.featured-photography {
    padding-bottom: 30px;
}
.featured-photography-inside .best-vendors-cont {
    padding: 10px 20px 0px 0px;
}
.cashback {
    background: url(../images/cashback-bg.jpg);
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 10px 0px;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
}
.cashback-coupon {
    display: inline-block;
    background: #fff;
    padding: 5px;
    border: 2px dashed #082f75;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
.percentage {
    font-weight: bold;
    font-size: 50px;
    color: #072e75;
    line-height: 50px;
}
.get-text,
.cashback-text {
    font-weight: bold;
    color: #02baef;
    font-size: 12px;
}
.cashback a.see-all-btn {
    padding: 0px 30px;
    border: 1px solid #caa935;
    background: #fff;
}
.cashback p {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.featured-photography.coupon-block .owl-carousel.owl-drag .owl-item{
    opacity: 1;
}
.featured-photography.coupon-block .featured-photography-inside {
    padding-bottom: 0px;
}
.shortlist {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 6px;
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
}
.fab-couples-expriences{
    padding-bottom: 30px;
}
.slider-img.box-shadow {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.41);
    margin-bottom: 30px;
}
.fab-couples-expriences .testimonial-content {
    margin: 0px;
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: 90%;
    left: 5%;
}
.vendorRegister {
    bottom: 0;
    margin-left: 13px;
    display: block;
    padding: 10px 10px;
    text-align: center;
    border: 1px dashed #999;
    margin: 10px auto;
}

.search-inside {
    padding: 20px 20px 10px;
}

.search-click {
    border-radius: 50px;
    background: #f0f0f0;
    width: calc(100% - 107px);
    font-size: 12px;
    display: inline-block;
}

.cities-click {
    float: right;
    max-width: 95px;
    background: #f0f0f0;
    border-radius: 50px;
    width: 100%;
    font-size: 11px;
}

.cities-click svg {
    max-width: 14px;
    height: auto;
    vertical-align: -3px;
}
.search-click a, .cities-click a, .cities-inside a{
    text-decoration: none;
    color: rgb(144, 144, 144);
    display: block;
}
.search-click a{
    padding: 5px 14px;
}
.cities-click a, .cities-inside a{
  padding: 9px 10px;
  text-align: center;
  color: rgb(74, 74, 74);
  font-size: 11px;
  font-weight: bold;
}
input.search-vendors {
    width: calc(100% - 56px);
    border: 0px;
    height: 60px;
    font-size: 13px;
    padding: 0px;
    outline: none;
}

#search-vendors-block > header, #all-cities-block > header {
    border: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 60px 0px 0px;
    z-index: -1;
}

i.back-arrow-close {
    width: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    height: 60px;
    vertical-align: top;
    color: #868686;
}
#search-vendors-block.open, #all-cities-block.open{
    padding-top: 80px;
}
#search-vendors-block.open .review-user-content {
    width: 80%;
}
#search-vendors-block .review-popup-blk li header {
    padding-bottom: 20px;
}
#search-vendors-block .review-popup-blk li:last-child header{
    border-bottom: 0px;
}
ul#all-cities-list {
    display: block;
}

ul#all-cities-list li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

ul#all-cities-list li a {
    display: block;
    color: #000;
    font-size: 13px;
    padding: 10px 0px;
    text-decoration: none;
}
ul#all-cities-list li a:hover{
    text-decoration: none;
}


#my-account .floating-form {
  padding: 20px 0px 20px;
}
button.btn-primary{
  border-radius: 50px;
  background: #f1f1f1;
  border: 1px solid #dedede;
  color: #545454;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: .575rem 1.75rem;
}
button.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: #f1f1f1;
  border: 1px solid #dedede;
  color: #545454;
  box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}
.full-width{
  width: 100%;
}
.or-spacing {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.9rem;
    padding: 20px 0px;
}

.or-spacing span {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    background: #fff;
    font-weight: 600;
    color: #999;
}

.or-spacing:after {content: '';display: block;height: 1px;width: 100%;background: #dedede;position: absolute;top: 50%;left: 0px;}
a.login-btn-other {
  display: block;
  width: 100%;
  border-radius: 50px;
  color: #333;
  text-align: center;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
  padding: .575rem 1.75rem;
  text-decoration: none;
  position: relative;
}
a.login-btn-other:hover{
  text-decoration: none;
}
a.login-btn-other.email-icon {
  background: #f1f1f1;
  border: 1px solid #dedede;
  color: #545454;
  font-weight: 600;
}
a.login-btn-other.google-icon {
  background: #fff;
  color: #545454;
  border-color: #dedede;
  font-weight: 600;
}
a.login-btn-other.google-icon i{
  color: #af2c21;
}
a.login-btn-other.facebook-icon {
  background: #fff;
  color: #545454;
  border-color: #dedede;
  font-weight: 600;
}
a.login-btn-other.facebook-icon i{
  color: #3b5998;
}
a.login-btn-other i {
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 1.5rem;
}
#my-account .h3 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}
.create-account-link, .create-account-link:hover{
  text-decoration: none;
  color: #caa935;
}
/* OTP */
@font-face {
  font-family: "pincode-input-mask";
  src: url(data:font/woff;charset:utf-8;base64,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) format("woff");
}
.pincode-input-container {
  width: 100%;
  max-width: 335px;
  margin: 0px auto 20px;
  display: block;
}
.pincode-input-container input.first {
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.pincode-input-container input.last {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-left-width:0px;
}
.pincode-input-container input.mid {
	border-radius:0px;
	border-left-width:0px;
}
.pincode-input-text, .form-control.pincode-input-text {
	text-align:center;
	flex-grow:1;
}
.pincode-input-error{
	clear:both;
}
.pincode-input-container.touch .touchwrapper{
	position:relative;
	height:100%;
	flex-grow:1;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text{
  display: block;
  background-color: transparent;
  background: transparent;
  text-align: initial;
  border: 0px;
  font-size: 1.2rem;
  outline: none;
  width: 100%;
  max-width: 330px;
	
}
.pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing{
	letter-spacing: 0 !important;
}
.pincode-input-container.touch .touch-flex{
	display:flex;
	align-items: stretch;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index:-1;
  margin: 0px -5px;
}
.pincode-input-container.touch .touch-flex-cell{
	flex-grow: 1;
  border: 1px solid #dedede;
  border-radius: 11px;
  margin: 0px 5px;
}
.form-control:focus{
  box-shadow: none;
}
a.resend-otp {
  display: block;
  text-align: center;
  color: #caa936;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 20px;
}


.pt-none{
  padding-top: 0px !important;
}
.pt-10{
  padding-top: 10px !important;
}


/* Footer Start */
footer {
  background-color: #f5f5f5;
  padding: 40px 0 0;
}
/* Footer End */


/* Wedding Submission start */
.container:after, .row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: table;
	clear: both;
}
.row {
	padding-bottom: 0em;
	margin: 0 -10px;
}
.col {
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom:0px;
}
.error {
    border: 2px solid red !important;
    color: red;
}
.error::-webkit-input-placeholder {
    color: red;
}
@media only screen and (min-width : 10px) {
	.span_1 {
		width: 8.33333333333%;
	}
	.span_2 {
		width: 16.6666666667%;
	}
	.span_3 {
		width: 25%;
	}
	.span_4 {
		width: 33.3333333333%;
	}
	.span_5 {
		width: 41.6666666667%;
	}
	.span_6 {
		width: 50%;
	}
	.span_7 {
		width: 58.3333333333%;
	}
	.span_8 {
		width: 66.6666666667%;
	}
	.span_9 {
		width: 75%;
	}
	.span_10 {
		width: 83.3333333333%;
	}
	.span_11 {
		width: 91.6666666667%;
	}
	.span_12 {
		width: 100%;
	}

}
.navigation #nav li h6, #nav li h6{margin: 0px;}
.mt-20{margin-top: 20px;}
.p-none{padding: 0px !important;}
.m-none{padding: 0px !important;}
.pl-none{padding-left: 0 !important;}
.pr-none{padding-right: 0 !important;}
.responsive-img{max-width: 100%; width: 100%;}
.submission-heading, .submission-subhead {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  text-align: center;
  color: #002856;
}
.submission-heading{
  margin-top: 20px;
}
.submission-subhead{color: #333; font-size: 16px; font-weight: bold;}
.cc-selector{text-align: center;}
.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.groom-icon {
  background-image: url(../images/wedding-submission/groom-icon.jpg);
}
.bride-icon {
  background-image: url(../images/wedding-submission/bride-icon.jpg);
}

.cc-selector input:active +.drinkcard-cc {
  opacity: .9;
}

.cc-selector input:checked +.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0pc auto;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.3) grayscale(1) opacity(1);
  -moz-filter: brightness(1.3) grayscale(1) opacity(1);
  filter: brightness(1.3) grayscale(1) opacity(1);
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.cc-selector span{display: block; color: #666; font-weight: bold; padding-top: 70px;}
.container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.or-text {
  display: block;
  background: #e9edf2;
  text-transform: lowercase;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  line-height: 37px;
  font-size: 16px;
  margin: 30px auto 40px;
  font-weight: bold;
}
/** Custom Select **/
.choose-other{text-align: center;}
.choose-other select {
  background-color: white;
  width: 70%;
  /* inline SVG */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAbFJREFUeJzt2N9rT3EYB/D3a9/Nfpm1oa2RpZVcuPH/cSc3yoWkkEhErVYrP2oSkhUKLVorSyuS8ke4sAtJM/P9nqM8r8vTOc/76fM5nfOck5RSSimllFJKKaWUUkrZlrG2G/iJNNjTGDaSnGwq8DfgNFaSDDQVehxfcSrfV78tcHZzQ+aaDj+GLziTdhahDxewnmS2hfwkyVF8wrk0uwgdXMFakgMN5v7SHDZwMUlfA3n9uIG3SaYbyNuWWazjapJOD3MGMI/XSfb1MGdHDmINN5P096D+IBbxIslkD+p3xTTeYT7dfSUN4z6eJRnvYt2e2I83WEwy2IV6o3iIR0l2d6FeIybxEveSDP9FnT14iqUkI13qrTHjWMaDJKM7uH4Cz3EnyVCXe2vMGB7jSf5sVt+LV1hIsqtHvTVmBEtYzvYeYFNYwa00ONv32hDubr7CJrY4bwaruJbezhOt2IWFLYaYQ3iPS2lmomzFAG5vjrFTPxw/jA8tfFO0ooPrWE0yk+QIPrb4VdmKDi5v3vKf/4H/Cq3ow/kkJ9pupE3/3a6XUkoppZRSSimllFJKacs3jhw6u9gaW5IAAAAASUVORK5CYII=");
  background-color: #fff;
  border: 1px solid #ccc;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  padding: 10px 40px 10px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  border-radius: 50px;
}
.choose-other select::-ms-expand {
  display: none;
}

ul.submission-steps {
  border-bottom: 2px solid#bdbdbd;
  padding: 0px 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
ul.submission-steps::after{
  content: '';
  display: block;
  clear: both;
}

ul.submission-steps li {
  float: right;
  padding-left: 10px ;
}
ul.submission-steps li.active {
  float: left;
}
ul.submission-steps li:first-child.active{padding-left: 0px;}
ul.submission-steps li.active span{
  color: #fff;
  background: #002856;
  margin-right: 5px;
}
ul.submission-steps li.active:after{
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: -5px;
  background: #002856;
}
ul.submission-steps li:nth-child(2).active:after{
  left: -30px;
  width: 130%;
}

ul.submission-steps li span {
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
  line-height: 29px;
  font-weight: bold;
  color: #666;
}
.next-prev-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
  background-color: #fff;;
}
.next-prev-bottom a{width: 48%;}
.next-prev-bottom a:first-child{margin-right: 2%;}
a.get-in-touch.backBtn {
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
}
.next-prev-bottom a:first-child i {
  float: left;
}
.next-prev-bottom a:last-child i {
  float: right;
}
.next-prev-bottom a i {
  line-height: 37px;
  font-size: 22px;
}
.groom-bride-icons {
  display: block;
  width: 70px;
  margin: 0px auto;
}
.groom-bride-icons span {
  display: block;
  text-align: center;
  color: #888;
  font-weight: bold;
  padding: 5px 0px;
}
.float-left{ float: left !important;}
.float-right{ float: right !important;}
a.filter{font-weight: bold;}
.add-photos{
  background: #fff;
  border: 1px solid #dadada;
  color: #4a4a4a;
  line-height: 31px;
  border-radius: 50px;
  padding: 0px 15px;
  float: none;
  font-weight: bold;
  font-size: 13px;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
  margin: 0px auto 20px;
  display: block;
  max-width: 120px;
  text-align: center;
}
.submission-steps-add-photo::after{display: block; clear: both; content: '';}
.submission-steps-add-photo{display: block; padding-top: 20px;}
.submission-steps-add-photo li{display: block; overflow: hidden; padding-bottom: 20px;}
.submission-steps-add-photo li a.select-function{display: block; color: #333;border-bottom: 1px solid #dedede; text-decoration: none; color: #666;
  font-size: 13px;
  font-weight: 600;padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.submission-steps-add-photo li a.select-function i{float: right; line-height: 20px; font-size: 18px;}
a.extra-fields-customer {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}
a.remove-field.btn-remove-customer {
  background: #fff;
  border: 1px solid #dadada;
  color: #4a4a4a;
  line-height: 31px;
  border-radius: 50px;
  padding: 0px 15px;
  float: none;
  font-weight: bold;
  font-size: 13px;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
  margin: 0px auto 20px;
  max-width: 140px;
  text-align: center;
  display: inline-block;
}
ul.customer_records_dynamic li .add-photos{ display: inline-block; background: #caa935; border-color: #caa935; color: #fff;}
.submission-steps-add-photo li{text-align: center;}
/*Copied from bootstrap to handle input file multiple*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
/*Also */
.btn-success {
  border: 1px solid #c5dbec;
  background: #D0E5F5;
  font-weight: bold;
  color: #2e6e9e;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
.fileinput-button {
  position: relative;
  overflow: hidden;
}

  .fileinput-button input {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      opacity: 0;
      -ms-filter: 'alpha(opacity=0)';
      cursor: pointer;
      width: 100%;
  }

.thumb {
  height: 100%;
  width: 100%;
}
ul.thumb-Images{margin: 0px -5px;}

ul.thumb-Images li {
  width: 33.333%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0px 5px 10px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #fff;
  padding: 5px 2px 2px;
  color: #002856;
  font-weight: bolder;
  cursor: pointer;
  opacity: 1;
  font-size: 18px;
  line-height: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.img-wrap:hover .close {
  opacity: 1;
  background-color: #ff0000;
}

.FileNameCaptionStyle {
  font-size: 12px;
  padding: 5px 0px;
}
.fileinput-button{width: 100%;}
.fileinput-button .add-photos{margin-bottom: 0px;}
ul.upload-photo-list {
  display: block;
  margin: 0px -5px;
  overflow: hidden;
}

ul.upload-photo-list li {
  float: left;
  width: 25%;
  padding: 0px 5px 15px;
}
.upload-photo-more{position: relative;}
.upload-photo-more span {
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0px 5px;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  z-index: 1;
}
.upload-photo-more:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.59);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}


/* .find-the-hyundai {
  border-radius: 0px 0px 30px 30px; */
  /* margin-top: -55px; */
  /* overflow: visible;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  background-image: url(../images/venu-car.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 58vh;
  z-index: -1;
} */
.find-the-hyundai {
    /* border-radius: 0px 0px 30px 30px; */
    margin-top: -55px;
    overflow: visible;
    width: 100%;
    /* margin-bottom: 80px; */
    position: relative;
    background-image: url(../images/venu-car.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 80vh;
    z-index: -1;
}
.find-the-hyundai img {
  max-width: 100%;
  border-radius: 0px 0px 30px 30px;
}
.find-the-hyundai .find-the-right-car {
  max-width: 1140px;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0.15vw 0.22vw rgb(0 0 0 / 10%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #002856;
}
.customTabContent, .infrastructureTabContent{
  display: none;
  padding: 20px 0px;
  margin-left: -15px;
}
ul.customTab, ul.infrastructure {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}

ul.customTab li, ul.infrastructure li {
  float: left;
  height: auto;
  line-height: normal;
  margin-right: 20px;
}

ul.customTab li a.active, ul.customTab li a:hover,
ul.infrastructure li a.active, ul.infrastructure li a:hover {
  border: 0px solid transparent;
  border-bottom: 6px solid #002856;
  color: #002856;
  background: #fff;
  text-decoration: none;
}

ul.customTab:after, ul.customTab li:after,
ul.infrastructure:after, ul.infrastructure li:after {content: '';display: block;clear: left;}

ul.customTab li a, ul.infrastructure li a {
  font-size: 13px;
  padding: 12px 5px;
  display: block;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 6px solid transparent;
}

ul.customTab:before, ul.infrastructure:before {content: '';display: block;width: 100%;height: 2px;background: #ccc;position: absolute;bottom: 2px;z-index: -1;}
.customTabContent .owl-carousel .owl-item img,
.infrastructure .owl-carousel .owl-item img {
    min-height: 150px;
    padding: 10px;
}
.offers-like-blk {
  background-image: url('../images/Hyundai-GRAND-i10-NIOS-mainkv-PC.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -50px;
  margin-bottom: 60px;
}
.pb-30{padding-bottom: 30px !important;}
.testimonial-content img {
  max-width: 40px;
  margin: 0 auto;
}
.testimonials-icon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
}
ul.why-choose-us {
  display: flex;
  overflow: hidden;
  margin: 40px -7px 60px;
}
ul.why-choose-us li {
  display: table-column;
  padding-bottom: 10px;
  width: 33.333%;
  padding: 0px 7px;
}
ul.why-choose-us li .img-icon img {
  width: 40px;
  display: block;
  margin: 0 auto 20px;
}
.why-choose-content {
  text-align: center;
  padding: 0 20px;
}
.why-choose-content span {
  font-size: 18px;
  color: #002856;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding-bottom: 10px;
}
.why-choose-content p {
  color: #666;
  font-size: 16px;
}
.why-choose-content-block {
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 5px;
}
.get-a-quote {
  background: url(../images/get-quote-in.jpg) no-repeat center center / cover;
  padding: 60px 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.get-a-quote h2 {
  color: #fff;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: 2px;
}
.select-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.select-box::after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 9px;
  right: 14px;
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #000;
}
.get-a-quote-form {
  max-width: 500px;
  margin: 40px auto 0;
  width: 100%;
}
.get-a-quote-form li{
  padding-bottom: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"], input[type="email"], input[type="text"], select {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-radius: 10px;
  text-align: left;
}
input[type="number"]{
  -moz-appearance: textfield;
}
select{
  background: transparent;
}
.sub-footer {
  background: #002856;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  margin-top: 10px;
}
.footer-logo{
  max-width: 150px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-heading {
  font-size: 19px;
  font-weight: 600;
  color: #666;
  padding-bottom: 15px;
}
.footer-subheading{
  font-size: 14px;
  font-weight: 600;
  color: #002856;
  padding-bottom: 15px;
}
.h-desc p{
  font-weight: 600;
}
footer ul li a {
  color: #002856;
  font-size: 15px;
  font-weight: 600;
}
footer ul li {
  padding-bottom: 10px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #002856;
}
ul.follow-us-blog{
	margin-bottom: 20px;
}
ul.follow-us-blog li {
  display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
  padding-bottom: 0px;
}
ul.follow-us-blog li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 40px;
  background: #002856;
  color: #fff;
  font-size: 17px;
	-webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
ul.follow-us-blog li a.facebook:hover {
	background: #3b5998;
  color: #fff;
	-webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
ul.follow-us-blog li a.instagram:hover {
	background: #00acee;
  color: #fff;
	-webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}
button.btn.submit {
  background: #002856;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 160px;
}
footer input[type="number"], footer input[type="text"] {
  line-height: 40px;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 10px;
  background: transparent;
}
section.find-the-hyundai:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: rgb(0 40 86 / 51%); 
  border-radius: 0px 0px 30px 30px;
}
.message-refer p{
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 600px) {
.link-sub-footer{
padding-bottom:22px;
}
}
@media (min-width: 768px) {
  .find-the-hyundai{
    margin-bottom: 40px;
  }
  .find-the-hyundai .find-the-right-car {
    transform: translate(0%, -50%);
    top: 50%;
    bottom: 0px;
    text-align: left;
    background: transparent;
    color: #fff;
    max-width: 440px;
    display: inline-block;
    height: 26%;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    box-shadow: none;
    font-size: 60px;
    text-shadow: 0px 5px 5px #000;
    left: 10%;
    border-radius: 0;
  }
  .find-the-hyundai, section.find-the-hyundai:after{
    border-radius: 0;
  }
  .find-the-hyundai{
    box-shadow: 0 0.15vw 0.22vw rgb(0 0 0 / 10%);
  }
  .name-date{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .name-date span {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .testimonial-content p {
    margin-bottom: 50px;
    font-size: 1.12rem;
  }
  .testimonial-content img {
    max-width: 80px;
  }
  .testimonial-content{
    padding: 30px;
    margin: 16% auto 30px;
  }
  .testimonials-icon {
    margin-left: -40px;
  }
  .offers-like-blk{
    background-position: 0 -100px;
  }
}
.popoverforleadform {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}

.leaddeatilform {
    display: none;
    z-index: 100;
    top: 50%;
    position: fixed;
    width: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.whiteBox {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.detailpage_Leadform .leadformCloseBtn, .trams-con i.priceCloseBtn {
    height: 20px;
    width: 20px;
    border: 1px solid #002856;
    margin: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wrapper {
    position: relative;
    max-width: 90%;
    min-width: 300px;
    margin: 0 auto;
    background-color: #ffffffa3;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
}
.get-a-quote-form li:last-child{
    padding-bottom: 0px;
}
@media (max-width: 767px) {
    .leaddeatilform {
        display: none;
        z-index: 100;
        top: 50%;
        position: fixed;
        width: 100%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
  #header span.logo img {
    max-width: 125px;
    margin-top: 10px;
  }
  #header span.show-models a {
    padding: 5px 18px;
    margin: 25px 0px;
    font-size: 14px;
  }
  ul.why-choose-us, ul.why-choose-us li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul.why-choose-us{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .featured-photography-inside{
    padding-bottom: 0px;
  }
  .why-choose-content p{
    margin-bottom: 0px;
  }
  footer .col-md-2, footer .col-md-3.mobile-block {
    width: 50%;
  }
  .footer-heading{
    font-size: 15px;
  }
  footer input[type="number"], footer input[type="text"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  footer{
    padding-top: 30px;
  }
  .faq-accordion, .faq-accordion ul {
    margin-bottom: 30px;
  }
  .offers-like-blk{
    margin-bottom: 30px;
  }
  .get-a-quote{
    padding: 20px 0;
  }
  .get-a-quote h2 {
    font-size: 30px;
    line-height: 31px;
  }
  .get-a-quote-form {
    margin: 20px auto 0;
  }
  /* .find-the-hyundai {
    height: 32vh;
    border-radius: 0px;
    background-size: cover;
  } */
  .find-the-hyundai {
    height: 50vh;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 80px;
}
  .find-the-hyundai .find-the-right-car {
    max-width: 90%;
    padding: 10px 10px;
    font-size: 24px;
    letter-spacing: 1px;
    box-shadow: 0 1vw 1vw rgb(0 0 0 / 30%);
  }
}
.photography-caption a {
    color: #002856!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 95%;
    right: 0;
    margin: auto;
}
.photography-caption a:hover {
    color: #fff !important;
}
ul.social-links li a {
    font-size: 19px;
}
ul.social-links {
    display: flex;
    justify-content: space-between;
}
.price-fixed-scroll {
    display: flex;
    justify-content: space-between;
}
#eapps-google-reviews-9f9047c4-d780-465a-8560-059e1a7e1ad7 > div > a{
    display: none!important;
    
}
.kYuryH{
margin-bottom: 30px!important;
}
/* Wedding Submission end */