/* Poppins font-face declarations */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Protest+Revolution&display=swap');
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins-font/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

/* Oswald font-face declarations */
@font-face {
    font-family: 'Oswald';
    src: url('./fonts/oswald-font/Oswald-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('./fonts/oswald-font/Oswald-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('./fonts/oswald-font/Oswald-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('./fonts/oswald-font/Oswald-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Lato font-face declarations */
@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato-font/Lato-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Raleway font-face declarations */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-font/Raleway-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Define color variables in the :root selector */
:root {
    --primary-color: #02568f;
    --secondary-color: #020804;
    --text-color: #002848;
    --heading-color: #121212;
    --button-color: #004b91;
    --btnHover-color: #00559A;
    --background-color: #f4f4f4;
}

.test {
    font-size: 50px;
    color: var(--secondary-color);
}
.maxContainer {
    width: 100%;
    max-width: 1215px;
    padding-inline: 20px;
    margin-inline: auto;
}
.textStyle {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text-color);
    font-family: 'Raleway', sans-serif;
}
.mt-5 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 20px;
}

.px-5 {
    padding-inline: 20px;
}

.my-2 {
    margin-block: 8px;
}

.mt-10 {
    margin-top: 40px;
}
body {
    background-color: #00000026;
    font-family: 'Raleway', sans-serif;
}
.border-none {
    border-radius: none !important;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 0px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #58565f;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.horizantalLine {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: auto;
}
.headingTwo {
    font-size: 32px;
    font-weight: 700;
    color: #121212;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;
}
.headingTwo::before {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #ffaa00;
    top: 45px;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
.m-0 {
    margin: 0;
}
.dropdown-toggle::after{
    position: relative;
    top: 3px;
}
/* mainslider */
/* style.css */
.nav-item:hover .dropdown-menu{
    display: block;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler{
    border: none !important;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff6600' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-menu{
    transition: .9s ease-in-out;
}
#carouselIndicators {
    overflow: hidden;
}
.carousel-indicators li {
    background-color: #ccc;
    width: 20px;
    height: 7px;
}
.carousel-indicators .active {
    background-color: #8bc34a;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bookNowBtn{
    padding: 10px 20px;
    background: #8bc34a;
    top: 42px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 4px;
}
.bookNowBtn:hover{
    color:#ff7300;
    text-decoration: none;
    background-color: #fff;
}
.ColorLayer {
    position: relative;
    z-index: 0;
}
.call-warapper a{
    transition: .3s ease-in-out;
}
.call-warapper a:hover{
    color: #ffffff;
}
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    z-index: 0;
}
.carousel-caption {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.carousel-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subpara {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px !important;
}
.carousel-title {
    margin: 0;
    /* font-family: "Kaushan Script", cursive; */
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    animation: fadeInScale 4s ease forwards;
    line-height: 60px
}
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.carousel-caption span {
    color: #ff7300;
}
.carousel-caption p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}
/* Media Query */
@media (min-width: 768px) {
    .carousel-inner {
        height: 60vh;
    }
}
@media (min-width: 992px) {
    .carousel-inner {
        height: 70vh;
    }
}
@media (min-width: 1200px) {
    .carousel-inner {
        height: 85vh;
    }
}
/* sidebtnslider */
.sideLinksSlider {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    border: none;
    color: #01358d;
    font-size: 30px;
    font-weight: bolder;
    padding: 4px 10px;
    cursor: pointer;
    transition: right 2s ease;
    right: -15px;
    display: flex;
    align-items: center;
    z-index: 99999999;
}
.tapOneLink {
    width: 190px;
    height: 46px;
    background-color: #fc76099d;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    transform: translateX(143px);
    transition: transform 0.4s ease;
    cursor: pointer;
    z-index: 999999 !important;
}
.btn-bg-color {
    background-color: #22473c;
}
.tapOneLink:hover {
    transform: translateX(60px);
    background-color: #1f7a7a;
}
.tapOneLink img {
    width: 28px;
    height: 28px;
}
.tapOneLink a {
    padding-left: 13px;
    text-decoration: none;
    font-family: "montserrat", sans-serif !important;
    color: white;
}
/* mainSliderEnd */
.tourPackageCardContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.tourPackageCard {
    width: 100%;
    max-width: 277.5px;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    overflow: hidden;
    border-radius: 8px;
    transition: .3s ease;
}
.tourPackageCard:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.cardImage {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-bottom: 4px solid #1f7a7a;
    transition: 0.4s ease;
}
.tourPackageCard .cardImage:hover {
    border-bottom: 4px solid #002966;
}
.cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.tourPackageCard img:hover {
    transform: scale(1.1);
}
.cardContents {
    padding: 20px 15px;
}
.cardContents a {
    text-decoration: none;
}
.cardContents a h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #000;
    transition: 0.4s ease;
    position: relative;
    word-break: break-all;
}
@media (max-width: 600px){
    .cardContents a h2 {
        word-break: unset !important;
    }
    .textStyle{
        word-break: unset !important;
    }
    .serviceCard p{
        word-break: unset !important;
    }
}
.tourPackageCard:hover h2 {
    color: #004b91;
}

