*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

}

body{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
font-weight: 400;
color: #777;
    width: 100%;

}
a{
    text-decoration: none!important;
}

.container-box{

	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
     
}

.secttop1{
  
    background: #f9a61a;
}

.calltopnumber{
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 16px;
    margin: 0;
}

.calltopnumber a{
    text-decoration: none;
    color: #fff;

}
.calltopnumber a:hover{
    text-decoration: none;
    color: #ffffff;    
}



.logo p span{
        color: #f9a61a;
}

.logo p span svg{
    transform: rotate(
-45deg);
}
.logo p a{
        color: #000000;
    text-decoration: none;
        font-weight: 800;
}


.menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menutext ul{
    text-align: right;

    margin: 0;
    padding: 22px 0;
}

.menutext ul li{
    display: inline;
}

.menutext ul li a{
       padding: 12px 15px;
    font-size: 14px;
   
    text-decoration: none;
    color: #000000;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    transition: all linear .5s;
}

.icon-bar{
       display: none;
}

.cross-btn {
    text-align: right;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    display: none;
}

.bannerarea-inear{
    width: 100%;
    
    margin: auto;
}
.bannerarea-inear h3{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 9px #000000c9;
    width: 100%;

        text-align: center;
}

.bannerarea{
        position: relative;
    display: inline-block;
    width: 100%;
}


.serchform-td{
      width: 100%;
    max-width: 1190px;
    background: #fff;
    padding: 15px 30px;
    position: absolute;
    border-radius: 8px;     
    bottom: 60px;
    right: 0;
    margin: auto;
    left: 0;
    border-top: 8px solid #f9a61a;
}



.number a {
    height: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
       color: #f9a61a;
    font-size: 1.375rem;
    padding: 0 0.625rem;
    margin-left: 0;
    font-weight: 600;
    line-height: 1.5rem;
}
.number a img {
    margin-right: 0.313rem;
    max-width: 3.125rem;
    position: relative;
}
.number a .helpline {
    font-size: 0.75rem;
    font-weight: 500;
    display: block;
    color: #000;
    line-height: normal;
}
.number a:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: green;
    position: absolute;
    left: 18%;
    bottom: -.2vw;
    border: .1vw solid #fff;
    border-radius: 50%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}




.form-conet {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 0em;
}

.form-conet label, .form-conet input {
  transition: all 0.2s;
  touch-action: manipulation;
  padding: 0 0 0 25px;
}

.form-conet input {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;

  cursor: text;
}

.form-conet input:focus {
  outline: 0;
  border-bottom: 1px solid #f9a61a;
}

.form-conet select {
  transition: all 0.2s;
  touch-action: manipulation;
  padding: 0 0 4px 0px;
}

.form-conet select {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  color: #7d7d7d;

  cursor: text;
}

.form-conet select:focus {
  outline: 0;
  border-bottom: 1px solid #f9a61a;
  box-shadow: none;
}

.form-conet label {
  text-transform: capitalize;
      color: #8c8c8c;
      font-size: 12px;
          padding-bottom: 3px;
   

}
/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.form-conet 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;
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.form-conet input:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.form-conet input:not(:placeholder-shown) + label,
.form-conet input:focus + label {
 transform: translate(0, 2px) scale(1);
  cursor: pointer;


}

.form-conet svg{
        position: relative;
    top: -24px;
    color: #f9a61a;
    font-size: 18px;
}

