body {
  background-color: #ffffff;
  font-size: 16px;
  font-family: sans-serif;
  color: #364f5a;
}
a {
  color: #ee0017;
}
a:hover {
  color:#fc1f35;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
.custom-form {
  font-size: 13px !important;
  height: 48px !important;
  font-weight: normal;
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 0.1rem;
  background: #fff !important;
}
.date{
	padding-left: 22px;
}
.select{
	padding-left: 8px
}
button:focus {
  outline: 0px;
}
.blue-btn-lg:focus, .blue-btn-sm:focus, 
.red-btn-lg:focus, .red-btn-sm:focus {
  outline: 0px;
}
a.blue-btn-lg:hover, a.blue-btn-sm:hover, 
a.red-btn-lg:hover, a.red-btn-sm:hover{
  text-decoration: none !important;
  color: #ffffff;
}


/*support css*/


.exprt-item {
  position: relative;
  border-radius: 20px;
  text-align: center;
  color: #000000;
  padding: 40px 20px;
  overflow: hidden;
  background: #f8f8f8;
  z-index: 1;
  height: 100%; 
margin-bottom: 10px;
}
.exprt-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/education-pattren.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.1;
}
.exprt-item .icon {
    max-width: 60px;
    margin: 0 auto; 
}
.exprt-item .icon img {
      width: 100%; 
}
.exprt-item h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.exprt-item p {
    color: #000000;
    font-size: 13px;
}


/*support css*/

.blue-btn-lg {
  background-color: #1e79be;
  border: 0px;
  color: #ffffff;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 18px;
  outline: 0px;
  text-align: center;
  cursor: pointer;
}
.blue-btn-sm {
  background-color: #1e79be;
  border: 0px;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 10px;
  border: 1px solid;
  font-size: 13px;
  outline: 0px;
  text-align: center;
  cursor: pointer;
}
.red-btn-lg {
  background-color: #ee0017;
  border: 0px;
  color: #ffffff;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 18px;
  outline: 0px;
  text-align: center;
  cursor: pointer;
}
.red-btn-sm {
  background-color: #ee0017;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 10px;
  border: 1px solid;
  font-size: 13px;
  outline: 0px;
  text-align: center;
  cursor: pointer;
}
.blue-bg{
  background-color: #1e79be !important;
}
.red-bg{
  background-color: #ee0017 !important;
}
.blue-color{
  color: #1e79be !important;
}
.red-color{
  color: #ee0017 !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw)!important;
}
.fs-5 {
  font-size: 1.25rem!important;
}
.line {
  width: 100%;
  border-top: 2px dashed #e6e5e5;
}
/*-------checkbox---------*/
.parent-checkbox {
color: #121047;
display: block;
position: relative;
padding-left: 24px;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.parent-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee0;
  border: 1px solid #D3D8ED;
  border-radius: 3px;
}
/*.parent-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}*/
.parent-checkbox input:checked ~ .checkmark {
  background-color: #ee001700;
  border: 1px solid #ee0017;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.parent-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.parent-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #ee0017;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-------radio---------*/
.custom-control-input:checked~.custom-control-label::before {
  border-color: #ee0017 !important;
  background-color: #ee0017 !important;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(252 100 71 / 11%) !important;
}
.custom-control-label::before {
  border: #D3D8ED solid 1px !important;
}
/*-------//checkbox---------*/
/*-------price slider---------*/
.slidecontainer {
  width: 100%;
}
.price_slide {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.price_slide:hover {
  opacity: 1;
}

.price_slide::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #ee0017;
  cursor: pointer;
}

.price_slide::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #ee0017;
  cursor: pointer;
}
/*-------//price slider---------*/
.font-7{
  font-size: 7px;
}
.font-8{
  font-size: 8px;
}
.font-9{
  font-size: 9px;
}
.font-10{
  font-size: 10px;
}
.font-11{
  font-size: 11px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #fff;
    box-shadow: 0 0 2px #333;
}

.ui-autocomplete {
	overflow-x: hidden;
    overflow-y: auto;
    min-height: 40px;
    max-height: 300px;
}
/* Let's get this party started */
.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.ui-autocomplete::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #172B4D; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
    background: #172B4D; 
}
.ui-menu-item-wrapper,
.ui-menu-item-wrapper>span {
    display: block;
    text-decoration: none!important;
}

.ui-menu-item-wrapper>span {
    font-size: 13px;
}

.search_loader {
    position: absolute;
    width: 18px;
    top: 17px;
    z-index: 99;
    right: 10px;
}
.search_loader.toloader{
	right: 20px
}
.ui-menu .ui-menu-item {
   line-height: 17px;
   font-size: 14px;
    }

    .ui-menu .ui-menu-item:nth-child(odd){
    	background: #f8f8f8;
    }




.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0;
    width: 98%
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 400;
    margin: 0 2.5em;
    color: #063849;
    line-height: 36px;
    font-size: 14px;
}

.ui-datepicker-header {
    height: 42px;
    line-height: 42px;
    color: #b0aead;
    background: #fff!important;
    border: none!important;
    border-bottom: 1px solid #dcdcdc!important;
    border-radius: 0!important
}

.ui-datepicker .ui-datepicker-title select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 0 5px;
    border: 1px solid #ececec
}

.ui-datepicker th {
    padding: 5px 0;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 1px solid #b0aead;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 5px
}

.ui-datepicker-prev {
    float: left;
    margin-left: 3px
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    /*margin: -43px 0 0 8px*/
}

.ui-datepicker-next {
    float: right;
    margin-right: 3px
}
.ui-datepicker-next .ui-icon{
	display: none !important;
}
.ui-datepicker-prev .ui-icon{
	display: none !important;
}