.cardLine {
    margin-block: 12px;
}
.cardBookNowBtn {
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--text-color);
    background-color: var(--button-color);
    border: 0px;
    margin-inline: auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    color: white;
    line-height: 18px;
    transition: .3s ease;
}
.cardBookNowBtn:hover {
    background-color: var(--btnHover-color);
}
.textStyle a {
    font-size: 15px;
}
/* vehiclesCSS */
.vehiclesHeading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #000;
    transition: 0.4s ease;
    position: relative;
}
.tourPackageCard:hover .vehiclesHeading {
    color: var(--button-color);
}
.vehicalContaooner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
/* testimonial */
.overflow-hidden {
    overflow: hidden;
}
.overflow-hidden {
    overflow: auto;
}
.owl-item {
    justify-content: center;
    display: flex;
}
.borderNone {
    border-radius: 0px !important;
}
/* contact form */
section {
    padding: 20px 0;
    /* min-height: 100vh; */
}
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contact-info-icon {
    margin-bottom: 15px;
}
.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
}
.contact-page-sec{
    margin-top: 20px;
}
.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}
.contact-page-form.contact-form input {
    margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
    height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}
.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}
.contact-info-text p {
    margin-bottom: 0px;
}
.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    outline: none;
}
.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 108px;
    padding: 12px 16px;
    border-radius: 4px;
    outline: none;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}
.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}
.contact-page-form {
    display: inline-block;
    width: 100%;
}
.contact-page-map {
    margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
    padding-top: 0px;
}
.whyChooseUs {
    padding-top: 75px;
}
.whyChooseHeading {
    font-size: 24px;
    font-weight: 600;
}
.serviceCard{
    width: 277px;
    height: 210px;
    padding: 14px;
    background-color: #f5f0f0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 555;
    margin-bottom: 20px;
    transition: .4s linear;
}
.serviceCard:hover{
    background-color: #56d75623;
}
.serviceCard h3{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}
.serviceCard p{
    line-height: 18px;
    margin-top: 14px;
    word-break: break-all;
    position: relative;
    z-index: 777;
}
.circleRounded{
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-color: #56d75623;
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: 666;
}
/* review */
/* aboutUs */
.aboutUsbanner{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.hbanner{
    background-image: url(./images/about-banner.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hbanner h4{
    font-size: 60px;
    color: #ebdfdf;
    font-family: "Oswald",sans-serif;
    font-weight: 700;
}
.about-contents-container{
    display: flex;
    gap: 20px;
}
.innerLinks{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.innerLinks a{
    color: black;
}
.innerLinks .active{
    color: #ff5e00;
}
.about-content-wrapper{
    margin-top: 15px;
}
.PackageDetailsContents h1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width:767px){
    .PackageDetailsContents h1 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 13px;
    }
}
.PackageDetailsContents h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
/* Gallery */
.galleryContents h1{
    text-align: center;
    font-size: 32px;
    line-height: 27px;
}
.galleryContents p{
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}
.gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gallery-item {
    overflow: hidden;
    width: 23%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.gallery-item img:hover {
    transform: scale(1.05);
}
.lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}
/* contact */
.Contact-wrapper-form{
    margin-bottom: 24px;
}
.form-width{
    width: 100%;
    max-width: 800px;
    padding-right: 1px;
    padding-left: 20px;
}
.flex-contact{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 14px;
    background-color: #62cb872e;
    border-radius: 8px;
    margin-bottom: 10px;
}
.flex-contact img{
    width: 26px;
}
.flex-contact a{
    word-break: break-all;
}
.contact-form-text h2{
    font-size: 32px;
    font-weight: 700;
    color: #121212;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;;
}
.contact-form-text h2::before{
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #ffaa00;
    top: 38px;
}
.contact-form-text p{
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}
.PackageDetailsContents h6{
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
/* reviews */
.reviewSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  margin-bottom: 100px;
}

.reviewContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 24px; */
    transition: transform 0.5s ease-in-out;
}
.reviewCard{
    width: 100%;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 30px 20px;
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}
.prevBtn, .nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #8bc34a;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 10px;
  outline: none;
  background-color: transparent;
}
.prevBtn, .nextBtn:hover{
    color: #f26b09;
}

.prevBtn {
  left: 4px;
}

.nextBtn {
  right: 4px;
}
.profileImg{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid gold;
    margin-inline: auto;
}
.reviwerName{
    font-size: 18px;
    font-weight: 700;
}
.reviewStar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}
.reviewStar svg{
    width: 14px;
    fill: #FF9D3D;
}
.profileImg img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.reviwerName{
    text-align: center;
    margin-top: 10px;
}
.reviewContent{
    text-align: center;
    margin-top: 8px;
    max-width: 1000px;
    margin-inline: auto;
}
.quoteReview{
    margin-top: 10px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quoteReview svg{
    width: 40px;
    fill: #ff9d3d;
}
@media (max-width:767px){
    .whyChooseUs {
        padding-top: 20px;
    }
    .hbanner h4{
        font-size: 36px;
        font-weight: 600;
    }
    .PackageDetailsContents h6{
        font-size: 15px;
        line-height: 19px;
    }
    .PackageDetailsContents h3{
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 24px;
    }
    .galleryContents h1{
        text-align: center;
        font-size: 24px;
        line-height: 25px;
    }
    .gallery-item {
        overflow: hidden;
        width: 29%;
        height: auto;
    }
    .Contact-wrapper-form{
        padding-left: 20px;
    }
    .padding-custom-from{
        padding-right: 20px;
    }
    .Contact-wrapper-form{
        width: 100%;
    }
}
@media (max-width:968px){
    .about-contents-container{
        flex-direction: column;
    }
}