.newsearchhome-open {
   border-bottom: 1px solid #ccc;
   padding: 4px 0 4px 0;
    background: #fff;
    margin: 0 0 0 0;
    width: 100%;
    display: inline-block;
    color: #f9a61a;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}

.pax{
        position: relative;
    top: -8px;
}

.newsearchpax1{
    float: right;
}

.newsearchpax1{
        display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 4px;
}

.newflightupdetail{
        font-size: 14px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    color: #8c8c8c;
    margin-top: 3px;
}

.newsearchhome-open:hover{
    text-decoration: none;
        color: #f9a61a;
}

.newseletedaci {
   padding: 15px 12px;
   
    background: #ffffff;
  position: absolute;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #fff;
    box-shadow: 0px 3px 9px 0 #0000003d;
}
.newsearch_ab {
    text-align: center;
    width: 100%;
    max-width: 170px;
    margin: auto;
}
.newsearchlabel2 {
        font-size: 12px;
    color: #000;
    margin-bottom: 0;
}

.newdubaispace {
    padding: 0 00px;
}

.newus-direflt{
    margin: 10px 0;
}

.newsearch_done {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 30px 0px 6px;
}
.newsearch_done .newclickdone {
    background: #f9a61a;
    border: 1px solid #f9a61a;
    border-radius: 2px;
    padding: 2px 20px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -14px;
    color: #fff;
    
}

.newdirect-spmodfser{
    color: #444;
    font-size: 14px;
    position: relative;
    top: -3px;
}
.newdirect-f {
    margin-top: 15px;
    height: 16px;
    width: 16px;
}

.boderbottomlne{
    position: relative;
}

.boderbottomlne:after{
    content: "";
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 42px;
}
.boderbottomlne:before{
   content: "";
    height: 2px;
    background: #ccc;
    position: absolute;
    width: 19px;
    top: 28px;
    left: 45%;
    transform: translate(-50%, 0);

}

.search-box258{
    position: relative;
}

.txt-purple{
        text-decoration: none;
    font-size: 14px;
    color: #5d5d5d;
    cursor: pointer;
}
.txt-purple:hover{
     text-decoration: none;
    font-size: 14px;
    color: #444;
}

.txt-purple svg{
    font-size: 25px;
    position: relative;
    top: 3px;
    left: 3px;
}

.advancesearch{
       margin-top: 10px;
    position: relative;
}

.newsearchdubai-led16{
    display: none;
}

.mainbottonsearch{
     
    text-align: center;
  
}

.mainbottonsearch input{
    padding: 6px 50px;
    color: #fff;
    background: #f9a61a;
    border: 1px solid #f9a61a;
    border-radius: 4px;

}

.newformlabel{
       font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.newsearchradio {
    margin-right: 4px;
}

.pasbtn{
        background: #6c757d!important;
    color: #ffffff!important;
}

.pasbtn:focus{
    box-shadow: none!important;
}

.why-us2 {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%) !important;
}
.pad-15-15 {
        padding: 15px 15px 8px 15px;
    display: inline-block;
    width: 100%;
}
.why-us2 ul {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.why-us2 ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
   
}
.tdtravel-bordr{
       border-right: #2b2b2b 1px solid;
    border-left: #2b2b2b 1px solid;
}
.why-us2 ul li p {
    color: #4a4a4a;
    margin: 0;
}
.why-us2 ul li strong {
    font-size: 18px;
    width: 240px;
    display: inline-block;
    position: relative;
    color: #f9a61a;
    padding-bottom: 2px;
}

.botmpra{
    font-size: 14px;
}

.flightrate{
        padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.flightartrleft{
        
       padding: 10px 0px;
    margin-bottom: 30px;
    position: relative;

    
}

.flightartrleft:after{
        content: "";
    max-width: 450px;
    width: 90%;
    height: 2px;
    background: #f9a61a;
    position: absolute;
    bottom: -2px;
}

.flightrateheadline h3{
    font-weight: 400;
    font-size: 18px;
        margin: 2px 0;
    color: #f9a61a;
}

.flightrateheadline p{

        margin: 0;
    font-size: 30px;
    padding: 0;
    line-height: 0.7;
    color: #616161;
        font-weight: 600;
   
}
.flightrateheadline p span{
        font-size: 15px;
    font-weight: 400;
}

.flightartrright{
  
    width: 100%;
}


/**slider start***/

.letprice1 {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
}

.priceitem {
        width: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #f9a61a;
    position: relative;
}
.priceitem:hover{
    box-shadow: 1px 3px 10px 2px #0000004d;
}
.priimge {
    width: 100%;
    
    position: relative;
    top: 30px;

}
.priimge img {
    border-radius: 4px 0 0 4px;
}
.areajet {
    width: 100%;
          width: 100%;
    margin: 10px 0px 35px;
}
.areajet h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    color: #bb7500;
        position: relative;
    top: 25px;
}
.areajet span {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    text-align: center;
    color: #022739;
}
.freitembox {
     display: inline-block;
    width: 100%;
    background: #f9a61a;
    /* margin-top: 5px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.areajet span {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    position: relative;
    top: 25px;
    left: 0;
    display: block;
    text-align: center;
    color: #4a4a4a;
}
.fromfare {
    margin-top: 8px;
    text-align: left!important;
    color: #4a4a4a!important;
    padding: 0px 0 0px 10px!important;
    top: 0!important;
}
.areajet p {
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    color: #404040;
    margin: -30px 10px 0 0;
    position: relative;
    top: 2px;
}

.atlantic_mainimg{
    background: url(../images/AtlantisThePalm_hotel.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
        z-index: 1;
}

.atlantic_mainimg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
    z-index: -1;
}

.atlantic_content{
    padding: 50px 0;
    color: #fff;
        text-align: center;
}

.nameofhotel{
        color: #f9a61a;
        margin-bottom: 4px;
}

.rateofstar{
    margin-bottom: 10px;
}

.pricel1 span{
        font-size: 22px;
    font-weight: 600;
    color: #f9a61a;
}

.md1{
         margin-bottom: 0px;
             color: #ffffffd1;
}

.nameofhtebtn{
        text-decoration: none;
    color: #000;
    background: #f9a61a;
    padding: 4px 16px;
    border-radius: 4px;
}
.nameofhtebtn:hover{
           text-decoration: none;
    color: #000;
}

.foot-logo{

    width: 33%;
        padding: 0 30px 0 0;
     float: left;
         margin-right: 30px;
}

.foot-logo p{
        margin: 0;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    padding: 12px 0;
}
.foot-logo p span {
    color: #f9a61a;
}
.foot-logo p span svg {
    transform: rotate( 
-45deg);
}

.footer-main{
        display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.foot-link p{
       margin-top: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.foot-contact p{
     margin-top: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.foot-contact p span{
        font-size: 14px;
    color: #696969;
    font-weight: 400;
}

.link{
    list-style-type: none;
    padding: 0;
}

.link li a {
 
    font-size: 14px;
    text-decoration: none;
    color: #696969;
}
.foot-link{
    float: left;
    width: 24%;
}
.foot-contact{
    float: left;
    width: 33%;
}

.paracontacct{
    font-size: 14px!important;
    font-weight: 400!important;
    color: #696969!important;
    text-align: justify;
        padding: 0!important;

}
.copyright{
        display: inline-block;
    width: 100%;
    background: #f9a61a;
}

.copyright1{
        margin: 0;
    padding: 4px;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
}

.signupboc-left input{
    color: #ababab;
        position: absolute;
    height: 36px;
    left: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 0;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #eee;
}

.subscribbox{
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 20px;
}
.signupboc-left {
    position: relative;
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.signupboc-right{
 

}

.signupboc-right a {  background: #f9a61a;
    float: right;
    position: relative;
    z-index: 1;
    /* left: 198px; */
    /* margin: 0px 4px; */
    background: #f9a61a;
    display: inline-block;
    padding: 7px 54px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 1px 5px rgb(2 3 3 / 15%);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.dingcontup{
    text-align: center;
    color: #f9a61a;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.contvactionhead{
        position: absolute;
    bottom: 0;
    background: #f9a61a;
    width: 100%;
    padding: 8px 15px;
}
.contvactionhead p{
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.contvactionhead p span{
        font-size: 24px;
    font-weight: 600;
    float: right;
    color: #ffffff;
}


/** holidays **/


.emflightitem{
           border: 1px solid #f9a61a;
    border-radius: 4px;
    padding: 2px;
    background: #301301;
}
.emirateholiadysmain{
     float: left;
    width: 33.33%;
    padding: 0 6px 10px;
}

.emholidaysprice{

display: inline-block;
    width: 100%;
        padding: 8px 12px 0px;
}


.emholidaysprice .emhol1{
         font-size: 16px;
    /* width: 100%; */
    /* display: block; */
    text-align: left;
    color: #ffffff;
    float: left;
}

.emhol1  b{
            font-weight: 700;
    font-size: 22px;
    color: #f9a61a;
}

.emholidaysprice .emholcall{
          float: right;
    background: #f9a61a;
    color: #000;
    padding: 2px 16px;
    border-radius: 20px;
    margin-top: 1px;
}


.emholidaysimg img{
border-radius: 0 0 190px 190px;
    border-bottom: 8px solid #f9a61a
}

.emholidaysimg{
    position: relative;
}

.emholidaysimg span{
             position: absolute;
    bottom: 0;
    left: -3px;
    background: #f9a61a;
    border-right: 3px solid #000;
    padding: 4px 38px 4px 12px;
    color: #000;
}

.busniescont{
         position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 10;
    max-width: 1100px;
    padding: 0 20px 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 52px;
    color: #fff;
    text-shadow: 0 0 6px black;
    display: grid;
  
}

.busniescont span{
    font-size: 22px;
}

.emaitebanner{
    background-image: url(../images/emiratebussines.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
      height: 440px;
}
.britishbanner{
    background-image: url(../images/britishbussines.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
      height: 440px;
}

.opendialogue a {
    position: fixed;
    bottom: 0;
    background: #794c00;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    z-index: 99;
    font-weight: bold;
    display: block;
    text-decoration: none;
    display: none;
}

.opendialogue a:hover{
     color: #fff;
     text-decoration: none;
}

.ehmorebtn{
    text-align: center;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #000;
    /* background: #000; */
    margin: 20px 0;
}

.ehmorebtn a{
    text-decoration: none;
    color: #000;
    background: #f9a61a;
    padding: 6px 20px;
    border-radius: 23px;
}

.ehmorebtn a:hover{
    text-decoration: none;
    color: #000;
}

.bannerarea {
    position: relative;
   
    width: 100%;
}


.americanairbanner{
    background-image: url(../images/americanairline-banner.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 440px;
}
.unitedairbanner{
     background-image: url(../images/unitedairline-banner.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 440px;
}
.deltaairbanner{
     background-image: url(../images/deltaairline-banner.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 440px;
}

.mainContainer h1 {
    font-size: 30px;
    color: #2f2f2f;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
}

.mainContainer h1 {
    float: left;
    width: 100%;
    padding-top: 15px;
}
.mainContainer h1 span {

    padding-bottom: 4px;
    text-transform: capitalize;
        font-size: 30px;
}

.mainContainer h1 span::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #f9a61a;
    left: 0;
    bottom: -4px;
}

.search-results-title p {
    font-size: 11px;
    color: #666;
    margin-top: 5px;
}
.search-results-title p a {
    text-decoration: underline;
    color: #c00;
}
.resultBox {
    float: right;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
.dealHolder {
    width: 100%;

    margin: 0;
    padding: 0;
}
.dealHolder li:nth-child(3n+1) {
    margin-left: 0;
}
.dealHolder li {
       width: 32.7%;
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 1%;
    color: #333;
    padding-right: 0.2%;
    margin-left: 10px;
    background: #e9e9e9;
    border-radius: 12px 0 0 12px;
}
.dealHolder li .deaLeftSec {
    display: table;
    height: 80px;
    border: 1px solid #ccc;
    padding: 5px;
}

.dealHolder li .deaLeftSec {
       display: table;
    height: 73px;
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 12px 0 0 12px;
}
.dealHolder li .deaLeftSec {
   width: 23%;
    float: left;
    margin: 0;
}
.dealHolder li .deaLeftSec span {
    display: table-cell;
    vertical-align: middle;
}
.dealHolder li .deaLeftSec span {
    display: table-cell;
    vertical-align: middle;
}
.dealHolder li .deaLeftSec span img {
          width: 102px;
    max-height: 71px;
    border-radius: 12px 0 0 12px;
}

.dealHolder li .deaMidSec {
    width: 46%;
    float: left;
    padding-left: 5%;
    line-height: 20px;
    height: 100%;
}
.dealHolder li .deaMidSec b {
    font-size: 15px;
    word-break: break-all;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.dateHolder {
    font-size: 12px;
}
.callNow, .dateHolder, .refno, tr.mobdetail td {
    font-weight: 700;
}

.dealHolder li .deaRightSec {
    width: 24%;
    float: right;
    line-height: 24px;
    padding-top: 10px;
}
.dealHolder li .deaRightSec b {
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}
.callNow {
   color: #fff;
    background: #f9a61a;
    padding: 4px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    border-radius: 4px;
}
.callNow:focus, .callNow:hover {
    background: #b57304;
    color: #fff;
    text-decoration: none;
}

.desc {
    border: 1px solid #d3d3d3;
    margin-top: 16px;
    padding: 15px;
    font-size: 15px;
    color: #424f58;
    margin-bottom: 20px;
}

.desc, .inpWrap {
    float: left;
    width: 100%;
}
.desc {
    padding: 0 30px 20px!important;
}

.desc h2{
   font-size: 25px;
   margin-top: 20px;
    margin-bottom: 10px;
    color: #404040;
    font-weight: 700;
}
.airwaysDesc p {
    font-size: 13px;
}
.airwaysDesc h4, .airwaysDesc li, .airwaysDesc p {
    line-height: 20px;
    color: #333;
}

.unpublishDeals {
           display: inline-block;
    width: 100%;
    padding: 4px 0 8px;
    text-align: center;
    color: #333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.unpublishDeals p{
        font-size: 1.25em;
            margin: 0 0 10px;

}

.unpublishDeals i{
         border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 2px solid #06adcb;
    font-size: 20px;
    color: #06adcb;
    padding: 8px;
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.unpublishDeals .callnonmob {
    background: none;
    color: #f9a61a  !important;
    
    padding: 0;
    font-size: 22px !important;
}

.unpublishDeals .callnonmob .fa-phone {
    display: none;
}
.searchResultBoxdest{
    display: none;
}
.searchResultBox {
    display: block;
}
.phonering-alo-ph-img-circle{
    display: none;
}


@media screen and (min-width: 991px) and (max-width: 1199px){

    .dealHolder li {
    width: 48.7%;
        width: 48.7%;
    margin-left: 0;
    margin-right: 10px;
   
}

}

@media screen and (min-width: 768px) and (max-width: 991px){

    .dealHolder li {
       width: 49%;
    margin-left: 0;
    margin-right: 6px;
   
}

.dealHolder li .deaMidSec {
    width: 42%;

}

.dealHolder li .deaRightSec {
    width: 26%;
   
}

}


@media screen and (min-width: 300px) and (max-width: 767px){

        .dealHolder li {
   width: 100%;
    margin: 0px 0 4px 0;
   
}

.searchHolder {
    
    width: 100%;
   }
   .desc {
    padding: 0 12px 20px!important;
}

.americanairbanner {
    background-image: url(../images/americanairline-mobile.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 320px;
}

.deltaairbanner {
    background-image: url(../images/deltaairline-mobile.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 320px;
}
.unitedairbanner {
    background-image: url(../images/unitedairline-mobile.jpg);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 320px;
}



/**** mobile view***/

.dealHolder li {
    background: #794c00;
    color: #fff;
    padding: 4%;
    font-size: 12px;
}
.dealHolder li span.sec1 {
    position: relative;
    width: 38%;
        float: left;
}
.dealHolder li span b {
    display: block;
}
.dealHolder li span b {
    font-size: 20px;
    text-transform: uppercase;
}
.dealHolder li span.sec1 p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    float: left;
    width: 65%;
    white-space: nowrap;
}
.dealHolder li span p {
    margin: 0;
}
.dealHolder li span.sec1:after {
    position: absolute;
   
    top: 40%;
    content: "\f061";
    width: 10px;
    height: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    display: none;

}
.dealHolder li span {
    width: 35%;
        float: left;
}

.sec2 p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    float: left;
    width: 90%;
    white-space: nowrap;
}
.dealHolder li span.sec3 {
    padding-top: 0px;
}

.dealHolder li span.sec3 {
    width: 27%;
    float: right;
    padding-top: 20px;
}
.book.mob-heading-desk b {
         font-size: 20px!important;
    margin-top: -18px;
    margin-bottom: 5px;
    color: #ffffff;
}
.book.mob-heading-desk b i {
    font-size: 11px!important;
    display: inline!important;
}
.callNow {
    text-align: center;
}
.callNow {
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
    text-transform: none;
    padding: 8px;
}
.callNow {
    font-size: 18px;
    border-radius: 5px;
}
.callNow {
   color: #794c00;
    background: #ffffff;
    padding: 8px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
}
.callNow:focus, .callNow:hover {
    background: #0897b1;
    color: #fff;
}
.searchResultBoxdest{
    display: block;
}

.searchResultBox {
    display: none;
}
.phonering-alo-ph-img-circle{
    display: block;
}

.phonering-alo-ph-img-circle{
          width: 100%;
    background: #0897b1;
    text-align: left;
    bottom: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
        padding: 0 15px;
}


.phonering-alo-ph-img-circle img {
    float: left;
    width: 28px;
    margin-top: 8px;
    margin-right: 2%;
    margin-left: 7px;
}
.phonering-alo-ph-img-circle span {
  float: left;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 80%;
    line-height: 42px;
}
.desc h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #404040;
    font-weight: 700;
}
.mainContainer h1 span {
    padding-bottom: 4px;
    text-transform: capitalize;
    font-size: 20px;
}
}
