@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{ font-family: "Poppins", sans-serif; padding:0px; margin:0px;}

.policies_pdfs {
    height: 500px;
	padding:0;
}
.modal-dialog {
	width: 800px;
	margin: 30px auto;
}
.modal-header .modal-title {
    margin: 0;
    line-height: normal;
    font-size: 22px;
    margin: 0 0 0 0;
    display: inline-block;
    color: #0e0e0e;
    font-weight: 600;
}
.close span {
    width: 30px;
    height: 30px;
    display: block;
    border: solid 2px #000000;
    opacity: 0.9 !important;
    border-radius: 19px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.close span:hover {
    opacity: 0.9 !important;
}

.cookie-footer-popup {
  display: none;
  position: fixed;
  left: 0; bottom: 0;
  width: 100%;
  background: #ffffff;
  color: #fff;
  z-index: 1001;
  padding: 18px 12px 8px 12px;
  font-size: 15px;
  box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}
.cookie-content {
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
    display: flex;
}
.cookie-body {
    width: 70%;
}
.cookie-body p {
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #333;
}
.cookie-body ul {
  padding: 0 0 0 0;
  margin: 7px 0 7px 20px;
  list-style: disc;
  display: flex;
}
.cookie-body ul li {
  font-size: 13px;
  line-height: 22px;
  color: #333;
  padding: 0 35px 0 0px;
}
.cookie-actions {
    margin-top: 30px;
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.cookie-footer-popup button {
    margin: 10px 5px 10px;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #f78222;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.2s;
    display: block;
    width: 35%;
    float: right;
    line-height: 14px;
    height: 40px;
    border: solid 2px #f78222;
}
.cookie-footer-popup button#cookieRejectBtn {
  background: #00806e;
  color: #ffffff;
  border: solid 2px #00806e;
}
.cookie-footer-popup button#cookieSettingsBtn {
  background: #f5f5f5;
  color: #212121;
  border: 1px solid #ccc;
}
.cookie-footer-popup button:hover {
  opacity: 0.92;
}


.header_top{}	
.header_left {
    display: flow-root;
	width:75%;
}
.header_left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}
.header_left ul li {
    display: inline-flex;
    margin: 0 5px 0 5px;
}
.header_left ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    float: left;
    font-weight: 500;
}

.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
	border-radius: 0;
}

.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 4px 0px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin: 0;
    padding: 5px 0;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
}	

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 0px 0 0px;
    font-size: 18px;
    line-height: normal;
}

.navbar-brand.navbar-brand-centered img {
    width: 185px;
    margin: 4px 0 0 0;
}

.call_number {
    padding: 5px 18px 5px 18px;
    margin: 10px 0px 0 15px;
    position: relative;
}

.call_number h4 {
    font-size: 17px;
    color: #4CAF50;
    margin: -24px 0 2px 0;
    text-align-last: end;
    font-weight: 600;
	display:none;
}
.call_number p {
    font-size: 13px;
    color: #081929;
    font-weight: 500;
    margin: 0px 0 2px 0px;
    text-transform: capitalize;
    text-align-last: end;
}
.call_number p span{ color: #ffa500;}
.call_number a {
    display: block;
    font-size: 20px;
    color: #ffa500;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 24px;
}

.call_number a img{ margin-top:-4px; animation: phoneAnimate 2s linear infinite;}


.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    padding: 26px 5px;
    position: relative;
    margin: 0 17px 0 17px;
}
.navbar-default .navbar-nav>li>a i {
    display: none;
    font-size: 15px;
    margin: 0 0 6px 0;
}

.navbar-default .navbar-nav li a:before {
    content: attr(data-hover);
    width: 0;
    padding: 14px 0;
    color: #081929;
    border-bottom: 2px solid #ffa500;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: all 0.5s ease 0s;
}

.navbar-default .navbar-nav li a:hover:before {
    width: 100%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffa500;
    background-color: transparent;
}


/** BANNER CSS START **/

.Web_banners{ position:relative;}
/* .Web_banners:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .7) 100%);
} */

