    /**
    * Theme Name:     OceanWP Child
    * Author:         ASh
    * Template:       oceanwp
    * Text Domain:	   oceanwp-child
    * Description:    OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it
    */

    /* HEADER */

body {
font-family: 'Poppins', sans-serif!important;
margin: 0;
padding: 0;
}
.nav-menu ul li a:focus {
    border: unset;
    outline: unset!important;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Allura', cursive!important;
}

.announcement-bar {
background-color: #000000;
color: #fff;
font-size: 15px;
padding: 8px 0;
}

.announcement-bar .announcement-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
margin: auto;
}

.announcement-left {
display: flex;
align-items: center;
gap: 5px;
}

.announcement-left .icon-pin {
width: 14px;
height: 14px;
fill: #f7630c;
}

.announcement-right a {
margin-left: 8px;
color: #fff;
}

.announcement-right a svg {
width: 14px;
height: 14px;
vertical-align: middle;
fill: #fff;
}

.main-nav {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 15px 0;
}

.main-nav-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.cta-button {
    text-align: end;
}

.nav-menu ul {
list-style: none;
display: flex;
gap: 25px;
}

.nav-menu ul li a {
text-decoration: none;
color: #000000;
font-weight: 600;
position: relative;
font-size: 14px;
text-transform: uppercase;
}
.nav-menu ul li.active-menu a {
color: #f7630c;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}

.nav-menu ul li a::after {
content: '';
position: absolute;
width: 0%;
height: 2px;
bottom: -4px;
left: 0;
background-color: #f7630c;
transition: 0.3s;
}

.nav-menu ul li a:hover::after {
width: 100%;
}

.logo img {
height: 50px;
}

.cta-button .btn-book {
background-color: #f7630c;
color: #fff;
padding: 10px 22px;
border-radius: 25px;
font-weight: 600;
text-decoration: none;
transition: 0.3s;
}


/* MAIN-BANNER */

.hero-destination {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    display: flex;
    align-items: center;
    padding: 80px 40px;
}

/* Background Video */

.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

/* Overlay */

.hero-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.90) 30%,
        rgba(255,255,255,0.70) 50%,
        rgba(255,255,255,0.20) 70%,
        rgba(255,255,255,0) 100%
    );
}

/* Container */

.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.hero-text {
    width: 100%;
    max-width: 550px;
}
.preheading {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.hero-text .highlight {
  color: #f7630c;
}
.hero-text p {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1.5;
    margin-bottom: 30px;
}
.hero-buttons {
  display: flex;
  gap: 15px;
}

.hero-buttons .btn {
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary {
  background-color: #f7630c;
  color: #fff;
}

.btn-outline {
  border: 2px solid #f7630c;
  color: #f7630c;
}

.btn-outline:hover {
  background-color: #f7630c;
  color: #fff;
}
.hero-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -80px;
    right: 0%;
    width: 100%;
    max-width: 620px;
    gap: 25px;
    display: none;
}	
.hero-card img {
    width: 250px;
    height: 170px;
    object-fit: cover;
    object-position: right;
}

.card-content {
    padding: 10px 0;
}

.card-subtitle {
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
}

.card-title {
    font-size: 20px;
    margin: 8px 0;
    color: #f7630c;
    line-height: 1;
}

.card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}



.destinations-container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}
.popular-destinations {
  padding: 80px 0;
  background-color: #fef9f2;
}

.destinations-header {
  text-align: left;
  margin-bottom: 50px;
}

.destinations-preheading {
  font-size: 14px;
  color: #2ec4b6;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.destinations-title em {
    font-style: normal;
    color: #f7630c;
}
.destinations-title {
    font-size: 46px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1;
}
.destinations-subtitle {
    font-size: 19px;
    color: #555;
    margin-bottom: 20px;
    max-width: 600px;
    line-height: 1.3;
}

.btn-view-all {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7630c;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 1px;
}


.destinations-grid {
    display: grid;
    gap: 25px;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
}

.destination-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.destination-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.destination-info {
  padding: 15px;
}

.destination-info h3 {
    font-size: 18px;
    color: #f7630c;
    margin-top: 0;
    margin-bottom: 5px;
}

.destination-info p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.destination-info p.per-person {
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    border: 1px solid #f86a0c87;
    padding: 5px 20px;
    border-radius: 50px;
    width: fit-content;
}

.fleet-section {
    padding: 80px 0px;
    background: #ffff;
}

.fleet-container {
  max-width: 1400px;
  margin: 0 auto;
}

.fleet-header {
    text-align: center;
    margin-bottom: 50px;
}

.fleet-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #f7630c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.fleet-title {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.fleet-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
}

.fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.fleet-card-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}

.fleet-card-content {
  padding: 25px;
  text-align: center;
}

.fleet-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    margin-top: 0;
}

.fleet-card-title span {
  font-weight: 500;
  color: #777;
  font-size: 16px;
}

