/*Search*/
.search-section{text-align:center; width:800px; margin:0 auto; position:fixed; top:25%; left:calc(50% - 400px);}
.search-section h3{ font-size:30px; font-weight:normal;color:#555dfd; margin:0px;}
.search-section p{color:#373737; padding-top:10px; margin-bottom:0px;}
.search-section .bar {width: 100%;height: 15px;border: 1px solid #ff7555;border-radius: 20px;background: repeating-linear-gradient(-45deg,#ff7555,#ff7555 5px,rgba(250, 166, 26, .3) 5px,rgba(250, 166, 26, .3) 10px /* determines size */);background-size: 28px 28px;animation: move .3s linear infinite; margin:30px 0px;}
@keyframes move {
0% {background-position: 0 0;}
100% {background-position: 28px 0;}
}
.mobile-view{ float:left; width:100%; height:auto; display:none;}
.search-section .detail-section h4{ font-size:25px; color:#000000; margin:0px;text-transform:uppercase;}
.search-section h5{ color:#373737; font-size:18px; font-weight:600; margin:0px;}
.detail-section p{ color:#000000; margin:0px; font-size:18px;}
.detail-section .seach-deatil{ font-size:15px; color:#585858; text-transform:uppercase; padding-top:20px;}
.detail-section .seach-deatil span{padding:0px 10px 0px 5px; color:#373737; font-size:18px; font-weight:600;}
.fixed-section{ border-top:1px solid #555dfd; width:100%; position:fixed; bottom:0px; left:0px; padding-top:15px;}
.fixed-section p{color:#2d2d2d; font-size:12px; margin:0px;}
.fixed-section .nortaon{ width:80px; height:40px; display:inline-block; background-position: -148px -174px;}
.fixed-section li{ margin-left:10px; margin-top:15px; }
.fixed-section .travelex{ display:inline-block; height: 26px;width: 111px;background-position: -463px -139px;}
.fixed-section .nor{width:58px; height:28px;display:inline-block; background-position: -107px -140px;}
.fixed-section .pay{width:65px; height:28px;display:inline-block; background-position: -168px -140px;}
.fixed-section .visa{width:55px; height:28px;display:inline-block; background-position: -237px -140px;}
.fixed-section .card{width:58px; height:28px;display:inline-block; background-position: -291px -140px;}
.fixed-section .amer{width:53px; height:28px;display:inline-block; background-position: -350px -140px;}
.fixed-section .disc{width:55px; height:28px;display:inline-block; background-position: -406px -140px;}
.fixed-section .mcafee{ width:70px; height:35px; display:inline-block; background-position:-229px -178px;}
 .headPlswait{display:none;}

@media only screen and (max-width: 900px) {
   
    .search-section{width:700px;left:calc(50% - 350px);} 
}
@media only screen and (max-width: 767px) {
.search-section h3 {font-weight: 700;font-size: 25px;}
.search-section{left:auto; width:100%; padding:0px 15px;}
.search-section .bar {margin:15px 0px;}    
.headPlswait{margin-top:15px; display:block;}
.headPlswait .dest_dat_HD {text-align: center;padding: 10px;background: #fff;-webkit-box-shadow: 8px 10px 11px -16px rgba(0,0,0,0.48);-moz-box-shadow: 8px 10px 11px -16px rgba(0,0,0,0.48);box-shadow: 8px 10px 11px -16px rgba(0,0,0,0.48);position: relative;border-radius: 10px;border: 1px solid #ddd;}
.headPlswait .dest_dat_HD:before {z-index: -1;position: absolute;content: "";bottom: 15px;left: 10px;width: 50%;top: 60%;max-width: 300px;background: #777;box-shadow: 0 15px 10px #777;-moz-box-shadow: 0 15px 10px #777;-webkit-box-shadow: 0 15px 10px #777;transform: rotate(-3deg);-moz-transform: rotate(-3deg);-webkit-transform: rotate(-3deg);}
.headPlswait .dest_dat_HD:after {z-index: -1;position: absolute;content: "";bottom: 15px;left: 10px;width: 50%;top: 60%;max-width: 300px;background: #777;box-shadow: 0 15px 10px #777;-moz-box-shadow: 0 15px 10px #777;-webkit-box-shadow: 0 15px 10px #777;transform: rotate(-3deg);-moz-transform: rotate(-3deg);-webkit-transform: rotate(-3deg);-webkit-transform: rotate(3deg);right: 10px;left: auto;}
.headPlswait .dest_dat_HD .from_to {font-size: 13px;}
.headPlswait .dest_dat_HD .from_to span {color: #555dfd;font-weight: 700;font-size: 18px;}
.headPlswait .dest_dat_HD .frm_to_date {color: #666;font-weight: 400;font-size: 13px;margin-bottom: 7px;}
}