body {
    font-family: "Poppins", sans-serif;
    color: #444444;
  }
  
  a {
    color: #47b2e4;
    text-decoration: none;
  }
  
  a:hover {
    color: #73c5eb;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Poppins", sans-serif;
  }
  
  
  #selectall:checked + label {
    
      background-color: #17223c;
      color: #fff;
      transition: all .2s;
  }
  
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 85px;
    z-index: 996;
    background: #3144a1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #6bc1e9;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  
  /******* css 23-8-2024 ****/
  
  img#sm-tile-image-yui_3_8_0_1_1722532293196_453 {
      width: 100%;
  }
  
  
  
  /***** css 15-2-2024 *******/
  html {
    scroll-behavior: smooth;
  }
  .main-body-loader {
      overflow: hidden; 
  }
  /**************************/
  
  .readmore-less {
      background: #3144a1;
      color: #fff;
      border: none; border-radius:5px;
  }
  
      a#read-more {
      font-weight: 800;
      margin: 10px 0px 0px 10px;
      background: #3144a1;
      color: #fff;
      padding: 4px 10px 4px 10px;
      border: none;
      border-radius: 5px;
      display: inline-block;
  }
  
  
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
      transition: all 0.5s;
      z-index: 997;
      padding: 15px 0;
      background-color: #000;
  }
  
  #header.header-scrolled,
  #header.header-inner-pages {
  background-color: #000;
  }
  
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
      display: contents;
  }
  
  .navbar ul li {
    position: relative;
  }
  
  .navbar a, .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 30px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      white-space: nowrap;
      transition: 0.3s;
      text-transform: uppercase;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #eab454;
  }
  
  /**.navbar ul li a::before {  
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      width: calc(100% - 20px);
      height: 1px;
      background: #eab454;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      z-index: -1; }
  
  .navbar ul li:hover > a {
      color: #eab454;
  }
  
  .navbar ul li:hover a::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }**/
  
  .login-btn {
      background: #fff;
      color: #000 !important;
      padding: 4px 8px 4px 8px !important;
      margin: 0px 0px 0px 80px;
      border-radius: 5px;
      text-transform: capitalize !important;
  }
  
  .navbar .getstarted, .navbar .getstarted:focus {
      padding: 16px 60px;
      margin-left: 30px;
      border-radius: 5px;
      color: #000;
      font-size: 14px;
      font-weight: 600;
      font-size: 14px;
      background: #fff;
  }
  
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #31a9e1;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #47b2e4;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #47b2e4;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
    color: #37517e;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #47b2e4;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
    visibility: visible !important;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
     background-size: cover !important; 
     background-repeat: no-repeat; 
  }
  
  #hero .container {
    padding-top: 72px;
  }
  
  #hero h1 {
      font-size: 60px;
      font-weight: 800;
      line-height: 70px;
      color: #fff;
      text-transform: uppercase;
      width: 100%;
      margin: 0px auto;
  }
  
  #hero h2 {
      color: #fff;
      font-size: 18px;
      width: 50%;
      margin: 0px auto;
  }
  
  #hero .btn-get-started {
       font-family: "Poppins", sans-serif; text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 15px 38px 15px 38px;
      border-radius: 5px;
      transition: 0.5s;
      margin: 10px 0 0 0;
      color: #000;
      background: #fff;
      width:auto;     
      transition-duration: .4s;
  }
  
  #hero .btn-get-started:hover {
    background: #17223c; color:#fff; transform: translateY(-10px)
  }
  
  #hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
  }
  
  #hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
  }
  
  #hero .btn-watch-video:hover i {
    color: #47b2e4;
  }
  
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  
  .section-bg {
    background-color: #f3f5fa;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  
  
  /*--------------------------------------------------------------
  location-section
  
  -----------------------------------------------------
  ---------*/
  .location-section{ padding:80px 0px 80px 0px;}
  .location-heading{ margin:0px;}
  .location-heading h2{ margin:0px;  font-family: "Poppins", sans-serif;  font-size:36px; text-transform: uppercase; color: #000; font-weight: 600;}
  
  .location-area {
      background: #f0f0f3;
      border: 1px solid #dbdbdb;
      border-radius: 5px;
      margin: 0px 0px 20px 0px;
  }
  .location-image img {
      width: 100%;
      border-radius: 5px 5px 0px 0px;
      height: 300px;
      min-height: auto;
      object-fit: cover;
  }
  .location-content h3 {
      font-size: 22px;
      color: #000;
      margin: 10px 0px 0px 0px !important;
      padding: 0px;
  }
  .location-content p {
      font-size: 16px;
      color: #4f4f4f;
      line-height: 20px;
      padding: 0px 33px;
      margin: 10px 0px 0px 0px;
      height: auto;
      min-height: 70px;
  }
  .btn-view-more{
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      font-weight: 100;
      font-size: 12px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px 18px 10px 18px;
      border-radius: 5px;
      transition: 0.5s;
      margin: 10px 0 0 0;
      color: #fff;
      background: #000;
      width: 50%;   transition-duration: .4s;
  }
  
  .btn-view-more:hover{ transform: translateY(-10px);   background: #17223c; color:#fff;  }
  
  /*--------------------------------------------------------------
  portfolio-section
  --------------------------------------------------------------*/
  .portfolio-section{ background:url("../img/portfolio-bg.jpg"); background-repeat: no-repeat; 
  background-size: cover; width: 100%; height: auto; display: inline-block; padding: 80px 0px;}
  .portfolio-heading h4{font-family: "Poppins", sans-serif; font-size: 36px; font-weight: 600; text-transform: uppercase; color: #fff;}
  .portfolio-wrap {
      background-color: rgba(255, 255, 255, 0.4);
      padding: 0px 0px 5px 0px;
      height: auto;
      min-height: 290px; border-radius: 5px;
  }
  .portfolio-wrap img {
      width: 100%; height: 232px; border-radius:5px; object-fit: cover;
  }
  
  .portfolio-wrap:hover {
      transition-duration: .4s;
      transform: translateY(-10px);
      cursor: pointer;
  }
  
  
  .portfolio-wrap h5{font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 600; 
   text-transform: uppercase; color: #000;}
  .btn-view{    font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 15px 38px 15px 38px;
      border-radius: 5px;
      transition: 0.5s;
      margin: 10px 0 0 0;
      color: #000;
      background: #fff;
      width: 17%;   transition-duration: .4s;  }
      
      .btn-view:hover{transform: translateY(-10px);}
  
  
  
  /*--------------------------------------------------------------
  client-section
  --------------------------------------------------------------*/
  .client-section{ padding:100px 0px;}
  .client-heading h4{ margin:0px; font-size: 36px; color: #000; font-weight: 600; text-transform: uppercase;}
  .client-logo {
      display: inline-block;
      width: 100%;
  }
  .client-logo ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
  }
  .client-logo ul li {
      list-style: none;
      outline: none;
      border-bottom: 1px solid #eee;
      border-right: 1px solid #eee;
      max-width: 210px;
      width: 210px;
      text-align: center;
      padding: 40px;
  }
  .client-logo ul li img {
      transition: all 0.4s ease-in-out;
      -webkit-transition: -webkit-transform 1s;
      -moz-transition: -moz-transform 1s;
      -ms-transition: -ms-transform 1s;
      transition: transform 1s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      max-width: 100%;
      max-height: 100%;
  }
  
  .client-logo ul li:hover img{ -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);  }
  
  
  
  .client-logo ul li:nth-child(6) {  border-right: none;}
  .client-logo ul li:last-child {  border-right: none;}
  
  
  /*--------------------------------------------------------------
  client-Testimonial
  --------------------------------------------------------------*/
  .client-testimonial{ background:#ebebeb; padding: 100px 0px;}
  .client-testimonial-heading h4{ margin:0px; font-size: 36px; color: #000; font-weight: 600; text-transform: uppercase;}
  
  
  .booking-summary {
      margin: 19px 0px 0px 10px;
      padding: 0px 0px 10px 0px;
      border: 1px solid #ddd;
      border-radius: 4px;
  }
  .booking-summary h2{ color: #000;
      padding: 10px 10px;
      display: inline-block;
      font-weight: 600;
      font-size: 18px;
      margin: 0px;
  }
  
  .booking-image{ margin:0px; padding: 0px;}
  .booking-image img{ width:100%;}
  
  .booking-content{ margin:0px; padding: 10px;}
  
  .ConfirmCoordinatorUser label {
      font-size: 13px;
      padding-left: 10px;
  }
  
  .code-runner {
    display: none;
  }
  
  /**.booking-content span{ border-bottom:1px solid #ddd; font-size:18px; color: #646464; width: 100%; display: inline-block; padding: 0px 0px 10px 0px;}
  .booking-content h6{ color:#000; font-size:18px; font-weight: 600;   width: 100%; display: inline-block;} **/
  
  .booking-content-services {
      display: flex;
      border: 1px solid #ddd;
      padding: 5px 10px;
      margin: 10px 0px;
  }
  
  
  .confirm-services-icons {
      margin: 0px;
  }
  
  .confirm-services-text {
      margin-left: 20px;
  }
  .confirm-services-text span{    font-size: 14px;}
  .booking-content-img {
      margin: 0px;
  }
  
  .booking-content-img img {
      width: 35px;
      height: 35px;
      max-width: 35px;
      border-radius: 100%;
  }
  .booking-content-text {
  margin:0px;
  }
  .booking-content-text span {
      margin-left: 10px;
      vertical-align: sub; font-size:14px;
  }
  
  
  .confirm-booking {
      width: 600px;
      margin: 0px auto;
  }
  .confirm-services {
      display: flex;
      border: 1px solid #ddd;
      padding: 10px;
      margin: 10px 0px;
  }
  .confirm-services-text {
      margin-left: 20px;
      font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    font-size: 14px;
    background: #000; position: absolute; width:100%;
    
  }
  
  #footer .footer-top {
      padding: 80px 0 80px 0;
      margin: 0px 0px 0px 0px;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
  }
  
  #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: transparent;
      color: #fff;
      line-height: 1;
      border: 1px solid #fff;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff; background: #ebebeb; display:none;
  }
  
  #footer .copyright {
      float: right;
      color: #000;
      font-size: 14px;
  }
  #footer .credits {	
      float: left;
      font-size: 14px;
      color: #000;
  }
  
  #footer .credits a {
      transition: 0.3s;
      color: #000;
  }
  
  
  .footer-menu{      width: 70%;
      margin: 0px auto;}
  .footer-menu ul{ margin:0px; padding: 0px;}
  .footer-menu ul li{     list-style: none;
      display: inline-block;
      line-height: 32px;}
  .footer-menu ul li a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      padding: 0px 10px;
  }
  
  .footer-contact-info{ margin:0px;}
  a.mail-he {
      color: #fff;
      font-size: 14px;
      width: 100%;
      text-transform: uppercase;
      display: inline-block;
  }
  a.number-he {     color: #fff;
      font-size: 14px;
      width: 100%;
      text-transform: uppercase;
      display: inline-block;
  }
  
  .footer-contact-info span { color: #fff;
      font-size: 14px;
      width: 100%;
      text-transform: uppercase;
      display: inline-block;
  }
  
  
  
    .testimonial {
      background: #fff;
      padding: 40px;
      margin: 0 15px 10px 15px;
      position: relative;
      border: 1px solid #d8d8d8; border-radius: 5px;
  }
  
  .testimonial .title{
      font-size: 24px;
      font-weight: 800;
      color: #333;
      text-transform: uppercase;
      margin-top: 0;   font-family: "Poppins", sans-serif;
  }
  
  .testimonial .description {
      font-size: 18px;
      color: #4b4b4b;
      line-height: 26px;
  }
  
  .testimonial .testimonial-content{
      position: relative;
  }
  
  
  
  .testimonial .pic{
      display: inline-block;
      float: left;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      margin-right: 15px;
      overflow: hidden;
  }
  
  .testimonial .pic img{
      width: 100%;
      height: auto;+-
  }
  
  .testimonial .content{
      display: inline-block;
      margin: 10px 0;
  }
  
  .testimonial .name{
      font-size: 20px;
      font-weight: 400;
      margin: 0;
      text-transform: capitalize;
  }
  
  .testimonial .post{
      font-size: 14px;
      color: #555;
      line-height: 24px;
  }
  
  .testimonial .rating{
      padding: 0;
      margin: 0;
      list-style: none;
  }
  
  .testimonial .rating li{
      display: inline-block;
      color: #ffc207;
  }
  
  .owl-theme .owl-controls{
      margin-top: 20px;
  }
  
  .owl-theme .owl-controls .owl-page span{
      background: #000;
  }
  
  
  /****************************booking-photohrapher****************************/
  .booking-photohrapher{ padding:50px 0px;}
  
  .photographer-service {
      margin: 120px auto;
      padding: 20px 15px 20px 15px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      border-radius: 10px 10px 10px 10px;
      max-width: 960px;
      margin-bottom: 50px !important;
  }
  .photographer-service-heading h3 {
      font-weight: 500;
      margin: 0px;
      letter-spacing: 2px;
      border-radius: 10px 10px 0px 0px;
      text-align: center;
      font-size: 30px;
      padding: 0;
      color: #17223c;
  }
  .ser-photohrapher{ margin:0px; padding:20px 0;}
  
  .ser-photohrapher label {
      font-size: 18px;
      font-weight: 500;
      color: #333;
      margin: 0px 0px 0px 0px;
  }
  
  .ser-photohrapher h4 {
      color: #333;
      padding: 0px;
      display: inline-block;
      font-weight: 500;
      font-size: 18px;
      margin: 0px 0px 0px 0px;
  }
  
  .Photographer-ser-provider{
      background-color: #fff;
      transition: padding .25s linear .5s;
      align-items: flex-start;
      display: flex;
      border: 1px solid #ddd;
      padding: 10px;
      margin: 5px 0px;
  }
  
  .photograher-image {
      display: inline-block;
      padding: 0px 0px;
      width: 10%;
      vertical-align: top;
  }
  
  .photograher-image img {
      height: 50px;
      width: 50px;
      border-radius: 100%;
  }
  
  .photographer-content-des {
      width: 63%;
      display: inline-block;
      vertical-align: top;
  }
  .photographer-content-des h2 {
      font-size: 18px;
      margin: 0px;
      color: #17223c;
  }
  .photographer-content-des p {
      margin: 0px;
      color: #000;
  }
  
  
  .photographer-right-image{ margin:0px;}
  .photographer-right-image img{ border-radius:10px; width:100%;}
  
  
  .service-item-header { width:100%;
      background-color: #fff;
      transition: padding .25s linear .5s;
      align-items: flex-start;
      display: inline-block;
      border: 1px solid #ddd;
      padding: 10px;
      margin: 5px 0px; border-radius:10px;
  }
  
  .service-left {
      display: inline-block;
      padding: 0px 0px;
      width: 23%;
      vertical-align: top;
      margin: 0px 20px 0px 0px;
  }
  
  .service-left img {
      height: 232px;
      border-radius: 10px;
      width: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .service-content {
      width: 73%;
      display: inline-block;
      vertical-align: top;
  }
  
  
  .staff-bio a i {
      margin: 0px 6px 0px 0px;
      color: #17223c !important;
  }
  
  
  .service-content h2 {
      font-size: 20px;
      font-weight: 800;
      padding: 5px;
      background: #eee;
      border-radius: 5px;
  }
  
  .service-content span {
      padding: 0px;
  }
  
  .service-booking-wrp {
      width: 100%;
      display: inline-block;
  }
  
  .service-booking-wrp p {
      width: 100%;
      display: inline-grid;
      margin: 10px 0px;
  }
  
  .book-service {
      background: #000;
      color: #fff;
      text-align: center;
      width: auto;
      padding: 0px 10px;
      display: inline-block;
      line-height: 45px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 8px;
      margin: 20px 0px 0px 0px; transition-duration: .4s;
  transition: 0.5s;
  }
  
  .book-service:hover{  background: #17223c; color:#fff;  transform: translateY(-5px); }
  
  .booking-content p {
      margin: 10px 10px;
  }
  
  .photographer-form-inner{ border:1px solid #ddd; padding: 10px;}
  .address-inp {
      border: 2px solid #ddd;
      width: 100%;
      display: inline-flex;
      padding: 0px 0px 0px 10px;
      height: 55px;
      border-radius: 5px;
      font-size: 16px;
      color: #666;
  }
  
  .notes-inp {
      border: 2px solid #ddd;
      width: 100%;
      display: inline-flex;
      padding: 10px 0px 0px 10px;
      height: 90px;
      border-radius: 5px;
      font-size: 16px;
      resize: none;
  }
  
  .confirm-bt {
      background: #000;
      color: #fff;
      text-align: center;
      width: 100%;
      display: inline-block;
      margin: 10px 0px 0px 0px;
      line-height: 45px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 8px; transition-duration: .4s;
  transition: 0.5s;
  }
  
  .disableCntBtn {
      pointer-events: none;
      background-color: #ddd;
  }
  
  .confirm-bt:hover{     transform: translateY(-10px); background: #17223c; color:#fff;}
  
  .date-txt {
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      padding: 10px 0px 0px 0px;
      margin: 0px;
      color: #333;
  }
  .times-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 5px 0px;
      overflow-y: auto;
  }
  
  .time-slot {
      font-size: 12px;
      font-weight: 500;
      height: 40px;
      border-radius: 5px;
      padding: 0 17.7777777778px;
      margin: 5px;
  }
  
  .v-btn__content {
      align-items: center;
      color: inherit;
      display: flex;
      flex: 1 0 auto;
      justify-content: inherit;
      line-height: normal;
      position: relative;
      transition: inherit;
  }
  
  .time-zone-area {
      width: 100%;
      max-height: 30px;
      border-radius: 4px;
      background-color: #fdb046;
      color: #fff;
      font-size: 12px;
      padding-left: 10px;
      line-height: 9px;
      flex-wrap: nowrap;
  }
  
  .time-zone-label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 30px;
      justify-content: center;
      align-items: center;
      display: flex;
      font-size: 15px;
  }
  
  .black-color-back{ background:#000 !important;}
  
  .ui-widget.ui-widget-content {
      width: 100%;
  }
  
  a.ui-state-default.ui-state-highlight.ui-state-active {
      color: #fff !important;
      background: #06376c !important;
      border: 1px solid #06376c !important;
  }
  
  a.ui-state-default.ui-state-active {
      color: #fff !important;
  }
  
  
  a.ui-state-default.ui-state-highlight {
      color: #000 !important;
      background: #fff !important;
      border: 1px solid #06376c !important;
  }
  
  .panel-heading.display-table {
      width: 100%;
      background: #000;
      border-radius: 10px 10px 0px 0px;
      color: #fff;
      height: 55px;
  }
  .panel.panel-default.credit-card-box {
      border-color: #eee;
      background: #eee;
      border-radius: 10px;
  }
  
  .credit-card-box .panel-title {
      display: inline;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 2px;
  }
  
  
  
  button#payBtn {
      background: #000;
      border: 1px solid #000;
      border-radius: 10px;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 2px;
      width: 100%;
      height: 55px;
  }
  
  .thankyou-page {
      margin: 100px 0px auto;
  }
  
  .thankyou-page ._header {
      padding: 20px 30px;
      text-align: center;
      background: #000;
      height: auto;
      min-height: auto;
  }
  .thankyou-page ._header .logo {
      max-width: 200px;
  }
  .thankyou-page ._header .logo img {
      width: 100%;
  }
  .thankyou-page ._header h1 {
      font-size: 65px;
      font-weight: 800;
      color: white;
      margin: 0;
  }
  ._body h6 {
      color: #fff;
      width: 17%;
      margin: 20px auto;
      border: 1px solid #3ac66d;
      padding: 10px;
      border-radius: 60px;
      background: #3ac66d;
      text-align: center;
      font-weight: 800;
  }
  
  ._box h4 {
      font-size: 20px;
      font-weight: 800; color:#236ddb;
  }
  
  .thankyou-page ._body {
      margin: 30px 0 30px;
  }
  .thankyou-page ._body ._box {
      margin: auto;
      max-width: 60%;
      padding: 40px;
      text-align: center;
      border: 1px solid #ddd;
      background: white;
      border-radius: 20px;
      box-shadow: 3px 0 10px rgba(10, 10, 10,0.12);
      
  }
  
  p.email-thanks span {
      color: #34ca6a;
  }
  
  p.text-center.shawan-thanks {
      color: #f5b800;
  }
  
  ._box img {
      margin: 0px 0px 20px 0px;
  }
  
  .thankyou-page ._body ._box h2 {
      font-size: 32px;
      font-weight: 600;
      color: #4ab74a;
  }
  .thankyou-page ._footer {
      text-align: center;
      padding: 50px 30px;
  }
  
  .thankyou-page ._footer .btn {
      background: #4ab74a;
      color: white;
      border: 0;
      font-size: 14px;
      font-weight: 600;
      border-radius: 0;
      letter-spacing: 0.8px;
      padding: 20px 33px;
      text-transform: uppercase;
  }
  
  #timeslot div {
      width: 20%;
  }
  #timeslot div .v-btn__content {
      display: flex;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      background-color: #ddd;
      color: #000;
      padding: 5px 9px;
      border-radius: 6px;
      margin: 8px 4px;
  }
  #timeslot input[type="radio"] {
      height: 30px;
      width: 130px;
      position: absolute;
      margin-top: 10px;
      z-index: 99999;
      opacity: 0;
          cursor: pointer;
  }
  
  
  #timeslot input[type="radio"]:checked + .v-btn__content {
      background-color: #47b2e4;
      color: #fff !important;
  }
  
  
  /************Loader***************/
  #loading {
  position: fixed;
    width: 50px;
    height: 50px;
    border: 3px solid #000;
    border-radius: 50%;     top: 50%;
      left:50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  .hide-class{
      display: none;
  }
  
  div#loader {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index:99999;
  }
  .photographer-service.main-loader:after {
      content: "";
      background-color: #00000063 !important;
      position: absolute;
      width: 100%;
      height: 1250px;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9999;
  }
  
  img.image-photo {
      max-width: 70px;
      margin-left: 10px;
  }
  
  .photography-section{background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/photography-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .drone-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/drone-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  img.modallery {
      width: 100%;
      padding: 2px !important;
  }
  
  .videotrough-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/videowalktrhoughout.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .matterport-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/matterport-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .virtual-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/twlight-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .virtualstaging-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/virtaulstaging-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  .family-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/familyu-collage-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  .wedding-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/wedding-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .Engagement-section{background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/engagement-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important;}
  
  .year-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/year-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .children-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/children-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .question-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/question-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .batbar-section { background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/batbar-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .wear-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/wear-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .help-ordering-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/help-ordering-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .framing-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/framing-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .print-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/print-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .sittingfees-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/sittingprice-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .print-pacakge-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/sittingprice-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .album-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/album-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .collage-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/collage-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .contact-page-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/contact-page-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  .site-page-section{ background:url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/site-page-bac.jpg) !important; background-repeat:no-repeat; width:100%; display:inline-block; height:750px !important; }
  
  
  #family-picture img
  {
      height:230px;   
  }
  
  #child-picture img {
      min-width: 100%;
      height: 275px;
  }
  
  
  #bat-Mar img
  {
      min-width:100%;
      max-height:350px;
  }
  
  #package-bdr img
  {
      width:100%;
  }
  #package-bdr
  {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  div#package-bdr img {
      border-radius: 0px 10px 0px 10px;
  }
  
  .wear-cont h2 {
      font-size: 26px;
      color: #fff;
      text-transform: capitalize;
      background: #17223c;
      padding: 10px;
      border-radius: 0px 10px 0px 10px;
      text-align: center;
  }
  
  .wear-cont p {
      text-align: center;
      font-size: 18px;
  }
  .contact-info-section {
      border: 2px solid #17223c;
      border-radius: 5px;
  }
  .contact-info-section h1 {
      color: #17223c;
  }
  
  .contact-info-section p {
      font-size: 20px;
      font-weight: 700;
  }
  
  
  .framing-cont h2 {
      color: #17223c;
  }
  
  .framing-cont p {
      font-size: 20px;
  margin:0px;
  }
  
  
  #print-wrap
  {
      border-top:1px solid #e6e6e6;
      border-bottom:1px solid #e6e6e6;
      text-align: center;
      padding:20px 70px;
      letter-spacing: 2px;
      line-height: 25px;
      display:flex;
      justify-content:center;
      align-items:center;
  }
  
  .print-cont h2 {
      color: #17223c;
  }
  
  .print-digital-wrap {
      border: 2px solid #17223c;
      border-radius: 5px;
      width: 50%;
      margin: 0px auto;
      padding: 20px; 
  }
  
  .print-digital-wrap h2 {
      color: #17223c;
  }
  
  #album-pic img
  {
      height:350px;
      width:530px;
  }
  
  .custom-stl {
      min-height: 510px;
      max-height: 600px;
      border: 1px dashed #ddd;
  }
  
  .for-image1 img {
      border-radius: 5px;
      width: 100%;
      height: 410px;
      object-fit: cover;
      object-position: top;
  }
  .staff-bio h2 {
      color: #17223c;
      background: #eee;
      padding: 10px;
      font-size: 18px;
      margin: 10px 0px;
      border-radius: 5px;
  }
  
  .staff-bio h5 {
      font-size: 16px;
      padding: 0px 10px; margin:0px;
  }
  
  .staff-bio p {
      font-size: 16px;
      color: #000;
      padding: 0px 10px;
      margin: 5px 0px;
  }
  
  .staff-bio a {
      padding: 0px 10px;
      margin: 5px 0px;
      color: #000;
  }
  
  .staff-bio a i {
      margin: 0px 6px 0px 0px;
  }
  
  .photographer-bio h2 {
      font-size: 24px;
      margin: 10px 0px;
  }
  
  .photographer-bio h5 {
      font-size: 18px;
  }
  
  .photographer-bio p {
      font-size: 15px;
  }
  
  .photography-box-container {
      border-radius: 10px;
      min-height: 415px;
      border: 4px solid #17223c;
  }
  
  
  .photography-box-container:hover{
      background: #17223c !important;
      cursor: pointer;
      color: #fff;
      transition: 1s all ease;
  }
  
  .photography-box {
      height: auto;
      min-height: 200px;
  }
  
  .photography-box img {
      width: 200px;
      height: 200px;
      object-fit: cover;
  }
  .team-btn
  {
  
      padding:20px 0px;
  }
  .team-btn a {
      text-decoration: none;
      padding:0px 0px 0px 10px;
  }
  .photo-btn1 {
      background: #17223c;
      padding: 10px 20px !important;
      color: #fff;
      margin: 0px 0px 0px 0px;
  }
  .photo-btn1:hover
  {
      background:#5492f0;
      transition: all .5s;
  }
  .photo-btn2 {
      padding: 7px 16px !important;
      color: #17223c;
      border: 1px solid #236ddb;
  }
  .photo-btn2:hover
  {
      background: transparent;
      color: #ddd;
      border: 1px solid #ddd;
      transition: all .3s;
  }
  
  span.input-group-addon i {
      color: #000;
  }
  
  /**** popup css ****/
  
  /***** lightboc css ****/
  
  #myImg {
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
  }
  
          #myImg:hover {
              opacity: 0.7;
          }
  
  
          .modal {
              display: none;
      z-index: 9999;
      padding-top: 20px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: rgb(0, 0, 0);
      background-color: rgba(0, 0, 0, 0.9);
          }
  
          .modal-content {
            display: block;
      width: 100%;
      object-fit: cover;
      max-width: 1400px;
      height: 100%;
      margin: 10px auto;
          }
  
          #caption {
              margin: auto;
              display: block;
              width: 80%;
              max-width: 700px;
              text-align: center;
              color: #ccc;
              padding: 10px 0;
              height: 150px;
          }
  
          .modal-content,
          #caption {
              -webkit-animation-name: zoom;
              -webkit-animation-duration: 0.6s;
              animation-name: zoom;
              animation-duration: 0.6s;
          }
  
          @-webkit-keyframes zoom {
              from {
                  -webkit-transform: scale(0)
              }
  
              to {
                  -webkit-transform: scale(1)
              }
          }
  
          @keyframes zoom {
              from {
                  transform: scale(0)
              }
  
              to {
                  transform: scale(1)
              }
          }
  
          .close {
              position: absolute;
              top: 15px;
              right: 35px;
              color: #fff;
              font-size: 40px;
              font-weight: bold;
              transition: 0.3s;
          }
  
          .close:hover,
          .close:focus {
              color: #17223c;
              text-decoration: none;
              cursor: pointer;
          }
          
          
          .form-floating>.form-control {
      /* height: calc(3.5rem + 2px); */
      line-height: 1.25;
  }
  .form-floating textarea {
      height: calc(10rem) !important;
      line-height: 1.25;
      border-radius: 7px;
      border-color: #ced4da;
      padding: 10px;
      width: 100%;
  }
  .contect-btn
  {
      background:rgb(69, 90, 100);
      padding:10px 10px;
      border-radius: 50px;
      color:#fff;
      width: 270px;
      display: flex;
      justify-content: center;
      text-decoration: none;
      font-weight: 600;
  }
  .contect-btn:hover
  {
      color:#fff;
  }
  .contect-btn i
  {
      margin-right:5px;
      font-size: 25px;
  }
  .content-link
  {
      margin-top:30px;
      vertical-align: center;
  }
  .content-link a
  {
      text-decoration: none;
      color:#000;
      padding:0px 15px;
      margin:0px 0px;
      border-radius: 20px;
  }
  .content-link a i {
      margin-right: 13px;
      font-size: 25px;
  }
  .sbt-btn a {
      background: #000;
      border-radius: 15px;
      border: none;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      width: 100%;
      display: inline-block;
      text-align: center;
      line-height: 50px;
  }
  .sbt-btn a:hover
  {
      background:none;
      border:1px solid #000;
      color:#000;
      transition: 0.5s all ease-in-out;
  }
          
  
  .heading-common {
      font-size: 36px;
      color: #000;
  }
  
  
  .marketing p {
      margin: 0px 0px 0px 15px;
  }
  .headshot p {
      margin: 0px 0px 0px 15px;
  }
  .event-photo-sec p {
      margin: 0px 0px 0px 15px;
  }
  .event-photo-sec a
  {
      text-decoration: none;
  }
  #marketing-media-wrap{
      display: flex;
      justify-content: end;
      align-items: end;
  }
  #corporate-wrap
  {
      margin:auto;
      border:2px solid #e3e3e3;
  }
  #corporate-wrap h2
  {
      text-align: center;
      background:#202020;
      color:#fff;
      padding:10px;
  }
  #market-staff img {
      width: 100%;
      height: 443px;
      object-fit: cover;
      object-position: top;
  }
  .team-section
  {
      margin:auto;
  
  }
  .team-section h2 {
      text-align: center;
      background: #17223c;
      color: #fff;
      padding: 10px 0px;
  }
  .team-section-pic img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: top;
  }
  
  
  
  
  .loader-transparent {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 99999;
      background-color: rgba(0, 0, 0, 0.8); text-align:center;
  }
  
  
  
  .panel-heading.display-table {
      width: 100%;
  }
  /* CSS for Credit Card Payment form */
  .credit-card-box .panel-title {
      display: inline;
      font-weight: bold;
  }
  .credit-card-box .form-control.error {
      border-color: red;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
  }
  .credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
  }
  .credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
  }
  .credit-card-box label {
      display: block;
  }
  /* The old "center div vertically" hack */
  .credit-card-box .display-table {
      display: table;
  }
  .credit-card-box .display-tr {
      display: block;
  }
  .credit-card-box .display-td {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
  }
  /* Just looks nicer */
  .credit-card-box .panel-heading img {
      min-width: 180px;
  }
  
  .payment-status p {
      width: 100% !important;
      color: #cc1616;
  }
  
  
  /***** pankaj css 2-1-2024 *****/
  
  .panel-heading.display-table {
      width: 100%;
      background: #000;
      border-radius: 10px 10px 0px 0px;
      color: #fff;
      height: 55px; padding:20px 15px;
  }
  .panel.panel-default.credit-card-box {
      border-color: #eee;
      border-radius: 10px;
      margin-top: 120px;
      background: rgba(238,238,238,0.9);
  }
  
  .payment-he {
      background: #17223c !important;
      color: #fff !important;
  }
  
  input#payBtn {
      padding: 8px 50px;
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      border-radius: 10px;
  }
  
  .credit-card-box .panel-title {
      display: inline-block;
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 2px; font-family: "Poppins", sans-serif;
      width: 100%;
  }
  
  .form-group input {
      border: 2px solid #ddd;
      background: #fff;
      height: 50px;
      font-size: 16px;
      color: #666;
      border-radius: 10px;
      box-shadow: inherit;
  }
  
  button#payBtn {
      background: #000;
      border: 1px solid #000;
      border-radius: 10px;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 2px;
      width: 100%;
      height: 55px;
  }
  
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
      background-color: #fff !important;
      opacity: 1;
  }
  
  .ph-booking-image img {
      border-radius: 70px;
  }
  
  .ph-booking-package p {
      font-size: 17px;
      margin: 0px 0px 0px 0px; font-weight: 600;
  }
  
  .ph-booking-hour span {
      font-size: 17px;
      margin: 0px 0px 0px 0px; font-weight: 600;
  }
  
  .ph-booking-image-two img{    border-radius: 70px; width:100%;}
  
   .ph-booking-name{    font-size: 17px;
      margin: 0px 0px 0px 0px; font-weight: 600;}
   .ph-booking-price span {    font-size: 17px;
      margin: 0px 0px 0px 0px; font-weight: 600;
  }
  
  .photographer-data {
      margin: 0px;
  }
  
  
  .photographer-data h1 {
      margin: 0px;
      font-size: 18px;
      text-align: left;
      font-weight: 100;
      color: #000;
      font-family: "Poppins", sans-serif;
  }
  
  .photographer-data-outer {
      align-items: baseline;
      background: #17223c;
      padding: 5px;
      border-radius: 10px;
      margin: 20px 0px 0px 0px;
  }
  
  .photographer-data-outer ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      align-items: center;
  }
  
  .photographer-data-outer ul li {
      list-style: none;
      max-width: 138px;
      border-right: 1px solid #76ade8;
      align-items: baseline;
      margin: 0px 10px 0px 0px;
      padding: 0px 10px 0px 0px;
  }
  
  .photographer-data-outer ul li:last-child{ border-right:none;}
  
  .photographer-data-outer ul li img {
      border-radius: 10px; width:100%;
  }
  
  .photographer-data-outer ul li p {
      font-size: 14px;
      color: #fff;
      font-weight: 600; font-family: "Poppins", sans-serif;
  }
  
  .photographer-data-outer ul li span {
      font-size: 14px;
      color: #fff;
      font-weight: 600; font-family: "Poppins", sans-serif;
  }
  
  input#card_number {
      border-radius: 10px;
  }
  
  .summary__payment-preview {
      background: white;
      border: 3px solid #e4e4e4;
      padding: 0;
      margin-top: 4px;
      border-radius: 10px;
      margin-bottom: 18px;
  }
  
  
  .summary__sidebar-title {
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1px;
      color: #3a596d;
      padding: 13px 24px 10px 24px;
      text-transform: uppercase;
  }
  .summary__payment-preview p {
      font-size: 15px;
      font-weight: 600;
      padding: 0px 20px;
  }
  
  .summary__sidebar-container-payment {
      padding: 0px 16px 16px 16px;
      position: relative;
  }
  
  .summary__payment-item {
      width: 57px;
      display: inline-block;
      margin: 5px 4px;
  }
  
  .summary__payment-item img {
      width: 100%;
  }
  
  .photographer-information-wrap {
         padding: 20px;
      background: #eff3fa;
      border-radius: 10px;
      width: 70%;
      margin: 30px auto;
  }
  
  .photographer-information-wrap ul {
      margin: 0px;
      padding: 0px;
  }
  
  .photographer-information-wrap ul li {
      list-style: none;
      display: block;
      text-align: center; margin:10px 0px;
  }
  
  .photographer-information-wrap ul li img {
  border-radius: 100%;
      width: 220px;
      border: 10px solid #cbd5e0;
      height: 220px;
  }
  
  .photographer-information-wrap ul li span{ color: #17223c;
      font-weight: 800;
      font-size: 20px;}
  
  .photographer-ser-im {
      margin: 0px;
      width: 27%;
      display: inline-block;
      vertical-align: top;
  }
  .photographer-ser-im img {
      margin: 0px;
      width: 100%;
      border-radius: 10px;
      height: auto;
      min-height: 124px;
  }
  
  .photographer-ser-cont {
      margin: 0px;
      width: 70%;
      display: inline-block;
  }
  
  .photographer-div {
      background: #fff;
      border-radius: 5px;
      min-width: 179px;
      padding: 8px 6px;
      text-align: center;
      display: inline-block;
      margin: 3px 0px 3px 3px;
      height: auto;
      min-height: 30px;
      width: auto;
      vertical-align: top;
  }
  .photographer-div img {
  border-radius: 100%;
      width: 220px;
      border: 10px solid #cbd5e0;
      height: 220px;
  }
  
  .photographer-div p {
      font-size: 12px;
      color: #17223c;
      font-family: "Poppins", sans-serif;
      margin: 0px;
  }
  
  .photographer-div span{ color: #17223c;
   font-family: "Poppins", sans-serif;
      font-size: 12px;}
  
  
  
  .left-arrow-back {
      float: left;
  }
  
  .left-arrow-back i {
      color: #17223c;
  }
  
  a.ui-state-active {
      background: #06376c !important;
      border: 1px solid #06376c !important;
  }
  
  .ui-datepicker td span, .ui-datepicker td a {
      text-align: center !important;
      }
  
   .payment-outer-section{background: url(https://oxeenit.com/photographer-dev/public/frontend-assets/assets/img/payment-bg-new.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: auto;
      display: inline-block;
      background-position: 0px 0px; }
      
      
      
  .heading-virtual {
      background: #eee;
      padding: 10px;
      font-size: 22px;
  }
      
      
      .selected-active-time {
      background: #06376c !important;
      border: 1px solid #06376c !important; color:#fff !important;
  }
  
      
  /********* css 28-4-2024 ***************/
  
  .photographer-profile-section{ margin:0px padding:0px;}
  .photographer-name{ margin:0px;}
  .photographer-name h2{margin: 0;
      padding: 0;
      font-size: 50px;
      line-height: 1.35;
      font-weight: 700;
      font-style: normal;}
  
  
  
  /**************************************/
  
  
  /******************************************************************************* media query start here **********************************/
          
          
  @media only screen and (max-width: 1366px) {
      .navbar .dropdown .dropdown ul {
      left: -90%;
      }
      .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
      }
      div#loader {
          left: 0%;
          top: 0%;
          width: 100%;  
          transform: inherit;
      }
      .btn-view-more {
      width: auto;
      }
      .client-logo ul li {
      padding: 30px 15px 40px 10px;
      }
  
      .testimonial .title {
      font-size: 22px;
      }
  
      .testimonial .description {
      font-size: 16px;
      }
  
      .testimonial .pic {
      width: 70px;
      height: 70px;
      margin-right: 7px;
      }
  
      .thankyou-page ._header {
      padding: 20px 30px;
      min-height: auto;
      }
      ._body h6{
      width: 22%;
      }
  
      .thankyou-page ._body ._box {
      max-width: 70%;
      }
  
  
      .modal-content {
      max-width: 1200px;
      }
  
  
      .credit-card-box .panel-title {
      display: inline-block;
      width: 100%;
      }
  
      .panel.panel-default.credit-card-box {
      height: 470px;
      margin-top: 90px;
      }
  
      .photographer-div {
      min-width: auto;
      }
  
      .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: bold;
      }
  
      button#payBtn {
      height: 50px;
      }
  
      .panel-heading.display-table {
      height: 44px;
      padding: 10px 3px;
      }
  
      .panel-body {
      padding: 8px;
      }
  
      .form-group input {
      height: 36px;
      }
  
      .navbar {
      margin-bottom: 0px !important;
      }
      .staff-section {
      border-bottom: 1px solid rgba(0,0,0,.07);
      font-size: 14px;
      font-weight: 400;
      padding: 6px 16px;
      margin: 6px 0px;
      display: flex;
      }
      .ui-state-enabled {
  
      color: #ffffff;
      }
  
      .ui-state-disabled {
      opacity: .35;
      filter: grayscale(100%);
      }
  
      .hide-cls {
      display: none;
      }
  
      .btn::after {
      background-color: unset;
      }
      .ui-datepicker th {
      padding: 0.7em 0.3em;
      text-align: center;
      font-weight: bold;
      border: 0;
      width: 14%;
      }
  
      a.ui-state-default {
      padding: 6px 6px !important;
      }
      .ui-state-active, .ui-widget-content 
      .ui-state-active, .ui-widget-header 
      .ui-state-active, a.ui-button:active,
      .ui-button:active, .ui-button.ui-state-active:hover {
      border: 1px solid #007fff;
      background: #007fff;
      font-weight: normal;
      color: #ffffff;
      }
  
      .active-time {
      border-color: #007fff; 
      background-color: #007fff; 
      color: #ffffff;
      } 
  
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
  #hero {height: 40vh;}
  #hero h1 {font-size: 50px;width: 90%;}
  #hero h2 {width: 80%;}
  #hero .btn-get-started {width:auto;}
      .location-section {padding: 40px 0px 40px 0px;}
      .portfolio-section {padding: 40px 0px;}
      .portfolio-wrap h5 {font-size: 15px;}
      section.portfolio-section .row.mt-5 {margin-top: 0px !important;}
      .location-section .row.mt-5 {margin-top: 20px !important;}
      .client-section {padding: 40px 0px;}
      .client-testimonial {padding: 40px 0px;}
      .testimonial { padding: 10px; margin: 0 5px 10px 5px;}
      section.location-section.common-padding {padding: 100px 0px 60px 0px;}
      .panel.panel-default.credit-card-box { height: auto;}
      .photographer-div {min-width: auto;}
      .thankyou-page ._body ._box {max-width: 90%;}
      .photography-section { height: 420px !important;}
      #hero .btn-get-started {width: 37%;}
      .gallery a img { height: 218px;}
          .matterport-section {
      height: 420px !important;
  }
  
      .drone-section {
      height: 440px !important;
  }
  .service-left {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
      .videotrough-section {
      height: 460px !important;
  }
      .virtual-section {
      height: 450px !important;
  }
  .lc-he {
      margin: 60px 0px 0px 0px;
  }
      
  .location-content p {
    height: auto;
    min-height: auto;
}
      
  }
  @media only screen and (max-width: 768px) {
    .location-content p {
        height: auto;
        min-height: auto;
    }
    a.contect-btn {
        margin-top: 10px;
        width: auto !important;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0px;
    }
  
    #hero .hero-img img {
      width: 70%;
    }
    #hero .btn-get-started {
      width: auto;     
    }
    .login-btn {
      margin: 10px 0px 0px 15px;
      background: #000;
      color: #fff !important;
      width: 15.3%;
    }
    .client-logo ul li {
      max-width: 33.33% !important;
      width: 33.33% !important;
      border: 1px solid #eee;
    }
    .client-logo ul li:nth-child(6) {
      border-right:1px solid #eee !important;
    }
    .client-logo ul li:last-child {
      border-right:1px solid #eee !important;
    }
    .portfolio-wrap h5 {
      font-size: 16px !important;
    }
    .book-service {
      width: auto !important;
      padding: 0 10px;
    }
    .service-left {
        width: auto;
        margin:0px 0px 20px 0px;
    }
    .service-content h2 {
      padding: 10px !important;
    }
    .readmore-less {
      padding: 5px 10px !important;
    }
    .photographer-service {
      margin: 120px 50px 50px 50px !important;
    }
    #loading {
      position: relative;
      width: 60px;
      height: 60px;
      border: 3px solid #000;
      border-radius: 50%;
      top: 393px;
      left: 651px;
      border-top-color: #fff;
      animation: spin 1s ease-in-out infinite;
      -webkit-animation: spin 1s ease-in-out infinite;
  }
        .iti {
      width: 100% !important;
    }
    .panel.panel-default.credit-card-box {
      height: auto !important;
    }
    .payment-screen-photo{
        flex-flow:column-reverse;
    }
    .box-imgcc {
      padding: 0 15px 15px 15px !important;
  }
  .drone-pg-cls{
      margin:0 15px !important;
  }
  .drone-pg-cls .drone-ft-vid {
      margin-bottom: 10px !important;
  }
    #footer{
      position: unset !important;
    }
    #footer .footer-top {
      padding: 40px 0 40px 0 !important;
    }
  }
  @media only screen and (max-width: 991px) {
    #hero {
      height: 100vh;
      text-align: center;
    }
  
    #hero .animated {
      animation: none;
    }
  
    #hero .hero-img {
      text-align: center;
    }
  
    #hero .hero-img img {
      width: 50%;
    }
      .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
    
    .navbar-mobile ul.navbar-nav {
      display: block;
    }
  }
  @media only screen and (max-width: 850px) {
      #hero h1{
          font-size:40px;
          line-height:50px;
      }
     
      #hero h2{
          margin-top:5px;
          font-size:18px;
      }
      #hero .btn-get-started{
          width:auto;
      }
      .portfolio-wrap h5{
          font-size:16px;
      }
      .client-logo ul li{
          max-width:232px;
          width:232px;
          border:1px solid #eee;
      }
      .client-logo ul li:nth-child(6),.client-logo ul li:last-child{
          border:1px solid #eee;
      }
     
      .photographer-service{
          margin:120px 50px 50px 50px;
      }
      .iti{
          width:100% !important;
      }
      .panel.panel-default.credit-card-box {
      height: auto;
      margin-top: 90px;
      }
      .payment-screen-photo{
          flex-direction:column-reverse;
      }
      .service-content h2{
          padding:10px;
      }
      .readmore-less {
          padding: 10px;
      }
  }
  @media only screen and (max-width: 700px) {
      .modal-content {
          width: 100%;
      }
      .galllery-section-new .container {
        max-width: 100%;
    }
  }		
  @media only screen and (max-width: 600px) {
    .contact-info {
        margin-top: 10px;
    }
      .photo-btn2 {
      padding: 5px 10px !important;
      }
      .photo-btn1 {
      padding: 6px 10px !important;
      }
      .photographer-div {
      min-width: 100%;
      }
      .photographer-data-outer {
          display: flex;
          flex-direction: column;
      }
      .photographer-ser-im {
          width: 100%;
      }
      .photographer-ser-cont {
          margin: 10px 0px 10px 0px;
          width: 100%;
          text-align: center;
      }
      .summary__payment-item {
          width: 44px;
      }
      .summary__payment-preview p {
          font-size: 13px;
      }
      .Photographer-ser-provider {
          margin: 10px 0px;
      }
      .photographer-content-des {
          width: 75% !important;
      }
      .photograher-image {
          width: 25% !important;
      }
      .client-logo ul li {
      max-width: 50% !important;
      width: 50% !important;
      }
      .matterport-section {
      height: 360px !important;
      }
      .drone-section {
      height: 360px !important;
      }
      .videotrough-section {
      height: 380px !important;
      }
      .virtual-section {
      height: 410px !important;
      }
      .thankyou-page ._header .logo {
      margin: 0px auto;
      }
      ._body h6 {
      width: 72%;
      }
      .thankyou-page ._body ._box {
      max-width: 90%; 
      border-radius:20px; 
      padding: 20px 40px 5px 40px;
      }
      body {
      margin: 0 auto;     
      background-position: center center;
      }
      .container {
      width: 100%;
      }
      .credit-card-box .panel-title {
      display: inline-block;
      font-size: 16px;
      width: 100%;
      }
      #hero {
      height: 70vh !important;
      }
      #hero h1 {
      font-size: 28px;
      line-height: 36px;     
      width: 100%;
      }
      #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-top: 10px !important;   
      margin-bottom: 0px;     
      width: 100%;
      }
      #hero .btn-get-started {
      font-size: 16px;
      padding: 10px 24px 11px 24px;     
      }
      .location-section {
      padding: 0px 0px 30px 0px;
      }
      .portfolio-section .row.mt-5 {
      margin: 0px !important;
      }
      .location-heading h2 {
      font-size: 24px;
      }
      .portfolio-heading h4 {
      font-size: 24px;
      }
      .client-heading h4 {
      font-size: 24px;
      }
      .client-logo ul {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      }
      .client-logo ul li {
      padding: 20px 0px 20px 0px;
      max-width: none;
      border-right: none;
      width: 200px;
      border: 1px solid #eee;
      }
      .client-section .row.mt-5 {
      margin: 20px -10px 0px -10px !important;
      }
      .portfolio-section {
      padding: 30px 0px;
      }
      .btn-view {
      width: 67%;
      }
      .client-section {
      padding: 30px 0px;
      }
      .client-testimonial {
      padding: 30px 0px;
      }
      .client-testimonial-heading h4 {
      font-size: 20px;
      }
      #hero .container {
      padding-top: 40px;
      }
      .service-left {
      width: 100%;
      margin: 0px 0px 20px 0px;
      }
      .photographer-service-heading h3 {
      font-size: 16px;
      }
      .service-content {
      width: 100%;
      }
      .book-service {
     
      margin-top:10px;
      }
      #timeslot div {
      width: 33%;
      }
      .photographer-data {
      margin: 20px 0px 0px 0px;
      }
      .ph-booking-image img {
      border-radius: 5px;
      }
      .ph-booking-package {
      text-align: center;
      margin: 10px 0px;
      }
      .confirm-services-text {
      margin-left: 7px;
      text-align: center;
      }
      .ph-booking-name {
      margin: 10px 0px 10px 0px;
      text-align: center;
      }
      .photographer-ser-im img {
      object-fit: cover;
      object-position: left;
      }
      .location-heading {
      margin: 30px 0px 0px 0px;
      }
      .lc-image img {
      width: 80%;
      height: auto; min-height: auto;
      }
      .location-content h3 {
      font-size: 16px;
      }
      .btn-view-more {
      font-size: 11px;
      padding: 10px 25px 10px 25px;
      }
      .panel.panel-default.credit-card-box {
      height: auto;
      }
      .photographer-data h1 {
      font-size: 16px;
      text-align: center;
      }
      .iti {
      width: 100% !important;
      }
      .booking-summary {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      }
      .photographer-service .col-lg-4.mt-4 {
      margin-top: 0px !important;
      padding: 0px;
      }
      .photographer-service {
      margin: 70px auto !important;
      box-shadow: inherit;
      border-radius: 0px;
      margin-bottom: 0px !important;
      }
      .confirm-services-text span {
      font-size: 14px;
      margin: 1px 0px 0px 10px;
      display: inline-block;
      }
      .contact-page-section {
      height: 240px !important;
      }
      .contact-info {
      margin: 20px 0px 0px 0px;
      }
      .contect-btn {
      width: auto;
      } 
      .photography-section {
      height: 400px !important;
      }
      .testimonial .title {
      font-size: 18px;
      }
      .row.mt-5.state-div {
      display: inline-block;
      margin: 0px !important;
      width: 100%;
      max-width: 100%;
      }
      .lc-area {
      width: 100%;
      height: auto;
      min-height: 178px;
      display: inline-block;
      margin: 15px 0px -10px 0px !important;
      }
      .client-testimonial .row.mb-5 {
      margin: 0px 0px 20px 0px !important;
      }
      .lc-he {
      margin: 70px 0px 10px 0px;
      }
      .booking-summary h2 {
      display: none;
      }
      .booking-image {
      display: none;
      }
      .booking-content p {
      display: none;
      }
      .booking-content-services {
      display: none;
      }
      .booking-summary {
      border: none;
      }
      .ser-photohrapher {
      padding: 10px 0;
      }
      .bk-mar {
      margin: 0px !important;
      }
      .confirm-bt {
      margin: 0px 0px 0px 0px;
      }
      #timeslot div .v-btn__content {
      margin: 3px 4px;
      }
      .location-area-inner-page {
      width: 87% !important;
      margin: 10px auto;
      }
      .location-area-inner-page .location-image img {
      width: 100%;
      height: 186px;
      border-radius: 5px 5px 0px 0px;
      object-fit: cover;
      }
      a#read-more {
      color: #3144a1;
      font-weight: 800;
      color:#fff;
      margin: 0px 0px 0px 10px;
      }
      .ser-photohrapher h4 {
      text-align: center;
      width: 100%;
      font-size:16px;
      }
      .service-item-header {
      width: 100%;
      display: inherit;
      margin: 20px auto;
      }
      .login-btn {
      margin: 10px 0px 10px 10px;
      background: #3144a1;
      color: #fff !important;
      border-radius: 50px;
      width: 50%;
      padding: 7px 25px !important;
      }
      p.email-thanks {
      font-size: 14px;
      }
      #loading{
          left: 177px;
      }
  }
  @media only screen and (max-width: 575px) {
      #hero .hero-img img {
      width: 80%;
      }
  
      #hero .btn-get-started {
      font-size: 16px;
      padding: 10px 24px 11px 24px;
      }
      .row.mt-5.state-div .col-lg-4.mt-2.mb-3 {
      width: 50%;
      }
      .btn-view-more {
      padding:10px 15px 10px 15px;
      }
      .row.mt-5.state-div {
      display: flex;
      }
  }
  @media only screen and (max-width: 414px) { 
      .client-logo ul li {
          width: 190px;
      }	
      .lc-area {
          width: 100%;
          height: auto;
          min-height: 178px;
      }
      .row.mt-5.state-div .col-lg-4.mt-2.mb-3 {
      width: 50%;
      }
      .btn-view-more {
          padding:10px 15px 10px 15px;
      }
      .row.mt-5.state-div {
      display: flex;
      }
  }
  @media only screen and (max-width: 390px) { 
              
  .book-service {
      font-size: 14px;
  }	
  .client-logo ul li {
      width: 180px;
  }		
  .row.mt-5.state-div {
      display: flex;
      margin: 0px !important;
      width: 100%;
      max-width: 100%;
  }
  .row.mt-5.state-div .col-lg-4.mt-2.mb-3 {
      width: 50%;
      }
  .lc-area {
      width: 100%;
      height: auto;
      min-height: 178px;
      }
  #hero h2 {
      font-size: 15px !important;
  }
  #hero h1 {
      font-size: 20px !important;
      line-height: 25px !important;
  }
  
  .btn-view-more {
          padding:10px 15px 10px 15px;
      }	
  }				
  @media only screen and (max-width: 375px) { 
      .client-logo ul li {
          width: 50% !important;
      }
      .row.mt-5.state-div {
      display: flex;
      margin: 0px !important;
      width: 100%;
      max-width: 100%;
      }
      .row.mt-5.state-div .col-lg-4.mt-2.mb-3 {
      width: 50%;
      }
      .lc-area {
      width: 100%;
      height: auto;
      min-height: 178px;
      }
      .lc-he{
          margin: 60px 0px 10px 0px;
      }
  
  }
  @media only screen and (max-width: 345px) {
      .btn-view-more {
          width: auto;
          padding:10px 15px 10px 15px;
      }
      .row.mt-5.state-div {
      display: flex;
      margin: 0px !important;
      width: 100%;
      max-width: 100%;
      }
      .row.mt-5.state-div .col-lg-4.mt-2.mb-3 {
      width: 50%;
      display: inline-block;
      margin: 10px 0px 0px 0px !important;
      padding:5px;
      }
  }

  
@media screen and (min-device-width: 1500px) and (max-device-width: 1700px) { 
    .location-image img{
    height: 200px;
}
.state-div .col-lg-4 {
    width: 25%;
}
.state-div .location-btn .btn-view-more {
    width: 70%;
}
}
@media screen and (min-device-width: 1701px) and (max-device-width: 2500px) { 
     .location-image img{
    height: 200px;
}
.state-div .col-lg-4 {
    width: 20%;
}
.state-div .location-btn .btn-view-more {
    width: 70%;
}
}
 
  