.ui-datepicker-next:after,
.ui-datepicker-prev:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #b0aead;
    border-bottom: 1px solid #b0aead;
    top: 8px;
    left: 9px
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    /*margin: -43px 0 0 6px*/
    left: 6px !important;
}

.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
    border-color: #5ed1cc
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    color: #1e79be;
    margin-bottom: 5px;
    font-size: 13px
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    font-size: 12px;
    text-align: center
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    text-align: center;
    border: 1px solid #dedede;
    background: #fdfdfd!important
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: none!important;
    border-bottom: 1px solid;
    background: #2d5a9d!important;
    color: #fff
}

.ui-state-default:hover {
    background: rgba(0, 0, 0, .02)
}

.ui-state-highlight {
    color: #8dd391
}

.ui-state-active {
    color: #5ed1cc
}

.ui-datepicker-unselectable .ui-state-default {
    color: #a0a0a0;
    border: 1px solid transparent
}
.ui-datepicker-calendar td a{
	height: 39px;
    line-height: 35px;
    border-radius: 20px;
    /* background: transparent; */
    border: none !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.5em;
    height: 1.5em;
    display: block;
}
.ui-datepicker{
	z-index: 99;
}
/*------new css-----*/
@media (max-width: 425px) {
	.addWidth {
    width: 377px !important;
	}
.popbox {margin-bottom: 10px;}
}
@media (max-width: 375px) {
	.addWidth {
    width: 328px !important;
	}
}
@media (max-width: 320px){
	.addWidth {
    width: 274px !important;
	}
}




.popbox {
  position: relative;
  overflow: hidden; }

/*.popbox:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}*/
.popbox > img {
  width: 100%;
  height: 220px; 
  transition: all 0.4s ease-in-out; }

.popbox:hover > img {
  transform: scale(1.2); }

.popular-contnt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4); }

.popular-contnt > h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 10px;
  text-shadow: 0 1px 2px #000000; }

.popular-contnt > h3 > span {
  display: block;
  margin-bottom: 4px; }

.btnpopulr {
  font-size: 14px;
  background: #000000; }

.btnpopulr {
  font-size: 14px;
  background: #0085ff;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flights-first .offcanvas-navbar .nav-item .nav-link.loginbtn{
    padding: 7px 15px !important;
    background: #0085ff !important;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
}

.section-subscrib{
    padding: 40px 0;
  }
.subs-img{
margin-left: -30px;

}
.subs-img>img{
width: 100%;
}

.subsfrm{
text-align: center;
padding: 40px;
}
.subsfrm h2{
font-size: 28px;
text-transform: uppercase;
color: #000;

}
.subsfrm p{
font-size: 16px;
color: #000;

}

.subsfrm .input-group{
    border: 1px solid #ddd;
    border-radius: 6px;
}
.subsfrm .btn{
  background: #ee0017 !important;
  color: #fff;
  height: 44px;
  min-width: 130px;
}
  
  .section-call{
    padding: 40px 0;
  }
  .calltext{
    padding: 0 10px;
    border-left: 4px solid #ee0017;
  }
  .calltext h2{
    font-size: 38px;
    color: #000;
    margin-bottom: 0;
  }
  .calltext h2>strong{
    text-transform: uppercase;
    
  }
  .calltext h4{
    font-size: 24px;
    color: #000;
  }
  .phonetext h3{
    font-size: 40px;
    color: #ee0017;
    font-weight: bold;
  }

 #footer {
    padding: 0 0 30px 0;
    color: #000000;
    font-size: 14px;
    background: #f1f6fe;
}
 #footer .footer-top {
    padding: 60px 0 30px 0;
   
    background: #f8f8f8; }
    #footer .footer-top .footer-contact {
      margin-bottom: 30px; }
      #footer .footer-top .footer-contact .adrs {
        margin-bottom: 20px; }
      #footer .footer-top .footer-contact .social {
        margin-bottom: 0; }
      #footer .footer-top .footer-contact h3 {
        font-size: 24px;
        margin: 0 0 15px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700; }
        #footer .footer-top .footer-contact h3 span {
          color: #000000; }
      #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        color: #000000; }
    #footer .footer-top h4 {
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      position: relative;
      padding-bottom: 12px; }
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #0085ff;
          font-size: 12px;
          line-height: 1; }
        #footer .footer-top .footer-links ul li {
          padding: 10px 0;
          display: flex;
          align-items: center; }
          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0; }
        #footer .footer-top .footer-links ul a {
          color: #000000;
          transition: 0.3s;
          display: inline-block;
          font-size: 14px;
          line-height: 1;
          text-decoration: none; }
          #footer .footer-top .footer-links ul a:hover {
            text-decoration: none;
            color: #000000; }
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #0085ff;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 4px;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
      border: 1px solid #0085ff; }
      #footer .footer-top .social-links a:hover {
        background: #fff;
        color: #0085ff;
        text-decoration: none; }
  #footer .copyright {
    text-align: center;
    float: left; }
  #footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #000000; }
    
    @media (max-width: 425px) {
	.dates {
    max-width: 100% !important
	}
}
@media (max-width: 375px) {
	.dates {
     max-width: 100% !important
	}
}
@media (max-width: 320px){
	.dates {
     max-width: 100% !important
	}
}



.fotlogo {
  filter: grayscale(100%);
  width: 120px; }

@media (max-width: 768px) {
  #footer .copyright {
    float: none;
    text-align: center;
    padding: 2px 0; }
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0; } }
	
	.listpage
	{
		padding-right:1px;
	}