.Myform_bg {
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.family_times {
    font-size: 15px;
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: 400;
    position: absolute;
    bottom: 12px;
    right: 125px;
    padding: 6px 0 6px 10px;
    width: 40%;
    z-index: 2;
}

.family_times ul{ list-style:none; padding:0px; margin:0px;}
.family_times ul li {
    display: inline-block;
    width: 48%;
    text-align: center;
}
.family_times ul li p{ font-size:14px; margin:6px 0 0 0;}

.Best_baaner {
    text-align: center;
    position: relative;
    z-index:4;
}
.Best_baaner h1 {
    font-size: 30px;
    color: #ffffff;
    margin: 10px 0 18px 0;
    font-weight: 600;
    padding: 0 15px;
    line-height: 46px;
    text-align: center;
}
.Best_baaner h3 {
    font-size: 25px;
    color: #fff;
    margin: 0px 0 18px 0;
    text-shadow: #080808 0 1px 2px;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase;
}
.Best_baaner a {
    background: #f7941d;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    font-size: 18px;
    border-radius: 4px;
    margin: 0 0 -12px 0;
}

.section_description_ab{}
.section_description_ab h5 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.section_description_ab p {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
}

.abts_baaner{}
.abts_baaner h1 {
    font-size: 26px;
    padding: 0 0 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
}


.banner_bottom{ padding:25px 0;}
.Icon_ft {
    text-align: center;
    padding: 15px 15px;
    border: solid 1px #f1f1f1;
    min-height: 166px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / .1);
}
.Icon_ft img{ width:45px;}
.Icon_ft h4 {
    font-size: 18px;
    color: #0d233e;
    margin: 8px 0 6px 0;
    font-weight: 600;
}
.Icon_ft p{ font-size:14px; color:#333; margin:0px;}


.top_destinations {
    padding: 45px 0;
    background: #fff;
}
.heading_hh {
    margin: 0 0 25px 0;
}
.heading_hh h2 {
    font-size: 26px;
    color:#0d233e;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding: 0 0 10px 10px;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.heading_hh h2:before {
    position: absolute;
    content: '';
    top: 32px;
    left: 46%;
    width: 100px;
    height: 2px;
    background: #4f4f79;
}
.heading_hh p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center;
}


.hot_deals_imms {
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.4s;
    position: relative;
	border-radius: 5px;
}

.hot_deals_imms:hover{ box-shadow: 0 13px 21px -1px rgba(0,0,0,.3); transform: translateY(-2%);}

.hot_deals_imms:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.1);
}

.hot_deals_imms img {
    width: 100%;
    height: 235px;
}

.dds_popbox {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 40px 15px 20px 10px;
    left: 0px;
    height: 0%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transition: .5s ease;
    cursor: pointer !important;
}

.dds_popbox a {
    border-bottom: solid 3px #ba9403;
    display: inline-block;
    padding: 5px 12px 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 6px;
    background: #eec218;
    margin-left: 6px;
}

