@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Forum&family=Grey+Qo&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Grey+Qo&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');


html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #0C1F2B;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color: #E6DD9A;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, #0C1F2B, #0C1F2B), url('image/479110515.jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
/* ---------------------------------------------- */




    
  /* ---------------------------------------------- */
  .carousel1 img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    
  }
  .carousel-inner1 {
    padding: 1em;

   
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }

  @media screen and (max-width: 767px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 1024px) {
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  /* .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  } */
 .carousel-indicators2 {
    position: static;
  }
  .carousel-indicators2 li {
    width: 300px;
    height: 100%;
    opacity: 0.8;
  }
  .carousel-caption {
    top: 30%;
}

.c-item {
    height:720px;
    
}
@media (max-width: 991px) {
    .c-item {
        height:620px;
        
    } 

}
.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.font0{
    font-size: 60px;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}
.font01{
    font-size: 60px ;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 90px; /* Adjust the width */
  height: 90px; /* Adjust the height */
  background-size: 100% 100%; /* Scale the background image to fill the button */
  background-repeat: no-repeat; /* Prevent repeating the background image */
  border-radius: 50%;
}
/* Background image for the previous button */
.carousel-control-prev-icon {
  background-image: url('image/double8.webp'); /* Replace with the actual path to your image */
}
/* Background image for the next button */
.carousel-control-next-icon {
  background-image: url('image/double12.webp'); /* Replace with the actual path to your image */
}
/* Optional: To remove the default icon overlay */
.carousel-control-prev,
.carousel-control-next {
  filter: none;
}

/*about section home */


.about-section{
    background-color: #f3fbff;
    /* background: url('../img/leaf.png') 50%; */

    background-repeat: no-repeat;
    background-size: 25%;
  
    padding-top: 70px;
    padding-bottom: 70px;
  
  }
  .section-padding1{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .about-section{
      padding-top:70px;
      padding-bottom:70px;
  }
  .img1{
  width: 300px;
      margin-top: 110px;
      margin-left: -110px;
      border: 7px #ffffff solid;
  
  }
  
  .font01{
      font-size: 20px !important;
      font-family: "Forum", serif;
      font-weight: 300;
      position: relative;
     
      color: #000000;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
      
  }
  .font02{
      font-size: 38px;
      font-family: "Forum", serif;
      font-optical-sizing: auto;
      color: #0C1F2B;
    
  }
  .font03{
      font-size: 35PX;
      font-family: "Forum", serif;
      -webkit-text-stroke: 1.2px #0C1F2B !important;
    color: transparent !important;
  }
  


  .shape{

    background-color:#f8f7ed;
    margin-left: -20px;
    padding: 40px;
  }
  .divider div {
    position: absolute;
    border: 1px solid #c6ac83;
    width: 19px;
    height: 19px;
    transform: translate(3px, -50%) rotate(45deg);
    background-color: #0e1618;
}.divider {
    width: 156px;
    height: 1px;
    background-color: #c6ac83;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .divider div {
    position: absolute;
    border: 1px solid #c6ac83;
    width: 19px;
    height: 19px;
    transform: translate(3px,-50%) rotate(45deg);
    background-color: #0e1618;
  }
  
  .divider div::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #c6ac83;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .section-posht{
    padding-bottom: 100px;
  }
  /*--------------facelities--------*/
  #facilities-section{
    background: url('../image/double101.webp') rgba(0, 0, 0, 0.61);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(0, 0, 0);
    text-align: center;

  }
#facilities-section {
    font-family: 'Bodoni Moda', serif; 
  
}
.card{
   background-color: #0c1f2b;
   border-style:solid;
   border-width: 3px;
   border-color: #ffffff;
   border-radius: 10px;

}
.card:hover{
    background-color: #000000;
    border-color: #ffffff;
    transform: scale(1.05); 
    transition-duration: 0.3s; 

}

.flex {
    display: flex;
  }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:30px;
  }

  .facilities-section p {
    font-size: 18px;
  }

  .about-text{
             

    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #585858;
    margin-bottom: 20px;


 }
 .about-baner h3{
    font-family: "Forum", serif;
    font-size: 40px;
 }

 .room-home h4{
    font-family: "Forum", serif;
    font-size: 40px;

 }

 .image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container a button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
            
