/*Global css*/
*{margin:0;padding:0;-webkit-font-smoothing: antialiased;}
html{font-size:100%;width:100%;height:100%;}
body{width:100%;min-width:320px;font-size:18px; font-family: 'DM Sans', sans-serif; }

.clear{clear:both;}
button,input[type="submit"]{cursor: pointer;}
button,input[type="submit"],input[type="search"],a,i{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;font-family: 'DM Sans', sans-serif;}
a{text-decoration:none;color:#272738;}
a:hover{text-decoration:none;outline:0;color:#000000;}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;color:#000000;}
.btn:focus{outline:none;box-shadow: none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label {	font-size: 18px;	font-weight: 400;	color: #333;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;padding:0 0 15px;font-family: 'DM Sans', sans-serif; font-weight: 400; color: #000000; position:relative;}
h2, .h2{font-size:48px; /* text-transform: uppercase; */ font-weight: 700;} 
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;line-height:24px;margin:0;padding:0 0 15px; color: #18191b;}
p:last-child{padding: 0;}
b, strong{font-weight: 700;}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f7f7f7;}
.bg-blue{background-color: #f0f8fb;}
.text-red{color:#ff0000;}
.form-group{display:block;position:relative;}
.form-control {box-shadow: none !important; border-radius: 0; height: 48px; font-family: 'DM Sans', sans-serif; color:#1c1c1c; font-size: 18px; font-weight: 300!important; font-weight: normal; border-color: #bac7d4;padding-left: 15px; padding-right: 15px; background: #fff;}
.form-control::-webkit-input-placeholder{color:#a1a1a1;}
.form-control::-moz-placeholder{color:#a1a1a1;}
.form-control:-ms-input-placeholder{color:#a1a1a1;}
.form-control:-moz-placeholder{color:#a1a1a1;}
.form-control:focus {
    color: #333;
    border-color: #bac7d4;
    background: #ffffff;
}
select,select.form-control{background:#fff url(../img/select-droparrow.png) no-repeat calc(100% - 15px) center;text-overflow:ellipsis;white-space:nowrap;padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none; font-family: 'DM Sans', sans-serif; font-weight: 300; color:#1c1c1c; width:100%; border-radius: 0;}
select option,select.form-control option{ padding:0 10px;}
textarea.form-control{min-height:190px;resize:vertical;height:auto;padding: 10px 15px;}
.label-star {	color: #ff0000;}

.custom-check, .custom-radio{display: inline-block;}
.custom-check .label, .custom-radio .label{font-family: 'DM Sans', sans-serif; font-size: 20px; color: #000000; font-weight: 300; margin-bottom: 0;}
.custom-check input[type=checkbox]:not(old), .custom-radio input[type=radio]:not(old){width:2em;margin:0;padding:0;font-size:1em;opacity:0; position: absolute;}
.custom-check input[type=checkbox]:not(old)+label>span{display:inline-block;width:16px;height:16px;margin:-2px 12px 0 0; background: #ffffff; border:solid 1px #dfdfdf; vertical-align:middle;}
.custom-check input[type=checkbox]:not(old):checked+label>span:before{content:'';display:block;width:10px; height: 10px; margin: 2px; background: #1D4F91; text-align:center;}

.additional-services-box, .custom-radio{display: inline-block;}
.additional-services-box .label, .custom-radio .label{font-family: 'DM Sans', sans-serif; font-size: 20px; color: #000000; font-weight: 300; margin-bottom: 0;}
.additional-services-box input[type=checkbox]:not(old), .custom-radio input[type=radio]:not(old){width:2em;margin:0;padding:0;font-size:1em;display: none; position: absolute;}
.additional-services-box input[type=checkbox]:not(old)+label>span{display:inline-block;width:16px;height:16px;margin:-2px 12px 0 0; background: #ffffff; border:solid 1px #dfdfdf; vertical-align:middle;}
.additional-services-box input[type=checkbox]:not(old):checked+label>span:before{content:'';display:block;width:10px; height: 10px; margin: 2px; background: #1D4F91; text-align:center;}

.custom-radio input[type=radio]:not(old)+label>span{display:inline-block;width:35px;height:35px; border: solid 1px #e4e4e4; margin:-2px 13px 0 0; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; background: #fff; vertical-align:middle;}
.custom-radio input[type=radio]:not(old):checked+label>span>span{display:block;width:100%;height:100%;border-radius:100%;background:#1D4F91;border-color: #1D4F91;}
.custom-radio input[type=radio]:not(old):checked+label>span>span::after{ font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "ï€Œ"; display: block; color: #ffffff;font-size: 17px;
margin-top: 0;padding-top: 4px; text-align: center;}
.btn-custom{background:#1D4F91;font-family: 'DM Sans', sans-serif;color:#ffffff;font-size:20px;height:50px; line-height:49px; border: none; text-align:center; text-transform: uppercase; padding:0 30px;cursor: pointer; display: inline-block;outline: none;}
.btn-custom:hover,.btn-custom:focus{background:#000000;color:#ffffff;outline: none;}
.dis-block{display:block;position:relative;}
.full-wdth{display:block;width:100%;position:relative;}
.full{width:100%;position:relative; float:left;}
.relative{ position:relative;}
.position-inherit{position: inherit;}
.h-full{height: 100%;}
.bdr{border-right: solid 1px #dddddd;}
.bdb{border-bottom: solid 1px #e1e1e1;}
.hover-animate{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}

.pagination{margin: 30px auto 0 auto;}
.pagination li a.page-link{color: #264b6e;}
.pagination li a.page-link:focus{box-shadow: none;}
.pagination li.page-item.active .page-link{background: #264b6e; border-color: #264b6e;}

.col-auto{flex-grow: 1; max-width: 100%;}
/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
select,select.form-control {
background:#fff !important;
padding-right:7px !important;
}
}
/*=========IE9 and Below to 9, 8, 7=====================*/
select,select.form-control {
background:#fff\9 !important;
padding-right:7px\9 !important;
}
.pad-0{padding-top:0!important; padding-bottom: 0!important;}
.mrg-0{margin-top: 0!important; margin-bottom: 0!important;}
.mrg-t0{margin-top: 0!important;}
.mrg-t20{margin-top: 20px !important;}
.mrg-b20{margin-bottom: 20px !important;}
.mrg-t30{margin-top: 30px !important;}
.mrg-b30{margin-bottom: 30px !important;}
.pad-t0{padding-top: 0!important;}
.pad-t60{padding-top: 60px;}
.pad-tb60{padding-top: 60px; padding-bottom: 60px;}
.pad-tb80{padding-top: 80px; padding-bottom: 80px;}
.pad-t120{padding-top: 120px;}
.margin0 {margin: 0!important;}.padding0 {padding: 0!important;}.border0 {border: none!important;}.pad-r0{ padding-right:0!important;}
.container {display: block;margin: 0 auto;position: relative;width: 100%; max-width:1615px; padding:0 15px;}
.container.large{max-width: 1600px;}
.vertical-middle{top:50%;position:absolute;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%); left:0; right:0; margin:0 auto;}

/*breadcrumb*/
.breadcrumb{background: #f2f2f2; padding: 20px 0; margin: 0;}
.breadcrumb ul li{display: inline-block; vertical-align: middle; font-size: 14px; color: #959595; font-weight: 400; text-transform: uppercase; padding: 1px 8px 0;}
.breadcrumb ul li.active{background: #1D4F91; color: #ffffff;}
.breadcrumb ul li:after{width: 3px; height: 3px; background: #959595; content: ""; display: inline-block; vertical-align: middle; border-radius: 100%; -webkit-border-radius: 100%;margin:-2px 1px 0 10px;}
.breadcrumb ul li:last-child:after{display: none;}
.breadcrumb ul li a{color: #959595;}
.breadcrumb ul li a:hover{color: #1D4F91;}

/*==============Owl-Carousel CSS==============================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
@keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;font-size: 0;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#333}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-controls .owl-prev, .owl-controls .owl-next{padding:0;}
.owl-controls .owl-prev{ float:left;}
.owl-controls .owl-prev:after{ width:30px; height:30px; display:block; margin:auto; border:solid 1px #000000; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "ï„„"; text-align: center; line-height: 28px;}
.owl-controls .owl-next{ float:right;}
.owl-controls .owl-next:after{width:30px; height:30px; display:block; margin:auto; border:solid 1px #000000; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "ï„…"; text-align: center; line-height: 28px;}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover{ opacity:0.5;}
.owl-carousel .owl-controls .owl-dot{display: inline-block;}
.owl-carousel .owl-controls .owl-dot span{width: 10px; height: 10px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; border:solid 1px #ffffff; display: inline-block; margin:0 10px;}
.owl-carousel .owl-controls .owl-dot.active span{background:#ffffff;}
/*==============Owl-Carousel CSS==============================*/

.header{ padding: 0; position: absolute; top: 0; left:0; right: 0; -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; z-index: 99;background: -moz-linear-gradient(top, rgba(0,39,70,1) 0%, rgba(0,39,70,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,39,70,1) 0%,rgba(0,39,70,0) 100%);
background: linear-gradient(to bottom, rgba(0,39,70,1) 0%,rgba(0,39,70,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6002746', endColorstr='#00002746',GradientType=0 );}
.head-top-bar{padding: 10px 55px; display: flex; flex-wrap: wrap; align-items: center;}
.head-top-bar ul li{display: inline-block;}
.head-top-bar ul li a{color: #bac1ca; font-size: 14px; font-weight: 400;}
.head-top-bar ul li a i {font-size: 18px;vertical-align: middle;display: inline-block;margin: -3px 6px 0 0;}
.head-top-bar ul li a:hover{color: #ffffff;}
.ht-left-link ul li{margin-right: 20px;}
.ht-right-link{margin-left: auto;}
.ht-right-link ul li:after{width: 1px; height: 12px; content: ""; background: #bac1ca; display: inline-block; vertical-align: middle; margin: 0 5px 0 8px;}
.ht-right-link ul li:last-child:after{display: none;}
.header .navbar-brand{padding: 0; text-align: center;}
.header .navbar-brand img{max-width: 300px; display: block; margin: auto;}
.header .navbar-brand .logo-text{display: block;font-size: 17px;padding-top: 8px;color:#fff;text-shadow: 1px 1px #020202;}
.header .navbar-brand::before{content: "";position: absolute;left: 0;top: -53px; z-index: -1; background: url('../img/logo-bg-pattern.png') no-repeat; background-size: 100%; width: 409px; height: 236px;}
.header .navbar{padding: 5px 55px; border-top:solid 1px rgba(255,255,255,0.1); border-bottom:solid 1px rgba(255,255,255,0.1);}
.header .navbar-nav li{margin-left: 42px;}
.header .navbar-nav li.dropdown{ margin-bottom: -25px;}
.header .navbar-nav li a.nav-link{font-family: 'DM Sans', sans-serif; color: #ffffff; font-size: 20px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; padding: 0; position: relative;}
.header .navbar-nav li a.nav-link.dropdown-toggle{padding-right: 25px; padding-bottom: 25px;}
.header .navbar-nav li a.nav-link.dropdown-toggle::after{content: ""; background: url('../img/dropdown-arrow.png') no-repeat 100%; width: 19px; height: 10px; position: absolute;top: 11px;right: 0; left: auto;margin: 0;padding: 0;border: none;}
.header .navbar-nav .active > .nav-link, .header .navbar-nav .nav-link.active, .header .navbar-nav .nav-link.show, .header .navbar-nav .show > .nav-link{color: #bac1ca;}
.header .navbar-nav .active > .nav-link:after, .header .navbar-nav .nav-link.active:after, .header .navbar-nav .nav-link.show, .header .navbar-nav .show > .nav-link:after{border-bottom: solid 2px #ffffff; position: absolute; left: 0; right: 0; bottom: -3px; content: "";}
.header .navbar-nav .active > .nav-link, .header .navbar-nav .nav-link.active:after, .header .navbar-nav .nav-link.show, .header .navbar-nav .show > .nav-link{color: #ffffff;}
.header .navbar-nav .nav-link:hover{color: #ffffff;}
.header .navbar-nav .nav-link:focus{color: #ffffff;}

.header .navbar-nav > li.dropdown .icon {margin: 0 0 0 4px;}
.header .navbar-nav .dropdown-menu{ background:#ffffff; padding:15px; border:none; min-width:100%; margin-top: 0; left: auto; right: -15px; box-shadow: 0 1px 2px -2px #000; -moz-box-shadow: 0 1px 2px -2px #000; border-radius: 3px; -webkit-border-radius: 3px;-moz-border-radius: 3px;}
.header .navbar-nav .dropdown-menu:after{bottom:100%; right:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#ffffff;border-width:9px;margin-left:-9px}
.header .navbar-nav li:last-child .dropdown-menu:after{left: auto; right: 10%; margin: 0 -12px 0 0;}
.header .navbar-nav .dropdown-menu ul > li{ margin:0; border-bottom:solid 1px #e5e5e5; position: relative;}
.header .navbar-nav .dropdown-menu ul > li:last-child{ border:none;}
.header .navbar-nav .dropdown-menu ul > li > a{position: relative; font-family: 'DM Sans', sans-serif; color:#1D4F91; padding:15px 10px 14px 20px; font-size: 20px; font-weight: 300; text-transform: uppercase; display: block; position: relative; z-index: 1;}
.header .navbar-nav .dropdown-menu ul > li > a::before{content: ""; position: absolute; left: 0; top: 22px; background: url('../img/nav-right-arrow.png') no-repeat 100%; width: 10px; height: 17px;}
.header .navbar-nav .dropdown-menu ul > li > a:focus, .header .navbar-nav .dropdown-menu ul > li > a:hover{color: #000; background: none;}

/*headershrink*/
.header .navbar.nav-shrink{position: fixed; top: 0; left: 0; right: 0; background: rgba(255,255,255,0.9); padding: 8px 40px;}
.header .navbar.nav-shrink .navbar-brand img{max-width: 200px;}
.header .navbar.nav-shrink .navbar-brand::before{display: none;}
.header .navbar.nav-shrink .navbar-brand .logo-text{color: #000000; font-size: 14px; text-shadow: none;}
.header .navbar.nav-shrink li a.nav-link{font-size: 18px; color: #1D4F91;}
.header .navbar.nav-shrink .active > .nav-link, .header .navbar.nav-shrink .nav-link.active:after, .header .navbar.nav-shrink .nav-link.show, .header .navbar.nav-shrink .show > .nav-link{color: #000000;}
.header .navbar.nav-shrink .nav-link:hover{color: #000000;}
.header .navbar.nav-shrink .nav-link:focus{color: #000000;}
.header .navbar.nav-shrink li a.nav-link.dropdown-toggle::after{background: url('../img/blue-dropdown-arrow.png') no-repeat; background-size: 100%; top: 9px;}
.header .navbar.nav-shrink .navbar-brand .white-logo{display: none;}
.header .navbar.nav-shrink .navbar-brand .blue-logo{display: block;}

.ht-left-link ul li:last-child{ margin-right:0;}
.ht-left-link li.country-name{ position:relative;}
.ht-left-link li.country-name:before {background: url('../img/nz-flag.png') no-repeat; position: absolute; content: ''; height: 28px; width: 27px; left: 3px; top: 2px; z-index: 1;}
.ht-left-link li.country-name.aus::before{background: url('../img/aus-flag.png') no-repeat;}
.ht-left-link li select.form-control {background:#fff url(../img/caret-down.png) no-repeat 90% center; height: 32px; width: 95px; border:none; border-radius: 30px; background-color: #fff; color: #1D4F91; font-size: 14px; padding-left: 37px; padding-right: 20px; position:relative; outline:none; font-weight: 500;}
.ht-left-link li select.form-control option{ padding-left:0;}

.hero-banner{background: url('../img/wing-221526.jpg') no-repeat; background-position: center; background-size: cover; height: 100vh; min-height: 680px; position: relative; padding-top: 7%;}
.hero-banner.main-banner{background: url('../img/home-banner-img.png') no-repeat; background-position: center; background-size: cover;}
.hero-banner.main-banner::before{position:absolute; left:0px; top:0px; background:linear-gradient(to bottom, rgba(0,39,70,1) 0%,rgba(0,39,70,0) 100%); content:''; width:100%; height:100%;}
.hero-banner .container{position: relative; z-index: 1; height: 100%;max-width:100%;padding: 0 55px;}
.hero-banner h1{font-size: 71px; text-transform: uppercase; color: #ffffff; text-align: right; border-right: solid 1px rgba(255,255,255,0.34); padding: 50px 55px 50px 0;}
.hero-banner .row{height: 100%;}
.hero-title{flex:0 0 55%; max-width: 55%; padding: 0 15px;}
.bnr-form-block {
    max-width: 475px;
    padding: 0;
}
.form-block{background: #ffffff;box-shadow: 0 1px 1px -2px #000; -moz-box-shadow: 0 1px 1px -2px #000; border-radius: 3px; -webkit-border-radius: 3px;-moz-border-radius: 3px; padding: 35px 30px;}
.form-title{font-family: 'DM Sans', sans-serif; font-size: 31px; font-weight: 300; color: #000000; position: relative; line-height: 100%; padding-bottom: 20px; margin-bottom: 13px;}
.form-title::before{width: 40px; height: 2px; background: #1D4F91; content: ""; position: absolute; bottom: 0; left: 0; z-index: 1;}
.form-title::after{width: 160px; height: 1px; background: #e5e5e5; content: ""; position: absolute; bottom: 0; left: 0;}
.form-title h3{padding-bottom: 0;}
.bnr-form-block select.form-control{background:#e5e5e5 url(../img/select-droparrow.png) no-repeat calc(100% - 15px) center;}
.bnr-form-block select.form-control:focus{border-color: #e5e5e5;}
.bnr-form-block label{font-size: 16px; color: #a3a3a3; font-weight: 400;}
.bnr-form-block .btn-custom{width: 100%; margin-top: 10px;}
.mobile-form-toggle{display: none!important;}

.destination-block{padding:80px 0 100px;}
.destination-block h2{color: #1D4F91; font-weight: 400; padding-bottom: 36px;text-transform:uppercase;}
.destination-slide.owl-carousel .owl-stage-outer{padding: 40px 0;}
.destination-slide.owl-carousel .owl-stage{display: flex;flex-wrap: nowrap;padding: 0 0 0 300px;}
.dst-block{border-radius: 5px;overflow: hidden;position: relative;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease; position: relative;margin: 0 15px;}
.dst-block a{display: block;}
.bottom-text-block{position: absolute; display: flex; flex-wrap: wrap; align-items: flex-end; top: 0; bottom: 0; left:0; right: 0; text-align: center; padding:0 10px 30px;background: -moz-linear-gradient(top, rgba(47,166,0,0) 0%, rgba(47,166,0,0.9) 100%);
transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;z-index: 1;}

.dst-block:after{
	background: -webkit-linear-gradient(top, rgba(4,110,183,0) 0%,rgba(4,110,183,0.9) 100%);
	background: linear-gradient(to bottom, rgba(4,110,183,0) 0%,rgba(4,110,183,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002fa600', endColorstr='#a62fa600',GradientType=0 );
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 190px;
	content: "";
}

.bottom-text-block .hd{font-family: 'DM Sans', sans-serif; font-size: 30px; color: #ffffff; text-transform: uppercase; padding-bottom: 12px; width: 100%;}
.bottom-text-block p{color: #ffffff; opacity: 0; visibility: hidden; height: 0;}
.dst-block:hover{/* transform: scale(1.15);  */z-index: 5; /* box-shadow: 1px 4px 20px 10px rgba(9,41,45,0.2); -webkit-box-shadow: 1px 4px 20px 10px rgba(9,41,45,0.2); -moz-box-shadow: 1px 4px 20px 10px rgba(9,41,45,0.2); */}
.dst-block:hover .bottom-text-block {
    top: 0;
    background: rgba(4,110,183,0.5);
    align-items: center;
    padding-bottom: 0;
}
.dst-block:hover .bottom-text-block .hd{}
.dst-block:hover .bottom-text-block p{opacity: 1; visibility: visible; height: auto; font-size: 14px;}
.destination-slide .owl-nav{position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; right: 0; padding: 0 135px;}
.destination-slide .owl-nav .owl-prev::after{border: none; content: ""; background: url('../img/blue-arrow-left.png') no-repeat; background-size: 100%; width: 50px; height: 19px;}
.destination-slide .owl-nav .owl-next::after{border: none; content: ""; background: url('../img/blue-arrow-right.png') no-repeat; background-size: 100%; width: 50px; height: 19px;}
.destination-slide .owl-nav .owl-prev:hover, .destination-slide .owl-nav .owl-next:hover{opacity: 1;}
/* .destination-slide .owl-nav .owl-prev:hover::after{background: url('../img/white-arrow-left.png') no-repeat; background-size: 100%; width: 50px; height: 19px;}
.destination-slide .owl-nav .owl-next:hover::after{background: url('../img/white-arrow-right.png') no-repeat; background-size: 100%; width: 50px; height: 19px;} */
.destination-block .btn-custom {font-size: 16px;text-transform: none;margin: auto;display: block;max-width: 150px;}

.legal-block{padding:110px 0; background: url('../img/legal-doc-bg.jpg') no-repeat; background-position: center; background-size: cover; position: relative;}
/* .legal-block::after{content: "";background: -moz-linear-gradient(top, rgba(0,39,70,0.8) 0%, rgba(0,39,70,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,39,70,0.8) 0%,rgba(0,39,70,0) 100%);
background: linear-gradient(to bottom, rgba(0,39,70,0.8) 0%,rgba(0,39,70,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6002746', endColorstr='#00002746',GradientType=0 ); position: absolute; left: 0; top: 0; width: 100%; height: 100%;} */
.legal-block .container{z-index: 1;max-width: 100%; padding: 0 55px;}
.center-text-block{text-align: center; max-width: 1030px; margin: auto;}
.center-text-block p{color: #333333;}
.legal-block h2{font-weight: 400; color: #ffffff; padding-bottom: 25px;}
.legal-block p{color: #ffffff;}
.legal-form{max-width:475px;background:rgba(255,255,255,0.7); margin:0; padding:30px;position: relative;border-radius:3px;flex: auto;}
.lwd1{width:100%;padding:0 0 20px;}
.lwd2{width:100%;padding:0 0 20px;}
.legal-form label{color: #000; font-weight: 400; font-size: 16px; display: block; margin: 0 0 8px;}
.legal-form select.form-control{border: none;}
.legal-form .btn-custom{}

.img-text-block{color: #1D4F91; overflow: hidden;}
.img-text-block h2{color: #1D4F91; padding-bottom: 5px;}
.img-text-block .sub-hd{font-weight: 300; font-size: 20px; text-transform: uppercase; display: block; margin-bottom: 30px;}
.content-block{padding: 0 15px;}
.content-block p{max-width: 525px;}
.content-block.lrg-text p{font-size: 26px; line-height: 38px; font-weight: 300; max-width: 100%;}
.content-block p a{font-family: 'DM Sans', sans-serif; font-size: 16px; color: #1D4F91; display: block; margin-top: 10px;}
.content-block p a:hover{color: #9d9c9b;}
.content-block.align-left{padding-left: 77px;}
.content-block.align-right{padding-right: 77px; text-align: right; margin-left: auto;}
.content-block.align-right p{margin-left: auto;}
.read-more-link{background: url('../img/arrow-right-long.png') no-repeat; background-position: center right; display: inline-block;; margin-top: 10px; font-family: 'DM Sans', sans-serif; font-size: 16px; color: #1D4F91; padding: 0 40px 0 0;}
.read-more-link:hover{color: #9d9c9b;}
.img-text-block .order-2 {-ms-flex-order: 0; order: 0;}

/* TPN Watermark */
#watermark_background{position:absolute;z-index:0;background:white;display:block;min-height:50%; min-width:100%;color:yellow; margin: 0 0 0 10%}

#tpn_content{position:relative;z-index:1;}

#watermark_text{color:lightgrey;font-size:180px;transform:rotate(300deg);-webkit-transform:rotate(300deg);}
/* TPN Watermark */


.achivement-block{padding:80px 0; /* background: url('../img/achivement-bg.jpg') no-repeat; background-size: cover; background-position: center; */ position: relative;}
/* .achivement-block::after{content: ""; background: rgba(3,78,138,0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%;} */
.achivement-block .container{z-index: 1;}
.achivement-block h2{color: #034e8a; font-weight: 400; padding-bottom: 25px;text-transform:uppercase;}
.achivement-block p{color: #000;padding-bottom: 40px;}
.ach-info{display: flex; flex-wrap: wrap; margin-top:0px;}
.ach-text-block{/* flex:0 0 25%; max-width: 25%; */ border-right: solid 1px #c5cfe0;padding:30px 30px 30px 160px; position: relative;}
.ach-text-block:nth-of-type(4n){border-right: none;}
/* .ach-text-block:nth-of-type(2n){border-right: none;}
.ach-text-block:nth-of-type(3n), .ach-text-block:nth-of-type(4n){border-bottom: none;} */
.ach-text-block .icon{position: absolute; left:30px; width: 110px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);}
.ach-text-block .h2{padding: 0;color: #034e8a; line-height: 100%;font-size: 52px;display:block;}
.ach-text-block p{font-size: 18px;color: #034e8a;padding:0;}

.trusted-block{background: #f2f2f2; padding-top:100px; padding-bottom: 15px;}
.trusted-block h2{color: #1D4F91; font-weight: 400; padding-bottom: 35px;}
.partners-logo{background: #ffffff; padding: 20px 0; margin-top: 70px; position: relative;}
.partners-logo:before{content: ""; background: url('../img/up-arrow-shape.png')no-repeat; background-position: center top;height: 42px;position: absolute;top: -42px;left: 0;right: 0;}
.partner-slide.owl-carousel .owl-stage{display: flex;align-items: center;}
.partner-slide.owl-carousel .owl-item{display: flex;}
.partner-slide.owl-carousel .item{margin: auto;}


.notification_number{
	background-color: #84d1ef;
    border-radius: 50%;
    width: 100%;
    height: 30%;
    padding: 10px;
    margin-left: 25%;
}

/**********Rewview****Slider******Start************/
.global-slider-controls .owl-carousel .owl-stage-outer {
  padding: 0px 0 0;
}
.global-slider-controls .owl-next, .global-slider-controls .owl-prev {
  top: 0px;
  -webkit-transform: none;
  transform: none;
}
.global-slider-controls .owl-nav {
  top: 50%;
}
.global-slider-controls .owl-next {
  margin-right: -75px;
}
.global-slider-controls .owl-prev {
  margin-left: -75px;
}
.global-slider-controls .owl-next:after, .global-slider-controls .owl-prev:after {
  display: none;
}
.global-slider-controls .owl-next:before, .global-slider-controls .owl-prev:before {
  content: "";
  width: 60px;
  height: 20px;
  text-transform: uppercase;
  background: none;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/left_long_arrow.png") no-repeat center;
}
.global-slider-controls .owl-next:before {
  background: url("../img/left_long_arrow.png") no-repeat;
  transform: scaleX(-1);
}
.global-slider-controls .owl-prev:hover:before, .global-slider-controls .owl-next:hover:after {
  color: #ff8400;
}
.top-category-sec {  
  position: relative;
  text-align: center;
  padding: 100px 0px;
}
.top-category-sec h2{
  font-weight: 400;
  color: #1D4F91;
  padding-bottom: 35px;
}
#top-category-slider .item {
  padding: 0 15px;
}
.top-category-col {
  background: #fff;
  padding: 17px 35px 35px;
  position: relative;
  border-radius: 25px;
  -webkit-box-shadow: 0 9px 15px 0px rgba(0, 52, 74, 0.25);
  box-shadow: 0 9px 15px 0px rgba(0, 52, 74, 0.25);
}
.testimonial-sec .owl-next {
  right: 0px;
}
.testimonial-sec .owl-prev {
  left: 0px;
}
.testimonial-sec .owl-next:after, .testimonial-sec .owl-prev:after {
  color: #fff;
  font-size: 54px;
}
.top-category-col .userCol {
  width: 100%;
  text-align: center;
  padding-top: 8px;
}
.top-category-col .userCol img {
  height: 65px;
  width: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
}
.top-category-sec .btn-custom{
  text-transform: none;
  font-size: 16px;
  padding: 0 45px;
  margin-top: 20px;
}
.userCol h4 {
  color: #333;
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 10px;
}
.userCol p {
  color: #546e7a;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 30px;
}
.rating-col {
  margin-bottom: 10px;
}
.category-rating-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.userCol .testi-date {
  color: #546e7a;
  font-size: 14px;
  font-weight: 300;
}
.category-rating-col i {
  color: #fac917;
  margin-left: 5px;
}
.top-category-sec .center .top-category-col {
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 52, 74, 0.25) !important;
  box-shadow: 0 0 23px 0 rgba(0, 52, 74, 0.25) !important;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 80px;
  transition: all ease 0.5s;
  top: 0;
}
.top-category-sec .owl-carousel .owl-stage-outer {
  padding: 45px 0px 20px;
  min-height: 430px;
}
.top-category-sec .center .top-category-col .userCol img {
  top: 35px;
}
.top-category-sec .center .top-category-col .userCol {
  padding-top: 16px;
}
.top-category-sec .owl-nav {
  top: 45%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  position: absolute;
  width: 100%;
}
.top-category-sec .border-btn-sec {
  padding-top: 20px;
}
.review-read {
  background: url(../img/readmore-arrow.png) no-repeat right center;
  padding-right: 25px;
  color: #1D4F91;
  font-size: 16px;
  display: none;
  position: absolute;
  bottom: 16px;
  /*left: 30px;*/
  left: 137px;
}
.top-category-sec .center .review-read {
  display: table;
}
/**********Rewview****Slider******Start************/

.footer{ /*background:url(../img/footer-bg.png) no-repeat center top; background-size:cover;*/ padding-top:40px; position:relative;}

.footer::after{content: "";
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,53,95,1) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,53,95,1) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,53,95,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1D4F91',GradientType=0 ); /* IE6-9 */ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner-footer{
	padding-top:250px; position:relative; }
/* .inner-footer::after{content: "";
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,53,95,1) 90%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,53,95,1) 90%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,53,95,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1D4F91',GradientType=0 );  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
} */
.footer-block{ position:relative; z-index:1;
	/* background: linear-gradient(to top, rgba(0,39,70,1) 0%,rgba(0,39,70,0) 95%); */
}
.inner-footer::after{background:url(../img/cls-footer.jpg) no-repeat;  width: 100%; height: 1138px; background-size: 100%; position: absolute; bottom:0; left:0; content:""; z-index: -1; background-position: bottom center;}
.top-footer {padding: 0 0 30px;}
.ft-block{}
.ft-logo{ margin:0 0 20px;}
.ft-logo img{max-width: 110px;}
.ft-block p{ color:#a6b3be; font-size:18px; margin:0; padding:0;}
.ft-block span{ color:#fff; font-size:32px; margin:0; padding:0;font-family: 'DM Sans', sans-serif; display:block; font-weight:600; letter-spacing:3px;}
.ft-block span a{font-family: 'DM Sans', sans-serif; color:#fff;}
.ft-menu{ display:block;}
.ft-menu span{ display:block; color:#fff;font-family: 'DM Sans', sans-serif; font-size:24px; text-transform:uppercase; padding:0 0 20px;}
.ft-menu ul{ margin:0; padding:0;}
.ft-menu ul li{ margin:0 0 10px; padding:0; list-style:none; display:block; font-weight:300;}
.ft-menu ul li a{ font-size:18px; color:#fff; display: inline block;}
.md-ft-links{ background:rgba(59, 96, 125, 0.5); padding:25px 30px; margin:0 0 20px;}
.md-ft-links ul{ margin:0; padding:0;}
.md-ft-links ul li{ margin:0 6px 2px 0; padding:0; list-style:none;font-weight:300; position:relative; display:inline-block; line-height:16px;}
.md-ft-links ul li:after{ position:absolute; right:-6px; top:0;content:""; width:1px; height:14px; background:#fff;}
.md-ft-links ul li a{ font-size:16px; color:#fff;}
/* .ft-menu span{color: #1D4F91;} */
.ft-menu ul li a{color: #fff;}
.bottom-footer {display: flex;align-items: center;justify-content: space-between; padding:0 0 20px;}
.bottom-footer span{ font-size:16px; font-weight:300; display:block;color:#a6b3be; text-transform:uppercase;}
.client-logo{ display:block; margin:0; padding:0;}
.client-logo li{ margin:0 0 0 5px; padding:0; display:inline-block;}


.inner-bnr {	background-size: cover !important;	background-position: center !important;	height: 370px;	position: relative;	padding-top: 139px;}
.inner-bnr:after{background: url('../img/inner-bnr-overlay.png') no-repeat; content: ""; position: absolute; left: 0; top: 0; background-size: cover; width: 100%; height: 100%;}
.inner-bnr .container{position: relative; z-index: 1; height: 100%; display: flex; align-items: flex-end; text-align: center;}
.inner-bnr.contact{background: url('../img/contact-bnr-img.jpg') no-repeat;}
.inner-bnr.corporate{background: url('../img/corporatet-bnr-img.jpg') no-repeat;}
.inner-bnr.document{background: url('../img/document-bnr-img.jpg') no-repeat;}
.inner-bnr.travel-agent{background: url('../img/travel-agent-bnr-img.jpg') no-repeat;}
.inner-bnr.police{background: url('../img/police-clearance-bnr-img.jpg') no-repeat;}
.inner-bnr.track-order{background: url('../img/track-order-bnr-img.jpg') no-repeat;}
.inner-bnr.visa{background: url('../img/visa-process-bnr-img.jpg') no-repeat;}
.inner-bnr.translation{background: url('../img/translation-bnr-img.jpg') no-repeat;}
.inner-bnr.russia-voucher{background: url('../img/rusia-voucher-bnr-img.jpg') no-repeat;}
.inner-bnr.login{background: url('../img/login-bnr-img.jpg') no-repeat;}
.inner-bnr.recent-travel{background: url('../img/recent-travel-alert-bnr-img.jpg') no-repeat;}
.inner-bnr.safe-delivery{background: url('../img/safe-delivery-bnr-img.jpg') no-repeat;}
.inner-bnr.exporter{background: url('../img/exporter-bnr-img.jpg') no-repeat;}
.inner-bnr.goverment{background: url('../img/government-bnr.jpg') no-repeat;}
.inner-bnr.about{background: url('../img/aboutus-bnr-img.jpg') no-repeat;}
.inner-bnr.dashboard{background: url('../img/PUBLIC_CLIENT_CENTRE_BANNER.png') no-repeat;}
.inner-bnr.dashboard-bulk{background: url('../img/BULK_CLIENT_CENTRE_BANNER_NEW.jpg') no-repeat;}
.inner-bnr.help-center{background: url('../img/help-center-bnr-img.jpg') no-repeat;}
.inner-bnr.saudi-bnr{background: url('../img/saudi-arabia-bnr-img.jpg') no-repeat;}
.inner-bnr.visa-info-bnr{background: url('../img/visa-information-bnr-img.jpg') no-repeat;}
.inner-bnr.visa-info-bnr-bulk{background: url('../img/visa-information-bnr-img-bulk.jpg') no-repeat;}
.inner-bnr.track-order.passport-box { background: url(../img/passport.jpg) no-repeat; }

.inner-bnr.personal-notes{background: url('../img/person-notes.jpg') no-repeat;}
.inner-bnr.doc-delivery-bnr{background: url('../img/doc-delivery-bnr.jpg') no-repeat;}
.inner-bnr.visa-process{background: url('../img/visa.jpg') no-repeat;}
.inner-bnr.term-condition-bnr{background: url('../img/terms-and-conditions.jpg') no-repeat;}
.inner-bnr.privacy-policy-bnr{background: url('../img/privacy-policy.jpg') no-repeat;}

/*contactuspagecss*/
.inner-bnr h1 {
	color: #ffffff;
	font-size: 75px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	align-items: center;
	justify-content: center;
}
.contact-welcome p{color: #000;}
.contact-welcome p.large{font-size: 26px; font-weight: 300; color: #000; line-height: 40px;}

.address-block{background: #ffffff; overflow: hidden;}
.address-text{padding-top: 20px; padding-bottom: 20px;}
.address-text.pad-right{padding-right: 70px; padding-left: 15px;}
.address-text.pad-left{padding-left: 70px; padding-right: 15px;}
.address-text h2{color: #1D4F91; font-size: 55px; letter-spacing: 3px;}
.address-text p.address {
    font-size: 28px;
    /* text-transform: uppercase; */
    font-weight: 300;
    color: #1D4F91;
    line-height: normal;
}
.address-text .phone-list li{font-size: 21px; position: relative; padding: 0 0 0 32px; margin-top: 14px;}
.address-text .phone-list li i{max-width: 18px; position: absolute; left: 0; top: 0;}
.address-block .map{height: 650px;}
.address-block .map iframe{width: 100%; height: 100%; border: 0;}
.address-block .row:nth-of-type(2n){background: #f2f2f2;}
.contact-form{padding: 80px 0 35px; /* background: #ffffff; */}
.contact-form h2{color: #1D4F91; font-weight: 400; font-size: 60px; text-transform: uppercase;}
.contact-form label{font-family: 'DM Sans', sans-serif;font-size: 20px; font-weight: 300; color: #333333; margin-bottom: 12px; display: block;}
.contact-form .form-control{height: 60px;}
.form-contact{margin-top: 20px;}
.capcha-field{margin-top: 15px;}
.contact-form .btn-block{border-top: solid 1px #dfdfdf;text-align: right;margin: 20px 0 0 0;padding: 20px 0 0 0;}
.contact-form .btn-custom{padding: 0 40px;}
.feature-block{border-top: solid 1px #dfdfdf; padding-bottom: 40px; display: none !important;}
.feature-info{border-right: solid 1px #dfdfdf; padding: 50px 10px 30px; position: relative;}
.feature-info:after{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;width: 7px; height: 7px; background: #dfdfdf; content: ""; border-radius: 100%; -webkit-border-radius: 100%; position: absolute; bottom: -1px; right: -4px;}
.feature-info:before{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;width: 1px; height: 0; background: #264b6e; content: ""; position: absolute; right: -1px; top: 0;}
.feature-info.last{border: none;}
.feature-info.last:before, .feature-info.last:after{display: none;}
.feature-info:hover:before{height: 100%;}
.feature-info:hover:after{background: #264b6e;}
.feature-info h3{color: #264b6e; font-size: 24px; text-transform: uppercase; padding: 13px 0 15px 0;}
.feature-info p{color: #333333;}

/*corporatepagecss*/
.visa-information-welcome{background-position: center; background-size: cover;position: relative; margin: 13px 0; padding: 0 5px;}
.visa-information-welcome::after {background: rgba(0,53,95,0.1);content: "";position: absolute;left: 0;right: 0;width: 100%;height: 100%;top: 0;}
.visa-information-welcome .container {z-index: 1;}
.visa-information-welcome p{font-size: 18px; color: #333333; font-weight: 400; text-align: center; line-height: 40px;}
.corporate-welcome{background: url('../img/corporate-welcome-text-bg.jpg') no-repeat; background-position: center; background-size: cover; position: relative; padding: 90px 0;}
.corporate-welcome p{font-size: 26px; color: #333333; font-weight: 300; text-align: center; line-height: 40px;}
.corporate-welcome .quote{background: url('../img/blackquote-icon.png') no-repeat; background-size: 100%; width: 112px; height: 94px; position: absolute; top: 100%; right: 20px;}
.img-text-block.corporate h2{padding-bottom: 20px;}

/*policeclearnces*/
.police-clearnce{padding: 90px 0;}
.head-info-block{position: relative; background: #f6f6f6 url('../img/pattenr-bg.png') no-repeat 100%; border: solid 1px #dddddd; padding: 40px 50px; text-align: center;}
.head-info-block p{padding: 0; font-size: 26px; line-height: 38px; font-weight: 300;}
.head-info-block:after, .head-info-block:before {top: 100%;left: 117px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.head-info-block:after {border-color: rgba(136, 183, 213, 0);border-right-color:#f6f6f6;border-width: 24px;margin-left: -24px;border-top-color:#f6f6f6;}
.head-info-block:before {border-color: rgba(194, 225, 245, 0);border-right-color:#dddddd;border-width: 25px;margin-left: -25px;border-top-color:#dddddd;}
.police-clearnce .des-text{margin: 90px 0 0 0;}
.police-clearnce .des-text p{color: #333333;}
/* .police-record-block{border: solid 1px #dfdfdf; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; margin-top: 65px;}
.pr-country-block{ border-right: solid 1px #dfdfdf; flex:0 0 33.33%; max-width: 33.33%; text-align: center; padding: 12px 40px 20px;}
.pr-country-block:last-child{border: none;}
.pr-country-block .map-icon{display: block; margin: 0 auto 15px auto;}
.pr-country-block h3{font-size: 22px; color: #264b6e; text-transform: uppercase;}
.pr-country-block p{font-size: 20px; color: #333333; font-weight: 300; padding-bottom: 10px;}
.pr-country-block:hover{background: #ffffff; box-shadow: 0 0 34px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 34px rgba(0,0,0,0.2); margin: -1px;} */
.police-record{background: #f5f5f5;}
.img-text-block.police-record h2{font-weight: 400; color: #264b6e; line-height: 100%;}
.img-text-block.police-record .sub-hd{color: #333333; font-weight: 300; font-size: 20px; text-transform: none; margin-bottom: 25px;}
.img-text-block.police-record .map{height: 600px;}
.img-text-block.police-record .map iframe{border: none; width: 100%; height: 100%; display: block;}

/*documentpagecss*/
.document-form{padding: 80px 0 35px;}
.head-text-block{ max-width: 940px; margin:0 auto 35px;}
.head-text-block h2{color: #1D4F91; font-weight: 400; padding-bottom: 25px;}
.head-text-block p{color: #333333;}
.form-step-block{display: flex; flex-wrap: wrap; margin-bottom: 40px;}
.step-block{font-size: 22px; color: #8f8f8f; font-weight: 300; flex:0 0 33.33%; max-width: 33.33%; text-align: center;}
.govt_visa_tpn_steps{flex:0 0 25% !important; max-width: 25% !important;}
.govt_tpn_steps, .govt_visa_steps{flex:0 0 25% !important; max-width: 25% !important;}
.step-img.one{background: url('../img/document-form-step1-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.two{background: url('../img/document-form-step2-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.three{background: url('../img/document-form-step3-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.visa-step{background: url('../img/visa-step-img.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.review-paymeny-step{background: url('../img/review-order-payment.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.four{background: url('../img/visa-invitaion-step1.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.five{background: url('../img/processing-step3.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-img.six{background: url('../img/place-order-icon.png') no-repeat; width: 85px; height: 110px; background-size: 100%; background-position: center; display: block; margin: 0 auto 20px auto;}
.step-block p{color: #7c7c7c; line-height: 28px; padding-bottom: 5px;}
.step-block .step-hd{font-family: 'DM Sans', sans-serif; font-size: 34px; color: #7c7c7c; font-weight: 700; text-transform: uppercase;}
.step-block:hover p, .step-block.active p, .step-block:hover .step-hd, .step-block.active .step-hd, .step-block.complete .step-hd{ color: #1D4F91;}
.step-block:hover .step-img.one, .step-block.active .step-img.one, .step-block.complete .step-img.one{background: url('../img/document-form-step1-hover-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.two, .step-block.active .step-img.two, .step-block.complete .step-img.two{background: url('../img/document-form-step2-hover-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.three, .step-block.active .step-img.three, .step-block.complete .step-img.three{background: url('../img/document-form-step3-hover-img.png') no-repeat; width: 136px; height: 129px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.four, .step-block.active .step-img.four{background: url('../img/visa-invitaion-step1-hover.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.five, .step-block.active .step-img.five{background: url('../img/processing-step3-hover.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.six, .step-block.active .step-img.six{background: url('../img/place-order-icon-hover.png') no-repeat; width: 85px; height: 110px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.visa-step, .step-block.active .step-img.visa-step{background: url('../img/visa-step-img-active.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-size: 100%; background-position: center;}
.step-block:hover .step-img.review-paymeny-step, .step-block.active .step-img.review-paymeny-step{background: url('../img/review-order-payment-active.png') no-repeat; width: 116px; height: 110px; background-size: 100%; background-size: 100%; background-position: center;}

.form-step-block.track-step{position: relative;}
.track-step .step-block{flex:0 0 25%; max-width: 25%; font-size: 20px;}
.track-step .step-block p{line-height: 25px;}

.document-form label em{font-style: normal; color: red;}
.document-form .btn-block{border-top: solid 1px #dfdfdf;text-align: right;margin: 20px 0 0 0;padding: 20px 0 0 0;}
.document-form .btn-custom{padding: 0 28px 0 40px; font-size: 16px; text-transform: none;}
.document-form .btn-custom.back{padding: 0 40px 0 28px;}
.document-form .btn-custom.arrow img{max-width: 28px; display: inline-block; vertical-align: middle; margin: -3px 0 0 10px;}
.document-form .btn-custom.back.arrow img{margin: -3px 10px 0 0;}
.field-icon{position: relative;}
.field-icon .icon {	position: absolute;	right: 15px;	top: 11px;}
.btn-block{text-align: center; padding: 30px 0;}
.float-right-class {float:right;}
.top-text-block{/*background: url('../img/corporate-welcome-text-bg.jpg') no-repeat; background-position: center; background-size: cover; position: relative; padding: 90px 0; */ padding:32px 0 0 0}
.top-text-block.new-toptextblockremove {background-image: none;}
.top-text-block.bg-white{background: #ffffff;}
.top-text-block.exporter-bg{background: url('../img/exporter-text-bg.jpg') no-repeat;}
.top-text-block h2{color: #1D4F91; font-weight: 400;}
.top-text-block p{font-size: 26px; color: #333333; font-weight: 300; text-align: center; line-height: 40px;}
.top-text-block .quote{background: url('../img/blackquote-icon.png') no-repeat; background-size: 100%; width: 112px; height: 94px; position: absolute; top: 100%; right: 20px;}
/*.custom-form{padding: 80px 0 35px;}*/
.custom-form{padding: 32px 0 35px;}
.custom-form label em{font-style: normal; color: red;}
.upload-field input[type="file"]{padding: 9px;}
.capcha img{max-width: 300px;margin-top: 32px;}

.add-more-city{margin-top: 15px;}
.add-new-btn, .remove-new-btn{display: inline-block; margin: 15px 0 0 0;}
.add-new-btn i{display: inline-block;vertical-align: middle; color: #1D4F91; margin: -2px 6px 0 0;}
.remove-new-btn i{display: inline-block;vertical-align: middle; color: #ef132f; margin: -2px 6px 0 0;}
.popular_dest_img{height:390px;width: 100%;}

/*accountpagecss*/
.user-form-block{max-width: 569px; padding-left: 60px; padding-right: 15px;}
.user-account-form .custom-form{padding: 0;}
.forgot-link{font-size: 20px; font-weight: 300;}
.user-account-form .custom-form .btn-custom {margin: 40px auto 0 auto;font-weight: 400;font-size: 16px;padding: 0 50px;}
.signup-link-block{display: block; padding-top: 20px;}
.signup-link-block p{font-size: 22px;}
.seprater{border-bottom: solid 1px #dfdfdf; display: block; position: relative; margin-left: -37px; margin-bottom: 35px;}
.seprater:after{content: "OR"; width: 46px; height: 46px; border: solid 1px #dfdfdf; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; line-height: 45px; text-align: center;text-align: center;display: block;margin: 0 calc(50% - 37px) -20px auto; background:#fff;}
.signup-link-block .link{text-transform: uppercase; font-family: 'DM Sans', sans-serif; color: #1D4F91;}
.help-block{background: url('../img/help-section-bg.png') no-repeat; background-size: cover; background-position: center; border-top: solid 1px #dddddd;}
.hb-block{padding: 35px 25px;}
.help-block .icon{display: block; min-height: 122px;}
.help-block .title{font-family: 'DM Sans', sans-serif; color: #264b6e; font-size: 24px; text-transform: uppercase; display: block; margin: 10px 0 25px 0;}
.head-text-block{margin: 50px auto 10px auto;}
.client-center{padding-top: 0; padding-bottom: 50px;}
.client-center .cc-block{font-size: 20px; color: #000000;background:#edeef5;padding-bottom: 0; margin-top: 30px; height: calc(100% - 30px);border-radius:10px;overflow:hidden;}
.client-center .cc-block .thumb-img{margin-bottom: 0; display: block;}
.client-center .cc-block .thumb-img img{width: 100%; display: block;}
.client-center .cc-block.text-block{padding: 25px 20px;background: #fff;}
.client-center .cc-block.text-block h3 {
    font-weight: 500;
    color: #1D4F91;
    font-size: 48px;
    text-transform: uppercase;
}
.client-center .cc-block.text-block p {
    font-size: 18px;
    line-height: 32px;
    color: #222222;
}
.user-register-block{padding-top:30px;margin-top: 0;}

.user-register-block .container{}

.user-register-block .head-text-block{margin: auto;max-width:inherit;border-top: solid 1px #dfdfdf;padding-top:50px;}
.user-register-block .custom-form{padding: 40px 0 40px 0;}
.form-section-title{font-size: 18px; font-weight: 400; text-transform: uppercase; border-bottom: solid 1px #dfdfdf; padding-bottom: 5px; margin: 25px 0; display: block;}
.track-order-title{font-size: 18px; font-weight: 400; text-transform: uppercase; border-bottom: solid 1px #dfdfdf; padding-bottom: 5px; margin: 0px 0px 10px; display: block;}
.user-register-block .custom-form ul li{position: relative; padding-left: 28px;}
.user-register-block .custom-form ul li:before{content: "ï€Œ"; font-family: 'Font Awesome 5 Free'; color: #1D4F91; font-weight: 900; position: absolute; left: 0; top: 0;}
.terms-link{font-weight: 400; text-decoration: underline; display: inline-block;}
.user-register-block .custom-form .capcha{margin-top: 25px;}
.user-register-block .custom-form .capcha img{margin-top: 0;}

/*recentalretspagecss*/
.recent-alrets-block{/*padding-bottom: 120px; */ /* background: #ffffff url('../img/pattern.png') repeat; background-position: center; */}
.recent-alrets-block h2.pad-b30{padding-bottom: 30px;}
.date-box{background: #1D4F91; position: absolute; top: 0;font-size: 16px; font-weight: 400; color: #ffffff; padding: 20px 35px;}
.date-box.left{left: 0;}
.date-box.right{right:0;}
.date-box i{margin: -6px 10px 0 0;vertical-align: middle;display: inline-block;}
.arrow-icon::after {content: "";background: url('../img/arrow-down-icon.png') no-repeat;background-size: auto;background-size: 100%;width: 35px;height: 70px;display: block;margin: 0 calc(50% - 20px) 0 auto;}

/*safedelivery*/
.custom-form.delivery{padding: 0;}
.form-section-title-sub {display: block;font-size: 18px;margin: 15px 0;background:#f2f2f2;padding: 7px 17px;}
.custom-form.delivery .btn-block{display: flex; flex-wrap: wrap;}
.custom-form.delivery .btn-block .btn-custom.normal{padding: 0 30px;}
.custom-form.delivery .btn-block .btn-custom.arrow{margin-left: auto;}

/*orderhistory*/
.mid-inner-block{padding: 0px 0 75px;}
.tab-page-link ul{display: flex;}
.tab-page-link ul li{flex-grow: 1; max-width: 100%;}
.tab-page-link ul li a{display: block; text-align: center; border:solid 1px #cccccc; margin: 0 3px; padding: 8px 5px;}
.tab-page-link ul li a em{font-style: normal;background:#1D4F91;color: #ffffff;padding: 2px 5px;font-size: 14px;vertical-align: middle;display: inline-block;margin: -3px 0 0 1px;line-height: 100%;}
.tab-page-link ul li a:hover, .tab-page-link ul li a.active{background: #1D4F91; color: #ffffff; border-color: #1D4F91;}
.tab-page-link ul li a:hover em, .tab-page-link ul li a.active em{background:#ffffff;color: #1D4F91;}
.page-content-block{margin-top: 30px;}
.filter-bar{border-bottom: solid 1px #cccccc; padding-bottom: 20px; margin-bottom: 20px;}
.search{max-width: 450px; width: 100%;}
.search label{display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
.search .form-control{display: inline-block; vertical-align: middle; max-width: 385px;}
.filter-bar .per-page{margin-left: auto; max-width: 240px; width: 100%;}
.filter-bar .per-page label{margin: 0 10px 0 0; display: inline-block; vertical-align: middle;}
.filter-bar .per-page .form-control{display: inline-block; vertical-align: middle; max-width: 100px;}
.data-table table tr th {font-weight: 400;background:#f2f2f2;padding: 7px 15px;border-right: solid 1px #ffffff;}
.data-table table tr th .sort{float: right;}
.data-table table tr td {font-weight: 400;padding: 7px 15px;border-right: solid 1px #f2f2f2; border-bottom: solid 1px #f2f2f2;}
.action-link {display: inline-block;padding: 2px 8px;margin: 0 5px;border: solid 1px #bbbbbb;font-size: 14px;}
.action-link i {margin: 0 5px 0 0;}
.action-link:hover{color: #1D4F91; border-color: #1D4F91;}

/*aboutus*/
.head-text-block.large {margin: 65px auto;} 
.head-text-block.large p{font-family: 'DM Sans', sans-serif; font-size: 28px; color: #333333; font-weight: 300; line-height: 32px;}
.about-section-block{/* background: #f0f8fb; */ overflow-x: hidden;}
.about-section-block .content-block{padding: 0 122px; width: 100%;}
.about-section-block .content-block p{max-width: 100%; font-size: 18px; color: #333333; font-weight: 300; line-height: 28px;}
.block-no{width: 81px; height: 81px; background: #dce8ec; border-radius: 100%; -webkit-border-radius: 100%; text-align: center; line-height: 81px; font-family: 'DM Sans', sans-serif; font-size: 30px; color: #869fa7; font-weight: 300; display: block; position: absolute; left: 31px; top:31px;}
.block-no.right{left: auto; right: 31px;}
.timeline .title{font-family: 'DM Sans', sans-serif; font-size: 28px; font-weight: 400; display: block; text-align: center; margin-bottom: 15px;}
.timeline-block{position: relative;}
.timeline-block .align-right{text-align: right; padding-right: 50px;}
.timeline-block .align-right:after{width: 16px; height: 16px; background: #f0f8fb; border: solid 1px #c2c2c2; content:"";border-radius: 100%; -webkit-border-radius: 100%; position: absolute; right: -7px;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1;}
.timeline-block .align-left{text-align: left; padding-left: 50px;}
.timeline-block .align-left:after{width: 16px; height: 16px; background: #f0f8fb; border: solid 1px #c2c2c2; content:"";border-radius: 100%; -webkit-border-radius: 100%; position: absolute; left: -7px;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1;}
.timeline-block .year{font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 600; color: #000000;}
.about-section-block .content-block .timeline-block p{font-size: 12px; line-height: 22px; padding: 0;}
.timeline-block [class^='row']{margin-left: -30px; margin-right: -30px;}
.timeline-block [class^='col-']{padding-left: 30px; padding-right: 30px;}
.timeline-block .icon{position: absolute; max-width: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.timeline-block .icon.left{left: 30px;}
.timeline-block .icon.right{right: 30px;}
.timeline-block:after{width: 1px; height: calc(100% - 95px); background: #c2c2c2; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; margin-top: 45px;}
.about-section-block .img-block img{object-fit: cover; min-height: 645px;}
.about-section-block .content-block .list-block{padding-top: 20px;}
.about-section-block .content-block .list-block h3{font-size: 28px; font-weight: 500; padding-bottom: 20px;}
.about-section-block .content-block ul li{position: relative; padding-left: 40px; margin-bottom: 12px; font-size: 18px; /* font-size: 21px; */ font-weight: 300;}
.about-section-block .content-block ul li::before{background: url('../img/list-arrow.png') no-repeat; background-size: 100%; content: ""; position: absolute; left: 0; top: 10px;width: 21px;height: 12px;}
.about-section-block .content-block.map-pattern{background: url('../img/map-pattern.png') no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; display: flex; align-items: center;}
.lrg-hd{font-size: 93px; color: #1D4F91; display: block; text-align: center; width: 100%;}
.top-category-col.support .userCol img{
    width: 100%;
    height: 200px;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 12px;
    object-fit: contain;}
.img-block.contact img {object-fit: cover;min-height: 505px;width: 100%;}

/*dashboard*/
.dashboard-block .head-text{padding: 0 20px 75px;}
.dashboard-block .head-text p{font-size: 28px; color: #333333;}
.dash-bord-nav{display: flex; flex-wrap: wrap;}
.db-box{flex:0 0 20%; max-width: 20%; border-top:solid 1px #e5e5e5; border-right: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5; text-align: center; padding: 55px 15px;}
.db-box .icon{width: 110px; height: 104px; background-size: 100%!important; background-position: center!important; display: block; margin: 0 auto 15px auto;}

.db-box .icon.visa{background: url('../img/dash-visa-normal-icon.png') no-repeat;}
.db-box:hover .icon.visa{background: url('../img/dash-visa-hover-icon.png') no-repeat;}
.db-box .icon.doc{background: url('../img/dash-document-normal-icon.png') no-repeat;}
.db-box:hover .icon.doc{background: url('../img/dash-document-hover-icon.png') no-repeat;}
.db-box .icon.voucher{background: url('../img/dash-visa-voucher-normal-icon.png') no-repeat;}
.db-box:hover .icon.voucher{background: url('../img/dash-visa-voucher-hover-icon.png') no-repeat;}
.db-box .icon.police{background: url('../img/dash-police-normal-icon.png') no-repeat;}
.db-box:hover .icon.police{background: url('../img/dash-police-hover-icon.png') no-repeat;}
.db-box .icon.order{background: url('../img/dash-order-normal-icon.png') no-repeat;}
.db-box:hover .icon.order{background: url('../img/dash-order-hover-icon.png') no-repeat;}
.db-box .icon.legal{background: url('../img/dash-document-legal-normal-icon.png') no-repeat;}
.db-box:hover .icon.legal{background: url('../img/dash-document-legal-hover-icon.png') no-repeat;}
.db-box .icon.visa-info{background: url('../img/dash-visa-info-normal-icon.png') no-repeat;}
.db-box:hover .icon.visa-info{background: url('../img/dash-visa-info-hover-icon.png') no-repeat;}
.db-box .icon.clearnce{background: url('../img/dash-police-info-normal-icon.png') no-repeat;}
.db-box:hover .icon.clearnce{background: url('../img/dash-police-info-hover-icon.png') no-repeat;}
.db-box .icon.detail{background: url('../img/dash-detail-normal-icon.png') no-repeat;}
.db-box:hover .icon.detail{background: url('../img/dash-detail-hover-icon.png') no-repeat;}
.db-box .icon.pending{background: url('../img/dash-pending-order-normal-icon.png') no-repeat;}
.db-box:hover .icon.pending{background: url('../img/dash-pending-order-hover-icon.png') no-repeat;}
.db-box .icon.help{background: url('../img/dash-help-normal-icon.png') no-repeat;}
.db-box:hover .icon.help{background: url('../img/dash-help-hover-icon.png') no-repeat;}
.db-box .icon.passport{background: url('../img/dash-passport-normal-icon.png') no-repeat;}
.db-box:hover .icon.passport{background: url('../img/dash-passport-hover-icon.png') no-repeat;}
.db-box .icon.reports{background: url('../img/reports.png') no-repeat;}
.db-box:hover .icon.reports{background: url('../img/reports-hover.png') no-repeat;}
.db-box .icon.user{background: url('../img/staff.png') no-repeat;}
.db-box:hover .icon.user{background: url('../img/staff-hover.png') no-repeat;}
.db-box .icon.activities{background: url('../img/activity.png') no-repeat;}
.db-box:hover .icon.activities{background: url('../img/activity-hover.png') no-repeat;}

.db-box h3{font-size:26px; font-weight: 300; color: #023660; /* text-transform: uppercase; */}
.db-box p{font-size: 18px; color: #333333;}
.db-box:hover{background: #023660;}
.db-box:hover h3, .db-box:hover p{color: #ffffff;}

/*custompopupcss*/
.custom-modal h4{padding: 0; color: #264b6e;}
.custom-modal .modal-header .close {padding: 0;margin: 2px 0 0 0;border: solid 1px #000;border-radius: 100%;-webkit-border-radius: 100%;width: 31px;height: 31px;text-align: center;line-height: 28px;opacity: 0.8;}
.custom-modal .modal-content{border-radius: 0; border: none;}

/*visastep*/
.visa-step .form-step-block{max-width: 1200px; margin-left: auto; margin-right: auto;}
.vs-form-block{margin-bottom: 30px; padding-bottom: 30px;}
.form-sec-title{font-family: 'DM Sans', sans-serif; font-size: 26px; color: #1D4F91; font-weight: 400; text-transform: uppercase; display: block; margin-bottom: 20px;}
.total-charge{background: #f2f2f2; padding: 30px;}
.vs-form-block .lg-text{font-size: 22px; font-weight: 300; display: block; margin-bottom: 15px;}
.vs-form-block .radio-group{display: block; padding-top: 15px;}
.vs-form-block .radio-group label b{font-weight: 400; color: #1D4F91;}
.vs-form-block .radio-group .custom-radio {margin-right: 40px;}
.vs-form-block .card-header{border-bottom: none; padding: 20px 32px;}
.vs-form-block .card{border: none; border-radius: 0; margin-top: 15px; background: #f2f2f2;}
.vs-form-block .card-header:first-child{border-radius: 0;}
.vs-form-block .card-header a{display: block; position: relative; font-family: 'DM Sans', sans-serif; font-size: 20px; color: #333333; font-weight: 300; text-transform: uppercase;}
.vs-form-block .card-header a:after{position: absolute; right: 0; background: url('../img/arrow-down.png') no-repeat; background-size: 100%; width: 29px; height: 17px; content: ""; top: 7px; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.vs-form-block .card-header a.collapsed:after{transform: rotate(0deg); -webkit-transform: rotate(0deg);}
.vs-form-block .card-body{background: #ffffff; border: solid 1px #f2f2f2;}
.vs-form-block .card-body ul{padding-left: 15px;}
.vs-form-block .card-body ul li{list-style: disc;}
.vs-form-block .accordian{margin-bottom: 30px;}
.vs-form-block .bg-title{font-family: 'DM Sans', sans-serif; font-size: 20px; text-transform: uppercase; color: #1D4F91; background: #f2f2f2; display: block; padding: 20px 32px;margin-top: 30px;}
.vs-form-block .vs-title{font-family: 'DM Sans', sans-serif; font-size: 20px; color: #1D4F91; font-weight: 400; display: block; margin-bottom: 20px;}

/*visacountrylist*/
.visa-list .alpha-block{position: relative; padding: 15px 15px 15px 70px; margin-bottom: 25px; background: #f9f9f9;}
.visa-list .alpha-block .alpha-title{background: #1D4F91; font-size: 30px; color: #ffffff; text-transform: uppercase; width: 50px; height: 50px; text-align: center; line-height: 50px; position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center;}
.visa-list .alpha-block .alpha-title span{width: 100%;}
.visa-list .alpha-block ul{display: flex; flex-wrap: wrap;}
.visa-list .alpha-block ul li{flex:0 0 25%; max-width: 25%; padding: 0 15px; position: relative; margin-bottom: 10px; margin-top: 12px; word-wrap: break-word;}
.visa-list .alpha-block ul li a{display: block;padding: 0 0 0 15px;font-size: 17px;}
.visa-list .alpha-block ul li i {position: absolute;left: 0;top: 3px;color:#1D4F91;font-size: 21px;}

/*cmspagecss*/
.content-pages .data-table{margin-bottom: 15px;}
.content-pages .cp-block{display: block; margin-bottom: 35px;}
.content-pages .sub-hd{font-family: 'DM Sans', sans-serif; font-size: 19px; display: block; margin-bottom: 15px;}
.content-pages ul li{list-style: disc inside;}


/*passport-list*/
.passport #pills-home-tab {  background: url(../img/specialist-icon.png) no-repeat  center 38px; background-color: #f2f2f2; }
.passport #pills-home-tab.active, .passport #pills-home-tab a:hover { background:#1D4F91 url(../img/specialist-icon-white.png) no-repeat  center 38px; color:#fff; }
.passport #pills-profile-tab {  background: url(../img/document-icon.png) no-repeat  center 38px; background-color: #f2f2f2; }
.passport #pills-profile-tab.active, .passport #pills-profile-tab a:hover { background:#1D4F91 url(../img/document-icon-white.png) no-repeat  center 38px; color:#fff; }
.passport #pills-contact-tab {  background: url(../img/scan-icon.png) no-repeat  center 38px; background-color: #f2f2f2; }
.passport #pills-contact-tab.active, .passport #pills-contact-tab a:hover { background:#1D4F91 url(../img/scan-icon-white.png) no-repeat  center 38px; color:#fff; }


.passport .yes-no-div {  width:100%; padding-bottom: 60px;}

.passport .photo-box-left h2 {color:#1D4F91;font-size: 70px;text-align: center; padding: 20px 0;}
.passport .yes-no-div ul {display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap;flex-wrap:wrap;}
.passport .yes-no-div ul li.firs-li {	display:-ms-flexbox; display:flex;}
.passport .yes-no-div ul li {  width: 100%;}
.passport .yes-no-div ul li.firs-li .heding-div.heding-div-left {  width:33%;  text-align: center; border-right: 1px solid #d9d9d9; font-size: 24px; font-family: 'DM Sans', sans-serif; font-weight:300;}

.passport .yes-no-div ul li.firs-li .heding-div { text-align: center;padding: 20px 0;  border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;}

.passport .yes-no-div ul li.firs-li .heding-div.heding-div-right { width:67%; font-size: 24px; font-family: 'DM Sans', sans-serif; font-weight:300;}
/*.yes-no-div ul li.firs-li .heding-div {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid
#d9d9d9;
border-bottom: 1px solid
    #d9d9d9;
}*/
.passport .yes-no-div ul .sm-div-li .sm-div-in { padding: 40px;}
.passport .yes-no-div ul .sm-div-li .sm-div-left { width:33%; border-right: 1px solid #d9d9d9; text-align: center;}

.passport .yes-no-div ul .sm-div-li .sm-div-left span{display:block;}
.passport .yes-no-div ul .sm-div-li .sm-div-in { padding: 40px;}
.passport .yes-no-div ul li .sm-div-right {  width:67%; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}

.passport .yes-no-div ul .sm-div-li {display:-ms-flexbox; display:flex;-ms-flex-wrap:wrap; flex-wrap:wrap; border-bottom: 1px solid #d9d9d9;}

.passport .yes-no-div ul li .sm-div-right > div.side-img-left { border-right: 1px solid #d9d9d9;}
.passport .yes-no-div ul li .sm-div-right > div {  width: 50%;  padding: 40px; text-align: center;}

.passport .yes-no-div ul li .sm-div-right { width:67%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; padding: 0 !important;}

.passport .photo-box-left {  width: 50%; background: #f2f2f2; position: relative;}

.passport .tab-content { margin-top: 80px;}


.passport ul li.nav-item a { border: none;  border-radius: 0px; background:#f2f2f2; height: 265px;  line-height:395px; color:#333; font-size: 22px; font-family: 'DM Sans', sans-serif;
font-weight: lighter;}

.passport .yes-no-div ul li .sm-div-right > div span {  width: 100%; display: inline-block;}




.passport .container.large {  max-width: 100%; padding: 0 55px;}

.passport .tab-content .tab-pane .passport-tab-section > div.text-box-right { padding: 20px 55px 35px 35px; font-family: 'DM Sans', sans-serif; }
.passport .tab-content .tab-pane .passport-tab-section > div.text-box-right  p{color:#333333; font-weight: 300; line-height: 26px;}


.passport .tab-content .tab-pane .passport-tab-section > div { width: 50%;}

.passport .tab-content .tab-pane .passport-tab-section { 	display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.passport .tab-page-link ul li { position:relative;}

.passport .nav-link.active::after { content: ""; position: absolute; bottom: -40px; right: 0;  left: 0;  border-width: 20px;  border-style: solid;  border-color: #1D4F91 transparent  transparent;  width: 20px;  margin: auto;}
.passport  .yes-no-div ul .sm-div-li:last-child { border-bottom: none;}

.passport .text-box-right ul li {font-family: 'DM Sans', sans-serif;  font-weight: 300;}


.passport .mid-inner-block.passport .tab-content .tab-pane .passport-tab-section > div.text-box-right ul { display: inline-block; width: 100%; padding: 22px 0;}

.passport .text-box-right ul li { font-family: 'DM Sans', sans-serif; font-weight: 300;  font-size: 16px;   margin-bottom: 20px;  line-height: normal;  position: relative;  padding-left: 30px;}

.passport .text-box-right ul li::before { width:10px;  height:10px;  background-color:#fff;  content: ""; position: absolute; left: 0;  border-radius: 100%;	border:1px solid #d5d5d5; top: 3px;}



.passport .tab-content .tab-pane .passport-tab-section > div.text-box-right ul {  display: inline-block;   width: 100%; padding:20px 0;}


.passport  .text-box-right h2 {color:#1D4F91;font-size: 70px;padding: 0px 0 20px 0;line-height: 69px;}
.passport .text-box-right ul li:last-child {  margin-bottom: 0px;}
.float {float: left;}
button#nextPage {float: right;}

/*newvisastepcss*/
.services-tab-block .nav-tabs .nav-item{width: 50%; text-align: center; font-size: 18px; color: #000000; font-weight: 400;}
.services-tab-block .nav-tabs .nav-item:first-child {margin-right: -1px;}
.services-tab-block .nav-tabs .nav-link{padding: 35px 0; border:solid 1px #e5e5e5; border-radius: 0; position: relative;}
.services-tab-block .nav-tabs .nav-link input[type="radio"]{position: absolute;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;opacity: 0;}
.services-tab-block .nav-tabs .nav-link:after{width: 38px; height: 38px; border: solid 1px #e6e6e6; content: ""; display: block; border-radius: 100%; -webkit-border-radius: 100%; margin: 15px auto 0 auto;}
.services-tab-block .nav-tabs .nav-item.show .nav-link, .services-tab-block .nav-tabs .nav-link.active{color: #000000; border-color: #e5e5e5; border-bottom: none;}
/*.services-tab-block .nav-tabs .nav-item.show .nav-link, .services-tab-block .nav-tabs .nav-link.active{color: #000000; border-color: #e5e5e5; border-bottom: none; background: #f0f8fb;}*/
.services-tab-block .nav-tabs .nav-item.show .nav-link:after, .services-tab-block .nav-tabs .nav-link.active:after{width: 38px; height: 38px; background: #1D4F91; border: solid 1px #1D4F91; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "ï€Œ"; display: block; color: #ffffff; font-size: 22px; line-height: 38px; border-radius: 100%; -webkit-border-radius: 100%; margin: 15px auto 0 auto;}
.services-tab-block .nav-tabs .nav-item .icon{display: block; margin-bottom: 10px;}
.services-tab-block .tab-content > .tab-pane{border:solid 1px #e5e5e5; border-top:none; padding: 30px;}
/*.services-tab-block .tab-content > .tab-pane{background: #f0f8fb; border:solid 1px #e5e5e5; border-top:none; padding: 30px;}*/
.services-tab-block .tab-content > .tab-pane h3{font-size: 28px; color: #1D4F91; font-weight: 500; text-transform: uppercase;}
.services-tab-block .services-list ul li{position: relative; padding: 5px 0 0 65px; margin-top: 20px;}
.services-tab-block .services-list .no{width:45px; height: 45px; background: #dce8ec; border-radius: 100%; -webkit-border-radius: 100%; text-align: center; line-height:45px; font-family: 'DM Sans', sans-serif; font-size: 24px; color: #869fa7; display: block; position: absolute; left: 0; top: 0;}
.services-tab-block .services-list .service-hd{font-family: 'DM Sans', sans-serif; font-size: 22px; color: #333333;}

.step-content-block{border:solid 1px #e5e5e5; padding: 30px; margin-top: 50px;}
.travel-information-block{margin-top: 0px !important;}
.step-content-block.bg{background: #f0f8fb; border-color: #f0f8fb;}
.icon-title{position: relative; font-family: 'DM Sans', sans-serif; font-size: 18px; color: #1D4F91; font-weight: 300; text-transform: uppercase; display: flex; flex-wrap: wrap; align-items: center; line-height: 28px; border-bottom: solid 1px #e5e5e5; margin-bottom: 20px; padding-bottom: 15px;}
.icon-title .img-icon {	margin-right: 10px;	max-width: 45px;	cursor: pointer;	position: relative;	top: 10px;}
.icon-title .img-icon img{display: block;}
.icon-title b {	font-weight: 400;	color: #20385e;	font-size:48px; line-height: 100%;	break-after: always;	display: block;	text-transform: capitalize;	margin-bottom: 20px;}
.icon-title.without-border{	border-bottom: none;	padding-bottom: 0; margin-bottom: 15px;}
.check-list{display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.check-list .custom-check{margin-top: 10px; flex:0 0 25%; max-width: 25%; padding: 0 15px;}
.check-list .additional-services-box{margin-top: 10px; padding: 0 15px;}

.courier-service-tab {margin-top: 30px;}
.courier-service-tab .nav-tabs{border: none;}
.courier-service-tab .nav-tabs .nav-item{font-family: 'DM Sans', sans-serif; font-size: 20px; color: #000000; font-weight: 300; text-transform: uppercase; position: relative; margin-right: 50px;}
.courier-service-tab .nav-tabs .nav-link{padding:0 0 25px 0; border:none; border-radius: 0; font-family: 'DM Sans', sans-serif; position: relative; transition: none;}
.courier-service-tab .nav-tabs .nav-link:before{width: 38px; height: 38px; border: solid 1px #e6e6e6; content: ""; display: inline-block; vertical-align: middle; border-radius: 100%; -webkit-border-radius: 100%; text-align: center; margin: -5px 10px 0 0;}
.courier-service-tab .nav-tabs .nav-item.show .nav-link, .courier-service-tab .nav-tabs .nav-link.active{color: #000000;background: none; background: url('../img/arrow-active-icon.png') no-repeat;background-size: 11px 10px;background-position: bottom center;}
.courier-service-tab .nav-tabs .nav-item.show .nav-link:before, .courier-service-tab .nav-tabs .nav-link.active:before{width: 38px; height: 38px; background: #1D4F91; border: solid 1px #1D4F91; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "ï€Œ"; display: inline-block; color: #ffffff; font-size: 22px; line-height: 38px; border-radius: 100%; -webkit-border-radius: 100%;}
.courier-service-tab .tab-content > .tab-pane{border:solid 1px #e6e6e6; padding: 25px 30px; transition: none;}
.courier-service-tab .radio-list .custom-radio{width: 100%; position: relative;}
.courier-service-tab .custom-radio input[type="radio"]:not(old) + label > span{width: 16px; height: 16px; background: #f0f8fb; margin-top: 1px; position: absolute; left: 0; top: 5px;}
.courier-service-tab .custom-radio input[type="radio"]:not(old):checked + label > span > span{width: 10px; height: 10px; margin: 2px;}
.courier-service-tab .custom-radio input[type="radio"]:not(old):checked + label > span > span::after{display: none;}
.courier-service-tab .radio-list .custom-radio label{font-family: 'DM Sans', sans-serif; font-size: 18px; padding: 0 0 0 27px;}
.visa-step .sticky-top{top: 114px; margin-top: 0;}
.step-content-block .total-charge{padding: 10px 15px;font-weight: 500;display: flex;font-size: 18px;}
.step-content-block .total-charge span {margin-left: auto;}
.document-form .step-content-block .form-control.small {height: 45px;font-size: 16px;}
.fees-block {display: flex;flex-wrap: wrap; padding-bottom: 12px; padding-right: 15px; align-items: center;}
.fees-block label{display: inherit; margin-right: auto; font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 16px; margin-bottom: 0;}
.document-form.visa-step .btn-block{border-top: none; padding: 0; margin-top: 40px;}
.step-content-block .vs-form-block{padding-bottom: 0;}
.step-content-block .form-block{border: solid 1px #e6e6e6; padding: 25px 30px; background: none; height: auto;}
.application-table table thead tr th{background: #f2f2f2; font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 300; color: #333333; text-align: center; padding: 14px 20px; border-right: solid 1px #dfdfdf;}
.application-table table thead tr th:first-child{text-align: left;}
.application-table table thead tr th:last-child{border-right: none;}
.application-table table tbody tr td{font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; color: #333333; text-align: center; padding: 14px 20px; border: solid 1px #dfdfdf;}
.application-table table tbody tr td:first-child{text-align: left;}
.application-table table tfoot tr td{font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; color: #333333; text-align: center; padding: 14px 20px; border: solid 1px #dfdfdf;}
.application-table table tfoot tr td b{font-weight: 400;}
.application-table table tfoot tr td:first-child{text-align: left;}
.code-field {display: inline-block;width: calc(100% - 214px);padding-left: 65px;}
.code-field .form-control {width: calc(100% - 171px);height: 45px;display: inline-block;}
.code-field .btn-custom {display: inline-block;padding: 0 50px;height: 45px;line-height: 46px;margin-left: 15px;}
.icon-arrow img{width: 30px;}
.form-block.collapse.show{margin-bottom: 15px;}
.icon-title.d-flex{cursor: pointer;}

/*documentuploader*/
.doc-block{border:solid 1px #dfdfdf; display: flex; flex-wrap: wrap;}
.doc-wd-no-product{flex:0 0 60%; max-width: 60%; padding: 5px}
.doc-wd-response{flex: 0 0 40%;max-width: 40%;padding: 5px; cursor: pointer;}
.doc-wd-response .doc-type a:hover{color:#007bff; cursor: pointer;}
.doc-wd1{flex:0 0 70%; max-width: 70%; padding: 25px; border-right: solid 1px #dfdfdf;}
.doc-wd2{flex:0 0 15%; max-width: 15%; padding: 25px; border-right: solid 1px #dfdfdf;}
.doc-wd2:last-child{border: none;}
.doc-type{position: relative; padding: 0 0 0 62px;}
.doc-type .doc-icon {position: absolute;left: 0;top: 0;cursor: pointer;}
.doc-title{font-size: 20px; color: #333333;}
.doc-type p{font-size: 20px; font-weight: 300;}
.doc-block{margin-bottom: 22px;}
.doc-block .status{text-align: center; display: block; color: #333333;}
.doc-block .status img{display: block; max-width: 34px; margin: 0 auto 5px auto;}
.upload-btn{position: relative; text-align: center;}
.upload-btn input[type="file"]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;cursor: pointer;}
.upload-btn img{display: block; margin: 0 auto 5px auto; max-width: 36px;}
.document-form .btn-block.center{border: none;}
.document-form .btn-block.center .btn-custom{margin: auto; padding: 0 40px;}
.cat-list{background: #f2f2f2; padding-bottom: 20px;}
.cat-list .cat-title{font-size: 18px; font-weight: 400; color: #1D4F91; text-transform: uppercase; background: #f5f5f5; display: block; padding: 20px 30px;}
.cat-list ul.accordion{padding: 0 30px;}
.profile-progress-bar{border: dashed 1px #cccccc;background: rgb(245,245,245);
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); padding: 20px 36px 40px; position: relative; margin-bottom: 30px;}
.profile-progress-bar .progress{height: 6px;}
.profile-progress-bar:after{content: "Profile Complete"; font-size: 24px; font-weight: 300; color: #333333;position: absolute;bottom: -17px;right: 0;left: 0;text-align: center;background:#fff;width: 200px;margin: auto;}
.bs-tooltip-top .arrow::before{border-top-color: #1D4F91;}
.profile-progress-bar .tooltip-inner{background: #1D4F91;width: 80px;height: 40px;line-height: 36px;padding:0;font-size: 20px;}
.doc-list .vs-form-block .vs-title{font-weight: 300; font-size: 26px; margin-bottom: 12px;}
.add-more-btn{font-size: 16px; font-weight: 400; text-transform: none; padding: 0 20px 0 25px;}
.add-more-btn img {margin: -1px 0 0 18px;display: inline-block;vertical-align: middle;}
/*accordiancss*/
ul.accordion{list-style:none;padding:0}
ul.accordion .inner{overflow:hidden;display:none}
ul.accordion li{margin:0; border-bottom:1px solid #e3e3e3;}
ul.accordion li:last-child{border: none;}
ul.accordion li a{text-decoration:none;font-size:16px;width:100%;display:block;color:#333333;padding: 11px 0;transition:background .3s ease;background-repeat:no-repeat;background-position:center;}
ul.accordion li a:hover{background-color:none; color: #1D4F91;}
ul.accordion li a.toggle{background-size:16px;background-image:url("../img/arrow-down.png"); background-position: right center;}
ul.inner li{border: none;}
ul.inner li>a{padding:5px 0 5px 15px; font-size: 15px;}
ul.inner .inner li>a{padding-left:3em}
ul.inner .inner .inner li>a{padding-left:4em}
ul.accordion li a.expanded{background-image:url("../img/arrow-up.png");background-repeat:no-repeat;background-size:16px; background-position: right center; color: #1D4F91;}

/* 31-03-2020 */

.form-sect-title-block span span {display: block;font-size: 12px;font-family: 'DM Sans', sans-serif;padding-top: 3px;color:#333;}
.order-number {	font-size: 18px;	margin-bottom: 10px;	text-align: right;}

.custom-radio-second{display: inline-block;}
.custom-radio-second .label{font-family: 'DM Sans', sans-serif; font-size: 18px; color: #000000; font-weight: 300; margin-bottom: 0;}
.custom-radio-second input[type=radio]:not(old), .custom-radio-second input[type=radio]:not(old){width:2em;margin:0;padding:0;font-size:1em;opacity:0; position: absolute;}
.custom-radio-second input[type=radio]:not(old)+label > span{display:inline-block;width:18px;height:18px;margin:-2px 12px 0 0; background: #ffffff; border:solid 1px #dfdfdf; vertical-align:middle; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%;}
.custom-radio-second input[type=radio]:not(old):checked+label > span:before{content:'';display:block;width:12px; height: 12px; margin: 2px; background: #1D4F91; text-align:center; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%;}

.profile-pic-block {
	width: 100%;
	text-align: center;
	height: 270px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 40px;
}
.profile-pic-block img{ width: 100%; height: 100%; object-fit: cover;}
.upload-pro-pic {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}
.upload-pro-pic input{position: absolute; left:0;top:0;width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.upload-pro-pic i {color: #fff;line-height: 40px;font-size: 18px;}

/* 040120 */
.custom-check.small .label, .custom-radio.small .label {font-size: 14px;	font-weight: 400;}
.additional-services-box.small .label, .custom-radio.small .label {font-size: 14px;	font-weight: 400;}
.form-control.service-charge:disabled, .form-control[readonly] {    background-color: #fff;    font-size: 20px;    font-weight: 500 !important;}
.custom-tabs .nav-tabs .nav-item{margin-left: 2px;}
.custom-tabs .nav-tabs .nav-item:first-child{margin-left: 0;}
.custom-tabs .nav-tabs .nav-item .nav-link {		border-top-left-radius: 0;	border-top-right-radius: 0;	background: #ddd;  padding: 8px 30px;}
.custom-tabs .nav-tabs .nav-item .nav-link.active{  color: #fff;background-color: #1D4F91;border-color: #1D4F91 #1D4F91 #1D4F91;}
.custom-tabs .nav-tabs .nav-item .nav-link:focus, .custom-tabs .nav-tabs .nav-item .nav-link:hover {border-color: #1D4F91 #1D4F91 #1D4F91;background-color: #1D4F91;color: #fff;}
.custom-tabs .table-col{margin-bottom: 20px;}
.custom-tabs .data-table table tr th {font-size: 13px;text-align: center;line-height: 18px;background: #f0f8fb;color:#1D4F91;}
.custom-tabs .data-table table tr td {font-size: 12px;text-align: center;line-height: 18px;}
.custom-tabs .user-register-block {	border: none;	padding-top: 0;	margin-top: 0;}
.custom-tabs .user-register-block .custom-form{padding:0;}
.custom-tabs .user-register-block .custom-form ul {	padding: 20px;	background: #f0f8fb;}
.custom-tabs .user-register-block .custom-form ul li {	font-size: 13px;	margin-bottom: 5px;}
.draft-logo {	border: 1px solid #ddd;	padding: 5px;	margin-bottom: 15px;}

.blue-sticky-col {background: #1D4F91;border: none;border-radius: 10px;color: #fff;}
.blue-sticky-col .total-charge {background: #fff;color: #222;}
.blue-sticky-col .icon-title{color:#fff;}
.blue-sticky-col .fees-block label{color: #fff;}

.accordian-custom .card-header {background-color: rgba(0,0,0,.03);	border-radius: 0 !important;}
.courier-type-accordian .col-outer {	padding: 0 20px;}
.accordian-custom .card {	border-radius: 0;	border: none;	margin-bottom: 5px;}
.accordian-custom .card-header{padding:0;border:none;}
.accordian-custom .card-header .card-link {	display: block;	padding: 10px 15px; position: relative; background: #ddd;}
.accordian-custom .card-header .card-link::before {position: absolute; right:15px; top:50%; content:""; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background: url(../img/blue-dropdown-arrow.png) no-repeat; width: 18px; height: 10px; background-size: 18px;
transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.accordian-custom .card-header .card-link[aria-expanded="true"]{ background: #1D4F91;color:#fff;}
.accordian-custom .card-header .card-link[aria-expanded="true"]::before {position: absolute; right:15px; top:50%; content:""; transform:  translateY(-50%) rotate(180deg); -webkit-transform:  translateY(-50%) rotate(180deg); -ms-transform:  translateY(-50%) rotate(180deg);
background: url(../img/dropdown-arrow.png) no-repeat;  width: 18px; height: 10px; background-size: 18px; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease; }
.accordian-custom .card-body{padding-left:0; padding-right:0;}

.nav-tabs .nav-item.col{padding:0;}
.custom-tabs .tab-content .nav-tabs .nav-item .nav-link {	font-size: 14px;	padding: 8px 20px;}
.custom-tabs .tab-content .nav-tabs .nav-item .nav-link i{font-size: 16px;}
.custom-tab-inner .courier-service-tab {	margin-top: 0;	padding: 0 15px;	border-radius: 0;}
.custom-tab-inner .courier-service-tab .col-outer{border-radius: 0;}

.card-custom .card{margin-bottom: 15px;border-radius: 0;}
.card-custom .card-header {
	position: relative;
	background: #f0f8fb;
}
.card-custom .card-header h3 {
padding-bottom: 0;
font-family: 'DM Sans', sans-serif;
font-size: 18px;
}
  .card-header-link {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.card-custom .card .card-body .inp-det-block {	border-bottom: 1px solid #ddd;}
.card-custom .card .card-body label {	font-size: 14px;	font-family: 'DM Sans', sans-serif;	margin-bottom: 5px;}
.card-custom .card .card-body p{font-size: 18px;padding-bottom: 8px;}


/*6-4-2020*/
.need-help-content.needtop-block-right{text-align:right;}
.need-help-content.needtop-block-right .btn-custom{background-color:#f2f2f2; color:#000; text-transform:inherit; line-height:inherit !important; margin-bottom:30px; width:auto !important; height:auto !important;}
.need-help-content.needtop-block-right .btn-custom strong{display:block;}
.need-help-content.needtop-block-right .btn-custom:hover{background-color:#023660; color:#fff;}
.needs-help-blocks .head-text{padding-bottom:30px;}
.needs-help-blocks .head-text h2{font-size:55px; color:#1D4F91;}
.needhelp-list{display:flex; flex-wrap: wrap; margin-bottom:50px;}
.needhelp-list li{flex: 0 0 33.33%;	max-width:33.33%; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;	text-align:center;	padding:55px 15px;}
.needhelp-list li:hover{background-color:#023660; color:#fff;}
.needhelp-list li i, .need-requirement-block i{font-size:65px; color:#023660; margin-bottom:15px;}
.needhelp-list li h3, .need-requirement-block h3{color:#023660; font-size:38px; text-transform:uppercase; font-weight:300;}
.needhelp-list li p{font-size:18px;}
.needhelp-list li p a{padding:10px 15px; background-color:#1D4F91; font-size:20px; color:#fff; display:inline-block; margin-top:15px;}
.needhelp-list li p a strong{font-weight:normal;}
.needhelp-list li:hover p a{background-color:#fff; color:#1D4F91;}
.needhelp-list li:hover i, .needhelp-list li:hover h3, .needhelp-list li:hover p{color:#fff;}
.need-requirement-block{text-align:center;}
.need-requirement-block p a{color:#023660; font-weight:600;}


.safedelivery-step-block .form-section-title{margin:0px 0px 20px 0px; font-size:22px; color:#1D4F91; font-weight: 500; font-family: 'DM Sans', sans-serif;}
.safedelivery-step-block .col-outer{margin-bottom:30px;}
.col-outerwith-switch{position:relative;}
.col-outerwith-switch .row{position:relative;}
.col-outerwith-switch .row:after{position:absolute; left:0px; right:0px; width:1px; height:100%; background-color:#dfdfdf; content:''; margin:auto; text-align:center;}
.safehand-switch{position:absolute; left:0px; top:55px; right:0px; margin:auto; text-align:center;}
.safehand-switch a{padding:2px 5px; background-color:#1D4F91; font-size:13px; color:#fff; display:inline-block;}
.safehand-switch a i{margin-right:5px;}
.safehand-switch a:hover{background-color:#000;}
.safedelivery-step-block .btn-block{border-top:none; margin-top:0px; padding-top:0px;}


.track-custom-box .head-text{padding-bottom:30px;}
.track-custom-box h2{text-align:center; color:#1D4F91; font-size:55px;}
.track-custom-box .nav-tabs{border-bottom:none;}
.track-custom-box .tab-page-link{margin-bottom:20px;}
.track-custom-box .tab-page-link ul{border:1px solid #cccccc; }
.track-custom-box .tab-page-link ul li{border-bottom:1px solid #cccccc; margin-bottom:0px; max-width:100%; flex:0 0 100%}
.track-custom-box .tab-page-link ul li:last-child{border-bottom:none;}
.track-custom-box .tab-page-link ul li a{padding:25px 10px; color:#023660; /*text-transform:uppercase; */display:flex; font-size:17px; font-family: 'DM Sans', sans-serif; margin:0px; border:none; text-align:left;
position:relative; line-height:18px;}
.track-custom-box .tab-page-link ul li a.active{color:#fff;}
.track-custom-box .tab-page-link ul li a:hover{color:#fff;}
.track-custom-box .tab-page-link ul li a i{margin-right:5px;}
.track-custom-box .tab-page-link ul li a em{border-radius: 50%;font-size: 12px;width:20px;height: 20px;line-height: 15px;text-align: center; margin-left:5px; background-color:#808181; margin-top:1px;}
.track-custom-box .tab-page-link ul li a.active em{background-color:#fff;}
.track-custom-box .tab-page-link ul li a:hover em{background-color:#fff;}

.track-custom-box .page-content-block{margin-top:0px;}
.track-custom-box .page-content-block table{border:1px solid #e5e5e5;}
.track-custom-box .page-content-block table tr th{font-family: 'DM Sans', sans-serif; font-size:15px;}
.track-custom-box .page-content-block table tr th a i{font-size:13px;}
.track-custom-box .page-content-block table tr th, .track-custom-box .page-content-block table tr td{padding:20px 10px; border:none;}
.track-custom-box .page-content-block .pagination{margin-top:0px;}
.track-custom-box .page-content-block .span6{font-size:13px;}
.track-custom-box .page-content-block .span6 label{font-size:14px; font-family: 'DM Sans', sans-serif; color:#023660;}
.track-custom-box .page-content-block .pagination .page-link{border-radius:0px !important;}


.clientcenter-page-show h2{font-size:30px; line-height:42px;}
.clientcenter-page-show .step-btns{margin-top:30px;}
.clientcenter-page-show .head-text h2{text-align: center;color: #1D4F91;font-size: 55px;}

.breadcrumbwithfilter ul{display:inline-block; width:60%;}
.filterrigthbreadcumb{display:flex; margin-bottom:20px; justify-content: flex-end;}
.filterrigthbreadcumb .form-group{margin-bottom:0px; width:300px;}


.purpose-tarvel-accordionss .card-header {background:#f2f2f2;	border: medium none;	margin-bottom: 0;	padding: 0;	border-radius: 0;}
.purpose-tarvel-accordionss .card-header a:before {background-color:#1D4F91;	bottom: 0px;	margin: auto;	color: #ffffff;	content: "+";	display: block;	font-size: 40px;	position: absolute;	right: 0;
	text-align: center;	top: 0;	width: 50px; line-height:50px;}
.purpose-tarvel-accordionss .card-header a[aria-expanded="true"]:before {content: "-";	background-color: #000; line-height:45px;}
.purpose-tarvel-accordionss .card-header a {color: #1D4F91; font-family: 'DM Sans', sans-serif;	display: block;	font-size:22px;	padding: 12px 70px 12px 20px;	position: relative;
	text-decoration: none !important;}
.purpose-tarvel-accordionss .card-body {padding: 20px;}
.purpose-tarvel-accordionss .card {border:1px solid #e5e5e5;	border-radius:0px;	margin: 0 0 20px;	overflow: hidden;}

.help-four-links .needhelp-list li{flex:0 0 25%; max-width:25%;}
.help-four-links .needhelp-list li p a{padding:0px; background-color:transparent; color:#1D4F91; font-weight:600; font-size:18px;}
.help-four-links .needhelp-list li:hover p a{color:#fff;}

.outer-performer-edit{background-color:#fff; padding:10px 15px;}
.col-outerwith-switch .outer-performer-edit .row::after{display:none;}
.outer-performer-edit label{font-size:15px; margin-bottom:5px; color:#000;}
.outer-performer-edit label strong{font-weight:normal; font-size:15px; color:#1D4F91; margin-right:5px;}
.outer-performer-edit .editbtnperformer{display:inline-block;}
.outer-performer-edit .editbtnperformer .btn-custom{padding:6px 20px; height:auto; line-height:inherit; font-size:14px;}
.outer-performer-edit .right-label-flotbox{float:left; width:81%;}
.outer-performer-edit .editbtnperformer{float:right; width:17%;}


.main-update-profilebox .profile-pic-block{width:270px; border-radius:50%; overflow:hidden; margin-top:0px; background-color:#f2f2f2;}
.main-update-profilebox .profile-pic-block .upload-pro-pic{left:0px; margin:auto; text-align:center; background-color:transparent;}
.main-update-profilebox .step-content-block{margin-top:0px;}
.main-update-profilebox .col-outer{background-color:transparent; border:1px solid #e5e5e5;}

/*6-4-2020*/

/*30-4-2020*/

/*.ht-left-link li.country-name{display:none;}*/
.hero-banner h1{text-align:left; padding-bottom:20px;}
.hero-banner p{text-transform:uppercase; color:#fff; font-size:27px;}
.customnavigationsset{display:flex !important;}
.customnavigationsset.navbar-expand-lg .navbar-collapse{display:flex !important; align-items: center; width:100%;}
.customnavigationsset .navbar-nav{margin-left:auto; display:flex; float:none;}
.customnavigationsset .collapse:not(.show) {display:none !important;}
.customnavigationsset .navbar-brand{height:auto;}
.hero-banner.main-banner  h1{padding-top:0px; border-right:0px;}
.hero-banner.main-banner .hero-title{padding-right:20px; border-right:1px solid rgba(255,255,255,0.34); padding-bottom:15px;}

/*governmentpagecss*/
.inner-bnr.goverment:after{display: none;}
.inner-bnr.visa-info-bnr:after{display: none;}
.bnr-text{width: 100%;}
.bnr-text h1{padding: 0 0 10px 0;}
.sub-hd{font-size: 28px; color: #ffffff; font-weight: 300; text-transform:uppercase;}

.gov-bnr-text{margin-bottom: 50px; display: block}

.goverment-section-block{padding: 0 0 50px 0;}
.goverment-section-block .head-text-block a{color: #1D4F91; display: block; font-weight: 400;}
.goverment-section-block .img-text-block h2{font-size: 40px; font-weight: 400;}
.goverment-section-block .img-block{position: relative; margin: 10px 0 0 10px;}
.goverment-section-block .img-block:before{width: 100%; height: 100%; content: ""; position: absolute; border: solid 1px #1D4F91; left: -10px; top: -10px;}

@media (min-width:992px) {
.customnavigationsset.navbar-expand-lg .navbar-toggler{display:none;}
.customnavigationsset.navbar-expand-lg .navbar-collapse {display:flex!important;}
}
@media screen and (max-width:991px) {
.customnavigationsset .navbar-nav{flex-direction: column; margin-left: inherit; width:100%;}
.customnavigationsset .navbar-nav li a{display:inline-block; vertical-align:top;}
.customnavigationsset.navbar {border-bottom:none;}
.customnavigationsset.navbar .navbar-toggler{border:none; box-shadow:none; border-radius:5px;}
.customnavigationsset.navbar .navbar-toggler-icon{background-image:none; display:block;}
}

/*30-4-2020*/
/*22-05-2020 Start*/
.notification-icon{
	position: absolute;
	right: 20px;
	top: 20px;
}
.notification-in{
	position: relative;
	display: inline-block;
}
.notification-in i{font-size: 24px; color: #023660;}
.notification-in.ntf-alert i{font-size: 30px;}
.notification-num{
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	border-radius: 50%;
	width: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	right: -12px;
	top: -12px;
}
.db-box{position: relative;}
.db-box:hover .notification-in i{color: #fff;}
.hero-banner.main-banner{background-position: center 100px;}
.footer{margin-top: 100px;}
.track-custom-box .tab-page-link ul li a{background-color: #1D4F91 !important; color: #fff !important; text-decoration: none !important;}
.track-custom-box .tab-page-link ul li a em{background-color: #fff !important; color: #1D4F91 !important;}
.track-custom-box .tab-page-link ul li a.collapsed{background-color: #fff !important; color: #1D4F91 !important}
.track-custom-box .tab-page-link ul li a.collapsed em{background-color: #808181 !important; color: #fff !important;}
.track-custom-box .tab-page-link ul li ul{	background-color: rgba(0, 0, 0, 0.05);	border:none;	padding: 1.25rem;	display: block;}
.track-custom-box .tab-page-link ul li ul li a{	background-color: transparent !important;	color: #1D4F91 !important;	padding: 15px 0 15px 25px;	font-size: 15px;	position: relative;}
.track-custom-box .tab-page-link ul li ul li a i{	position: absolute;	top: 18px;	left: 0;}
.track-custom-box .tab-page-link ul li ul li a:hover, .track-custom-box .tab-page-link ul li ul li a.active{	background-color: transparent;	text-decoration: none;	color: #007bff !important;}
.cms-sec{	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);	padding: 30px;	line-height: 26px;}
.cms-sec div{	margin-bottom: 15px;}
.cms-sec u{color: #1D4F91;}
.track-step .step-block .step-img.five{background: url('../img/icon-step1.png') center center no-repeat !important; height: 80px !important;}
.track-step .step-block.is-complete .step-img.five{background: url('../img/icon-step1-hov.png') center center no-repeat !important;}
.track-step .step-block .step-img.two{background: url('../img/icon-step2.png') center center no-repeat !important; height: 80px !important;}
.track-step .step-block.is-complete .step-img.two, .track-step .step-block .step-img.two:hover{background: url('../img/icon-step2-hov.png') center center no-repeat !important;}

.track-step .step-block .step-img.four{background: url('../img/icon-step3.png') center center no-repeat !important; height: 80px !important;}
.track-step .step-block.is-complete .step-img.four, .track-step .step-block .step-img.four:hover{background: url('../img/icon-step3-hov.png') center center no-repeat !important;}

.track-step .step-block .step-img.three{background: url('../img/icon-step4.png') center center no-repeat !important; height: 80px !important;}
.track-step .step-block.is-complete .step-img.three, .track-step .step-block .step-img.three:hover{background: url('../img/icon-step4-hov.png') center center no-repeat !important;}
/*22-05-2020 End*/
/*-------24-05-2020-----*/
.inner-bnr.welcome{
	background: url('../img/welcome-banner.jpg') no-repeat;
}
.img-text-block .welcome-content h2{
	padding-bottom: 15px;
}

/* 02-06-20 */
.homepage-bg .hero-banner.main-banner {background: none;}
.homepage-bg {background: url('../img/home-banner-img.png') no-repeat center center;background-attachment: fixed;background-size: cover;}
/* .homepage-bg::after {content: "";position: fixed;left: 0;top: 0;background: url('../img/banner-overlay-bg.png') no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;} */
.homepage-bg .hero-banner::after{display: none}
.homepage-bg .ft-menu span{color: #1D4F91;}
.homepage-bg .ft-menu ul li a {color: #fff;}
/* .homepage-bg .footer::after {display: none;} */
.homepage-bg::before {
	content: "";
	background: rgba(0,53,95,0.2);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*---20/08/2020----*/
.header .navbar-brand img.logo-txt{display: block;}
.header .navbar-brand img.logo-without-text{display: none;}

.header .navbar.nav-shrink .navbar-brand img.logo-txt{display: none;}
.header .navbar.nav-shrink .navbar-brand img.logo-without-text{display: block;}


.page-not-found-wrapper {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    color: #000;
    margin: 5% auto 2%;
    max-width: 800px;
    padding: 3%;
    position: relative;
    text-align: center;
    width: 100%;
}
.img-text-block.corporate h2 {
    padding-bottom: 20px;
    /* font-size: 4vw; */
}
.error-headding {
    color: #1ea9e1;
    display: block;
    font-size: 10vw;
    font-weight: 900;
    line-height: 1;
    padding: 0 0 20px;
}


/* 23-11-20 */
.service-col-outer {	margin-top: 80px;	margin-bottom: 80px;}
.service-cont-col h2 {	font-size: 48px;	font-weight: 400;	text-transform: none;	color: #1D4F91;}
.service-cont-col h2 span {	display: inline-block;}
.service-cont-col h3 {	font-size: 24px;	font-weight: 500;	color: #1D4F91;}
.service-cont-col p{line-height: 28px; font-size: 18px;}
.banner-overlap-form {	box-shadow: 0px 20px 30px rgba(9,41,75,.15);	background: #fff;	padding: 40px;	margin-top: -196px;	border-radius: 5px;	max-width: 402px;	margin-left: auto;}
.banner-overlap-form .form-group {	margin-bottom: 25px;}
.banner-overlap-form h3 {	font-size: 30px;	border-bottom: 1px solid #e5e5e5;	margin-bottom: 20px; position: relative; display: inline-block; color: #1D4F91;font-weight: 600;}
.banner-overlap-form h3::before{background: #1D4F91;  height: 2px; width: 38px; content: "";position: absolute; left:0; bottom:0;}
.banner-overlap-form label {
	color: #000;
}
.banner-overlap-form .form-control, .banner-overlap-form select, .banner-overlap-form select.form-control {	background-color: #fff;	height: 50px;	padding: 5px 15px;}
.banner-overlap-form .form-group .btn-custom {	min-width: 194px;	margin-top: 30px;	display: block; text-align: left; padding-left: 20px;}
.banner-overlap-form .form-group .btn-custom:after {
	background: url(../img/white-arrow-right.png) no-repeat right center;
	background-size: 26px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 26px;
	height: 12px;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
.service-col-list li {	position: relative;	padding-left: 25px;	margin-bottom: 10px; line-height: normal; font-size: 18px;}
.service-col-list li::before {	height: 14px;	width: 14px;	border: 2px solid #456c8a;	border-radius: 50%;	position: absolute;	left: 0;	top: 3px;	content: "";}
.add-service-outer {	display: flex;	justify-content: space-between;	margin-left: -20px;	width: calc(100% + 20px);	margin-top:30px;}
.add-service-col {	border: 1px solid #ddd; 	width: 100%;	height: 218px;	padding: 10px;	margin-left: 20px;	display: flex;	flex-direction: column;	justify-content: center;	align-items: center;	text-align: center;}
.add-service-col:hover{background: #fff;}
.add-ser-thumb {	margin: 0 auto 20px; display: table;}
.add-ser-thumb img {  display: block; height: 70px;}
.how-work-col {	text-align: center;	padding: 0 10px;	margin-top: 50px;}
.how-work-col img {	height: 120px;	display: inline-block;}
.how-work-col h3 {	color: #212240;	font-size: 28px;	margin-top: 30px;}
.how-work-btn{margin-top: 50px;}
.service-img-col{text-align: left;}
.service-col-outer.mob-reverse .service-img-col{text-align: right;}
.top-scrollspy-section .scrollspy-menu {background: #526c86;width: 100%;position: sticky;left: 0;top: 113px; z-index: 9;}
.scrollspy-menu .navbar {padding: 0;justify-content: center;}
.scrollspy-menu .navbar-nav{flex-wrap: nowrap; flex-direction: row;}
.scrollspy-menu .nav-item{padding:0 10px;}
.scrollspy-menu .nav-item .nav-link {font-size: 16px;font-weight: 600;text-transform: uppercase;color: #fff;padding-left: 20px;padding-right: 20px;}
.scrollspy-menu .nav-item .nav-link.active{background: #1D4F91;}
.scrollspy-content {padding-bottom: 60px;}
.need-a-visa-block { padding-top: 70px;}
.need-visa-box {padding: 35px;background: rgba(82,108,134,.21);border: 1px solid rgba(0,53,95,.21);position: relative;}
.need-visa-box h2 {text-transform: inherit;font-weight: 400;color: #20385e;font-size:48px;padding-bottom: 5px;}
.need-visa-box .need-visa-box-link {font-weight: 500;color: #000;font-size: 24px;text-decoration: underline;margin-bottom: 10px;display: block;}
.need-visa-box p {font-weight: 400;color: #333333;font-size: 18px;line-height: 32px;}
.need-visa-box-btn {	/*background: #1D4F91;	color: #fff;	text-transform: uppercase;	padding: 0px 16px;	font-size: 24px;	position: absolute;	right: 40px;	bottom: -23px;	line-height: 45px;*/  background: #1D4F91;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 16px;
    font-size: 24px;
    margin: 0 auto;
    max-width: 300px;
    display: block;
    text-align: center;}
.need-visa-box-btn.with-right-arrow{padding-right: 90px;}
.need-visa-box-btn.with-right-arrow::after {background: url(../img/white-arrow-right.png) no-repeat right center;background-size: 26px;	position: absolute;	right: 15px;	top: 50%;	width: 26px;	height: 12px;	content: "";	transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.need-visa-box-btn:hover {background: #000;color: #fff;}
.cost-processing-block {	padding-top: 95px;}
.visa-cost-col {margin-bottom: 35px;}
.visa-cost-col:last-child{margin-bottom: 10px;}
.visa-cost-title {display: flex;align-items: flex-end;margin-bottom: 25px;}
.visa-cost-title img{margin-right: 10px;}
.visa-cost-col h3 {	font-size: 30px;	font-weight: 600;	text-transform: uppercase;	color: #1D4F91;	padding-bottom: 0;	line-height: 20px;}
.visa-cost-col p{line-height: 26px; padding-bottom: 5px; font-size: 18px;}
.visa-cost-col p strong{padding-bottom: 5px; text-transform: uppercase;}
.visa-cost-col p a {	text-decoration: underline;	font-weight: 600;}
.visa-cost-col ul li, .circle-list li {	position: relative;	margin-bottom: 15px;	padding-left: 25px;}
.visa-cost-col ul li::before, .circle-list li::before{ width: 16px; height: 16px; border:2px solid #49708e; background: transparent; position: absolute; left:0; top:3px; content: "";border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;}
.visa-invitaion-block {	padding-top: 65px; padding-bottom: 15px;}
.visa-invitaion-block h2{font-size:48px; text-transform: capitalize; color:#1D4F91;font-weight: 400;}
.visa-invitaion-block p{ font-size: 18px; font-weight: 400; color:#333; line-height: 30px;}
.visa-invitaion-block .banner-overlap-form {		margin-top: 0;		max-width: 475px;	}
.upload-input {	position: relative;}
.upload-icon{ position: absolute; right:0; top:50%;}
.upload-input input[type="text"] {	padding-right: 60px;}
.upload-icon input {	opacity: 0;	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%; cursor: pointer;}
.upload-icon {	position: absolute;	right: 15px;	top: 50%;	transform: translateY(-50%);	-webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%); cursor: pointer;}
.btn-block-visa-process {margin-top: 80px;}
.btn-custom-new {
	background: #1D4F91;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 36px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	height: 50px;
	display: inline-block;
	border: none;
}
.btn-custom-new.btn-light-blue{background: #edeef6; color:#1D4F91;}
.btn-custom-new:hover, .btn-custom-new:focus {	background: #000;	color: #fff;}
.btn-custom-new.with-right-arrow {	padding-right: 126px;}
.btn-custom-new.with-right-arrow::after {background: url(../img/white-arrow-right.png) no-repeat right center;background-size: 26px;position: absolute;right: 30px;top: 50%;width: 26px;height: 12px;content: "";transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.btn-custom-new.with-left-arrow::after {background: url(../img/white-arrow-right.png) no-repeat right center;background-size: 26px;position: absolute;left: 30px;top: 50%;width: 26px;height: 12px;content: "";transform:translateY(-50%) rotate(180deg);-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);}
.btn-custom-new.btn-light-blue.with-right-arrow::after{background: url(../img/blue-arrow-right.png) no-repeat right center;background-size: 26px;}
.btn-custom-new.btn-light-blue.with-left-arrow::after{background: url(../img/blue-arrow-right.png) no-repeat right center;background-size: 26px;}
.btn-custom-new.btn-light-blue.with-right-arrow:hover::after{background: url(../img/white-arrow-right.png) no-repeat right center;background-size: 26px;}
.btn-custom-new.btn-light-blue.with-left-arrow:hover::after{background: url(../img/white-arrow-right.png) no-repeat right center;background-size: 26px;}
.visa-process-servies{ padding-bottom: 65px;}
.bottom-calculation-section {width: 100%;position: fixed;left: 0;bottom: 0;background: #526c86;z-index: 3;}
.cal-col-outer{display: flex; justify-content: space-between; align-items: center; 	}
.cal-left{height: 100%;}
.cal-right{height: 100%;}
.cal-col {display: flex;align-items: center;height: 65px;}
.cal-col > span {	display: flex;	align-items: center;}
.cal-col i {color: #fff;margin: 0 25px;font-size: 20px;}
.cal-amount {color: #fff;font-size: 20px;font-weight: 500;line-height: 24px;}
.cal-amount span {font-size: 16px;font-weight: 400;display: block;text-align: left;}
.cal-right {height: 65px;display: flex;align-items: center;}
.cal-right .cal-amount span{ text-align: right;}
.cal-right .cal-amount{margin-right: 20px;}
.bottom-calculation-section .cal-right .btn-custom-new {height: 45px;line-height: 45px;font-size: 18px;text-transform: capitalize;padding-left: 17px;padding-right: 44px;}
.bottom-calculation-section .cal-right .btn-custom-new::after {	right: 10px;}      
.upgrade-service-top {padding-top: 66px;padding-bottom: 66px;display: flex;justify-content: space-between;align-items: center;}
.upgrade-service-top h2 {color: #20385e;text-transform: inherit;font-weight: 400;font-size: 48px;padding-bottom: 8px;}
.upgrade-service-top h3 {color: #20385e;text-transform: inherit;font-weight: 400;font-size: 38px;}
.upgrade-service-col {	display: flex;	margin-bottom: 65px;	flex-direction: column;}
.upgrade-service-col h2 {	color: #20385e;	text-transform: inherit;	font-weight: 400;	font-size: 48px;	padding-bottom: 45px;	line-height: 100%;}
.upgrade-service-inner {display: flex;	justify-content: space-between;}
.custom-square-check-outer {background: #edeef5;border-radius: 50px 0 50px 0;width: 300px;height:280px;display: flex;align-items: center;justify-content: center;position: relative;}
.custom-square-check-outer input[type="checkbox"] {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.custom-square-check {display: flex;flex-direction: column;align-items: center;}
.custom-square-check h3 {text-align: center;color: #333;font-size: 32px;font-weight: 400;padding-bottom: 17px;}
.custom-square-check h3::before {width: 153px;height: 1px;background: #d0d4de;content: "";position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.custom-square-check h3::after{width: 57px; height: 3px; background: #5b6c84; content: ""; position: absolute; bottom:0; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.custom-square-check-outer input[type="checkbox"] + .custom-square-check .custom-square-check-circle {width: 55px;height: 55px;border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;background: #e5e5e5;border: 1px solid #d4c9c9;margin: 32px auto;}
.custom-square-check-outer input[type="checkbox"] + .custom-square-check .custom-square-check-circle i  {color: transparent;font-size: 30px;width: 100%;height: 100%;text-align: center;line-height: 55px;}
.custom-square-check-outer input[type="checkbox"]:checked  + .custom-square-check .custom-square-check-circle {background: #20385e;border-color:#20385e;}
.custom-square-check-outer input[type="checkbox"]:checked  + .custom-square-check .custom-square-check-circle i {color:#fff;}
.custom-square-check h4 {color: #20385e;font-size: 40px;font-weight: 600;padding-bottom: 0;line-height: 30px;}
.custom-square-check h4 .chck-pls {font-size: 48px; margin-right: 10px;}
.custom-square-check h4 .chck-curr {font-size: 18px;font-weight: 500;position: relative;top: -15px;margin-right: 10px;}
.up-service-check-cont {	width: calc(100% - 410px);}
.up-ser-link {	padding-left: 25px;}
.up-ser-link a {	font-size: 18px;	font-weight: 400;	line-height: 18px;}
.up-ser-link a i{position: relative; top:2px;}

.corrier-rdo-section .nav-tabs {	border-bottom: 4px solid #edeef5;}
.corrier-rdo-section .nav-tabs .nav-link {border:none;	border-bottom: 4px solid transparent;	border-radius: 0; font-size: 24px; font-weight: 400; margin-bottom: -4px; position: relative; padding-left: 30px; padding-right: 30px;}
.corrier-rdo-section .nav-tabs .nav-link::before {	width: 0;	height: 0;	border-left: 6px solid transparent;	border-right: 6px solid transparent;  	border-top: 6px solid transparent;	content: "";	position: absolute;	bottom: -10px;	left: 50%;	transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.corrier-rdo-section .nav-tabs .nav-link.active {	color: #333;	border-color: #083a62 ;}
.corrier-rdo-section .nav-tabs .nav-link.active::before {	border-top: 6px solid #20385e;}
.corrier-rdo-inner {	padding-top: 30px;}
.box-rdo-block input[type="radio"]{display:none;}
.box-rdo-block input[type="radio"] + label {	border: 1px solid #ddd;	height: 255px;	width: 100%;	margin-bottom: 0;	display: flex;	flex-direction: column;	justify-content: center;	align-items: center; position: relative;}
.box-rdo-block input[type="radio"]:checked + label{border-color:#ccc;}
.co-service-icon img {	height: 90px;}
.co-service-cont {	font-size: 18px;	line-height: 26px;	text-align: center;	margin-top: 15px;	margin-bottom: 15px;}
.co-service-price {	font-size: 24px;	color: #20385e; line-height: 24px;}
.box-rdo-block input[type="radio"] + label .custom-square-check-circle {width: 32px;height: 32px;border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;background: #e5e5e5;border: 1px solid #d4c9c9;position: absolute;
right: 10px;top: 10px;}
.box-rdo-block input[type="radio"] + label .custom-square-check-circle i  {color: transparent;font-size: 16px;width: 100%;height: 100%;text-align: center;line-height: 32px;}
.box-rdo-block input[type="radio"]:checked + label .custom-square-check-circle {background: #20385e;border-color:#20385e;}
.box-rdo-block input[type="radio"]:checked + label .custom-square-check-circle i {color:#fff;}

.co-service-address-inp {	display: flex;	justify-content: space-between;	align-items: center;	margin-bottom: 40px; visibility: hidden; height: 0;}
.co-service-address-inp .co-address-inp {width: calc(100% - 110px);display: flex;align-items: center;}
.co-service-address-inp .co-address-inp label {margin-bottom: 0;margin-right: 20px;}
.co-service-address-inp .co-address-inp .form-control {background: #e5e5e5;}
.btn-block-visa-process-corrier {	margin-top: 44px;}
.btn-custom-new.normal.with-right-arrow {	padding-right: 68px; text-transform: capitalize;}
.btn-custom-new.normal.with-left-arrow {	padding-left: 68px; text-transform: capitalize;}
.btn-custom-new.normal.with-right-arrow::after {	right: 28px;}
.form-outer-block {	/* border: 1px solid #333;	padding: 25px 35px;  */margin-bottom: 20px;}
.form-title2 h2 {	font-weight: 400;	text-transform: inherit;	color: #20385e;	font-size:48px;	margin-top: 30px;}
.with-info-icon{display: flex;}
.with-info-icon i {	position: relative;	top: 7px;	margin-left: 10px;}
.visa-process-form{padding-top: 20px;}
.custom-tab2 .nav-tabs{margin-bottom: 30px;border:none;}
.custom-tab2 .nav-tabs .nav-link {
		background: #e5e5e5;
	border-radius: 0;
	color: #262741;
	font-size: 20px;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	margin:0 9px;
	position: relative;
}

.custom-tab2 .nav-tabs .nav-link:first-child{margin-left: 0;}
.custom-tab2 .nav-tabs .nav-link:last-child{margin-right: 0;}
.custom-tab2 .nav-tabs .nav-link.active {	color: #fff;	background-color: #20385e;	border-color: #20385e #20385e #20385e;}
.custom-tab2 .nav-tabs .nav-link::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
    border-top: 8px solid transparent;
		position: absolute;
		left:50%;
		bottom:-8px;
		content:"";
		transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);
}
.custom-tab2 .nav-tabs .nav-link.active::after {    border-top: 8px solid #20385e;}
.custom-tab2.with-radio-icon .nav-tabs .nav-link::before {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px solid #d4caca;
	display: inline-block;
	content: "\f00c";
	position: relative;
	top: -2px;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color:transparent;
}
.custom-tab2.with-radio-icon .nav-tabs .nav-link.active::before {	color:#fff;}
.footer-block .container{max-width: 1170px;}
.custom-form.delivery .icon-title, .form-contact .icon-title { display: flex; align-items: flex-start;}

.min-height-box {
    min-height: 46px;
}

.extra-support-section {	/* border: 1px solid #1D4F91; */	text-align: center;	/* padding: 60px; */}
.extra-support-section h2 {	text-transform: uppercase;	font-weight: 500;color: #1D4F91;}
.extra-support-section h2 a{color:#1D4F91;}
.extra-support-section img {	margin-bottom: 15px;	margin-top: 5px;}
.extra-support-section h3 {	text-transform: capitalize;	font-weight: 300;	color: #1D4F91;	font-size: 20px;	padding-bottom: 5px;}
.extra-support-section h3+h2{padding-bottom: 0;}

.new-step-block{padding:0; border:none;}
.card.card-block-item {
    border: none;
    background: #edeef5;
    /* border: 1px solid rgba(0,53,95,.21); */
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 10px 10px 10px rgba(0,0,0, 0.1); */
    padding:25px 30px 15px;
        height: calc(100% - 15px);
}
.card.card-block-item .card-header {
    background: none;
    border: none;
    padding: 0 0 15px;
}
.card.card-block-item .card-header h3 {
    font-size: 22px;
    font-weight: 500;
}
.card.card-block-item .card-body .inp-det-block {
    border-bottom:none;
}
.card.card-block-item .card-body p{
	padding-bottom:0;
    }
.card.card-block-item .card-body{padding: 0;}
.card.card-block-item .card-header-link {
    right: -8px;
    top: -3px;
    transform: none;
    background: #1D4F91;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
}
.card.card-block-item .card-header-link i {
    font-size: 15px;
    position: relative;
    top: 1px;
    left: 1px;
}

.card-custom-block{}
.card-custom-block .icon-title .img-icon {
    top: -8px;
}
.card-custom-block .custom-tab-inner{padding-top: 20px;}
.card-custom .card .card-body p {
    font-size: 18px;
    padding-bottom: 0;
}


.corrier-rdo-section .nav-tabs {	border-bottom: 4px solid #edeef5;}
.corrier-rdo-section .nav-tabs .nav-link {border:none;	border-bottom: 4px solid transparent;	border-radius: 0; font-size: 24px; font-weight: 400; margin-bottom: -4px; position: relative; padding-left: 30px; padding-right: 30px;}
.corrier-rdo-section .nav-tabs .nav-link::before {	width: 0;	height: 0;	border-left: 6px solid transparent;	border-right: 6px solid transparent;  	border-top: 6px solid transparent;	content: "";	position: absolute;	bottom: -10px;	left: 50%;	transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.corrier-rdo-section .nav-tabs .nav-link.active {	color: #333;	border-color: #083a62 ;}
.corrier-rdo-section .nav-tabs .nav-link.active::before {	border-top: 6px solid #20385e;}
.chk-mrg-box{padding:20px 0 30px;}
.document-form .btns-box-bot .btn-custom {
    margin: 0 20px 0 0;
}
.document-form .btns-box-bot .btn-custom.back {
    opacity: 0.8;
}




.new-steps-section{background:#526c86; margin-bottom:40px;}
.new-steps-section ul{margin: 0;padding:0;display:flex;}
.new-steps-section ul li{margin: 0 60px 0 0;padding:0 90px 0 0;list-style: none;font-size:16px;color:#fff;text-transform:uppercase;font-weight:700;line-height: 20px;position:relative;}
.new-steps-section ul li:last-child{padding:0;margin:0;}
.new-steps-section ul li::after{width:25px;height:46px;position:absolute; right: 0; content:"";background:url(../img/step-arrow.png) no-repeat;top:10px;}
.inst-list-block{display:flex; align-items:center;position:relative;padding:8px 20px 8px 10px;}
.inst-list-block{}
.new-steps-section ul li:last-child::after{display:none;}
.new-steps-section ul li span{margin: 0 15px 0 0;width:48px;height:48px;border-radius: 50%;color:#526c86;font-size:46px;line-height:46px;text-align:center;font-weight:700;background:#fff;display:inline-block;}

.new-steps-section ul li.active .inst-list-block{background:#1D4F91;}
.new-steps-section ul li.active .inst-list-block::before{left: 100%;top: 50%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-left-color: #1D4F91;border-width: 30px;margin-top: -30px;}

/*----11/12/2020 U----*/
.new-steps-section ul li.active span{color:#1D4F91;}
.order-no-box {
    background: #526c86;
    color: #fff;
    display: inline-block;
    padding: 0px 16px;
    font-size: 30px;
    line-height: 62px;
}
.order-col{margin-bottom: 35px;}
.order-col h3{color: #1D4F91; font-size: 32px;}
.order-col ul li{
	color: #1D4F91;
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 15px;
}
.order-col ul li .order-label{flex:0 0 40%; max-width: 40%;}
.order-col ul li .order-field{font-weight: 700; padding-left: 15px; flex:0 0 60%; max-width: 60%;}
.order-col.order-col-r{padding: 0 15px;}
.order-col.order-col-r ul li .order-label{flex:0 0 60%; max-width: 60%;}
.order-col.order-col-r ul li .order-field{padding-left: 15px; flex:0 0 40%; max-width: 40%; text-align: right;}
.thanks-block{border-bottom: 1px solid #ccd7df; padding-bottom:55px; margin-bottom: 55px;}
.thanks-block h2{color: #1D4F91; font-size: 60px; text-transform: none;}
.thanks-sub-heading{color: #1D4F91; font-size: 36px; display: block; margin-bottom: 25px;}
.thanks-block a{text-decoration: underline;}
.thanks-block a:hover{text-decoration: none;}
.order-col ul li.payment-status{display: block;}
.payment-field{
	background-color: #e0fedf;
	display:flex;
	flex-wrap:wrap;
	padding: 5px 15px;
	margin: 0 -15px;
}
.help-sec{border-top: 1px solid #ced8e0; color: #1D4F91; font-size: 24px; margin-top:25px; padding-top: 40px;}
.help-sec a{color: #1D4F91; font-weight:700;}
 
.visa-cost-col.three-col ul{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -10px;
}
.visa-cost-col.three-col ul li{padding: 0 10px 0; flex:0 0 33.333%; max-width: 33.333%;}
.visa-cost-col.three-col ul li p{font-size: 24px;}
.visa-cost-col.three-col ul li::before{display: none;}
.visa-cost-col.three-col ul li span{font-size: 18px;}

.enq-spn-bt {
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
}
.enq-spn-bt strong {
    background: #1D4F91;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 10px;
}

.corrier-rdo-section.courier-box{padding:40px 0 0 0;}
.courier-box .upgrade-service-col h2{padding-bottom:25px;}


.cal-amount span.order_prices {
    font-size: 20px;
    font-weight: 500;
}

.card-tagline-secure {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #eaeaea;
	max-width: 350px;
	margin: 0 auto 15px;
	border-radius: 8px;
	padding: 15px;
	font-size: 17px;
}

.destination-slider-outer-block{padding: 0 55px;}

.cal-right {
    padding-right:80px;
}
.custom-tab2 .nav-tabs .nav-tabs{margin-bottom:0;}

.visa-applications-text{margin: 0 0 -40px 0;}
.visa-applications-text span{display:block;font-size:50px;color:#494c62;border-bottom:solid 1px #fff;padding: 0 0 8px;}
.visa-applications-text span a{color:#494c62;}
.visa-applications-text span img{width:auto;display:inline-block;height: auto;}
.bnr-form-block .destinations .btn-custom {
    padding: 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnr-form-block .destinations .btn-custom img{height:auto;width:auto;}

.legal-block .form-title {
    font-weight: 400;
    font-size: 36px;
}

.legal-block .visa-applications-text span img {
    transform: rotate(180deg);
    position: relative;
    top: -4px;
}
.legal-form .btn-custom {
	padding: 0 12px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.legal-form .btn-custom img {
    height: auto;
    width: auto;
    margin: 0 0 0 15px;
}
.legal-form .form-control {
    height: 50px;
}

.ach-info {
    justify-content: center;
}

.destination-slide-new .owl-dots{display:flex; justify-content:center;padding-top:20px;}
.destination-slide-new .owl-dot{width: 10px; height: 10px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; border:solid 1px #00518a; display: inline-block; margin:0 2px;}
.destination-slide-new .owl-dot.active{background:#00518a;}
.visa-applications-text.visa-applications-text-mobile{display:none;}
.btn-block-visa-process-corrier {
    justify-content: flex-end !important;
}
/*----16/12/2020 U----*/
.col-edit{margin-top:15px;}
.col-edit .icon-title b{font-size: 26px; line-height:normal; margin-bottom: 0;}
.profilebox-pad{padding-top: 40px;}
.main-update-profilebox.profilebox-pad .icon-title .ml-auto .btn-custom{margin-top: -10px;}
.blue-sticky-col .icon-title b{color:#fff; font-size:24px; margin-bottom: 0;}
/*-----17-12-2020 U--------*/
.service-row.row{margin: 0 -30px;}
.service-row.row .col-md-6{padding:0 30px;}
/*-----17-12-2020 U2--------*/
.icon-title.without-border b{font-size: 38px;}
.icon-title.without-border .img-icon{top: -2px;}
#pills-tab{margin-top: 60px;}
/*-----18-12-2020 U--------*/
.file-upload{display:block;text-align:center;}
.file-upload .file-select{display:block;border: 1px solid #bac7d4;color: #34495e;cursor:pointer;height:48px;line-height:48px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 20px;display:inline-block;height:48px;line-height:48px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}


.bottom-text-block .v-middle{width:100%;}

.add-ser-cont br {
    display: none;
}


.last-content-image {
    position: relative;
}
.last-content-image img{
	width: 100%;
}

.last-content-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 300px;
	background: -moz-linear-gradient(top, rgba(253,251,252,0) 0%, rgba(253,251,252,0.01) 10%, rgba(253,251,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(253,251,252,0) 0%,rgba(253,251,252,0.01) 10%,rgba(253,251,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(253,251,252,0) 0%,rgba(253,251,252,0.01) 10%,rgba(253,251,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.user-account-form-space {
    padding-bottom: 180px;
}

.user-account-form-space  h2{
	padding-bottom: 30px; 
}


.progress-track {
    overflow: inherit !important; 
}

.progress.progress-track .progress-step::before {
    z-index: 1;
}

.progress.progress-track .progress-step::after {
    z-index: 0;
}
.upload-btn.btn-custom.new-upload-button {
    background: none;
    border: 1px dashed #1D4F91;
    color: #1D4F91;
    font-size: 16px;
    font-weight: 500;
	max-width: 150px;
}



.new-img-text-block .content-block{padding:30px 50px;}

.new-img-text-block .content-block h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: none;
    color: #1D4F91;
}
.new-img-text-block .content-block p {
    line-height: 28px !important;
    font-size: 18px !important;
    max-width:100%;
    color: #18191b !important;
    margin: 0 !important;
}
.new-img-text-block .content-block p span{
    font-size: 18px !important;
    background: none !important;
}
.new-img-text-block .content-block ul{
	margin: 0;
	padding: 0 0 5px;
}
.new-img-text-block .content-block li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px !important;
    line-height: normal !important;
    font-size: 18px !important;
    color: #18191b;
    list-style: none !important;
}
.new-img-text-block .content-block li span{
    font-size: 18px !important;
}
.new-img-text-block .content-block li::before {
    height: 14px;
    width: 14px;
    border: 2px solid #456c8a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:5px;
    content: "";
}

.new-img-text-block .img-block {
    height: 100%;
}
.new-img-text-block .img-block img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}

.thumb-img-text {
    display: block;
    color: #1D4F91;
    font-size: 36px;
    line-height:48px;
    padding: 30px 90px;
}

.calltext-info {
    display: block;
    font-size: 18px;
    color: #1D4F91;
    line-height: 40px;
}
.calltext-info strong{
    font-size:48px;
    font-weight: 600;
    display: block;
}
.mt-top{
	margin-top: 20px;
}
.redcolor{
	color:red;
}

.corrier-rdo-inner .box-rdo-block{
	margin-bottom: 20px;
}