.dds_popbox h5 {
    font-size: 16px;
    color: #fff;
    margin: 0px 0 0px 0;
    padding: 10px 10px 5px 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.dds_popbox h6 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0 0px 0;
    padding: 2px 10px 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.star_col {
    color: #e29f0b;
    padding-left: 10px;
}

.dds_popbox p {
    font-size: 13px;
    color: #fff;
    margin: 5px 0 0 0;
    line-height: 22px;
    padding: 0 5px;
}

.td_titel {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
    padding: 0 18px;
    z-index: 2;
    transition: all .4s ease;
}

.td_titel span {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.td_titel strong {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    display: block;
}

.fl_pp {
    position: absolute;
    top: 11px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
	background:#eec218;
    padding: 4px 13px 3px;
    line-height: 14px;
    border-radius: 18px;
    right: 8px;
    z-index: 9;
    border: dashed 1px #fff;
}

.dds_popbox a:hover{ background: #eec218; color:#fff; border-bottom: solid 3px #ba9403;}
.hot_deals_imms:hover {
    box-shadow: 0 2px 2px #777;
}

.hot_deals_imms:hover .dds_popbox {
    display: block;
    height: 100%;
    cursor: pointer;
	opacity: 1;
}

.hot_deals_imms:hover .td_titel{ bottom:20px;}

.pd_gap {
    padding-left: 5px;
    padding-right: 5px;
}


.full_divs {
    padding: 10px 0 10px 10px;
    background: #fff;
    border-top: solid 1px #f1f1f1;
}
.Airports{}
.Airports h4 {
    font-size: 16px;
    color: #0d233e;
    margin: 0px;
    font-weight: 600;
}
.Airports p {
    font-size: 13px;
    color: #777;
    margin: 4px 0 0 0;
}
.Airports h3 {
    font-size: 20px;
    color: #0d233e;
    margin: 5px 0 0 0;
    font-weight: 600;
}

.Airports a {
    border-bottom: solid 3px #1B6B91;
    display: inline-block;
    padding: 5px 12px 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px 0 0 0;
    background: linear-gradient(to bottom,#1B6B91,#1E9EC9);
}

.covid_sec {
    padding: 15px 0;
    background: #edf2fa;
}
.covd_head {}
.covd_head h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 12px 0;
    color: #262628;
    text-align: center;
}
.cvd {}
.cvd img {
    width: 100%;
    border: solid 1px #fff0f0;
    border-radius: 4px;
}
	
.dtImg {
    position: relative;
}
.dtImg img {
    width: 100%;
    height: 185px;
}
.Dttittle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #43448a;
    text-transform: capitalize;
    background: #fff;
    padding: 6px 0 6px 0px;
}

.Side_ads{}
.Side_ads img{ width:100%;}

.call_nns{ background:#001959; padding:15px 10px; text-align:center;}
.call_nns a{ text-decoration:none;}
.call_nns a h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.call_nns a hr {
    overflow: visible;
    opacity: 0.9;
    margin: 14px 0;
    border: 0;
    display: inline-block;
    content: '';
    color: white;
    width: 35px;
    height: 60px;
    background: url(../images/cccc.png) no-repeat;
    background-position: 0px 6px;
}
.call_nns a hr:before {
    position: absolute;
    left: 25px;
    top: 77%;
    width: 22%;
    height: 1px;
    background: white;
    display: inline-block;
    content: '';
}
.call_nns a hr:after {
    position: absolute;
    right: 32px;
    top: 77%;
    width: 22%;
    height: 1px;
    background: white;
    display: inline-block;
    content: '';
}
.call_nns a h6 {
    font-size: 14px;
    color: #fff;
    margin: 0px 0 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.call_nns a h2 {
    font-size: 18px;
    color: #eec218;
    margin: 0px 0 0px 0;
    font-weight: 600;
}


.About_main {
    padding: 45px 0;
    background: #edf2fa;
}
.heading_Abt{}
.heading_Abt h3{
	font-size: 26px;
    color:#282828;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding: 0 0 10px 0px;
    line-height: 24px;
    position: relative;
}
.heading_Abt p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
	font-weight:400;
}

.condFares p {
    font-size: 13px;
    color: #777;
    line-height: 20px;
    padding: 8px 5px;
    background: #fff;
    margin: 20px 0 0;
    border: solid 1px #ececec;
}
.condFares p span {
    color: #f08223;
    text-decoration: underline;
}



.top_deslas{ background:#fff; padding:40px 0;}


.trav_gps {
    padding: 2px;
    background: #fff;
    box-shadow: 0 1px 2px #ccc !important;
    border-radius: 2px;
    border: solid 1px #ededed;
}
.coupan_im{ position:relative;}
.coupan_im img {
    width: 100%;
    height: 158px;
}
.Dts_price {
    position: absolute;
    background: #001959;
    right: 0;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 13px;
    border: solid 1px #001959;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.fmly_travel {
    padding: 10px 8px 10px 8px;
}
.fmly_travel h4 {
    font-size: 17px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.fmly_travel h5 {
    font-size: 14px;
    color: #777;
    margin: 5px 0 0 0;
    font-weight: 400;
}
.fmly_travel h5 strong {
    font-weight: 700;
    float: right;
    color: #fe9c2f;
    border: solid 2px #fe9c2f;
    padding: 2px 5px 2px 5px;
    font-size: 13px;
}

.fmly_travel h3 {
    display: inline-block;
    white-space: nowrap;
    background: white;
    color: #3f4d61;
    padding: 10px 12px;
    border-radius: 3px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    font-size: 14px;
    margin: 14px 0 0 0;
}
.fmly_travel h3:hover{ background:#2d3e52; color:#fff;}


.list_destionaton {
    padding: 40px 0;
}
.Exclusive_hhd {
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
}

.Exclusive_hhd p {
    font-size: 14px;
    margin: 4px 0 0px 0;
}

.Exclusive_hhd h4 {
    font-size: 25px;
    color: #000000;
    margin: 0px;
    font-weight: 600;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
	overflow: hidden;
}
.card-img-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
}
.flirightbox .card-title {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0 0 0 0;
    font-size: 18px;
}
.flirightbox .card-title i{ margin-left:5px;}
.flirightbox {
    margin-bottom: 25px;
}


.footer_main {
    padding: 50px 0 30px 0;
    background: #222222;
    margin-bottom: 0px;
}

.tp_border {
    border-top: solid 1px #5b5858;
    padding: 0 0 20px 0;
}

.footer_heading {}
.footer_heading h4 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 14px 0px;
    position: relative;
    padding: 0 0 10px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.footer_heading h4:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0%;
    background: #ffa500;
    width: 60px;
    height: 2px;
}
.qickes_link h4 {
    font-size: 16px;
    color: #ececec;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    position: relative;
}
.qickes_link h4:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #f78222;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
.qickes_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.qickes_link ul li {}
.qickes_link ul li a {
    display: block;
    font-size: 13px;
    color: #d1cece;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 22px 5px 0;
}
.needs_hp {}
.needs_hp p {
    font-size: 14px;
    color: #ececec;
    margin: 18px 0 0 0;
}
.needs_hp p a {
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 6px 0 0 0;
    color: #ffa500;
    font-size: 16px;
}

.foot_links {}
.foot_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.foot_links ul li {}
.foot_links ul li a {
    font-size: 13px;
    color: #d1cece;
    text-decoration: none;
    display: block;
    font-weight: 400;
    line-height: 30px;
}

.foot_links ul li a i{ margin-right:4px;}

.footer_social {}
.footer_social p {
    font-size: 13px;
    color: #d1cece;
    line-height: 24px;
}
.footer_social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_social ul li {}
.footer_social ul li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #d1cece;
    width: 32px;
    height: 32px;
    font-weight: 300;
    float: left;
    background: #ccc;
    line-height: 33px;
    text-align: center;
    margin: 0 4px 0 0;
    border-radius: 32px;
}

.facebook {
    background: #3b5998 !important;
}
.twitter {
    background: #1da1f2 !important;
}
.gplus {
    background: #c2453a !important;
}
.instagram {
    background: #background: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.youtub {
    background: #c2453a !important;
}
.linkdin {
    background: #0073b0 !important;
}

.bt_border {
    border-bottom: solid 1px #5b5858;
    padding: 0 0 25px 0;
	display:table;
	width:100%;
}

.copyright {}
.copyright p {
    font-size: 14px;
    color: #ddd;
    margin: 0px;
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: 400;
}

.Dick_maler{}
.disclemar {
    padding: 15px 0 10px 0;
}
.disclemar h4 {
    font-size: 16px;
    color: #333;
    margin: 5px 0 8px 0;
    font-weight: 700;
}
.disclemar p {
    font-size: 13px;
    color: #575757;
    margin: 0px;
    padding: 0px 0 5px 0;
}
.payment_icons {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 18px;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0px 5px;
}


.aisa_deals{ padding:40px 0;}

.aisa_1 {
    border-radius: 8px;
    border: solid 1px #dddada;
    overflow: hidden;
    margin: 0 0 20px 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.aisa_img {
    position: relative;
    height: 145px;
}
.aisa_img img {
    width: 100%;
    height: 145px;
}

.aisa_content{ padding:10px;}
.aisa_content h3{ font-size:18px; color:#333; font-weight:600; margin: 5px 0 10px 0;}
.aisa_content h3 strong {
    font-weight: 700;
    background: linear-gradient(to bottom,#00806e,#00806e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    float: right;
}

.aisa_content p {
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 8px 0 0 0;
}
.aisa_content p strong { color:#00806e;}

.aisa_content h6 {
    font-size: 12px;
    margin: 0;
    color: #333;
    padding: 8px 0 0 0;
}

.aisa_content a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #00806e;
    text-align: center;
    border: solid 1px #00806e;
    border-radius: 2px;
    margin: 10px 0 0 0;
    padding: 7px 0;
    font-weight: 600;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.aisa_content a:hover{ background: #00806e; color:#fff;}

.section--padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-box {
    border: 1px solid rgba(128,137,150,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
}
.form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128,137,150,.1);
}
.form-content {
    padding: 20px;
}
.contact-form-action .form-control {
    line-height: inherit;
    padding: 10px 20px 10px 34px;
    font-size: 15px;
    color: #1a1a1a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    height: auto;
    border: 1px solid #b5b5b5;
}
.theme-btn {
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    padding-left: 24px;
    padding-right: 24px;
    background: #00806c;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    border: 1px solid #00806c;
    font-weight: 500;
}
.form-title-wrap h3 {
    font-size: 20px;
    margin: 0px;
    color: #000;
}
.form-title-wrap p{ font-size:14px; margin:5px 0 0px 0;}
.contact-address ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.contact-address ul li {
    margin: 0px 0 0px 0;
    width: 33%;
    text-align: center;
    background: #00806c;
    padding: 15px 0 15px 0;
    border-radius: 5px;
}
.contact-address ul li i {}

.contact-address ul li .map__desc {
    font-size: 15px;
    color: #ffffff;
    margin: 0px;
    font-weight: 500;
}
.contact-form-action .form-group {
    position: relative;
}
.contact-form-action .form-group i {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #1B6B91;
    font-size: 14px;
}
.section-padding {
    padding: 50px 0;
}
.section-header {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-header .section-heading {
    max-width: auto;
    margin: 0 auto 0 0;
}
.text-custom-black {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 22px;
}
.section-header .section-heading h3:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #1e4473;
    margin-top: 10px;
}
.text-light-dark {
    color: #838383;
}

.privacy_content {
    padding: 45px 0;
    background: #fbf9f9;
}
.pvc_cont {
    padding: 15px 20px 20px 20px;
    background: #fff;
}
.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 24px;
    font-weight: 500;
}

.pvc_cont h5 {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    text-decoration: underline;
}
.pvc_cont h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #00806c;
    font-weight: 700;
}
.pvc_cont h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #282828;
    font-weight: 600;
}
.pvc_cont h2{ font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #474646;}
	
.pvc_cont ul{ list-style:none; padding:0px; margin:0px;}	
.pvc_cont ul li{font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;}
	
.dallas_page {
    padding: 40px 0 40px 0;
    background: #f9f9f9;
}

.page_contents {
    padding: 0 0 10px 0;
}

.page_contents h2 {
    font-size: 22px;
    color:#000;
    margin: 0px 0 15px 0;
	font-weight:600;
}

.page_contents h3 {
    font-size: 20px;
    color:#000;
    margin: 0px 0 8px 0;
	font-weight:600;
}

.page_contents h4 {
    font-size: 18px;
    color:#000;
    margin: 0px 0 8px 0;
	font-weight:600;
}

.page_contents ol {
    margin: 4px 0 10px 0;
    padding: 0 0 0 15px;
}
.page_contents p {
    font-size: 15px;
    color: #3a3939;
    line-height: 24px;
    font-weight: 400;
}
.page_contents p strong {
    font-size: 16px;
}
.page_contents ol li strong {
    font-size: 16px;
}
.page_contents ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 15px 0;
}
.page_contents ul li {
    font-size: 15px;
    color: #333;
    margin: 0px;
    line-height: 32px;
}

/* .pvc_cont h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}

.pvc_cont h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
} */


.lons_dela {
    background: #ef6d57;
    padding: 40px 10px;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 20%;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    border: solid 8px #c26858;
	animation-name: bounce;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.lons_dela h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 12px 0;
}

.lons_dela h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.lons_dela h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 12px 0;
}

.lons_dela h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.aico {
    font-size: 32px !important;
    color: #fff;
    margin: 0px;
}





/** MOBILE VIEW SECOND CSS **/

@media (min-width:320px) and (max-width:479px) {

.header_top{ display:none;}
.navbar-brand{ padding:2px 0px 0 0px;}	
.call_number { padding: 5px 0px 5px 0px; margin: 0px 0px 0 0px; text-align: left;}
.call_number p{text-align-last: auto;}
.navbar-brand.navbar-brand-centered img { width: 205px; margin: -9px 0 0 0;}
.navbar-default .navbar-nav>li>a{ text-align: left; padding: 0px 2px; margin: 12px 15px 0 15px;}
.Web_banners{ padding: 15px 0 15px !important;}
.Best_baaner{ display:none;}
.family_times{ display:none;}
.heading_Abt h3{ font-size: 24px; line-height: 26px;}
.heading_hh h2{ font-size: 22px; padding: 0 0 10px 0px;}
.heading_hh h2:before{ display:none;}
.footer_heading { margin-top: 15px;}
.payment_icons ul li { margin: 0 5px 6px 5px;}
.Icon_ft { text-align: center; padding: 10px 15px;}
.disclemar p{ text-align: justify;}
	
}

@media (min-width:360px) and (max-width:639px){

.header_top{ display:none;}
.navbar-brand{ padding:2px 0px 0 0px;}	
.call_number { padding: 5px 0px 5px 0px; margin: 0px 0px 0 0px; text-align: left;}
.call_number p{text-align-last: auto;}
.navbar-brand.navbar-brand-centered img { width: 205px; margin: -9px 0 0 0;}
.navbar-default .navbar-nav>li>a{ text-align: left; padding: 0px 2px; margin: 12px 15px 0 15px;}
.Web_banners{ padding: 15px 0 15px !important;}
.Best_baaner{ display:none;}
.family_times{ display:none;}
.heading_Abt h3{ font-size: 24px; line-height: 26px;}
.heading_hh h2{ font-size: 22px; padding: 0 0 10px 0px;}
.heading_hh h2:before{ display:none;}
.footer_heading { margin-top: 15px;}
.payment_icons ul li { margin: 0 5px 6px 5px;}
.Icon_ft { text-align: center; padding: 10px 15px;}
.disclemar p{ text-align: justify;}
	
}