/*! Document */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/* CSS Document */
body { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 26px; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; color: #292929; }
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { border: 0 }
ol, ul { list-style: none }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -0.5em }
sub { bottom: -0.25em }
/*a img { border: 0; display: block }*/
a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus { outline: 0; text-decoration: none; }
.clearfix { *zoom:1
}
a { color: #000; transition: all 0.2s ease-in-out 0s; cursor: pointer; }
a:hover { transition: all 0.2s ease-in-out 0s; color: #ee809f; }
p { margin-bottom: 15px; color: #474747 }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: #3a3a3a; font-weight: 700; font-family: 'Roboto', sans-serif; }
button:focus { outline: none; }
.container { max-width: 1280px; }
.home_navigation .btn_gradient { border-radius: 3px; height: 42px; line-height: 42px; }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: #2b8760; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #2b8760; }
.navbar-expand-lg .navbar-nav .nav-link { padding-right: .8rem; padding-left: .8rem; font-size: 15px; }
.home_navigation .navbar { padding-left: 0px; padding-right: 0px; }

.navbar-expand-lg .navbar-nav .nav-item { line-height: 20px; font-size: 20px; font-weight: 600; color: #2b8760; position: relative; padding-left: 40px; margin-left: 35px;}
.navbar-expand-lg .navbar-nav .nav-item span{ display: block; font-size: 16px; font-weight: 500; color: #555;}
.navbar-expand-lg .navbar-nav .nav-item svg{ width: 36px; height: auto; position: absolute; left: -4px; top: 4px; fill:  #2b8760;}
.h_banner { width: 100%; display: inline-block; background: url(../images/home_banner.jpg) center bottom no-repeat; background-size: 100%; padding: 170px 0 120px;}
.caption { color: #fff; }
.caption h1 { font-size: 22px;  color: #fff; font-weight: 500; margin-bottom: 10px; }
.caption h2 { font-size: 55px; color: #fff; font-weight: 900; margin-bottom: 20px;}
.caption p { color: #fff; font-size: 22px; font-weight: 300; line-height: 36px; }
.caption p strong { font-weight: 500; }
/**** custome ckeckbox rario ****/
[type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; }
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #b2b2b2; border-radius: 100%; background: #fff; }
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #ff002a; position: absolute; top: 4px; left: 4px; border-radius: 100%; webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; }
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 18px; display: inline-block; color: #666; }
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #b2b2b2; background: #fff; }
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after { content: ''; width: 6px; height: 12px; border: solid #000; border-width: 0 2px 2px 0; position: absolute; top: 2px; left: 6px; transform: rotate(45deg); webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="checkbox"]:not(:checked) + label:after { opacity: 0; }
[type="checkbox"]:checked + label:after { opacity: 1; }
.form-control:focus { border-color: #aaaaaa; box-shadow: none; }
/**** custome ckeckbox rario close ****/

/* Select Dropdown Css */
.slects_box { display: inline-block; vertical-align: middle; width: 100%; }
.slects_box select { -moz-appearance: none; color: #606060; background: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; cursor: pointer; float: left; font-size: 15px; overflow: hidden; padding-left: 10px; height: 42px; text-overflow: ellipsis; white-space: normal; width: 100%; border: 1px solid #d9d9d9; border-radius: 3px; background: #ffffff; width: 100%; }
.slects_box span::after { background: url(../images/select_arrow.png) no-repeat top right; bottom: 0; color: #333; content: ""; height: 10px; padding: 14px 25px; pointer-events: none; position: absolute; right: 15px; top: 18px; z-index: 1; }
.slects_box span { display: inline-block; float: left; overflow: hidden; position: relative; width: 100%; }
/*search section*/
.search_section { width: 100%; display: inline-block; border-radius: 5px; background-color: rgba(0,0,0,0.50); margin-top: 30px; padding: 10px; }
.search_section ul li { float: left; width: 35%; padding: 0 5px; }
.search_section ul li.w36 {/*width: 30%;*/ }
.search_section ul li.wkg { width: 14%; }
.search_section ul li.wbt { width: 16%; }
.search_section .ch_from { width: 50%; float: left; vertical-align: top; }
.search_section label { color: #fff; width: 100%; }
.search_section .input_bg { background-color: #fff; width: 100%; display: inline-block; }
.search_section .slects_box select { background: none; border: 0px; height: 60px; font-size: 15px; }
.search_section .ch_from input { background: none; border: 0px; height: 60px; border-left: 1px solid#ccc; border-radius: 0px; font-size: 15px; }
.weight .ch_from { width: 100%; }
.btns .btn { width: 100%; height: 60px; border-radius: 0px; border: 0px; font-weight: 500; text-transform: uppercase; font-size: 18px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7533+0,ff3703+100 */
background: #ff7533; /* Old browsers */ background: -moz-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ff7533 0%, #ff3703 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7533', endColorstr='#ff3703', GradientType=1 ); /* IE6-9 */
}
.btns .btn:hover { color: #fff; background: #ff3703; /* Old browsers */ background: -moz-linear-gradient(left, #ff3703 0%, #ff7533 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ff3703 0%, #ff7533 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ff3703 0%, #ff7533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3703', endColorstr='#ff7533', GradientType=1 ); /* IE6-9 */
}
.search_section .slects_box span::after { background: url(../images/select_arrow.png) no-repeat right center; bottom: 0; }
.btn:focus { outline: none; }
.btn-primary.focus, .btn-primary:focus { box-shadow: none; }
/*feature section*/
.features ul li { width: 25%; float: left; text-align: center; padding: 30px 0 0 0; border-right: 1px solid#ccc; }
.features ul li:last-child { border: 0px; }
.features ul li p { margin-top: 0px; }
.section { padding: 50px 0; width: 100%; display: inline-block; vertical-align: top; }
.section h2 { font-size: 44px; position: relative; }
.section h2:before { content: ""; width: 68px; height: 3px; background-color: #2b8760; position: absolute; bottom: -10px; left: 0px; right: 0px; display: inline-block; margin: auto; }
.our_services { background-color: #f3f3f3; }
.our_services h2 { text-align: center; font-weight: 300; margin-bottom: 50px; }
.service_con { text-align: center; margin-top: 50px; background-color: #fff; min-height: 270px; padding: 15px; border: 1px solid#cccccc; transition: all 0.5s ease-in-out; }
.service_con .image_sr { margin: 20px 0; }
.service_con h5 { margin-bottom: 10px; font-weight: 400; transition: all 0.5s ease-in-out; }
.service_con p { color: #848484; }
.service_con:hover { -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); }
.service_con:hover h5 { color: #2b8760; }
.why_us { width: 100%; display: inline-block; background-color: #2b8760; }
.why_us_right { width: 50%; height: 625px; float: right; background: url(../images/why_us_img.jpg) no-repeat right center; background-size: cover; }
.why_us_content { position: relative; }
.why_us_content:after { content: ""; width: 1px; height: 100%; position: absolute; background-color: #fff; left: 35px; top: 70px; }
.why_us_content:last-child:after { display: none; }
.wy_icon { width: 70px; height: 70px; background-color: #fff; border-radius: 100px; display: inline-block; float: left; text-align: center; padding-top: 7px; }
.desc { width: 100%; padding-top: 5px; padding-left: 90px; margin-bottom: 50px; }
.con_sec { padding-top: 50px; }
.con_sec h2 { margin-bottom: 20px; color: #fff; font-size: 44px; font-weight: 300; }
.why_us_content .desc h4 { color: #fff; font-size: 20px; margin-bottom: 10px; font-weight: 500; }
.why_us_content .desc p { color: #fff; line-height: 18px; }
.numbers_sec { margin-top: 100px; }
.nm_speaks { background-image: url(../images/map-dots-trans.svg); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; background-size: 750px; background-color: #fafafa; }
.nm_speaks h2 { text-align: center; margin-bottom: 20px; color: #fff; font-size:32px; font-weight: 300; color: #3a3a3a; }
.nm_speaks .spk_content { background-color: #fff; border: 1px solid #ccc; border-radius: 15px; padding: 25px; transition: 0.5s; min-height:320px;}
.nm_speaks .spk_content:hover{ transform:scale(1.02);; color: rgb(102, 102, 102); background: rgb(52 56 117 / 100%);}
.nm_speaks .spk_content span { display: block; font-weight: 600; font-size: 26px; margin: 15px 0 25px 0; display: inline-block; font-weight: 400; color: #2b8760; }
.nm_speaks .spk_content h6 { margin: 9px 0; }
.nm_speaks .spk_content p { line-height: 26px; font-size: 16px;}
.section h2 strong { font-weight: 500; }
.nm_speaks .spk_content:hover span, .nm_speaks .spk_content:hover p{ color: #fff;}

.testimonial_sec h2 { text-align: center; margin-bottom: 20px; color: #fff; font-size: 44px; font-weight: 300; color: #3a3a3a; }
.tst_container { margin-top: 70px; padding: 0 100px; }
.testi_img { width: 256px; height: 272px; display: inline-block; background: url(../images/testimonial_bg.png) center no-repeat; float: left; }
.testi_img img { width: 216px; height: 216px; border-radius: 200px; margin-top: 28px; margin-left: 34px; }
.testi_content { width: 100%; margin-top: 60px; padding: 0 30px; padding-left: 380px; padding-right: 100px; }
.testi_content p { font-size: 15px; color: #696969; position: relative; }
.testi_content p:before { content: ""; width: 68px; height: 28px; position: absolute; top: -10px; left: -70px; right: 0px; display: inline-block; background: url(../images/t_lg_img.png) center no-repeat; }
.testi_content p:after { content: ""; width: 68px; height: 28px; position: absolute; bottom: -10px; right: -70px; display: inline-block; background: url(../images/t_rg_img.png) center no-repeat; }
.md_contact { width: 100%; display: inline-block; background-color: #000; padding: 36px 0; text-align: center; }
.md_contact p { color: #fff; font-size: 24px; margin-bottom: 20px; }
.btn_gradient { display: inline-block; height: 46px; line-height: 46px; padding: 0 15px; color: #fff; border-radius: 5px; border: 0px; font-weight: 500; font-size: 15px; transition: all 0.5s ease-in-out; background: #ff7533; /* Old browsers */ background: -moz-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ff7533 0%, #ff3703 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7533', endColorstr='#ff3703', GradientType=1 ); /* IE6-9 */
}
.btn_gradient:hover { color: #fff; background: #498967; /* Old browsers */ background: -moz-linear-gradient(left, #498967 0%, #2c714c 100%); /* FF3.6-15 */ 
}

.btn-whatsapp{ display: inline-block; height: 46px; line-height: 46px; padding: 0 15px; color: #fff; border-radius: 5px; border: 0px; font-weight: 500; font-size: 15px; transition: all 0.5s ease-in-out; background:#25D366;}
.btn-whatsapp:hover{ color: #fff; background: #128c7e;}
.md_contact .btn_gradient { text-transform: uppercase; }

/* Tour Package */
.TourPackage{ width: 100%; padding: 65px 0; background: #f2f2f2;}
.TourPackage h2{ margin-bottom: 25px; color: #fff; font-size:42px; font-weight: 700; color: #2b8760; position: relative; text-align: center;}
.TourPackage h2 span{ display: block; font-size: 20px; font-weight: 300; color: #333;}
.TourPackage h2:before { content: ""; width: 68px; height: 3px; background-color: #2b8760; position: absolute; bottom: -10px; left: 0px; right: 0px; display: inline-block; margin: auto; }
.small-title{ font-size: 18px;}

ul.i-list { padding-left: 0; list-style: none;}
ul.i-list .list-title { display: inline-block; position: absolute;}
ul.i-list li { padding: 2px 0px; }
ul.i-list i.fa { margin-right: 7px;}
ul.i-list .list-item { margin-top: 3px; display: inline-block;}
ul.i-list.filled i.fa {  color: white; font-size: 9px; padding: 5px;border-radius: 50%;}
ul.e-icon-list.filled li { padding: 2px 0px; line-height: 24px;}
ul.i-list.underline li {  padding: 6px 0px; border-bottom: 1px solid #eee; }
ul.i-list.medium li { padding-bottom: 25px; position: relative;}
ul.i-list.medium .icon { margin-right: 25px; color: white; font-size: 25px; text-align: center; line-height: 68px; width: 68px; height: 68px; border-radius: 50%; box-shadow: 0 5px 16px rgba(0,0,0,.28); position: relative;  z-index: 1;}
ul.i-list.medium .icon i.fa {  margin: 0; color: #009932;}
ul.i-list.medium.bordered .icon {
   background: white;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 26px;
   color: #8fc135;
   position: relative;
   z-index: 1;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.medium .list-item {
   text-transform: uppercase;
}

ul.i-list.large .icon {
   margin-right: 30px;
   background: #d0d0d0;
   color: white;
   font-size: 30px;
   text-align: center;
   line-height: 80px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.large .icon i.fa {
   margin: 0;
}

ul.i-list.large.bordered .icon {
   background: inherit;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 30px;
   color: #8fc135;
}

ul.i-list.large .list-item {
   text-transform: uppercase;
}

ul.i-list .icon {
   float: left;
}

ul.i-list.right {
   text-align: right;
}

ul.i-list.right .icon {
   float: right;
}

ul.i-list.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 25px;
}

ul.i-list.large.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 30px;
}

ul.i-list.large li {
   margin-bottom: 25px;
}

ul.i-list .icon-content {
   overflow: hidden;
}

ul.i-list .icon-content .title {
   margin-top: 5px;
   margin-bottom: 10px;
   font-size: 20px;
    font-weight: 600;
}

.left-line .iconlist-timeline {
   left: auto;
   right: 35px;
}

.citytravel{ padding: 65px 0; width: 100%;}
.citytravel h2{ margin-bottom: 25px; color: #fff; font-size:32px; font-weight: 700; color: #2b8760; position: relative;}
.citytravel h2:before { content: ""; width: 68px; height: 3px; background-color: #2b8760; position: absolute; bottom: -10px; left: 0px; display: inline-block; margin: auto; }
.citytravel h2 span{ display: block; font-size: 20px; font-weight: 300; color: #333;}

.travellerChoice{ padding: 65px 0; width: 100%; background: #fafafa;}
.travellerChoice h2{ margin-bottom: 25px; color: #fff; font-size:32px; font-weight: 700; color: #2b8760; position: relative; text-align: center;}
.travellerChoice h2:before { content: ""; width: 68px; height: 3px; background-color: #2b8760; position: absolute; bottom: -10px; left: 0px; right: 0px; display: inline-block; margin: auto; }
.travellerChoice h2 span{ display: block; font-size: 20px; font-weight: 300; color: #333;}
.travellerChoice p{ font-size: 18px; margin-bottom: 25px; text-align: center;}


/* Our Fleet */
.ourFleet{ background: #fff; padding: 65px 0; width: 100%;}
.ourFleet h2{ margin-bottom: 25px; color: #fff; font-size:42px; font-weight: 700; color: #2b8760; position: relative;}
.ourFleet h2:before { content: ""; width: 68px; height: 3px; background-color: #2b8760; position: absolute; bottom: -10px; left: 0px; right: 0px; display: inline-block; margin: auto; }
.ourFleet h2 span{ display: block; font-size: 20px; font-weight: 300; color: #333;}
.fleetsIndent{ border-radius: 10px; border: 1px solid #ddd; padding: 15px; position: relative; z-index: 1; overflow: hidden;}
.fleetsIndent:before { background-image: url(../images/pricing-bg.png); clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%); background-repeat: no-repeat; background-position: center center; background-size: cover; content: ''; width: 100%; height: 280px; position: absolute; left: 0; top: 0; z-index: -1;}
.fleetsIndent h3{ font-size:26px; margin-bottom: 10px; font-weight: 700; color: #3e3876;}
.fleetsIndent h3 span{ font-weight: 500; font-size: 22px; color: #444;}
.fleetsIndent:after { background-color: rgba(34, 34, 34, .5); clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%); content: ''; width: 100%; height: 280px; position: absolute; left: 0; top: 0; z-index: -1;}
.fleetsIndent li { display: flex; align-items: center; justify-content: space-between; font-size: 16px; padding: 5px 0; color: #444;}
.fleetsIndent li span{ font-weight: 600;}
.fleetsIndent li:last-child{ width: 100%;}
.fleet-header{ text-align: center; padding: 50px 25px 10px; position: relative; z-index: 1;}



/*footer css*/
footer { padding: 40px 0 0; background: url(../images/footer_bg.jpg) center no-repeat; background-size: cover; /*background-color: rgba(0,0,0,0.50)*/ }
.quk_lnk { margin-bottom: 30px; }
h4.lnk_ftr_hd { color: #4ed69c; font-size: 22px; margin-bottom: 20px; font-weight: 600; }
.quk_lnk ul {margin-left: 20px;}
.quk_lnk ul li { width: 100%; margin-bottom: 6px; list-style: circle !important; color: #fff !important; }
.quk_lnk ul li a { font-size: 13px; font-weight: 400; color: #ccc; }
.quk_lnk ul li a:hover { color: #4ed69c; }
.hlp_nmbr { width: 49%; display: inline-block; vertical-align: top; }
.hlp_nmbr_con span { font-style: italic; font-size: 16px; color: #cecece; font-weight: 300; }
.hlp_nmbr_con p { font-size: 22px; font-weight: 500; color: #fff; }
.scl_lnks ul li { display: inline-block; margin: 0 5px; }
.ftr_lst_btm span { font-size: 15px; color: #d5d5d5; }
.ftr_lst_btm span a { color: #4ed69c; }
.ftr_lst_btm { background: #222222; text-align: center; padding: 22px; margin-top: 25px; }
.ftr_brd_dv, .scl_lnks { padding-top: 5px; }
.ftr_lst_btm { background-color: rgba(0,0,0,0.80); }
.tst_container .slick-dots { position: absolute; left: 0px; right: 0px; text-align: center; }
.tst_container .slick-dots li { display: inline-block; margin: 0px 5px; }
.tst_container .slick-dots li button { background: #ccc; border: none; font-size: 0px; width: 12px; height: 12px; border-radius: 100%; padding: 0px; }
.tst_container .slick-dots li.slick-active button { background: #ff8207; border: none; font-size: 0px; width: 12px; height: 12px; border-radius: 100%; padding: 0px; }
.btn_orange { background-color: #ff5d1b; border: 0px; border-radius: 4px; }
.btn_orange:hover { background-color: #d24b14; }
/*login page css*/
.login_banner { width: 100%; min-height: 726px; display: inline-block; background: url(../images/login_bg.jpg) center top no-repeat; padding-top: 74px; border-top: 1px solid#eaeaea; }
.form_sec { width: 100%; max-width: 450px; display: inline-block; }
.form_sec .form-control { border-radius: 4px; height: 56px; font-size: 15px; font-weight: 400; }
.login_banner .form_sec .btn_orange { width: 100%; height: 56px; text-transform: uppercase; font-weight: 500; font-size: 18px; }
.login_bt_text p { font-size: 19px; font-weight: 300; line-height: 30px; margin-top: 30px; }
.login_banner .form_sec h1 { font-size: 30px; }
a { color: #ff5d1b; }
a:hover { color: #e75418; }
 .form-control::placeholder {
color: #858585;
}
.login_banner .form_sec .form-group { margin-bottom: 20px; }
.ligin_fb { width: 100%; height: 55px; border-radius: 4px; background-color: #1977f3; display: inline-block; text-align: center; line-height: 55px; font-size: 18px; font-weight: 500; color: #fff; }
.ligin_fb:hover { color: #fff; background-color: #176bda; }
.ligin_fb.google { background-color: #e33e2a; }
.ligin_fb.google:hover { background-color: #cc3725; }
.or { width: 100%; display: inline-block; font-style: italic; font-size: 18px; text-align: center; color: #858585; position: relative; }
.or span { background-color: #fbfbfc; display: inline-block; position: relative; z-index: 2; padding: 0 5px; }
.or:before { width: 100%; content: ""; position: absolute; height: 1px; background-color: #cccdd1; left: 0px; top: 13px; }
.gray_bg { background: #f5f5f5; }
.contact_banner { width: 100%; min-height: 726px; display: inline-block; background: url(../images/contact_banner.jpg) center top no-repeat; padding-top: 156px; }
.contact_banner h1 { font-size: 36px; text-align: center; color: #fff; }
.contact_location { margin-top: -410px; }
.email_block { width: 100%; min-height: 223px; border-radius: 5px; background-color: #fff; border-bottom: 5px solid #ff5d1b; padding: 30px 15px 0 15px; text-align: center; margin-bottom: 20px; margin-bottom: 15px; }
.email_block h6 { position: relative; margin: 10px 0 20px 0; color: #ff5d1b; }
.email_block h6:before { width: 18px; height: 2px; content: ""; position: absolute; background-color: #ff5d1b; bottom: -12px; left: 0px; right: 0px; margin: auto; }
.email_block a, .email_block p { color: #303030; font-size: 16px; line-height: 20px; }
.contact_mid { margin-top: 80px; margin-bottom: 50px; }
.send_ms { width: 100%; min-height: 50px; background: #fff; display: inline-block; border-radius: 5px; border: 1px solid #dddddd; padding: 30px; margin-bottom: 15px; -webkit-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); }
.send_ms h3 { font-size: 25px; font-weight: 400; margin-bottom: 50px; }
.send_ms .form-control { border: 0px; border-radius: 0px; border-bottom: 1px solid #d3d3d3; font-size: 15px; resize: none; }
.send_ms .form-control:focus { border-bottom: 1px solid #ff5d1b; }
.send_ms .form-group { position: relative; margin-bottom: 48px; }
.send_ms .form-group label { position: absolute; top: 7px; color: #ff5d1b; }
.send_ms .btn { width: 100%; border-radius: 4px; height: 55px; font-weight: bold; text-transform: uppercase; }
.contact_map { padding: 10px; }
.contact_map iframe { height: 548px; }
/* py css */

.srch_hdr { padding: 20px; background: #ff5d1b; }
.hdr_srch_lstng h4 { margin-bottom: 0; font-size: 21px; color: #fff; font-weight: 400; }
.rslt_btn_rt { text-align: right; }
.srch_rslt { padding: 8px; }
button.cncl_btn_dflt { background: #18202b; padding: 8px 20px; border-radius: 0; color: #fff; border-radius: 3px; }
.rslt_con span { font-size: 14px; }
.shpmnt_sec { background: #f5f5f5; padding: 30px 0; }
.shpmnt_hdng h2 { font-size: 18px; color: #18202b; font-weight: 400; margin-bottom: 15px; }
.shpmnt_li { background: #344152; border-radius: 2px; }
.shpmnt_li ul { display: flex; align-items: center; }
.shpmnt_li ul li:first-child { margin-left: 7px; }
.shpmnt_li ul li:nth-child(even) a { background: #3e4a5a; }
.shpmnt_li ul li a { font-size: 13px; color: #fff; display: inline-block; padding: 6px 25px; border-top: 5px solid transparent; text-align: center; }
.shpmnt_li ul li a span { font-size: 24px; display: block; font-weight: 600; }
.shpmnt_li ul li.active a { color: #ff5d1b; background: #f5f5f5; border-top: 5px solid #ff5d1b; }
.shpmnt_tbl_mn { margin-top: 30px; }
.shpmnt_tbl_mn table th { border: none; text-transform: uppercase; text-align: center; }
.shpmnt_tbl_mn table td { border: none; color: #18202b; text-align: center; vertical-align: middle; font-size: 15px; }
.shpmnt_tbl_mn table tbody tr { -webkit-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.05); }
.shpmnt_tbl_mn .table th { padding: 0px; }
.shpmnt_tbl_mn table td:nth-child(even) { background-color: #fff; }
.dte_td_shpmnt { text-align: center; }
.dte_td_shpmnt p { font-size: 13px; color: #fff; margin-bottom: 0; }
p.dt_dt_shpmnt { font-size: 24px; font-weight: 600; }
td.td_dlvr_dt { background: #ff5d1b; }
.esdt_prc span { color: #666666; display: inline-block; margin-bottom: 7px; }
.esdt_prc p { font-size: 30px; color: #383838; }
button.dtl_cstm { background: transparent; border: none; color: #18202b }
button.dtl_cstm:hover { background: none; color: #18202b }
button.btn_cstm { background: #00bb3d; padding: 8px 25px; border: none; font-weight: 500; font-size: 14px; border-radius: 3px; }
button.btn_cstm:hover { background: #009932; }
a.shr_qt_a { background: #ff5d1b; padding: 12px 25px; color: #fff; border-radius: 3px; }
a.shr_qt_a i { font-size: 16px; margin-right: 7px; }
.shpmnt_tbl_mn table { border-collapse: separate; border-spacing: 0 16px; }
.shpmnt_tbl_mn .table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.50); }
/*
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{ background: none; border: 0px; box-shadow: 0px;}
*/

.shpmnt_tbl_mn .dropdown-toggle:focus { background: none; border: 0px; color: #000; }
.shpmnt_tbl_mn .show > .btn-secondary.dropdown-toggle:focus { background: none; box-shadow: none; }
.shpmnt_tbl_mn .btn-secondary:not(:disabled):not(.disabled):active, .shpmnt_tbl_mn .btn-secondary:not(:disabled):not(.disabled).active { background: none; box-shadow: none; }
.btn.focus, .btn:focus { box-shadow: none; }



/*29-01-2020- US*/

.custome-popup .modal-header { padding: 30px 15px; background: url(../images/popupheaderbg.png) no-repeat center top; }
.custome-popup .modal-dialog { max-width: 588px; }
.custome-popup .modal-header h5 { color: #fff; text-align: center; font-size: 32px; font-weight: bold; width: 100%; line-height: 38px; }
.custome-popup .form-group .form-control, .custome-popup .form-group select.form-control { height: 60px; background: #ebebeb; font-size: 15px; color: #807f7f; border: none; border-radius: 0px; }
.custome-popup .form-group.col-sm-6, .custome-popup .form-group.col-sm-12 { padding: 0 2px; }
.custome-popup .modal-body { padding: 35px 45px; padding-bottom: 5px; }
.custome-popup .slects_box span::after { top: 28px; }
.gradientbtn { width: 100%; height: 60px; border-radius: 0px; border: 0px; font-weight: 500; text-transform: uppercase; font-size: 18px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7533+0,ff3703+100 */
background: #ff7533; /* Old browsers */ background: -moz-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ff7533 0%, #ff3703 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ff7533 0%, #ff3703 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7533', endColorstr='#ff3703', GradientType=1 ); /* IE6-9 */
color: #fff; cursor: pointer; }
.custome-popup .close { opacity: 1 !important; color: #fff !important; position: absolute; right: 15px; top: 15px; font-weight: normal; font-size: 20px; }
.custome-popup .close:hover { color: #fff; }
.gradientbtn:hover { color: #fff; background: #ff3703; /* Old browsers */ background: -moz-linear-gradient(left, #ff3703 0%, #ff7533 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ff3703 0%, #ff7533 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ff3703 0%, #ff7533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3703', endColorstr='#ff7533', GradientType=1 ); /* IE6-9 */
}


/*30-1-2020*/
/* py css */
.hdng_hdr_li{background:#ff5d1b;}
.hdng_lis_shpr ul li a{color:#fff;padding: 15px 20px;display:inline-block;border-top:4px solid transparent;font-weight:500;}
.hdng_lis_shpr ul li.active a{background:#fff;color:#000000;border-top:4px solid #000;}
.hdng_lis_shpr ul{display:flex;flex-wrap:wrap;}

.trck_cstm_brdcmb ul{display:flex;flex-wrap:wrap;}
.trck_cstm_brdcmb ul li{margin-right:12px;color:#303030;}
.trck_cstm_brdcmb ul li a{color:#303030;font-weight:400;font-size:13px;}
.brdcmb_mn_sec{padding:15px 0;}

.trck_shpmnt_nmr{background:#fff;border-radius: 4px;border:1px solid #dddddd;box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.05);margin-bottom:30px;}

/* custum radio button */

.cstm_rdo_btns .lbl_contnr {display: inline-block; position: relative; padding-left:32px; margin-right:40px;cursor: pointer; font-size:14px;color:#474747;-webkit-user-select: none; -moz-user-select:none; -ms-user-select: none; user-select: none;margin-bottom:15px; }
.cstm_rdo_btns .lbl_contnr input { position: absolute; opacity: 0; cursor:pointer; }
.cstm_rdo_btns .checkmark { position: absolute; top: 0; left: 0; height:22px;width: 22px;background-color:transparent;border:2px solid #949494;border-radius: 50%;}
.cstm_rdo_btns .lbl_contnr:hover input ~ .checkmark {background-color: #ccc; }
.cstm_rdo_btns .lbl_contnr input:checked ~ .checkmark { background-color:transparent;}
.cstm_rdo_btns .checkmark:after { content: ""; position: absolute; display:none;}
.cstm_rdo_btns .lbl_contnr input:checked ~ .checkmark:after {display: block;}
.cstm_rdo_btns .lbl_contnr .checkmark:after {top:4px; left:4px; width:10px; height: 10px; border-radius: 50%; background: #949494;}

/* custum radio button */

.trck_shpm_slf{padding:20px;}
.trck_shpm_slf h4{font-size:22px;color:#3b3b3b;font-weight:500;margin-bottom:30px;}
.cstm_rdo_btns a{font-size: 15px; height: 24px; width: 24px; display:inline-block;border:2px solid #ff5d1b; border-radius: 50px; text-align: center;vertical-align: top; line-height: 23px;margin-left:8px;}
.trck_shpmnt_inpt{padding:20px 20px 40px;}
.trck_shpmnt_inpt h4{font-size:22px;color:#3b3b3b;font-weight:500;margin-bottom:25px;}
.trck_shmnt_inpt .form-group{flex:1 0 auto;}
.trck_shmnt_inpt input{width:100%!important;height:54px;border-radius: 4px;margin-right:15px;border:1px solid #d9d9d9;}
button.btn_srch_dflt{background:#ff5d1b;padding:14px;width:150px;border-color:#ff5d1b;border-radius:3px;text-transform:uppercase;}
button.btn_srch_dflt:hover{border-color:#ff5d1b;color:#ff5d1b;background:transparent;}
.brdr_lft_cstm{border-left:1px solid #d9d9d9;}
.tb_hdr_shpmnt{margin-bottom:30px;}
.tb_hdr_shpmnt ul{border-bottom:2px solid #e0e0e0;}
.tb_hdr_shpmnt ul li a.nav-link{color:#2b2b2b;font-weight:500;}
.tb_hdr_shpmnt ul li a.nav-link.active{background:transparent;color:#2b2b2b;border-bottom: 4px solid #ff5d1b;border-radius: 0;}

.trck_mp_mn{/*padding:80px 0 0;*/border:1px solid #dddddd;border-radius: 4px;}
.trck_mp_slf{padding:80px 100px 45px;border-bottom:1px dashed #cccccc;background:#fff;}
.trck_mp_slf ul{width:100%;height:4px;background:#e0e0e0;position:relative;}
.trck_mp_slf ul:before{content:"";height:4px;background:#26a541;position:absolute;}

.stp_1_dne.trck_mp_slf ul:before{width:0%;}
.stp_2_dne.trck_mp_slf ul:before{width:25%;}
.stp_3_dne.trck_mp_slf ul:before{width:50%;}
.stp_4_dne.trck_mp_slf ul:before{width:75%;}
.stp_5_dne.trck_mp_slf ul:before{width:100%;}

.trck_mp_slf.stp_1_dne ul li.li_crcla:before{background-color:#26a541!important;}
.trck_mp_slf.stp_2_dne ul li.li_crcla:before,.trck_mp_slf.stp_2_dne ul li.li_crclb:before{background-color:#26a541!important;}
.trck_mp_slf.stp_3_dne ul li.li_crcla:before,.trck_mp_slf.stp_3_dne ul li.li_crclb:before,.trck_mp_slf.stp_3_dne ul li.li_crclc:before{background-color:#26a541!important;}
.trck_mp_slf.stp_4_dne ul li.li_crcla:before,.trck_mp_slf.stp_4_dne ul li.li_crclb:before,.trck_mp_slf.stp_4_dne ul li.li_crclc:before,.trck_mp_slf.stp_4_dne ul li.li_crcld:before{background-color:#26a541!important;}
.trck_mp_slf.stp_5_dne ul li.li_crcla:before,.trck_mp_slf.stp_5_dne ul li.li_crclb:before,.trck_mp_slf.stp_5_dne ul li.li_crclc:before,.trck_mp_slf.stp_5_dne ul li.li_crcld:before,.trck_mp_slf.stp_5_dne ul li.li_crcle:before{background-color:#26a541!important;}


.trck_mp_slf.stp_1_dne ul li.li_crcla p{color:#070f31;font-weight:500;}
.trck_mp_slf.stp_2_dne ul li.li_crcla p,.trck_mp_slf.stp_2_dne ul li.li_crclb p{color:#070f31;font-weight:500;}
.trck_mp_slf.stp_3_dne ul li.li_crcla p,.trck_mp_slf.stp_3_dne ul li.li_crclb p,.trck_mp_slf.stp_3_dne ul li.li_crclc p{color:#070f31;font-weight:500;}
.trck_mp_slf.stp_4_dne ul li.li_crcla p,.trck_mp_slf.stp_4_dne ul li.li_crclb p,.trck_mp_slf.stp_4_dne ul li.li_crclc p,.trck_mp_slf.stp_4_dne ul li.li_crcld p{color:#070f31;font-weight:500;}
.trck_mp_slf.stp_5_dne ul li.li_crcla p,.trck_mp_slf.stp_5_dne ul li.li_crclb p,.trck_mp_slf.stp_5_dne ul li.li_crclc p,.trck_mp_slf.stp_5_dne ul li.li_crcld p,.trck_mp_slf.stp_5_dne ul li.li_crcle p{color:#070f31;font-weight:500;}



.trck_mp_slf ul li{position:absolute;position:absolute;top:0;bottom:0;margin:auto;}
.trck_mp_slf ul li:before{content:"";height:22px;width:22px;border-radius:100px;background-color:#e0e0e0;display:inline-block;top:0;bottom:0;left: 0; margin: auto; position: absolute;}
li.li_crcl1{left:0;}
li.li_crclb{left:25%;}
li.li_crclc{left:50%;}
li.li_crcld{left:75%;}
li.li_crcle{left:100%;}
.trck_mp_slf ul li p{position:absolute;top:-45px;left:-20px;margin:0;font-size:16px;color:#a2a2a2;min-width:130px;}

.dlvr_smry_mn{padding:20px;background-color:#fff;}
.dlvr_frm_bdr{border-left:1px solid #d9d9d9;padding:0 20px;}
.dlvr_frm p{margin-bottom:0px;color:#474747;line-height:1.6;}
.dlvr_frm h4{font-size:20px;color:#272727;margin:4px 0 6px 0;}
p.frm_p{color:#747474;}
p.rt_p{margin-top:5px;font-size:16px;font-weight:500;color:#272727;}
.dlvr_frm ul li{margin-bottom:10px;font-size:14px;color:#747474;line-height:1.6;}
.dlvr_frm ul li span{display:block;font-size:16px;color:#272727;font-weight:500;}
.sv_shr_trck button{color:#ff5d1b;background:transparent;border-color:#ff5d1b;border-radius: 4px;padding:8px 20px;font-weight:500;margin-left:12px;}
.sv_shr_trck button:hover{background:#ff5d1b;color:#fff;border-color:#ff5d1b;}
.sv_shr_trck{text-align:right;padding:20px;}


 .fixed-footer {
  position: fixed;
  bottom: 20px
}
.fixed-footer .enquiry-btn:hover, .fixed-footer .whatsapp-btn:hover {
  transform: translateY(-6px) scale(1.08);
  background-position: 100% 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25)
}
.fixed-footer {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  pointer-events: none;
  z-index: 9999
}
.fixed-footer .btn, .whatsapp-btn {
  align-items: center
}
.enquiry-btn, .fixed-footer .btn, .whatsapp-btn {
  pointer-events: auto;
  display: inline-flex;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transition: transform .2s, opacity .2s
}
.whatsapp-btn {
  background: #25d366
}
.fixed-footer .whatsapp-btn:hover {
  color: #fff
}
.enquiry-btn {
  background: #bb8508;
  align-items: center;
  border: none
}