#bottone6 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone6:hover,
   #bottone6:focus {
    border-color: #000000;
    box-shadow: #000000 0 4px 12px;
    color: #000000;
   }
   
   #bottone6:hover {
    transform: translateY(-1px);
   }
   
   #bottone6:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  
   .img2{
    box-shadow: 27px -26px 0px -10px #0C1F2B;
     }
     .img3{

        box-shadow: -29px 28px 0px -10px #0C1F2B;
    
         }

         .Slogan .bg{
            background: url('image/double101.webp')rgba(0, 0, 0, 0.685);
            background-attachment: fixed;
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height:300px;
          }
        .fac3{
            font-family: 'Barlow', sans-serif;
            font-size: 45px;
        }


/* Base Styles */
  /* .gallery-ig {
    padding: 34px 0 33px;
 
  } */
  
  /* .gallery-ig {
    padding: 0 0 50px;
  }
   */
   .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }

  .text99 {
    font-family: "Forum", serif;
    font-size: 40px;
  }

  @media screen and (max-width: 991px) {
    .ttt{
        max-width:  134% !important;
    }

     #facilities-section h1{
        font-size: 32px !important;
     }
     .room-home{
        padding-top: 0px !important;
     }
     .but{
        margin-bottom: 50px !important;
     }
     .img2{
        box-shadow: 0px -26px 0px -30px #0C1F2B;
     }
     .img3{
        
    box-shadow: 0px 21px 0px -24px #0C1F2B;
     }
     .fac3{
        font-size: 35px !important;
     }
     .ggg{
        margin-top: -15% !important;
     }
     .gallery-ig-main{
        margin-top: -20px !important;
     }
     .gallery-ig{
        padding-bottom: 0px !important;
     }
  }


  .rooms-bg1{
    background: url('image/double11000.webp') rgba(0, 0, 0, 0.712);
    background-attachment: fixed;
    background-position:center ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Forum", serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 100px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 95px !important;
        }
       .about{
        padding-bottom: 0px !important;
       }
       .google-maps-contact-info{
        padding-left: 2% !important;
        padding-right: 2% !important;
       }
   }
     
    
 
      .about-bg1{
        background: url('image/double101.webp') rgba(0, 0, 0, 0.699);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/585936642.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
       
      }
  
      .contact-bg1{
        background: url('image/double12.webp') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
       
      }

      .room-room h5{
        font-family: "Forum", serif;
        font-size: 30px; 
      }

      .aboout{
        font-family: "Forum", serif;
        font-weight: 500;
      }


            
/* :: 16.0 Contact Area CSS */
.roberto-contact-form {
    position: relative;
    z-index: 1; }
    .roberto-contact-form h2 {
      margin-bottom: 30px;
      font-size: 22px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .roberto-contact-form h2 {
          font-size: 24px; } }
    .roberto-contact-form .form-control {
      width: 100%;
      height: 50px;
      padding: 0 20px;
      border-radius: 2px;
      color: #afb4bf;
      font-size: 14px;
      border: 1px solid #ebebeb; }
      .roberto-contact-form .form-control:focus {
        box-shadow: none;
        border-color: #000000; }
    .roberto-contact-form textarea.form-control {
      height: 150px;
      padding: 20px; }
  
  .google-maps-contact-info {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-info {
        padding-left: 2%;
        padding-right: 2%; } }
  
  .google-maps-contact-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content {
        padding: 20px; } }
    .google-maps-contact-content .single-contact-info {
      position: relative;
      z-index: 1;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 18px; } }
      .google-maps-contact-content .single-contact-info i {
        display: inline-block;
        font-size: 30px;
        margin-bottom: 15px;
        color: #0C1F2B; }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info i {
            font-size: 24px; } }
      .google-maps-contact-content .single-contact-info p {
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 16px; } }
    .google-maps-contact-content .google-maps {
      position: relative;
      z-index: 1; }
      .google-maps-contact-content .google-maps iframe {
        width: 100%;
        height: 500px;
        border: none; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .google-maps iframe {
            height: 400px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .google-maps iframe {
            height: 300px; } }


