@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap');

body {
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* Navigation Section */
nav {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 24px 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.logo {
    font-family: "Playball", cursive;
    font-size: 28px;
    color: #f23e3e;
}
.logo:hover {
    color: #f23e3e;
    text-decoration: none;
}
.main-menu {
    padding: 0;
}
.main-menu li {
    list-style: none;
    float: left;
    padding: 5px 8px;
}
.main-menu li a {
    color: #fff;
    font-weight: 600;
}
.main-menu li a:hover {
    color: #f23e3e;
    text-decoration: none;
}
.nav-btn {
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    border: 2px solid #f23e3e;
    padding: 8px 10px;
    border-radius: 25px;
    transition: 0.2s;
    background-color:#f23e3e;
}
.nav-btn:hover {
    background-color: #f23e3e;
    color: #fff;
    text-decoration: none;
}
nav strong {
    color: aliceblue;
}
.vac {
    display: none;
    width: 400px;
    padding: 15px;
    position: absolute;
    top: 16px;
    left: -8px;
    padding-top: 28px;
    z-index: 999;
}
.submenu-vacation {
    background: #000;
    display: flex;
    padding: 15px;
    width: 100%;
}
.submenu-vacation .region-sub {
    padding-right: 13px;
}
.submenu-vacation .region-sub, .submenu-vacation .cities-sub {
    width: 50%;
}
.submenu-vacation .region-sub .reg {
    font-size: 14px;
}
.submenu-vacation .region-sub .reg, .submenu-vacation .cities-sub .reg {
    padding-bottom: 11px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinssemibold';
    border-bottom: 1px solid #f23e3e;
}
.submenu-vacation .region-sub .sub-reg a, .submenu-vacation .cities-sub .sub-cities a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
    letter-spacing: 2px;
    border-bottom: 1px solid #f23e3e;
}
.vacation-txt:hover .vac {
    display: flex
;
}



.fa-bars {
    display: none;
}

@media (max-width:768px) {
    .main-menu {
        background-color: #000;
        display: none;
    }
    .main-menu li {
        float: none;
        text-align: center;
    }
    .fa-bars {
        display: block;
        color: #fff;
        font-size: 29px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
    .nav-btnp {
        position: absolute;
        top: -35px;
        right: -183px;
    }
    .nav-btn {
        font-size: 16px;
        padding: 5px 5px;
    }
    .nav-btn img {
        width:20px !important;
    }
    .logo {
        font-size:23px;
    }
    nav small {
        display:block;
    }
    nav .nav-btn {
    padding: 4px 10px 8px !important;
}
}

.nav-btnp {
    position: relative;
}
.nav-btnp small {
    position: absolute;
    top: -12px;
    left: 30px;
    font-size: 12px;
}
nav .nav-btn {
    padding: 14px 10px 8px;
}
/* Banner Section */
.banner {
    padding: 200px 0;
    background-image: url('../images/turkey-balloon-travel-mountain.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
    background-position-y: -55px;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}

@media (max-width:768px) {
    .banner {
        background-position-y: 0px;
    }
}

.banner form,
.super-banner form {
    width: 100%;
    background: #fff;
    padding: 2%;
    display: flex;
    -webkit-box-shadow: 0 29px 46px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 29px 46px -10px rgba(0, 0, 0, .75);
    box-shadow: 0 29px 46px -10px rgb(0 0 0 / 75%);
    position: relative;
    padding-bottom: 2%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -1px;
    border-radius: 20px;
}
form {
text-align: center;
}
form input {
padding: 6px;
}
form div {
margin-right: 10px;
position: relative;
}
form img {
padding: 10px;
border-radius: 10px;
margin-bottom: 5px;
position: absolute;
right: 0;
}
input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent; */you need to disable the background becasue the icon can repeat based on input size */
}

/* Powered Section */
.powered {
    text-align: center;
    padding:20px 0;
    background-color: #E1E1E1;
}
.powered p {
    margin-bottom: 0;
    font-size: 16px;
}
.powered h5 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
}
.powered img {
    width: 40px;
}

/* Destinations Section */
.destinations {
    padding: 60px 0;
}
.main-desti {
    padding: 15px;
}
.custom-desti.orl {
    padding: 20px;
    background-image: url('../images/976919.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    background-position-y: -150px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.orl:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.las {
    padding: 20px;
    background-image: url('../images/977409.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    background-position-y: -150px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.las:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.new {
    padding: 20px;
    background-image: url('../images/977437.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;

    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.new:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.atla {
    padding: 20px;
    background-image: url('../images/976884.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.atla:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.los {
    padding: 20px;
    background-image: url('../images/977423.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.los:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.miam {
    padding: 20px;
    background-image: url('../images/miami-florida.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.miam:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti.chica {
    padding: 20px;
    background-image: url('../images/en-chicago.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.custom-desti.chica:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    border-radius: 30px;
}
.custom-desti h5.get {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    text-align: center;
    background: #f23e3e;
    padding: 10px;
}
.custom-desti h5.call {
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    background: #f23e3e;
    padding: 10px;
}
.custom-desti a {
    color: #fff;
}
.custom-desti h6 {
    background-color: #f23e3e;
    display: inline-block;
    padding: 5px;
}

@media (max-width:768px) {
    .custom-desti.orl,
    .custom-desti.las {
        background-position-y: 0;
    }
}
.main-desti a:hover {
    text-decoration: none;
}
.custom-desti:after,
.custom-desti:before {
    clear: both;
}

.custom-desti{
    overflow: hidden;
}
.custom-desti img.desti-img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

/* Footer Section */
footer {
    padding: 40px 0;
    background-color: #191819;
    color: #fff;
}
footer a {
    color: #fff;
    display: block;
}
footer a:hover {
    color: #f23e3e;
    text-decoration: none;
}
footer p {
    margin-bottom: 6px;
}
footer .foo-icon {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    background-color: #f23e3e;
    color: #fff;
    border-radius: 10px;
}
footer .foo-icon:hover {
    color: #fff;
}

/* About Us Page */
/* About Content Section */
.about-content {
    padding: 80px 0 60px;
    background-image: url('../images/205-2058371_thailand-beach-hd-wallpapers-ko-phi-phi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
}
.about-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.84;
    z-index: -1;
}
.about-content h4,
.about-contentt h4 {
    text-align: center;
    display: inline-block;
    background-color: #f23e3e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 45px;
}
.about-contentt ul {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d20001;
    padding-bottom: 17px;
    margin-bottom: 30px;
}
.about-contentt ul li {
    float: left;
    width: 25%;
    list-style: none;
}
.about-contentt ul li a {
    font-size: 17px;
    color: #2f2f2f;
    display: inline-block;
    background-image: url('../images/depart-icon-red.png');
    background-repeat: no-repeat;
    padding: 0px 0 7px 21px;
    background-position: top 4px left;
    text-decoration: none;
    background-size: 15px;
    margin-bottom: 5px;
}

/* Contact Us Page */
/* Contact Content Section */
.contact-content {
    padding: 60px 0;
}
.contact-content h2 {
    padding-bottom: 20px;
}
.phone-fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index:999;
}
.phone-fixed h6 {
    font-family: "Edu AU VIC WA NT Pre", cursive;
}

/* Miami Page */
/* Secure Section */
.secure {
	padding: 20px 0;
}
.main-secure {
    padding: 15px;
}
.custom-secure {
    padding: 20px;
    background-color: #8D8E93;
    color: #fff;
    border-radius: 30px;
}
.custom-secure a {
    color: #fff;
}
img.strp-gl {
    position: absolute;
    top: 0px;
    right: 24px;
    width: 124px;
}

@media (max-width:768px) {
    img.strp-gl {
        display: none;
    }
}

.video-sec {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #000; 
}
.video-sec video {
position: absolute;
top: -1000px;
right: 0;
left: 0;
}
.video-sec h1 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    font-size: 60px;
    color: #f23e3e;
    font-weight: 800;
}

/* Booking Page */
/* Booking Banner Section */
.booking-banner {
    padding: 80px 0;
    background-image: url('../images/evening-travel-wallpaper-hd-download.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.booking-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
.main-book {
    padding: 15px;
}
.custom-book {
    padding: 20px;
    background-color: #fff;
    border-radius: 50px 0 50px 0;
    border-top: 5px solid #d90001;
}
.custom-book p {
    font-size: 15px;
}
.main-save {
    padding: 15px;
}
.custom-save {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 50px 0px 50px;
    border-top: 5px solid #d90001;
}
.custom-save input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* Review Section */
.review {
    padding: 60px;
}
.review textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    padding: 10px;
}
.small-text a {
    color: #f23e3e;
    text-decoration: underline;
}

/* Home Page */
/* Experiences Section */
.exper {
    background-image: url('../images/bal-ba.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.exper img {
    width:100%;
    height:310px
}
.exper h2 {
    color: #fff;
}
.main-exp {
    padding: 15px;
}
.custom-exp {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 290px;
}
.custom-exp h4 {
    bottom: 62px;
    transform: translate(-50%, -50%);
    padding: 10px;
    position: absolute;
    font-size: 17px;
    width: 160px;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 25px;
    color: #fff;
    transition: top .3s ease-in-out, -webkit-top .3s ease-in-out;
    left: 50%;
    background: #00000052;
    text-align: center;
}
.custom-exp a.nav-btn {
    position: absolute;
    bottom: 22px;
    padding: 9px;
    width: 160px;
    cursor: pointer;
    z-index: 3;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, -8px);
    text-align: center;
}
.custom-exp img {
    transition: 0.2s;
}
.custom-exp:hover img {
    transform: scale(1.1);
}

/* Faqs Page */
.accordion {
    background-color: #f23e3e;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-bottom: 5px;
    border-radius: 30px;
    font-weight: 600;
  }
  
.active, .accordion:hover {
    background-color: #f23e3e; 
}
  
.panel {
    padding: 10px 18px;
    display: none;
    overflow: hidden;
    border: 1px solid #f23e3e;
    margin-bottom: 5px;
    border-radius: 25px;
}

/* Taxes & Fees Page */
.textesfees h2 {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    color: #191819;
    font-size: 26px;
    font-weight: bold;
}
.textesfees table {
    border-collapse: collapse;
}
.posttickets th, .textesfees th {
    background-color: #191819;
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
    line-height: 20px;
    vertical-align: middle;
}
.textesfees td {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #191819;
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
    line-height: 20px;
    vertical-align: middle;
}

/* Our Service Fees Section */
.tableDiv {
    background-color: #EFEFEF;
}
.tableDiv th, .tableDiv td {
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.tableDiv th {
    background-color: #006699;
    text-align: left;
    color: #fff;
    line-height: 24px;
}
.mobile-fixed {
    display: none;
}

.about-banner {
    background-image: url('../images/best-travel-background-04ml2h9wywaoo6ei.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 100px;
    background-position-y: -180px;
}
.about-banner h2  {
    text-align: center;
    display: inline-block;
    background-color: #f23e3e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 45px;
}

@media (max-width:768px) {
    .banner form,
    .super-banner form {
        display: block !important;
        width: 100%;
    }
    .banner form input,
    .super-banner form input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .col-md-3.nav-btnp {
        display: block;
        position: absolute;
        top: 10px;
    }
    .duration select {
        width: 100%;
    }
    .nav-btnp small {
        display:none;
    }
    nav {
        padding: 10px 0 10px;
    }
    .banner {
        padding: 80px 0;
    }
    .mobile-fixed {
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #f23e3e;
        color: #fff;
        padding: 7px;
        z-index: 99999;
    }
    .mobile-fixed a {
        color: #fff;
    }
    .mobile-fixed h4 {
        margin-bottom: 0;
    }
    .phone-fixed {
        display: none;
    }
    .about-banner {
        padding: 82px 0 50px;
        background-position-y: 0px;
    }
    .about-banner h2 {
        font-size: 21px;
    }
}

.custom-banner {
    background-image: url('../images/young-people-near-sea.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 160px;
    background-position-y: -300px;
    position: relative;
    z-index: 1;
}
.custom-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
.custom-banner h2  {
    text-align: center;
    display: inline-block;
    background-color: #f23e3e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 45px;
}

@media (max-width:768px) {
    .custom-banner {
        padding: 80px 0;
        background-position-y: 0px;
    }
}

/* Thankyou Page */
.thanksBg {
    background: url('../images/ThanksBg.jpg') center top no-repeat;
    background-size: cover;
}
.thanksContent {
    text-align: center;
    padding-top: 180px;
    max-width: 611px;
    margin: 0 auto;
    color: #fff;
}
.thanksText {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 25px 0;
}
.thanksText span {
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px;
}
.thanksContent p {
    line-height: 22px;
}
a.explore {
    background-color: #da0001;
    color: #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    line-height: 30px;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 100;
}
a.explore:hover {
    background-color: #e50607;
}

@media (max-width:768px) {
    .thanksContent {
        padding-top: 80px;
    }
}


/* Packages Section */
.packages {
    padding: 40px 0;
}
.packages a {
    color: #f23e3e;
    font-weight: 600;
    text-decoration: underline;
}
@media (max-width:768px) {
    .packages a {
        font-size: 14px;
    }
}
.main-pack {
    padding: 15px;
}
.custom-pack {
    box-shadow: 1px 4px 14px #ccc;;
    border-radius: 20px;
}
.custom-pack img {
    border-radius: 20px 20px 0 0;
}
.pack-cont {
    padding: 10px;
}
.pack-cont h6,
.pack-cont h3 {
    color: #f23e3e;
}
.custom-pack h4 {
    font-size: 20px;
}
.custom-pack img {
    width: 100%;
    height: 150px;
}

/* Lower Footer Section */
.lower-footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
.lower-footer p {
    margin-bottom: 5px;
}
.lower-footer a {
    color: #f23e3e;
    text-decoration: underline;
}

/*Call String Section*/
.callStringNew {
    display: none;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    background-color: #034053 !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2px;
    z-index: 10;
}
.callStringNew .fulclk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.callStringNew a {
    padding-top: 10px;
    color: #fff;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 1px;
    line-height: 23px;
}
.fulclk ._call-num {
    font-size: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.callStringNew a span {
    display: block;
    padding-top: 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.callStringNew .rightCall {
    padding-left: 0px;
}
.callStringNew .rightCall {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-right: 7px;
}
.callImgGirl {
    position: absolute;
    top: -13px;
    left: 10px;
    width: 52px;
    display: block;
}
.callStringNew a {
    padding-top: 10px;
    color: #fff;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 1px;
    line-height: 23px;
    position: relative;
    top: -1px;
}
.callStringNew a span {
    font-size: 22px;
    display: block;
    padding-top: 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.callStringNew .callIcon {
    position: relative;
    right: -30px;
}

@media (max-width:768px) {
    .callStringNew {
        display: flex;
    }
}

/* Super Deals Page */
/* Super Banner Section */
.super-banner {
    padding: 150px 0;
    background-image: url('../images/super-deals-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.super-banner h1 {
    font-size: 55px;
}

/* Super Countries Section */
.super-countr {
    padding-bottom: 40px;
}
.super-countr img {
    margin-bottom: 15px;
}
.super-countr a {
    color: #f23e3e;
    text-decoration: underline;
    font-weight: 600;
}


.bgmg ul {
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
}
.bgmg ul {
    padding: 20px 30px 20px 30px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    border-radius: 20px;
    margin-bottom: 30px;
}
.bgmg ul li, .bgmg ul li dl {
    width: 100%;
    float: left;
}
.bgmg ul li {
    list-style: none;
}
.bgmg ul li label {
    font-size: 12px;
    color: rgb(24, 24, 24);
    text-align: left;
    display: block;
    margin: 0px;
    line-height: normal;
    margin-bottom: 4px;
    font-weight: 700;
}
.bgmg ul li select, .bgmg ul li input[type="text"], .bgmg ul li input[type="email"], .bgmg ul li textarea {
    background: none;
    border: 1px solid #464646;
    width: 100%;
    padding: 0 15px;
    resize: none;
    font-size: 14px;
    color: #000;
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: normal;
    height: 33px;
}
.bgmg ul li select, .bgmg ul li textarea, .bgmg ul li input[type="email"], .bgmg ul li input[type="text"] {
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px #919191;
}
.bgmg ul li .error {
    color: azure;
    font-size: 10px;
    float: left;
    padding-top: 5px;
    position: static;
    background-color: #fff;
    padding: 5px 0px 0 0px;
    color: #610101;
    text-transform: capitalize;
}
.formBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bgmg ul li .formBox dl {
    width: 49%;
}
.bgmg ul li dl {
    padding: 0 0px 5px 0px;
    position: relative;
    margin-bottom: 0;
}
.bgmg ul li textarea {
    height: 90px;
    border-radius: 0;
    padding-top: 10px;
    resize: none;
}
input#txtDepDate {
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px #919191;
}

/* Popup section */
.popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
}

.popup .bgmg {
    z-index: 99999999999999999999999;
    background-color: #fff;
    position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  border-radius: 30px;
  -webkit-box-shadow: -1px 3px 35px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 35px 1px rgba(0,0,0,0.75);
box-shadow: -1px 3px 35px 1px rgba(0,0,0,0.75);
}
.popup .bgmg .fa {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

@media (max-width:768px) {
    section.bgmg {
        width: 100%;
    }
    .bgmg ul {
        width: 100%;
    }
}

@media (max-width:768px) {
    .super-banner {
        padding:60px 0;
    }
    .super-banner h1 {
        font-size: 37px;
    }
    .super-banner h4 {
        font-size: 18px;
    }
    .super-countr .col-md-4 {
        padding-bottom: 15px;
    }
}
.callIcon {
    animation: call 1.5s ease infinite; 
    border-radius: 50%;
    font-size: 35px; 
    font-weight: bold; 
    position: relative;
}
@keyframes call { 
    15% { 
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); 
    } 
    25% { 
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5), 
                    0 0 0 16px rgba(255, 255, 255, 0.3); 
    } 
    30% { 
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5), 
                    0 0 0 24px rgba(255, 255, 255, 0.3); 
    } 
} 