@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


@media screen (min-width: 768px) and (max-width: 1024px) {
    .bannertop1 {
        margin-top: 155px;
    }

    .booking-wrapper {
        margin-top: 0px;
    }

    .explr {
        font-size: 50px !important;
    }
}

@media screen and (min-width:270px) and (max-width:578px){
    .benefits-holder {
        margin-top: 26px;
    }
    .booking_progress {
        display: grid!important; 
    }
 }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

a {
    color: #000;
    text-decoration: none;
}

.selected
{
font-weight: 700;
}

::placeholder {
    color: #777;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}


/*--------------------*/
/*other page css*/
/*--------------------*/

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.leftpartpasx{
    float:left;
    width:70%;
}
.sparatecol {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  /*  box-shadow: 3px 3px 10px 1px #0000001a;*/
}

.benefits-holder {
    background-color: #434343 !important;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}
.destination{
   text-align:right;
}
.stop-duration{
    font-size:14px;
    text-align:center;
}
.mainpd100{
    padding-top:78px;
}
.booking_progress {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.routhead {
    letter-spacing: 0;
    font-size: 14px;
    background: #fb607f;
    padding: 4px 15px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}
.big-header-30 {
    border-bottom: #dedede dashed 1px;
    margin-bottom: 20px;
    padding: 4px 15px 2px;
   
    font-size: 16px;
    font-weight: 600;
}
    .big-header-30 svg{
        margin-right:4px;
    }
    /*--------------------*/
    /*other page css*/
    /*--------------------*/
    .headerbanner {
        /* height: 100vh;*/
        background-image: url(../images/shopbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
    }
.showbanner {
    height: 80vh;
    background-image: url('../../images/bg_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.headerbannerflight {
    height: 100vh;
    background-image: url('../../images/shopbannerflight.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.containerbox {
    width: 100%;
    max-width: 90%;
    margin: auto;

}



.navmenubar{
    display: none;
}
.cross-btn {
    text-align: right;
    color: #fff;
    padding: 0.875rem 1.5rem;
    font-size: 1.5rem;
    display: none;
}

.icon-bar > svg {
    color: #24d2f5;
    font-size: 1.5rem;
    background: #fff;
    padding: 0.4rem 0.6rem;
    border-radius: 0.2rem;
}

#menu-bar {
    transition: all .4s linear;
    padding: 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999999;
    transition: height .3s;
    box-shadow: 0px 8px 11px 0 #0000001c;
    /*  padding: 4px 0!important;*/
}

    .sticky1 {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
    z-index: 9999999;
    transition: height .3s;
    padding: 20px 0 !important;
}
.headermaindv {
    float: right;
    margin-top: 10px;
}
.menuhead .manu .logo a{
     display:flex;
}
    .menuhead .manu .logo a img {
        height: 80px;
        width: auto;
    }

    .manu {
        /*display: flex;
    justify-content: space-between;*/
        justify-items: center;
        align-items: center;
    }

.navmenu ul {
    display: flex;
    margin-bottom: 0px;
    margin-top: 14px;
}
.imgheadercont {
    float: left;
    line-height: inherit;
    height: 35px;
}
.navmenu ul li {
    padding: 0.4rem 1.5rem;
}

    .navmenu ul li a {
        color: #000; 
        transition: all .2s linear;
        color: rgba(0, 0, 0, 0.5); 
        font-weight: normal;
        border-left: none; 
        text-decoration: none;
        zoom: 1;
        font-size: 16px; 
        font-weight: bold;
    }
.Home-color {
    color: #5665b6!important;
}
    .Home-color:hover {
        color: #24d2f5!important;
        width: 100%;
        text-decoration: underline;
    }


.navmenu ul li a:hover,
.navmenu ul li a:hover::after {
    width: 100%;
    color: #24d2f5;
    text-decoration: underline;
    transition: width .3s;
    margin-top: 0px;
}

.mobileno {
    display: flex;
    flex-direction: column;
}
.headerimg {
    height: 35px;
    padding-top: 8px;
    padding-right: 3px;
    width: auto;
}
.monumber_head a {
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #5665b6;
    line-height:normal;
}

.mobileno > .monumber_head a svg {
    background: #24d2f5;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.monumber_text {
    text-align: right;
    /*  position: relative;
    top: -10px;*/
    font-size: 13px;
    color: #000;
    line-height: normal;
}

.bannertext_on {
    display: grid;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .bannertext_on > span {
        text-align: center;
        /* margin: auto; */
        width: 100%;
        color: #fff;
        font-size: 30px;
        display: block;
    }
.explr {
   
    -webkit-text-stroke: 1px #fff;
    font-size: 75px!important;
    font-weight: 700;
    letter-spacing: 2px;
}
.explrbrdr {
    color: transparent !important;
    display:contents;
}
.bannertext_on > span > span {
    display: flex;
    flex-direction: column;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 6px;
}
 
/*form css start*/

.searchtext {
    background: #fff;
    padding: 0.4rem 0;
    border-radius: 12px 12px 0 0;
    width: 200px;
    text-align: center;
    border-bottom: 1px solid;
}

.searchtext>span {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.shidebtn {
    position: absolute;
    left: 0;
    z-index: 9;
}
    .shidebtn > input {
        width: 20px;
        height: 22px;
    }
.searchbox {
    background: #fff;
    padding: 0.7rem 2rem;
    border-radius: 0 0.8rem 0.8rem 0.8rem;
    position: relative;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 11px 0px;
}

.nonstoparea {
    position: absolute;
    top: 27px;
    right: 3vmax;
}
.tript {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    border: none;
    margin-top: 2px;
}

.tript:after {
    content: "";
    display: inline-block;
    /* padding: 0.24rem; */
    transform: rotate(-90deg);
    position: relative;
    top: 0.12rem;
    left: 0.5rem;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000;
    border-radius: 4px;

}

.tript>.isopen {
    transform: rotate(-135deg);
    top: 8px;
    transition: transform .3s ease-out;
}

.tripway {
    position: relative;
}

.tripwayhead {

    position: absolute;


    z-index: 99;
    display: none;
}

.tripwayselect {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 1px 11px 0 #00000030;
    border: 1px solid #0000001a;
    background-color: #fff;
    border-radius: 8px;
    max-height: 15rem;
    overflow-y: auto;
    min-width: 150px;

}

.tripwayselect>.tripType_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 40px;
    padding: 0 0 0 16px;
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #313541;
    text-decoration: none;
    line-height: 19px;
    cursor: pointer;
}

.tripwayselect>.tripType_item:hover {
    background-color: #e6f1fc;
}

.tripwayselect>.tripType_item>.selected {
    background-color: #e6f1fc;
}

.searchformin {
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}

.passangercount {
    padding: 0 2rem;
}

.stopflight{
    margin-left: 20px;
}

.bannertop1 {
    margin-top: 235px;
}
.classseats{
    padding:10px;
}
/**passanger css start***/
.hliy_open {
    position: absolute;
    top: 0.4rem;
    background: #ffffff;
    padding: .5rem;
    z-index: 99999;
    box-shadow: 0px 3px 11px 0 #0000003d;
    border-radius: 0.4rem;
}
.holiy_ab {
    margin-bottom: 8px;
}
.holiy_left label {
    top: 0;
    text-align: center;
}
.input-group {
  
    display: flex;
    justify-items: center;
    align-items: center;
    
}
.milkj{
    background: #767676;
    border: none;
    padding: 0.4rem 0.875rem;
    border-radius: 0.4rem 0 0 0.4rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
}
.milkj1{
    background: #767676;
    border: none;
    padding: 0.4rem 0.875rem;
    border-radius: 0 0.4rem 0.4rem 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
}

.felid_one input {
    height: 50px;
    color: #000 !important;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px !important;
}

.holi_indec {
    height: 2.5rem;
    text-align: center;
    width: 5rem;
   
}

.holiy_ab1 a {
    padding: 6px 20px;
    background: #24d2f5;
    color: #ffffff;
    cursor: pointer;
    /* margin-top: 4.875rem; */
    border-radius: 0.2rem;
    width: 100%;
    display: block;
    text-align: center;
}
.holiy_ab1{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 0.875rem;
}

.mr-10 input[type="checkbox"] {
    margin: 0px 0 0;
   /* margin-top: 1px \9;*/
    line-height: normal;
    width: 16px;
    height: 16px;
}
/***passanger css end***/
.depfield {
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.serchfield {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 0.73rem;
}

.selcitymain {
    grid-column-start: span 6;
}

.selcity {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 0.73rem;
}

.gripd {
    grid-column-start: span 4;
}

.gripd1 {
    grid-column-start: span 2;
}

.depfield {
    display: block;
    position: relative;
    border: 1px solid #cdcdcdad;
    border-radius: 0.8rem;
    /*overflow: hidden;*/

    margin-bottom: 0.5rem;
    height: 4.6rem !important;
}
.closenm {
    position: absolute;
    top: 0;
    z-index: 9;
    right: 4px;
    font-size: 20px;
    cursor:pointer;
}

.searchform {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.pd12 {
    padding: 0.5rem;
}

.form-control1 {
    font-size: .875rem;
    font-weight: 700;
    height: 2.5rem;
    padding: 0 2rem 0 0px !important;
    border: none;
    z-index: 1;
    position: absolute;
    /* opacity: 0; */
    background-color: #fff0 !important;
    width: 96% !important;
    background: no-repeat;
    text-overflow: ellipsis;
    outline: none !important;
    border-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


    .form-control1:focus {
        position: relative;
        z-index: 1;
        opacity: 1;
        outline: none!important;
        border-color: #fff!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

.form-controldate {
    font-size: .875rem;
    font-weight: 700;
    height: 2.5rem;
    padding: 0 0rem 0 26px!important;
    border: none!important;
    z-index: 1;
    position: absolute;
    /* opacity: 0; */
    background-color: #fff0 !important;
    width: 100% !important;
    background: no-repeat;
    text-overflow: ellipsis;
    outline: none !important;
    border-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
    .form-controldate:focus {
        position: relative;
        z-index: 1;
        opacity: 1;
        outline: none !important;
        border-color: #fff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.dtpd1 {
    margin-top: 0.4rem;
    padding: 0 0 0 30px;
}

.seastop {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='27' viewBox='12 3 11 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 2px;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

.depfield input:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(2px, 1.2rem) scale(1);
    text-transform: capitalize;
}

.depfield label {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
}


.fromfield {
    display: flex;
    flex-direction: column;

}

.fromtextname {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: -4px;
}

.fromfullname {
    font-size: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 0.9rem;
}

.mapicon {
    position: absolute;
    top: 1.5rem;
    right: 0.6rem;
    font-size: 1.5rem;
    overflow: visible;
    
}

.mapicon1 {
    position: absolute;
    top: 1rem;
    left: 0;
  
    font-size: 1.5rem;
    overflow: visible;
}



.datebox {
    display: flex;
   
    justify-content: space-between;
    position: relative;

}
.boderbottomlne:after{
    content: "";
    height: 2px;
    background: #1a1a1a;
    position: absolute;
    width: 19px;
    top: 28px;
    left: 0;
    /* transform: translate(50%, 50%); */
    margin: 0 auto;
    left: calc(50% - 90%);
    z-index: 9;
}
.opencabine{
    position: relative;
}



.boderbottomlne {
    margin-left: 10%;
}

.boderbottomlne1 {
    margin-right: 10%;
}

.datefeild {
    position: relative;
    width: 10rem;
}

.linemid {
    border: 1px solid #000;
    width: 3rem;
    margin: 0 2rem;
    
}

.btn-search {
    font-size: 1.4rem;
    height: 100%;
    background-color: rgb(34, 34, 34) !important;
    color: #fb607f !important;
    font-weight: 600;
    line-height: 50px !important;
    border-radius: 0.8rem !important;

    cursor: pointer;
    width: 100%;
    /* padding: 20px 36px; */
    border-color: #fff !important;
    display: block;
    text-align: center;
}

    .btn-search:hover {
        background: #000;
        color: #fb607f;
    }


.show {
    display: block;
}
 
.whychooseus {
    background: #000;
    border-top: 1px solid#fb607f;
    border-bottom: 1px solid #fb607f;
}

.whychoosebox {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.whychoscontent {
    text-align: center;
    padding: 0 1rem;
}

    .whychoscontent > span:first-child {
        display: block;
        color: #fb607f;
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: capitalize;
    }

    .whychoscontent > span:last-child {
        font-size: 12px;
        color: #e7e7e7;
        line-height: 18px;
        display: block;
    }


/*-- flights deals --*/

.latestflightrate {
    padding: 1.8rem 0;
    background-color: #eFeFeF;
}

.flightratehead {
    text-align: center;
}

.flightratehead>h3 {
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    position: relative;

}

.flightratehead>h3:after {
    content: "";
    max-width: 10rem;
    width: 90%;
    height: 0.05rem;
    background: #fb607f;
    position: absolute;
    bottom: -6px;
    right: 0;
    margin: auto;
    left: 0;
}

.flightratehead>h3>span {
    color: #fb607f;
    font-weight: 700;
}

/*-- latest flights rate --*/

.flightrateboxmain {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2rem;

}

.flightratebox {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 1px 1px 14px 0 #0000001f;
    padding: 0.9rem;
    margin-bottom: 0.8rem;
    float: left;
    margin: 0.6rem;
    width: 12rem;
}

.flightratebox>span:first-child {
    background: #fff;
    border: 1px solid #fb607f;
    border-radius: 50%;
    padding: 3px 6px 8px 10px;
    box-shadow: inset 0 0 10px 0 #00000045;
    font-size: 1.8rem;
}

.flightratebox>span:first-child>svg {
    transform: rotate(318deg);
}


.flightratebox>.cityname {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0.6rem;
}

.flightratebox>.priceflight {
    font-size: 2.1rem;
    color: #fb607f;
    font-weight: 600;
}

.flightratebox > a {
    background: #fb607f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0.4rem;
    width: 100%;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-top: 0.5rem;
}

.flightratebox > a:hover{
    background: #e38700;
}

.latestairlinetrate {
    padding: 2rem 0;
}
 
.airlinerate {
    margin-top: 2rem;
}

.airlinebox {
    border: 1px solid #00000047;
    box-shadow: 1px 1px 11px 0 #00000040;
    border-radius: 0.4rem;
    overflow: hidden;
    margin: 0 0.4rem;

}

.airlinetext {
    text-align: center;
    padding: 1rem;
}

.airlinecontent>p {
    font-size: 0.9rem;
}

.airlinecontent>p>span {
    font-size: 1rem;
    font-weight: 700;
}

.airlinetext>img {
    margin: auto;
}

.airlinecontent>a {
    background: #fb607f;
    border-radius: 0.4rem;
    padding: 0.4rem 1rem;
    color: #fff;
    font-weight: 500;
    margin-top: 1rem;
    display: block;
}

.airlinecontent > a:hover{
    background: #e38700;
}

.bx-loading {
    display: none;
}



/** Flights+hotel ***/
.flhothead {
    margin-top: 2rem;
}

.fhbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 11px 0 #00000017;
}

.fhbox:hover {
    box-shadow: 0 0 11px 0 #fb607f85;
}


.fhimgbox>img {
    width: 15rem;
}

.fhimgbox {
    display: contents;
}

.fhtextarea {
    width: 58rem;
    display: block;
    border-right: 1px solid rgb(0 0 0 / 23%);
    padding: 0 1.5rem;
}

.fhpricearea {
    width: 24rem;
    text-align: center;
    padding: 0 0.6rem;
}

.fhtextarea>h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.fhtextarea>.rftaxs {
    font-size: 0.8rem;
    display: block;
    margin: 0.4rem 0;
}

.fhtextarea>.fromtoplace {
    font-size: 0.9rem;
    font-weight: 500;
}

.fhtextarea>.cocheseats {
    font-size: 0.8rem;
}

.arealocation {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 600;

    display: flex;
}

.arealocation>span {
    margin-right: 0.4rem;
}

.fhpricearea>p {
    font-size: 2rem;
    font-weight: 600;
}

.fhpricearea>span {
    display: block;
    font-size: 0.8rem;
    color: #777;
}

.fhpricearea>a {
    color: #fff;
    background: #fb607f;
    padding: 0.4rem 2.2rem;
    border-radius: 0.4rem;
    margin-top: 0.6rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
}

.fhpricearea>a:hover{
    background: #e38700;
}

/** subscribe***/

footer {
    background-color: #333;
}

.topfotmain {
    border-top: 1px solid #fb607f;
    border-bottom: 1px solid #fb607f;
    padding: 1rem 0;
}

.topfooter {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
}

.subscribe > p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscribe>span {
    font-size: 0.9rem;
    color: #e7e7e7;
}

.inputboxarea > span > input {
    height: 2.5rem;
    border: 1px solid #efefef;
    padding: 0 1rem;
    border-radius: 0.3rem;
    background: #333;
    width: 20rem;
    display: inherit;
}

.inputboxarea>span>button {
    height: 2.5rem;
    border-radius: 0.3rem;
    padding: 0 2rem;
    background: #fb607f;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    border: 1px solid #fb607f;
    margin-left: 0.5rem;
}
.inputboxarea>span>button:hover{
    background: rgb(255 255 255);
    border-color: rgb(255 255 255);
    color: #fb607f;
}


.footerlinkarea {
    padding: 2rem 0 0; 
}

.quiklink>p {
    color: #fb607f;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.quiklink>ul>li {
    padding: 0.2rem 0;
}

.quiklink>ul>li>a {
    color: #efefef;
    font-size: 0.86rem;

}

.quiklink>ul>li>a:hover {
    color: #fb607f;
}

.footerlinkmaibox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 0.73rem;
    align-content: center;
    grid-row-gap: 1rem;
}

.quiklink1>p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}
.quiklink1>ul>li {
    padding: 0.2rem 0;
}

.quiklink1>ul>li>a {
    color: #efefef;
    font-size: 0.86rem;

}

.quiklink1>ul>li>a:hover {
    color: #fb607f;
}
.contactus{
    display: flex;
    justify-items: center;
    align-items: center;
}

.contactus > span > svg{
    background: #fff;
    border-radius: 50%;
    padding: 0.4rem;
    font-size: 1rem;
}

.contactus > span > a{
    color: #fb607f;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}
.contactus1{
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0.4rem 0;
}
.contactus1 > span > svg{
    background: #fff;
    border-radius: 50%;
    padding: 0.4rem;
    font-size: 1rem;
}
.contactus1 > span > a{
    color: #efefef;
    font-weight: 500;
    font-size: 0.9rem;
  
}
.contactus1 > span > a:hover{
    color: #fb607f;
}

.contimeway{
    display: block;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
}

.numbercont{
    margin-left: 0.9rem;
}

.imgcircel{
    border-radius: 50%;
    padding: 0.2rem 0.4rem;
    background: #fff;
}

.numbercont1{
    color: #fff;
    margin-left: 0.9rem;
}

.addfooter{
    padding: 0.5rem 0;
}

.bookatol p{
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 2rem 0;

}
.copyrightline{
    background: #000;
    text-align: center;
    color: #999;
    padding: 0.2rem 0;
    font-size: 0.9rem;
}
