
/** service-details **/

.page-title h1{
  text-shadow: 1px 1px 3px #222;
}

.family-visa , .type-d-visa,
.tourism-visa,.business-visa,
.study-visa,.medical-visa-page,
.sports-visa,.cultural-visa,
.diplomatic-visa, .lorry-visa,
.seafarer-visa, .airport-visa,
.inside-page, .about-page,
.custom-service,.location-page,
.online-page, .appointment-page,
.europ-page,.faq-page{
  background-image: url(../images/family-banner.jpg); 
  background-size: cover;
  background-repeat: no-repeat;
}

.type-d-visa{
  background-image: url(../images/visa-d-banner.jpg); 
}

.tourism-visa{
  background-image: url(../images/tourism-banner.jpg);
}

.business-visa{
  background-image: url(../images/business-banner.jpg);
}

.study-visa{
  background-image: url(../images/study-banner.jpg);
}

.medical-visa-page{
  background-image: url(../images/medical-banner.jpg);
}

.sports-visa{
  background-image: url(../images/sport-banner.jpg);
}

.cultural-visa{
  background-image: url(../images/cultural-banner.jpg);
}

.diplomatic-visa{
  background-image: url(../images/diplomatic-banner.jpg);
}

.lorry-visa{
  background-image: url(../images/lorry-banner.jpg);
  background-position: bottom center;
}

.seafarer-visa{
  background-image: url(../images/seafarer-banner.jpg);
  background-position: bottom center;
}

.airport-visa{
  background-image: url(../images/airport-banner.jpg);
  background-position: bottom center;
}

.inside-page{
  background-image: url(../images/inside-banner.jpg);
  background-position: bottom center;
}

.about-page{
  background-image: url(../images/about-banner-en.jpg);
  background-position: bottom center;
}

.custom-service{
  background-image: url(../images/services-banner.jpg);
  background-position: bottom center;
}

.location-page{
  background-image: url(../images/location-banner.jpg);
}

.online-page{
  background-image: url(../images/online-banner.jpg);
}

.appointment-page{
  background-image: url(../images/appointment-banner.jpg);
}

.europ-page{
  background-image: url(../images/europ-banner.jpg);
}

.faq-page{
  background-image: url(../images/faq-banner.jpg);
}

.public-holidays{
  direction: ltr;
  text-align: left;
}

.public-holidays table{
  width: 80%;
  margin: 0 auto;
}

.public-holidays table tr td{
  text-align: center;
}

.public-holidays table tr td:first-child{
  text-align: left;
  border-left: 1px solid #2e5883;
}

.separator{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.detail-services img{
  margin: 0 auto 20px;
    width: 40%;
    display: block;
}
.detail-services h5{
  margin-bottom: 10px;
  text-align: center;
}
.detail-services span,
#news-detail-container #news-date{
  display: block;
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 5px 9px;
    width: 80%;
    text-align: center;
    margin: 20px auto;

}
#news-detail-container #news-date {
  display: inline-block;
  margin-bottom: 29px;
  width: auto;
  padding: 5px 15px;
}

.fl-16{
  font-size: 16px;
}

.dir{
  direction: ltr;
  display: inline-block;
}

.content-box:before{
  display: none;
}

.service-details{
  position: relative;
  padding: 120px 0px;
}