.fleet-card-location {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.fleet-card-features {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.fleet-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.fleet-feature svg {
  width: 20px;
  height: 20px;
  fill: #f7630c;
}

.fleet-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    border-radius: 12px;
    background: #fddbc7;
    text-align: center;
    font-weight: 700;
    color: #ff5e00;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
}

.fleet-btn:hover {
  background: #f7630c;
  color: #fff;
}

.fleet-card-image {
    padding: 0px 20px;
}


/* TESTIMONIALS-CSS */
.travelers-love-us-section {
    padding: 80px 20px;
    background-color: #fef9f2;
}
.travelers-love-us-container {
  max-width: 1200px;
  margin: 0 auto;
}

.travelers-love-us-header {
  text-align: center;
  margin-bottom: 50px;
}

.travelers-love-us-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.travelers-love-us-divider {
  width: 60px;
  height: 4px;
  background-color: #f7630c;
  margin: 12px auto 0;
  border-radius: 2px;
}

.travelers-love-us-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.travelers-love-us-card {
  background: #fff;
  flex: 1 1 300px;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travelers-love-us-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.travelers-love-us-text {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
} 

.travelers-love-us-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.travelers-love-us-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.travelers-love-us-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.travelers-love-us-name {
  font-weight: 600;
  color: #111;
  display: block;
}

.travelers-love-us-location {
  font-size: 14px;
  color: #777;
}

.travelers-love-us-rating {
  font-size: 18px;
  color: #f7630c;
  font-weight: 600;
}


/* FOOTER + NEWSLETTER */

.bv-newsletter-footer {
    padding-top: 60px;
}

/* Newsletter */
.bv-newsletter {
    background: linear-gradient(90deg, #ff7b1c, #ff8c3c);
    padding: 20px;
    color: #fff;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 100px 100px 0 0;
}

.bv-newsletter-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bv-newsletter-title {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
}
.bv-newsletter-subtitle {
    font-size: 18px;
    margin-bottom: 0;
}

.bv-newsletter-form {
    display: flex;
    flex: 1;
    max-width: 500px;
}

body .bv-newsletter-input {
    flex: 1;
    padding: 19px 25px!important;
    border-radius: 100px 0 0 100px!important;
    border: none!important;
    outline: none;
    font-size: 14px!important;
    background: #ffffff !important;
}

.bv-newsletter-btn {
    border-radius: 0 50px 50px 0;
    background: #000!important;
}

/* Footer */
.by-footer {
  background: #111;
  color: #fff;
  padding: 60px 20px 20px;
}
/* Footer Container */
.by-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.by-footer-brand {
    width: 40%;
}

.by-footer-brand h2 {
  color: #f7630c;
  font-size: 28px;
  margin-bottom: 10px;
}
.by-footer-brand span { color: #fff; }
.by-footer-brand p { font-size: 14px; margin-bottom: 20px; }

.by-footer-socials a {
  display: inline-block;
  margin-right: 12px;
}

.by-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.by-footer-column h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #ffff;
}

.by-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whatsapp-icon svg {
    fill: #fff;
}

.by-footer-column ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.by-footer-payments li {
  display: inline-block;
  margin-right: 10px;
}

.by-footer-payments img {
  height: 25px;
  width: auto;
}

.by-footer-bottom {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #dbdbdb;
    width: 100%;
    border-top: 1px solid #eeeeee63;
    padding-top: 25px;
}

.payment-section {
    display: none;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}

.payment-section h4 {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.payment-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.payment-icon {
  width: 60px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.payment-icon:hover {
  transform: scale(1.1);
}
.by-footer-column ul li a {
    color: #fff;
}

.whatsapp-floating-parent {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.whatsapp-icon {
    cursor: pointer;
    border-radius: 50%;
    padding: 12px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    transition: transform 0.3s ease;
}

.whatsapp-icon img {
    width: 70px;
    height: 70px;
    min-width: 70px;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

.whatsapp-popup {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #111;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    min-width: 200px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
}
.whatsapp-popup {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #111;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    min-width: 200px;
    margin-bottom: 12px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;

    transition: all .3s ease;
}

.whatsapp-floating-parent.active .whatsapp-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    pointer-events: auto;
}

.whatsapp-popup h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.whatsapp-popup a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    margin-bottom: 13px;
    transition: color 0.3s;
    background: #f1f1f1;
    padding: 8px 15px;
    border-radius: 20px;
}

.whatsapp-popup a:hover {
    color: #128c7e;
}

/* Responsive Tablet */
@media (max-width: 1024px) {
.hero-destination {
    height: 100%;
}
  .fleet-title {
    font-size: 38px;
  }
.destinations-grid {
    grid-template-columns: repeat(2, 1fr);
}
  .travelers-love-us-cards {
    flex-wrap: wrap;
    gap: 20px;
  }
    .bv-newsletter-container{
    flex-direction: column;
    text-align: center;
  }

  .bv-newsletter-form{
    width: 100%;
  }

  .bv-footer-container{
    flex-direction: column;
    align-items: center;
  }

  .bv-footer-links{
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

}



/* Mobile */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
  }

    .travelers-love-us-cards {
    flex-direction: column;
    align-items: center;
  }

.hero-card {
    width: 100%;
    position: unset;
    flex-direction: column;
}

.hero-text h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
}

.hero-destination {
    padding: 60px 0;
}

.preheading {
    width: 100%;
    text-align: center;
}

.hero-card img {
    width: 100%;
    height: 100%;
}

.card-content {
    padding: 0px 20px;
}

.hero-text p {
    text-align: center;
    font-size: 14px;
}

.hero-buttons {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
  .nav-menu {
    display: none;
}
	  .destination-card {
    flex: 1 1 100%;
  }
  .destinations-header {
    text-align: center;
  }
  .destinations-title {
    font-size: 30px;
    line-height: 1.2;
}
      .fleet-section{
        padding:60px 15px;
    }

    .fleet-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .fleet-title{
        font-size:30px;
    }

    .fleet-card-content{
        padding:0 20px 25px;
    }

    .fleet-card-features{
        justify-content:flex-start;
        gap:15px;
    }
.destinations-grid {
    grid-template-columns: 1fr;
}
.travelers-love-us-card {
    flex: 1;
}
.by-footer-container {
    flex-direction: column;
}
.by-footer-brand {
    width: 100%;
}
.by-footer-links {
    width: 100%;
	gap: 30px;
}
.bv-newsletter {
    border-radius: 70px 70px 0 0;
}
	.main-nav-container {
    grid-template-columns: 1fr 1fr;
    padding: 0 10px;
}
}






/* =========================
   MOBILE MENU
========================= */

.mobile-menu-toggle{
    display:none;
    width:35px;
    cursor:pointer;
    z-index:9999;
}

.mobile-menu-toggle span{
    display:block;
    width:100%;
    height:3px;
    background:#000;
    margin:6px 0;
    transition:.3s;
}

@media (max-width:991px){

    .main-nav-container{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .mobile-menu-toggle{
        display:block;
    }

    .nav-menu{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        box-shadow:0 10px 20px rgba(0,0,0,.08);
        z-index:999;
    }

    .nav-menu.active{
        display:block;
    }

    .nav-menu ul{
        margin:0;
        padding:15px;
        list-style:none;
        display:flex;
        flex-direction:column;
    }

    .nav-menu ul li{
        margin:0;
        border-bottom:1px solid #eee;
    }

    .nav-menu ul li:last-child{
        border-bottom:none;
    }

    .nav-menu ul li a{
        display:block;
        padding:14px 0;
    }

    .cta-button{
        display:none;
    }
}

/* Hamburger Animation */

.mobile-menu-toggle.active span:nth-child(1){
    transform:rotate(45deg) translate(6px,6px);
}

.mobile-menu-toggle.active span:nth-child(2){
    opacity:0;
}

.mobile-menu-toggle.active span:nth-child(3){
    transform:rotate(-45deg) translate(7px,-7px);
}

/* =========================
   Newsletter Section
========================= */

.bv-newsletter{
    background:#f8f9fb;
    padding:80px 20px;
}

.bv-newsletter-container{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* Left Content */

.bv-newsletter-content{
    flex:1;
    max-width:600px;
}

.bv-tag{
    display:inline-block;
    background:#f7630c;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.bv-newsletter-content h2{
    font-size:42px;
    line-height:1.2;
    margin:0 0 20px;
    color:#222;
}

.bv-newsletter-content p{
    font-size:17px;
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.bv-features{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.bv-features li{
    font-size:16px;
    color:#333;
    font-weight:500;
}

/* =========================
   Subscribe Card
========================= */

.contact-form-box{
    width:100%;
    max-width:480px;
    background:#fff;
    padding:35px;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/* Remove CF7 spacing */

.contact-form-box p{
    margin:0;
}

.contact-form-box .wpcf7-form{
    margin:0;
}

.contact-form-box .newsletter-form{
    display:flex;
    gap:12px;
    align-items:center;
}

/* Email */

.contact-form-box input[type=email]{
    flex:1;
    height:54px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    font-size:15px;
    outline:none;
    box-sizing:border-box;
}

.contact-form-box input[type=email]:focus{
    border-color:#ff9800;
}

/* Button */

.contact-form-box input[type=submit]{
    height:54px;
    padding:0 24px;
    background:#f7630c;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    white-space:nowrap;
}

.contact-form-box input[type=submit]:hover{
    background:#222;
}

/* Hide Spinner */

.contact-form-box .wpcf7-spinner{
    display:none;
}

.contact-form-box .wpcf7-response-output{
    margin:15px 0 0 !important;
    font-size:14px;
}

/* =========================
   Mobile
========================= */

@media(max-width:991px){

    .bv-newsletter{
        padding:60px 15px;
    }

    .bv-newsletter-container{
        flex-direction:column;
        gap:35px;
    }

    .bv-newsletter-content{
        text-align:center;
        max-width:100%;
    }

    .bv-newsletter-content h2{
        font-size:30px;
    }

    .bv-features{
        grid-template-columns:1fr;
        text-align:left;
        max-width:250px;
        margin:auto;
    }

    .contact-form-box{
        max-width:100%;
        padding:25px;
    }

    .contact-form-box .newsletter-form{
        flex-direction:column;
    }

    .contact-form-box input[type=email],
    .contact-form-box input[type=submit]{
        width:100%;
    }

}



