
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://fonts.cdnfonts.com/css/basier);
@font-face {
  font-family: 'FontAwesome';
  src: url(../font/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2');
  src: url(../font/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(../font/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(../font/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(../font/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(../font/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
      font-family: "Lato", sans-serif;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-size:17px;
  color: #222;
  font-weight: 500;
  padding-right: 1.8rem;
}
.dropdown-menu{
      min-width: 100%;
}
.whereto-go{
  width: 93%;
  margin: 0 auto 0;
  /* float: left; */
  box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
  -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
  border: 1px solid #e7e7e7;
  border-radius: 39px;
  display: flex;
  justify-content: space-between;
  padding: 26px 17px;
  align-items: center;
}
.whereto-go .when{
  width: 88%;
  margin-right:5%;
}
.whereto-go ul{
  margin:0;
  padding:0;
  display: flex;
  justify-content: space-between;

  }
.whereto-go ul li{
  display: inline-flex;
  list-style-type: none;
 
}
.whereto-go ul li img{
  height:22px;
  margin-right:10px;
}
.whereto-go ul li input{
  border:0;
  font-size: 16px;
  font-weight: 600;
  width:100%;
}
.whereto-go .when-btn{
  width: 4.6%;
}
.whereto-go .when-btn a{
    background: #00154c;
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    border-radius: 50%;
}
.whereto-go .when-btn a i{font-size: 22px;}
.gray{
    color:#dcdcdc;
}

.click {
    float: left;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    height: fit-content;
    /* background-color: #f0f0f0; */
    padding: 4px 11px 4px;
    font-size: 15px;
    font-weight: 600;
    color: #3e6992;
    /* box-shadow: 0px 1px 1px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 1px 1px 0px rgb(12 6 14 / 14%); */
    border: 1px solid #cad7e1;
}

.showup {
    float: left;
    width: 71px;
    position: absolute;
    top: 56px;
    right: 14px;
    background: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 0 0.5rem 1rem rgb(2 34 67 / 25%); */
    padding: 5px;
    z-index: 9;
    text-align: left;
}

.showup a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    text-align:left;
}


footer{
   width: 100%;
   height:320px;
   float: left;
   margin:37px 0 0;
   padding: 54px 0 0;
   background:url(/Content/images/footer-banner.png) no-repeat;
}

footer .foot-main{
  display: flex;
  justify-content: space-between;
}

    footer .foot-main .foot-left {
        display: block;
        width: 40%;
        margin-right:2%;
    }


footer .foot-main .foot-left ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 2rem;
}

footer .foot-main .foot-left ul li {
    /* padding: 0 17px 0; */
}
footer .foot-main .foot-left p{
    font-size: 12px;
    font-weight: 600;
    color: #000922;
    margin: 10px 0 25px;
}
footer .foot-main .foot-left .fab {
  font-size: 1.5rem;
}

/* transition for social icon hover animation */
footer .foot-main .foot-left .fa-facebook,
footer .foot-main .foot-left .fa-codepen,
footer .foot-main .foot-left .fa-youtube,
footer .foot-main .foot-left .fa-instagram,
footer .foot-main .foot-left .fa-twitter,
footer .foot-main .foot-left .fa-pinterest {
  transition: 0.4s;
  cursor: pointer;
  color: #094174;
}

/* social media icons hover color */
footer .foot-main .foot-left .fa-facebook:hover,
footer .foot-main .foot-left .fa-facebook:focus {
  color: #094174;
  transform: scale(1.1);
}

footer .foot-main .foot-left .fa-twitter:hover,
footer .foot-main .foot-left .fa-twitter:focus {
  color: #094174;
  transform: scale(1.1);
}

footer .foot-main .foot-left .fa-instagram:hover,
footer .foot-main .foot-left .fa-instagram:focus {
 color: #094174;
  transform: scale(1.1);
}

footer .foot-main .foot-left .fa-twitter:hover,
footer .foot-main .foot-left .fa-twitter:focus {
 color: #094174;
}

footer .foot-main .foot-right{
    display: flex;
    width:52%;
    justify-content: space-between;
}

footer .foot-main .foot-right h2{
     font-size: 20px;
    font-weight: 700;
    color: #000922;
}

footer .foot-main .foot-right ul{margin:0; padding:0;}
    footer .foot-main .foot-right ul li {
        list-style-type: none;
        padding: 6px 0;
        width: 50%;
        float: left;
    }
footer .foot-main .foot-right ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #000922;
}
footer img{
  float: left;
      margin-right: 13px;
}


  /**********************Menu Head Start************************************/

.dropdown-menu {
    position:absolute;
    width:100%;
    left:0;
    right:0;
    border:none;
    background-color:transparent;
}
.dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}


.navbar .dropdown {position:static;}


@media screen and (min-width: 992px) {
  
  .dropdown-menu {
      display:none;
      border: 1px solid rgba(0,0,0,.15);
      background-color: #fff;
  
  }
.navbar-expand-lg .navbar-nav .dropdown-menu {
                top: 77px;
    }
}

  /**********************Menu Head End************************************/

.dropdown-menu {
      display: none;
      background-color: #fff;
      border:0;
      padding: 26px;
      border-radius: 13px;
      box-shadow: 0 16px 24px rgba(3, 54, 63, .16), 0 8px 16px rgba(3, 54, 63, .04), 0 4px 8px rgba(3, 54, 63, .04), 0 2px 4px rgba(3, 54, 63, .02), 0 1px 2px rgba(3, 54, 63, .04), 0 -1px 2px rgba(3, 54, 63, .04);
}
.dropdown-menu  h2{
      font-size: 22px;
      color: #333;
      font-weight: 700;
}
.dropdown-menu ul{
      margin:0;
      padding:0;
      display: flow;
}
.dropdown-menu ul li{
    display: inline-grid;
    list-style-type: none;
    width: 16.3%;
}
.dropdown-menu ul li strong{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.dropdown-menu ul li strong a{color: #333;}
.dropdown-menu ul li span{
    display: inline-block;
    padding: 3px 0 2px;
}
.dropdown-menu ul li span a{
    font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}
.dropdown-menu a{
    font-size: 14px;
}
.egypt-tours{    
    width: 100%;
    float: left;
    margin: 33px 0 0;
}
.egypt-tours h2{
    font-size: 20px;
    font-weight: 700;
    color: #172a57;
}
.egypt-tours h2 span{
    font-size: 17px;
    font-weight: 400;
}
.most-poplar{
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
.price{
    width: 100%;
    background: #f1f2f3;
    padding: 20px 9px 20px;
    border-radius: 12px;
    display: flex;
}
.price .form-control {
    font-size: 14px;
    font-weight:500;
    border: 0;
    background-color: transparent;
}
.price .form-control.add{
      background: url(../images/up-down.png) no-repeat;
    background-position: 0 11px;
    padding: 0 22px;
}
.border-right {
    border-right:1px solid #333333 !important;
}
.price label{
    margin-bottom: 15px;
    position: absolute;
    top: -10px;
    left: 30px;
    background: #f1f2f3;
    font-size: 13px;
    font-weight: 500;
}

.price p{
    margin: 9px 0 0;
    font-size: 14px;
    font-weight: 600;
}
.price span{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
    cursor: pointer;
}
.inp-txt{
    border:0;
    font-size:13px;
    color:#333333;
    font-weight:400;
    background:transparent; 
    margin-bottom: 10px;
}
.toggled-on .toggle-content {
    display: block;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}
.toggle-content {
   
}
.toggle-content p {
    margin: 15px 0 15px 0; 
}
.toggled-on .fa-angle-down {
    display: none; 
}
.toggle-title {
    cursor: pointer;
    position: relative;
    padding-left: 0; 
  /* background-color: #aeaeae; */
}
.toggle-title h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.toggle-title i {
    position: absolute;
    right: 0;
    font-size: 1.3em;
}
.toggled-off .toggle-content {
    display: none; 
}
.toggled-off .fa-angle-up {
    display: none; 
}
.chkboxinput {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #5a5a5a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkboxinput input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}

.chkboxinput:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}

.chkboxinput input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #32383a;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chkboxinput input:checked ~ .checkmark:after {
   display: block;
}
.chkboxinput .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #32383a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.middle-result{
   float: left; 
   width:100%;    
   margin: 52px 0 20px;
  }
.toggled-on{float:left; width:100%; margin-top: 10px;}
.toggled-off{float:left; width:100%; margin-top: 10px;}
.toggled-on .toggle-content .result-left{display:flex; justify-content:space-between;margin-top: 25px;}
.toggled-on .toggle-content .result-left .departer-nav1{width:87%;}
.toggled-on .toggle-content .result-left .departer-nav2{width: 13%; text-align: right;}
.toggled-on .toggle-content .result-left .departer-nav2 ul{margin: 0; padding: 0;}
.toggled-on .toggle-content .result-left .departer-nav2 ul li{list-style-type: none; padding: 0 0 15px; font-size: 14px; font-weight: 500; color:#85888d;}
.toggled-on .toggle-content .result-left .specific{width:100%; float:left;}
.specific{
    float: left;
    width: 100%;
    margin: 4px 0 23px;
    position: relative;
}
.specific label{
    margin-bottom: 15px;
    position: absolute;
    top: -11px;
    left: 8px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.specific .form-control {
    display: block;
    width: 100%;
    padding: 0.875rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.right-right{
    width:100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.right-right .package-result-1{
    display: inline-flex;
    width: 75%;
    border:1px solid #cccccc;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    border-radius: 20px;
}
.right-right .package-result-1 .result-lftnav{width:32%; margin-right: 2%;}
.right-right .package-result-1 .result-lftnav img{
      border-radius: 20px 0 0 20px;
       height: 100%;
}
.right-right .package-result-1 .result-rgtnav{width:66%; margin-bottom: 6px;}
.right-right .package-result-1 .result-rgtnav h2{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000922;
    margin: 9px 0 0;
}
.right-right .package-result-1 .result-rgtnav h2 span{
      float: right;
    margin: -5px 17px 0;
    text-align: center;
}
.right-right .package-result-1 .result-rgtnav hr{
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.right-right .package-result-1 .result-rgtnav p{
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin: 0 0 8px;
}
.right-right .package-result-1 .result-rgtnav span{
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin: 0 0 8px;
}
.right-right .package-result-1 .result-rgtnav span i{color:#c47432;}
.right-right .package-result-1 .result-rgtnav td {
    font-size: 13px;
    font-weight: 500;
    color: #000922;
}
.right-right .package-result-2{
    display: inline-block;
    width: 25%;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    border-radius: 20px;
    padding: 10px;
}
.right-right .package-result-2 p{
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 3px;
    display: block;
    line-height: 14px;
}
.right-right .package-result-2 p  strong{
    font-size: 16px;
    font-weight: 700;
}
.right-right .package-result-2 span{
    font-size: 14px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: line-through;
}
.right-right .package-result-2 strong{
    font-size: 13px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 4px;
    display: inline-block;
}
.right-right .package-result-2 a{
    display: inline-block;
    margin-right: 7px;
    border-radius: 11px;
    padding: 3px 7px;
    margin-bottom: 10px;
}
.red{
    border:2px solid #d9231a; 
    color: #d9231a!important; 
    font-size: 14px;
    font-weight: 700;
}
.green{
    border:2px solid #6db18b; 
    color: #6db18b!important;
     font-size: 14px;
    font-weight: 700;
}
.right-right .package-result-2 button{
    background: #da2128;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 7px 10px;
    margin-top: 10px;
    cursor: pointer;

}
.right-right .package-result-2 button:focus{outline:0;}
.right-right .package-result-1 .result-rgtnav h2 span b{
    margin-bottom: 2px;
    display: inline-block;
}
.sidenav,.opennav {
    display: none;
}

/* header */
.logo{    
    background: #fff;
    padding: 10px 8px 0px;
    border-radius: 0 20px 20px 0;}
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background: url(/Content/images/banner-2.png) no-repeat;
    height: 521px;
}

.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center {
    flex: 0 0 59%;
    margin-right: 2%;
}
.header .item-right{
	flex:0 0 21%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 14px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 16px;
}
.header .menu > ul > li > a{
	font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
.menu-main {
    display: flex;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.50);
    padding: 4px 0 3px;
    width: 77%;
    float: right;
    margin-top: 15px;
    border-radius: 20px;
    margin-right: 0;
}

@media(min-width: 992px){

.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:12px 0;
	display: inline-block;
	font-size: 15px;
	color:#333;
    font-weight: 500;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item ul{margin:0; padding:0;}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1320px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 20%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 15px;
	color:#ea4636;
	font-weight: 600;
	line-height: 1;
	padding:10px 0 5px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a{
	font-size: 15px;
	color:#ea4636;
	font-weight: 600;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
/* column-3 Start */
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item ul{margin:0; padding:0;}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-3{
  max-width: 892px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
  flex:0 0 33.33%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item .title{
	font-size: 15px;
	color:#ea4636;
	font-weight: 600;
	line-height: 1;
	padding:10px 0 5px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item .title a{
	font-size: 15px;
	color:#ea4636;
	font-weight: 600;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}

/* column-3 End */

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */

.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){
.menu-main {
    display:inherit;
    justify-content: inherit;
}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
    .header .item-left,
    .header .item-right {
        flex: 0 0 50%;
    }
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-right: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    margin-top:0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
    padding: 0px;
}
.header .menu > ul > li .sub-menu > ul > li > a,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
}
.menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
}
 .menu-overlay.active{
    visibility: visible;
    opacity:1;	
 }
 
}

/*********Menu End**************/

.right-menu{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 19px 1px;
    height: 56px;
    margin-top: 16px;
    border-radius: 20px;
}
.right-menu .navlft{width:19%;}
.right-menu .navlft img{
    height: 42px;
}
.right-menu .navrgt{width:81%;}
.right-menu .navrgt a img{height: 12px;}
.right-menu .navrgt a{
    font-size: 15px;
    font-weight: 800;
    color: #333;
}
.header h1{
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 80px;
}
.header h2{
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 17px;
}
.serchengine{
     display: flex;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    justify-content: space-between;
    padding: 26px;
    position: relative;
    z-index: 999;
    top: 12px;
}

.serchengine .middle-data1{width: 28%; margin-right:2%;}
.serchengine .middle-data2{width: 25%; margin-right:2%; display: inline-flex;}
.serchengine .middle-data2 .data-1 {
    width: 63%;
}
.serchengine .middle-data2 .data-2 {
    width: 37%;
}
.serchengine .middle-data3 {
    width: 25%;
    margin-right: 2%;
    display: inline-flex;
}
.serchengine .middle-data3 .data-1 {
    width: 63%;
}
.serchengine .middle-data3 .data-2 {
    width: 37%;
}
.serchengine .middle-data4{width: 16%;}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}

.serchengine .middle-data1 .form-control, .serchengine .middle-data2 .form-control, .serchengine .middle-data3 .form-control {
    font-weight: 600;
    color: #000;
    border: 0;
    padding: .375rem 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.serchengine .middle-data1 label,.serchengine .middle-data2 label,.serchengine .middle-data3 label{font-weight:500; font-size:13px; color:#000;}

.serchengine .middle-data1 .autocomplete-container {
    position: relative;

}
.serchengine .middle-data1  input[type="text"] {
    width: 100%;
    /* padding: 8px; */
    box-sizing: border-box;
}
.serchengine .middle-data1 .suggestions {
    position: absolute;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    z-index: 999;
    width: 346px;
}
.serchengine .middle-data1 .suggestion-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 600;
}
.serchengine .middle-data1 .suggestion-item:hover {
    background-color: #eee;
}

.serchengine .middle-data1 .form-control:focus,.serchengine .middle-data2 .form-control:focus,.serchengine .middle-data3 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.serchengine .middle-data4 a {
    background: #09162e;
    color: #fff;
    width: 100%;
    font-size: 23px;
    font-weight: 800;
    height: 69px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 69px;
}

.serchengine .middle-data4 a:hover{text-decoration:none;}
.serchengine .middle-data1 input::placeholder,.serchengine .middle-data2 input::placeholder,.serchengine .middle-data3 input::placeholder{
   color: #191919;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #191919!important;
    background: #191919!important;
    color: #fff!important;
}
.guaranteed{
    width: 100%;
    float: left;
    background: #08152c;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    padding: 30px 14px 11px 21px;
}
.guaranteed ul{
    margin:0; 
    padding:0;
}
.guaranteed ul li{
    width: 33.33%;
    float: left;
    list-style-type: none;
    display: flex;
    align-items: baseline;
}
.guaranteed ul li strong{
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.guaranteed ul li p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.guaranteed ul li img{
    margin-right: 8px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
}
.middlle-section{
    float: left;
    width: 100%;
    margin-top: 120px;
}
.middlle-section h2{
    color: #1a2653;
    font-size: 24px;
    font-weight: 800;
}
.middlle-section p{
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.middlle-section a.blue{
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}
.middlle-section a.gray{
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #09162e;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border:1px solid #848b97;
}
.banner-1{
    background:url(/Content/images/banner-car.png) no-repeat;
    width:100%; 
    height:265px; 
    border-radius:10px; 
    position: relative;
}
.banner-1 .phone-no{
    background: #1a2653;
    width: 43%;
    position: absolute;
    bottom: -25px;
    left: 4%;
    border-radius: 10px;
}
.banner-1 .phone-no .call{
    display: flex;
    align-items: center;
    padding: 10px;
}
.banner-1 .phone-no .call img{height:30px; margin-right: 8px;}
.banner-1 .phone-no .call strong{
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    font-size: 13px;
}
.banner-1 .phone-no .call p{
    font-weight: 600;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.why-park{
    float:left;
    width:100%;
    margin-top:70px;
    background:#f2f5fb;
}
.why-park h2{
    color: #ff1100;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    margin: 32px 0 11px;
}
.why-park h3{
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 14px;
}
.why-park p{
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.why-park ul{
    margin:0;
    padding:0;
}
.why-park ul li{
    color: #1a2653;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    list-style-type: none;
    padding: 3px 0 0;
}
.why-park ul li img{
    height: 17px;
    margin-right: 4px;
}
.why-park span{
    color: #1a2653;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 17px;
}
.why-park img{
    border-radius:10px; 
}
.our-parking{
    float:left;
    width:100%;
    margin-top:70px;
}
.our-parking h2{
    color: #ff1100;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.our-parking h2 hr{
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 150.1px;
}
.our-parking h3{
    color: #1a2653;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: center;
}
.our-parking p{
    color: #1a2653;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.airport-parking{
    float: left;
    width: 100%;
    margin-top: 14px;
}
.airport-parking ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.airport-parking ul li{
    list-style-type: none;
    border: 1px solid #bebebe;
    width: 23.4%;
    border-radius: 15px;
    padding: 13px;
}
.airport-parking ul li img{
    height: 75px;
}
.airport-parking ul li h4{
    color: #1a2653;
    font-size: 17px;
    font-weight: 800;
    margin: 15px 0 5px;
}
.airport-parking ul li p{
    color: #1a2653;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.just-step{
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}
.just-step h2{
    color: #1a2653;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
}
.just-step h2 hr{
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 150.1px;
}
.banner-3{
    background: url(/Content/images/banner-3.png) no-repeat;
    width:100%;
    float: left;
    height:325px;
}
.main-step{
    width: 100%;
    float: left;
    margin-top: 45px;
}
.main-step ul{
    margin:0;
    padding:0;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.main-step ul li{list-style-type: none;}
.main-step ul li span{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 140px;
    height: 130px;
    text-align: center;
    padding-top: 41px;
}
.main-step ul li h3{
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin: 19px 0 0;
    text-align: center;
}
.main-step a{
    color: #1a2653;
    font-size: 16px;
    font-weight: 800;
    margin: 39px auto 0;
    text-align: center;
    display: table;
    background: #fff;
    padding: 8px 20px 8px;
    border-radius: 14px;
}

.who-we-are{
    float: left;
    width: 100%;
    margin-top: 70px;
}
.who-we-are h2{
    color: #ff1100;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    margin: 32px 0 11px;
}
.who-we-are h3{
    color: #1a2653;
    font-size: 18px;
    font-weight: 800;
    margin: 6px 0 14px;
}
.who-we-are p{
    color: #1a2653;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.who-we-are h4{
    color: #1a2653;
    font-size: 14px;
    font-weight: 800;
    margin: 6px 0 14px;
}
.who-we-are button{
    background: #1a2653;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px 18px 5px;
}
.customer-reviews{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.customer-reviews h2{
    color: #ff1100;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.customer-reviews h2 hr{
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 120px;
}
.customer-reviews h3{
    color: #1a2653;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 33px;
}
.reviews-slide{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin-bottom: 20px;
}
.reviews-slide .pricing{background: url(/Content/images/banner-5.png); width:100%; height:80px; border-radius: 20px 20px 0 0;}
.reviews-slide .pricing h2{
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top: 12px;
}
    .reviews-slide .pricing-1 {
        background: url(/Content/images/banner-6.png);
        width: 100%;
        height: 80px;
        border-radius: 20px 20px 0 0;
    }
.reviews-slide .pricing-1 h2{
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-top: 12px;
}
.reviews-slide strong{
    display: inline-flex;
    margin: -23px auto 0;
    text-align: center;
    background: #fff;
    padding: 14px 14px;
    border-radius: 50%;
    -moz-box-shadow: 0 5px 3px rgb(216 216 216);
    -webkit-box-shadow: 0 5px 3px rgb(216 216 216);
    box-shadow: 0 5px 3px rgb(216 216 216);
}
.reviews-slide strong img{width: auto !important;;}
.reviews-slide p{
    color: #000922;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 15px;
}
.reviews-slide span{
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0 14px;
    display: inline-block;
}
#customer-reviews.owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    border-radius: 20px;
}
#customer-reviews.owl-carousel .owl-nav button.owl-next, #customer-reviews.owl-carousel .owl-nav button.owl-prev{
    font-size: 23px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 0px 10px !important;
    line-height: 29px;
}
#customer-reviews.owl-theme .owl-nav [class*='owl-']:hover{
    background:transparent;
    border: 2px solid #000000;
}
.affordable-airport{
    float: left;
    width: 100%;
    margin-top: 40px;
}
    .affordable-airport .airport-banner {
        background: url(/Content/images/banner-8.png);
        width: 100%;
        height: 184px;
        border-radius: 20px;
        text-align: center;
    }
.affordable-airport .airport-banner h2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    padding-top: 29px;
}
.affordable-airport .airport-banner button{
    color: #1a2653;
    font-size: 16px;
    font-weight: 800;
    margin: 26px auto 0;
    text-align: center;
    display: table;
    background: #fff;
    padding: 8px 34px 8px;
    border-radius: 14px;
}
.reliable{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.reliable h2{
    color: #1a2653;
    font-size: 23px;
    font-weight: 800;
    margin: 6px 0 26px;
    text-align: center;
}
.reliable ul{
    margin:0;
    padding:0;
}
.reliable ul li{
    list-style-type: none;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 500;
}
.circling{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.circling h3{
    color: #1a2653;
    font-size: 26px;
    font-weight: 800;
    margin-top: 110px;
}
.circling p{
    color: #000922;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}
.circling button.blue {
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}
.circling button.gray {
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #09162e;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #848b97;
}
.circling img{border-radius:10px;}
.cutomer-txt{

}
.cutomer-txt h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000922;
    margin-left: 20px;
}
.cutomer-txt p{
    font-size: 15px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 5px;
    line-height: 22px;
}
.cutomer-txt a{
    font-size: 14px;
    font-weight: 500;
    color: #000922;
}
.cutomer-txt span{
    font-size: 14px;
    font-weight: 500;
    color: #000922;
}
.space-1{
    width: 100%;
    float: left;
    margin: 9px 20px 9px;
}
.footlast p {
    font-size: 16px;
    font-weight: 500;
    color: #000922;
    margin-bottom: 0;
    line-height: 22px;
    text-align: center;
}
.safe-family {
    background: url(/Content/images/banner-aboutus.png) no-repeat;
    margin-top: 43px;
    height: 150px;
}
.safe-family h2 {
    color: #fff;
    text-align: center;
    margin: 47px 0 0;
    font-size: 27px;
    font-weight: 600;
}
.services {
    width: 100%;
    float: left;
    margin: 47px 0 9px;
}
.services h2 {
    color: #ff1100;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}
.services h2 hr {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 74.1px;
    position: absolute;
}
.services h3 {
    color: #1a2653;
    font-size: 20px;
    font-weight:700;
    margin: 23px 0 14px;
}
.services p {
    color: #1a2653;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}
.services button {
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}
.services img{
    border-radius:10px;
}
.parking-services {
    width: 100%;
    float: left;
    margin: 30px 0 9px;
    background:#1a2653;
}
.parking-services h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 23px 0 14px;
}
.parking-services p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 125px;
    margin-top: 21px;
}
.parking-services button {
    background: #fff;
    font-size: 16px;
    font-weight:700;
    line-height: 28px;
    color: #1a2653;
    padding: 8px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 62px;
}
.hassle-free {
    width: 100%;
    float: left;
    margin: 0 0 0;
}
.hassle-free .peace {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -100px;
    padding: 20px;
}
.hassle-free .peace h2 {
    color: #1a2653;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 16px;
}
.hassle-free .peace p {
    color: #000922;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 9px;
}
.global-Presence {
    width: 100%;
    float: left;
    margin: 42px 0 9px;
}
.global-Presence h2 {
    color: #1a2653;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 16px;
}
.global-Presence p {
    color: #000922;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 9px;
}
.banner-parking {
    width: 100%;
    float: left;
    text-align:center;
}
.about-parking {
    background: url(/Content/images/banner-aboutus-2.png) no-repeat;
    height: 150px;
    border-radius: 20px;
}
.about-parking h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 38px;
    line-height: 29px;
}
.affordable-Parking {
    width: 100%;
    float: left;
    margin-top: 35px;
}
.affordable-Parking h2 {
    color: #1a2653;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
}
.affordable-Parking p {
    color: #000922;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 15px;
}
.affordable-Parking ul{
    margin:0; 
    padding:0;
}
.affordable-Parking ul li {
    list-style-type: none;
    color: #000922;
    font-size: 15px;
    font-weight: 500;
    padding:5px 0;
}
.affordable-Parking ul li img{height:16px; margin-right:8px;}
.affordable-Parking button {
    background: #09162e;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 6px 25px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 35px;
}
.Popular-service {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.Popular-service p {
    font-size: 15px;
    font-weight: 500;
    color: #1a2653;
}
.Popular-service h2 {
    color: #ff1100;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.Popular-service h2 hr {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 120px;
}
.Popular-service h3 {
    color: #1a2653;
    font-size: 25px;
    font-weight: 800;
    margin: 26px 0 31px;
    text-align: center;
}
.Popular-service ul {
    margin: 0;
    padding: 0;
}
.Popular-service ul li {
    list-style-type: none;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 500;
}
.curise-port {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: url(/Content/images/banner-find-2.png) no-repeat;
    height: 500px;
    margin-top: 40px;
}
.curise-port .terminals {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.curise-port .terminals h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.curise-port .terminals h3 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 15px 0 24px;
}
.curise-port .terminals ul{margin:0; padding:0;}
.curise-port .terminals ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin:10px 0;
}
.curise-port .terminals ul li img{margin-right:10px;}
.cheap-airport {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.cheap-airport .secure {
    background: url(/Content/images/banner-10.png) no-repeat;
    width: 100%;
    float: left;
    height: 230px;
    padding: 9px 42px 34px;
    border-radius: 15px;
}
.cheap-airport .secure h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.cheap-airport .secure h2 hr {
    margin-top: 1.3rem;
    margin-bottom: 1.7rem;
    border: 0;
    border-top: 2px solid #fff;
    width: 120px;
}
.cheap-airport .secure p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}
.cheap-airport .secure h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0;
}
.privacy-policy{
    float:left;
    width:100%;
    margin-top:50px;
}
.privacy-policy p {
    color: #1a2653;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.privacy-policy h2 {
    color: #1a2653;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
}
.privacy-policy ul {
    margin: 0 18px 10px;
    padding: 0;
}
.privacy-policy ul li {
    color: #1a2653;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    padding: 2px 0;
}
.questions {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.questions .regarding {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
    width: 100%;
    padding: 0 26px 20px;
}
.questions .regarding h2 {
    color: #1a2653;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    margin: 23px 0 10px;
}
.questions .regarding p {
    color: #1a2653;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: 16px 0 0;
}
.questions .regarding h3 {
    color: #1a2653;
    font-size: 22px;
    font-weight: 800;
    line-height: 13px;
    text-align: center;
}
.questions .regarding p img {
    height: 32px;
    margin-right: 10px;
}
.questions strong {
    color: #ff1100;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    text-align: center;
    margin: 0 auto 28px;
    display: table;
}

.questions strong hr {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ff1100;
    width: 273px;
    position: absolute;
}
.blue-strip {
    background: #232f59;
    width: 100%;
    height: 122px;
    float: left;
    margin-top: 44px;
}
.shuttle-summary {
    float: left;
    width: 100%;
}
.middle-container-payment {
    float: left;
    width: 100%;
    position: relative;
}
.middle-container-payment .leftnav-bar {
    width:73%;
    float:left;
    margin-right:2%;
}
.middle-container-payment .leftnav-bar .number-car {
    float: left;
    width: 100%;
    margin-top: -45px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px 30px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-1{width:13%;}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-1 p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-2 {
    display: inline-flex;
    background: #eceef6;
    height: 49px;
    padding: 10px 8px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 17%;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-2 button {
    background: #2168bc;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    border: 0;
    padding: 0 9px;
    color: #fff;
    font-size: 20px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-2 input {
    height: 28px;
    width: 50px;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #5d5e62;
    background: transparent;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-3 {
    width: 37%;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-3 p {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin:0 0 2px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-3 span {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    margin: 0 0 2px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-4 {
    width: 28%;
    background: #232f59;
    padding: 9px 9px;
    border-radius: 6px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-4 span {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-left:1px;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-4 strong {
    font-weight: 500;
}
.middle-container-payment .leftnav-bar .number-car .reservation-type .ttp-4 span img{margin-right:4px;}
.middle-container-payment .leftnav-bar .shuttle-summary {
    background: #f4f7ff;
    display: flex;
    margin-top: 30px;
    padding: 6px 15px 6px;
}
.middle-container-payment .leftnav-bar .shuttle-summary .sattel-1{
    width:9%;
}
.middle-container-payment .leftnav-bar .shuttle-summary .sattel-2 {
    width: 91%;
}
.middle-container-payment .leftnav-bar .shuttle-summary .sattel-2 h2 {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin: 6px 0 6px;
}
.middle-container-payment .leftnav-bar .shuttle-summary .sattel-2 p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
}

.middle-container-payment .leftnav-bar .extended-cancellation {
    background: #f4f7ff;
    width:100%;
    float:left;
    margin-top: 30px;
    padding: 6px 15px 6px;
}
.middle-container-payment .leftnav-bar .extended-cancellation h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin: 6px 0 11px;
}
.middle-container-payment .leftnav-bar .extended-cancellation p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0 11px;
}
.middle-container-payment .leftnav-bar .extended-cancellation .form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.middle-container-payment .leftnav-bar .extended-cancellation .form-check span {
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 500;
}
.middle-container-payment .leftnav-bar .extended-cancellation .form-check .form-check-label {
    margin-bottom: 9px;
}
.middle-container-payment .leftnav-bar .extended-cancellation h2 img {
    height: 48px;
}
.contect-us {
    float: left;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    background: #fff;
    border-radius: 8px;
    padding: 0 20px 30px;
    margin-top: 40px;
}
.contect-us h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin: 14px 0 11px;
}
.contect-us h2 img {
    height: 48px;
}
.contect-us .form-check-label span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.contect-us .detail-contect {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.contect-us .detail-contect .input-group-text img {
    height:24px;
}
.contect-us .detail-contect .nameplace-1 {
    width:48%;
}
.contect-us .detail-contect .nameplace-1 label {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}
.contect-us .detail-contect .nameplace-1 .form-control {
    height: 47px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 0 8px 8px 0;
    background: #f9f9f9;
}
.contect-us .detail-contect .nameplace-1 .input-group-text {
    background-color: #dee8f5;
    border-radius: 8px 0 0 8px;
}
.contect-us .form-check-inline {
    margin-bottom: 10px;
}
.contect-us .detail-contect .nameplace-1 .input-group-prepend input::placeholder {
    color: #000000;
}
.payment-details {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    align-items: baseline;
}
.payment-details .detail-1 {
    
}

.payment-details .detail-1 h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 5px;
}
.payment-details .detail-1 img {
    height: 36px;
}
.payment-details .detail-2 {
   
}
.payment-details .detail-2 span {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px 0;
}
.payment-details .detail-2 img.add {
    height: 30px;
}

.customer-name {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.customer-name label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.customer-name .form-control {
    height: 47px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #f9f9f9;
}
.customer-name input::placeholder {
    color: #000000;
}
.expiration-date {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    margin-bottom: 18px;
}
.expiration-date .cvv{width:48%;}
.expiration-date .form-control {
    height: 47px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #f9f9f9;
}
.expiration-date input::placeholder {
    color: #000000;
}
.expiration-date .cvv label{
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 16px;
}
.custom-control-label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 5px;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.7rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: 0;
    display: block;
    width: 1.6rem;
    height: 1.8rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input {
    position: unset;
    z-index: -1;
    opacity: 0;
}
.clicking{float:left; width:100%; margin-top:15px;}
.clicking p {
    font-size: 16px;
    color: #000;
    margin: 8px 0 0;
}
.secure {
    background: url(/Content/images/sucure-banner.png) no-repeat;
    width: 100%;
    height: 80px;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
}
.secure h3 {
    font-size: 21px;
    color: #fff;
    padding-top: 28px;
    font-weight: 700;
}
.middle-container-payment .rightnav-bar {
    width: 25%;
    float: left;
    margin-top: 25px;
}
.hotel-main {
    width: 100%;
    float: left;
    border: 1px solid #aaacae;
    border-radius: 20px;
    margin-top: 30px;
    padding: 10px;
}

.hotel-main .hotel-all {
    display: flex;
    justify-content: space-between;
    
}
.hotel-main .hotel-all .review-1{width:100%;}
.hotel-main .hotel-all .review-1 h2 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 20px;
}

.hotel-main .hotel-all .review-2 {
    width: 25%;
}
.hotel-main .hotel-all .review-2 button {
    background: #62639b;
    color: #fff;
    font-size: 12px;
    border: 0;
    padding: 3px 7px;
    border-radius: 9px;
    margin-top: 0;
}
.hotel-main p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
}
.hotel-main strong {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px;
    display: inline-block;
}
.hotel-main hr {
    margin-top: 13px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #ddd;
}
.price-main {
    width: 100%;
    float: left;
    border: 1px solid #aaacae;
    border-radius: 20px;
    margin-top: 30px;
    padding: 10px;
}
.price-main h2 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}
.btn-new{
    background: #232f59;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}
/*.rightnav-bar button {
    background: #232f59;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0;
}*/
.rightnav-bar a {
    background: #232f59;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    color:#fff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}
.rightnav-bar a:hover {
    color: #fff;
}
.price-main p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px;
}
.price-main .subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.price-main .subtotal span {
    font-size: 14px;
    color: #000;
}
.top-con {
    margin-top: 43px;
    width: 100%;
    /* display: flex; */
    z-index: 9;
    position: relative;
}
.top-con h1 {
    background: #000000;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 20px 12px;
    border-radius: 10px 10px 0 0;
}
.back-txtbanner.add9 {
    background: url(/Content/images/thnkyou-banner-1.png) no-repeat;
    background-size: cover;
    height: 450px;
}
.back-txtbanner h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 115px 0 23px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}
.back-txtbanner p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.welcome-concertz {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.welcome-concertz p {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.welcome-concertz h2 {
    font-size: 26px;
    color: #1a2653;
    font-weight: 700;
    text-align: left;
    margin: 20px 0 35px;
}
.welcome-concertz ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.welcome-concertz ul li {
    list-style-type: none;
    text-align: center;
    background: #f8f9fe;
    width: 21%;
    padding: 10px;
    border-radius: 10px;
}
.welcome-concertz ul li img {
    background: #2b3171;
    display: block;
    margin: 0 auto 20px;
    padding: 17px;
    border-radius: 50%;
}

.welcome-concertz ul li strong {
    font-size: 17px;
    font-weight: 700;
    color: #000042;
    margin: 0 0 4px;
    display: inline-block;
}

.welcome-concertz ul li p {
    font-size: 13px;
    font-weight: 400;
    color: #010144;
    margin: 0 0 4px;
}
.take-expert {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 14px;
    padding: 8px 0 15px;
}
.take-expert h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000042;
    margin: 0 0 12px;
}

.take-expert p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px;
}

.take-expert a {
    background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
    border: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 13px 12px;
    margin-top: 0;
    margin-left: 16px;
    border-radius: 20px;
    margin: 3px 0 0;
    display: inline-block;
}
.extxt {
    background: #f5f5f7;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 12px;
}
.extxt a.blue {
    background: #09162e;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 13px;
}
.extxt a.gray {
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: #09162e;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #848b97;
}
.back-txtbanner.add10 {
    background: url(/Content/images/banner-contact.png) no-repeat;
    background-size: cover;
    height: 450px;
    position: relative;
}
.back-txtbanner.add10 .stap {
    text-align: center;
    position: absolute;
    bottom: -213px;
    left: 42%;
    background: #fff;
    padding: 11px 24px 5px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    line-height: 28px;
}
.back-txtbanner.add10 .stap a {
    padding: 0 6px;
}
.back-txtbanner.add10 .stap a.blue {
    color: #032cb0;
}
.back-txtbanner.add10 .stap a.redspt {
    color: #fd0800;
}
.get-back{
    float:left;
    width:100%;
    margin-top:32px;
}
.get-back h2 {
    text-align: center;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    color: #1a2653;
    position: relative;
}
.get-back h2 hr {
    margin-top: 1.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 6px solid #001c76;
    width: 73px;
}
.form-main{float:left; width:100%; margin-top:40px;}
#contact {
    background: #FFFFFF;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
}
.contact-box {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
}
.contact-box h2 {
    font-size: 2.5rem;
    color: #111;
    margin-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact-box h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #3b82f6;
    margin: 1rem auto 1.5rem;
    border-radius: 2px;
}
.contact-lead {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 0.5rem;
}
.contact-box p {
    color: #aaa;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.contact-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #3b82f6;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s;
}
.contact-button:hover {
    background-color: #2563eb;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.form-item {
/*    position: relative;
*/    text-align: left;
}
.form-item input,
.form-item textarea {
    width: 100%;
    padding: 7px 6px;
    /*border: none;*/
    /*border-bottom: 1px solid #bbb;*/
    border: 1px solid #bbb;
    background: transparent;
    font-size: 16px;
    outline: none;
    resize: none;
}
.form-item label {
    /* position: absolute;*/
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    color: #001c76;
    pointer-events: none;
    transition: all 0.3s ease;
    margin-top: 7px;
    margin-bottom: 0;
}

.form-item:has(textarea) label {
    top: 75%;
}
.form-item input:focus + label,
.form-item textarea:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 12px;
    color: black;
}
.form-button {
    background-color: #001c76;
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 9px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.form-button:hover {
    background-color: #3b82f6;
    color: white;
}
.form-button:active {
    background-color: #3270D3;
}
.support-team {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.support-team .during {
    float: left;
    width: 100%;
    height: 100%;
    background: #f2f3fa;
    margin: 0 0 17px;
    border-radius: 10px;
}
.support-team h2 {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #1a2653;
    margin-bottom: 33px;
}
.support-team .during span {
    background: #001c76;
    height: 60px;
    width: 60px;
    line-height: 55px;
    display: inline-block;
    border-radius: 50px 50px 50px 5px;
    margin-top: 20px;
}
.support-team .during h2 {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    margin-top: 17px;
}
.support-team .during p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 4px;
}
.support-team .during p a{color:#000;}
.phone {
    display: flex;
    justify-content: center;
    background: #fff;
    margin-top: -38px;
    position: absolute;
    right: 98px;
    width: 235px;
    align-items: center;
    justify-content: space-around;
    padding: 7px 0 4px;
    border-radius: 10px 0;
}
.phone p {
    margin-bottom: 0;
    color: #1a2653;
    font-size: 16px;
    font-weight: 600;
}
.phone span {
    margin-bottom: 0;
    color: #1a2653;
    font-size: 22px;
    font-weight: 500;
}
.trusted-main {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.trusted-brand {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 26px 8px 0;
}
.trusted-brand ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.trusted-brand ul li {
    list-style-type: none;
    width: 33%;
    padding: 0 18px;
}
.trusted-brand ul li span {
    width: 60px;
    background: #f2f3fa;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.trusted-brand ul li span img {
    position: absolute;
    right: -4px;
    top: -10px;
}
.trusted-brand ul li h2 {
    color: #1a2653;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 19px;
}
.trusted-brand ul li p {
    color: #000922;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.trusted-brand ul li.bottom-left {
    border-left: 2px solid #d9d9d9;
}
.insurance-all {
    width: 100%;
    float: left;
    margin-top: 74px;
}
.insurance-all .secure-parking {
    display: flex;
    align-items: center;
}
.insurance-all .secure-parking .parsec-1 {
    width: 35%;
    position: relative;
}
.insurance-all .secure-parking .parsec-1 img {
    position: absolute;
    right: 0px;
    top: -138px;
}
.insurance-all .secure-parking .parsec-2 {
    width: 65%;
    background: #1a2653;
    color: #fff;
    padding: 7px 36px 21px;
}
.insurance-all .secure-parking .parsec-2 h2 {
    font-size: 21px;
    font-weight: 600;
    padding: 0 15px;
    margin: 13px 0 17px;
}
.insurance-all .secure-parking .parsec-2 p {
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
}
.insurance-all .secure-parking .parsec-2 ul{
    margin:0; 
    padding:0;
}
.insurance-all .secure-parking .parsec-2 ul li {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
    list-style-type: none;
}
.insurance-all .secure-parking .parsec-2 span {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    display: inline-block;
}
.insurance-all .secure-parking .parsec-2 ul li img{height:19px;}
.business-hours {
    width: 100%;
    float: left;
    margin-top: 74px;
}
.business-hours h2 {
    color: #1a2653;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    margin: 2px 0 14px;
}
.business-hours strong {
    font-size: 14px;
    font-weight: 600;
    color: #1a2653;
}
.business-hours p {
    color: #000922;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.reliability {
    width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 20px;
}
.reliability .support {
    width: 100%;
    float: left;
}
.reliability .support ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.reliability .support ul li {
    list-style-type: none;
    width: 24%;
}
.reliability .support ul li span {
    background: #f2f3fa;
    width:100px;
    height:100px;
    display: inline-block;
    border-radius:10px;
}
.reliability .support ul li span img{
    padding-top:22px;
}
.reliability .support ul li.bottom-left {
    border-left: 2px solid #e1e2f0;
}
.reliability .support ul li h2 {
    color: #1a2653;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
}
.reliability h3 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    margin: 29px 0 14px;
}
.reliability strong {
    color: #1a2653;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin: 29px 0 14px;
}
.accordion {
    width: 100%;
    float: left;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 22px;
    padding: 12px 18px 18px;
    margin-bottom: 40px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
}

.accordion .card-header.collapsed:after {
    content: "\f107";
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 11px;
    color: #1a2653;
}
.card {
    border:none;
}
.card-body p {
    font-size: 15px;
    font-weight: 500;
    color: #000922;
    line-height: 26px;
    margin: 7px 0 11px;
}
.card-body ul{
    margin:0;
    padding:0;
}
.card-body ul li {
    list-style-type: none;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
}
.card-body ul li img {
    height: 18px;
    margin-right: 5px;
}
.card-body span {
    display: inline-block;
    margin-top: 7px;
}
.faq-main {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.faq-main h2 {
    font-size: 23px;
    font-weight: 700;
    color: #1a2653;
    margin-bottom: 30px;
}
.flight-search-box {
    padding: 22px 0 0;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0;
}

.flight-search-box p {
    color: #000922;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0;
    padding-bottom: 3px;
}
.flight-search-box ul {
    margin: 10px 0 6px;
    padding: 0;
}
.flight-search-box ul li {
    color: #000922;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 0;
    list-style-type: none;
}
.flight-search-box ul li img {
    height: 16px;
    margin-right: 5px;
    margin-top: -3px;
}
.flight-search-box .panel {
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}
.flight-search-box .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 20px;
}
.flight-search-box .panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.flight-search-box .panel-heading a:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.flight-search-box .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.flight-search-box .panel-default > .panel-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #1a2653;
    border-color: rgba(0,0,0,.125);
    padding: 6px 15px;
}

.flight-search-box .panel-title > a, .flight-search-box .panel-title > a:active {
    display: block;
    padding: 10px;
    color: #1a2653;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    text-align: left;
}
.control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
}
details {
    width: 100%;
    min-height: 4px;
    padding: 10px 0 0 15px;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .3s;
}
details + details {
    margin-top: 20px;
}

details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}
/*summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}*/
summary:focus {
    outline: none;
}
summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
summary::-webkit-details-marker {
    display: none
}
.control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
}
.accordion-collapse {
    border: solid rgba(0,0,0,.125);
    border-bottom: solid rgba(0,0,0,.125);
    border-width: 1px 1px;
    border-top: none;
}
.show {
    display: block;
}
summary:focus {
    outline: none;
}
.faq-top {
    margin-top: 94px;
    float:left;
    width:100%;
}
.faq-top h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1a2653;
}
.panel-default > .panel-heading {
     background-color: transparent!important; 
}
#Email-error{display:block;}
#address-details {
    width: 100%;
    float: left;
    border: 1px solid #aaacae;
    border-radius: 20px;
    margin-top: 30px;
    padding: 10px;
}
#address-details p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
}
#address-details p strong {
    font-size: 18px;
    margin: 5px 0 14px;
}
.fixed-top {
    position: sticky;
    top: 20px;
    overflow: auto;
   
}
.back-txtbanner p a{color:#fff;}
#statusModal{border-radius:20px;}
h2#modalHeader {
    color: #1a2653;
    font-size: 20px;
    font-weight: 700;
}
p#modalHeader {
    color: #1a2653;
    font-size: 14px;
    font-weight: 500;
    line-height:20px;
}