.service-details .service-sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  padding: 14px 40px 14px 30px;
  background: #ffffff;
  border:1px solid #e7ecf2;
  border-radius: 10px;
  margin-bottom: 7px;
  text-align: left;
  z-index: 1;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a:after{
  position: absolute;
  content: '';
  background: #d2dbe4;
  border-radius: 10px;
  width: 1px;
  height: 32px;
  top: 12px;
  right: 74px;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a.active:after,
.service-details .service-sidebar .sidebar-categories .categories-list li a:hover:after{
  background: rgba(255,255,255,0.2);
}

.service-details .service-sidebar .sidebar-categories .categories-list li a.active,
.service-details .service-sidebar .sidebar-categories .categories-list li a:hover{
  color: #fff;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  border:1px solid transparent;
  z-index: -1;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a.active:before,
.service-details .service-sidebar .sidebar-categories .categories-list li a:hover:before{
  width: 100%;
  left: 0px;
}

.service-details .service-sidebar .sidebar-categories .categories-list li:nth-child(2n+1) a{
  background: #eff2f5;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a i{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  float: right;
  color: #c8d1db;
  top: 4px;
  right: -5px;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-categories .categories-list li a.active i,
.service-details .service-sidebar .sidebar-categories .categories-list li a:hover i{
  color: #fff;
}

.service-details .service-sidebar .sidebar-widget{
  position: relative;
  margin-bottom: 45px;
  border-radius: 10px;
  overflow: hidden;
}

.service-details .service-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.service-details .service-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.service-details .service-sidebar .widget-title h4{
	font-size: 20px;
	line-height: 30px;
  margin: 0px;
}

.service-details .service-sidebar .sidebar-download .widget-title h4{
  color: #fff;
}

.service-details .service-sidebar .sidebar-download .widget-title:before{
  background: #222 !important;
}

.service-details .service-sidebar .sidebar-download .widget-title .dotted-box .dotted{
  background: #222 !important;
}

.service-details .service-sidebar .sidebar-download{
  display: block;
}

.service-details .service-sidebar .sidebar-download .widget-title{
  margin-bottom: 0px;
  padding: 20px 30px;
  color:#fff;
}

.service-details .service-sidebar .sidebar-download .widget-content{
  padding: 0px 30px
}

.service-details .service-sidebar .sidebar-download .widget-content .download-list li{
  position: relative;
  display: block;
  padding:20px 40px 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.17);
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-download .widget-content .download-list li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-download .widget-content .download-list li i{
  position: absolute;
  right: 0px;
  top: 25px;
  font-size: 28px;
  line-height: 32px;
  color: #ffa42c;
}

.service-details .service-sidebar .sidebar-download .widget-content .download-list li h4,
.acc-content h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #1b182f;
  margin-bottom: 5px;
}

.acc-content h4{
  margin: 25px 0 ;
  color: #ffa42c;
}

.service-details .service-sidebar .sidebar-download .widget-content .download-list li h4 a{
  display: inline-block;
  color: #1b182f;
}


.service-details .service-sidebar .sidebar-download .widget-content .download-list li span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(54, 54, 54, 0.7);
  margin: 0px;
}

.service-details .service-sidebar .sidebar-categories-2{
  padding: 0px;
  border:1px solid #eff2f5;
  border-radius: 10px;
  overflow: hidden;
}

.service-details .service-sidebar .sidebar-categories-2 .widget-title{
  background-color:#eff2f5;
  padding: 20px 30px;
  margin-bottom: 0px;
}
.service-details .service-sidebar .sidebar-categories-2 .widget-content{
  padding: 20px 30px;
}

.service-details .service-sidebar .sidebar-categories-2 .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 15px;
}

.service-details .service-sidebar .sidebar-categories-2 .categories-list li:last-child{
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-categories-2 .categories-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #1b182f;
}
.service-details .service-sidebar .sidebar-categories-2 .categories-list li:before{
  content:'';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1b182f;
  position: absolute;
  top: 15px;
  left: 0px;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-assessment{
  padding: 33px 35px 40px 35px;
  background: #eff2f5;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group{
  position: relative;
  margin-bottom: 15px;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group:last-child{
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group input[type='text'],
.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group input[type='email'],
.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 300;
  color: #222;
  padding: 10px 20px;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group input::-webkit-input-placeholder{
  color:#222;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group textarea::-webkit-input-placeholder{
  color:#222;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group textarea{
  height: 132px;
  resize: none;
  margin-bottom: 25px;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group input:focus,
.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group textarea:focus{

}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two{
  padding: 14.5px 27px;
}

.service-details .service-sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two i{
  margin-right: 10px;
}

.service-details .group-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.service-details .group-title h2{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 45px;
  padding: 5px 20px 5px 0px;
  margin-bottom: 20px;
}

.service-details .service-details-content .content-style-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.service-details-content .image-box img{
  width: 100%;
}

.service-details-content .content-style-one .text h3{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #555;
  font-weight: 400;
  margin-bottom: 15px;
}

.service-details-content .content-style-one .text p{
  margin-bottom: 28px;
}
.service-details-content .content-style-one .text p span,
.accordion p span{
  color:#2d5883 ;
  font-weight: bold;
}

.accordion p.imp{
  font-weight: bold;
}

.service-details-content .content-style-one .text ul,
.accordion ul{
  margin-left: 20px;
}

.service-details-content .content-style-one .text ul li,
.acc-content ul li{
  font-size: 14px;
  color: #1b182f;
  position: relative;
  padding-left: 15px;
}

.service-details-content .content-style-one .text ul li span,
.acc-content ul li span{
  color:#2d5883 ;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
}
.service-details-content .content-style-one .text ul li:before,
.accordion ul li::before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #525159;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0px;
}

.acc-content p a{
  color: #2d5883;
} 

.acc-content img{
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.service-details-content .content-style-one .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-style-one .text p span.important{
  display: inline-block;
  padding-left: 30px;
  background-image: url(../images/important.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px;
}

.service-details-content .content-style-one .text table{
  margin-bottom: 30px;
}

.service-details-content .content-style-one .text table tr td{
  padding: 10px 15px;
  border-top: 1px solid #2e5883;
  border-right: 1px solid #2e5883;
  color: #2e5883;
}

.service-details-content .content-style-one .text table tr td:first-child{
  background: #f3f3f3;
  border-left: 1px solid #2e5883;
}

.service-details-content .content-style-one .text table tr td:last-child{
  border-left:1px solid #2e5883 
}

.service-details-content .content-style-one .text table tr:last-child td{
  border-bottom:1px solid #2e5883 
}

.service-details-content .content-style-one .text table.vertical-table tr td:first-child{
  background: none;
}

.service-details-content .content-style-one .text table.vertical-table tr:first-child td{
  background: #f3f3f3;
  font-weight: bold;
}

.service-details-content .content-style-one .text h4{
  font-size: 20px;
  margin-bottom: 15px;
}

.service-details-content .content-style-one{
  position: relative;
  margin-bottom: 56px;
  padding-right: 25px;
}

.service-details-content .two-column .content-box h3{
	font-size: 22px;
	line-height: 30px;
  margin-bottom: 15px;
}

.service-details-content .two-column .content-box span{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-content .two-column .content-box .list li{
  position: relative;
  display: block;
  font-weight: 300;
}

.service-details-content .two-column .content-box .list li a{
  display: inline-block;
  color: #2d5883;
  line-height: 16px;
  border-bottom: 1px solid #2d5883;
}

.service-details-content .two-column{
  position: relative;
  margin-bottom: 53px;
}

.service-details-content .content-style-two h3{
	font-size: 22px;
	line-height: 30px;
  margin-bottom: 15px;
}

.service-details-content .content-style-two .text{
  position: relative;
  margin-bottom: 65px;
}

.service-details-content .content-style-two .inner-box .single-item{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 0px;
}

.service-details-content .content-style-two .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #e0e6ed;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.service-details-content .content-style-two .inner-box .column:last-child .single-item:before{
  display: none;
}

.service-details-content .content-style-two .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 30px;
}

.service-details-content .content-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-content .content-style-two{
  position: relative;
  margin-bottom: 56px;
}

.service-details-content .accordion-content h3{
	font-size: 22px;
	line-height: 30px;
  margin-bottom: 19px;
}

.service-details-content .accordion-box .block{
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-details-content .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.service-details-content .accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 25px 25px 25px 35px;
}

.service-details-content .accordion-box .block .acc-content.current{
  display:block;  
}

.service-details-content .accordion-box .block .acc-btn .icon-outer{
	position: absolute;
  top: 17px;
  right: 29px;
}

.service-details-content .accordion-box .block .acc-btn{
  position: relative;
  display: block;
  background: #eff2f5;
  padding: 21px 35px;
  padding-right: 60px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-details-content .accordion-box .block .acc-btn h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin: 0px;
  transition: all 500ms ease;
}

.service-details-content .accordion-box .block .acc-btn.active h5{
  
}

.service-details-content .content-style-two .inner-box{
  position: relative;
  margin-bottom: 50px;
}

.service-details-content .content-style-two .inner-box .single-item .icon-box{

}

.service-details-content .content-style-two .inner-box .single-item h4{
	font-size: 20px;
	line-height: 28px;
  margin-bottom: 16px;
}

.service-details-content .two-column .content-box .list li{
  padding-left: 25px;
  margin-bottom: 4px;
}

.service-details-content .two-column .content-box .list li:last-child{
  margin-bottom: 0px;
}

.service-details-content .two-column .content-box .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 14px;
  left: 0px;
  top: 1px;
}

.service-details-content .two-column .text{
  position: relative;
  display: block;
  margin-top: 53px;
}

.service-details-content .two-column .text h3{
	font-size: 22px;
	line-height: 30px;
  margin-bottom: 15px;
}
.compare{
  width: 90%;
  margin: 100px auto;
}

.compare div{
  width: 33.33%;
  float: left;
  box-shadow: 1px 1px 8px #a3a3a3;
  background: #ffffff;
}

.compare div.table-title {
  border-radius: 20px 0 0 20px ;
  overflow: hidden;
}

.compare div.table-standard{
  position: relative;
  left: -17px;
  box-shadow: 1px 1px 8px #a3a3a3;
  border: none;
}

.compare div.table-premium{
  position: relative;
  left: -17px;
  box-shadow: 1px 1px 8px #a3a3a3;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.compare div ul{
  margin: 0px !important;
  padding: 0px;
}

.compare div ul li{
  padding: 20px 10px;
  text-align: center;
  background: #efefef;
}

.compare div.table-title ul li{
  text-align: left !important;
  padding-left: 35px !important;
}

.compare div ul li:nth-child(2n+1){
  background: #fafafa;
}

.compare div ul li:before{
  display: none !important;
}

.compare div ul li:first-child{
  background: #1b182f;
  padding: 30px 35px ;
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
}
