@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    transition: all .3s;
    text-decoration: none !important;
    color: #2E2E2E;
}
.btn{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 18px;
}
.btn>span{
    display: block;
    font-size: 35px;
    font-weight: 500;
    margin-top: -10px;
}
.btn-default{
    background: #EA4D7D;
    color: #ffffff !important;
}
.btn-defaul2t{
    background: #EA4D7D;
    color: #ffffff !important;
}
.btn-default:hover,
.btn-default:focus{
    background: #4C2985 !important;
}
.btn-alt{
    background: #4C2985;
    color: #ffffff !important;
}
.btn-alt:hover{
    background: #EA4D7D;
    color: #ffffff !important;
}
.btn-lg{
    font-size: 22px;
    padding: 15px 35px;
}
.btn-sm{
    font-size: 14px;
    padding: 7px 20px;
}


header{
    background: #4C2985;
}
.topbar{
    padding: 20px 0 0;
}
.topbar .list-unstyled{
    margin: 0 -7px;
}
.topbar .list-unstyled>li{
    padding: 0 7px;
    position: relative;
}
.topbar .list-unstyled>li>a{
    color: #fff;
}
.topbar .list-unstyled>li>a>i{
    margin-right: 3px;
}
.topbar .list-unstyled>li>a:hover,
.topbar .list-unstyled>li>a:focus{
    color: #EA4D7D !important;
}
.dropdown-toggle::after{
    margin-left: 3px;
    vertical-align: 1px;
}
.navbar {
    padding: 25px 15px;
    background: transparent !important;
}
.navbar .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 12px;
    position: relative;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .active>.nav-link{
    color: #EA4D7D;
}

.navbar-toggler .navbar-toggler-icon{
    background-image: url(../images/bars.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
}
.navbar-toggler:focus,
.navbar-toggler:focus .navbar-toggler-icon{
    outline: 0;
}

@keyframes fixedHeader {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fixedHeader {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sticky.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1040;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader;
}

header .dropdown-menu {
    background: #301164;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
header .dropdown-menu .dropdown-item{
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.20);
}
@media (min-width: 768px){
    header .dropdown-menu {
        display: block;
        background: rgba(255, 255, 255, 1);
        border: none;
        border-radius: 0;
        /*min-width: 350px;*/
        padding: 15px;
        left: 12px;
        box-shadow: 0 1em 2em rgba(0,0,0,.15);
        
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    header .dropdown:hover .dropdown-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    header .dropdown-menu .dropdown-item{
        font-size: 15px;
        color: #313131;
        font-weight: 400;
        padding: 10px 15px;
        border-left: 2px solid transparent;
        border-bottom: 0;
    }
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item:focus{
        background-color: #fff;
        border-color: #EA4D7D;
    }
    .sticky.fixed .navbar{
        display: none;
    }
}
.navbar-toggler{
    width: 28px;
    height: 21px;
    background: url(../images/menu.svg) no-repeat;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.navbar .form-inline .form-control{
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 17px;
    box-shadow: none;
    height: 49px;
    background-image: url(../images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: rgba(255, 255, 255, 0.09);
    padding-right: 50px;
    padding-left: 20px;
    max-width: 250px;
}
.navbar .form-inline .form-control::placeholder {
    color: #E2E2E2;
}

.custom-control{
    padding-left: 35px;
    margin-bottom: 20px;
}
.custom-control-label{
    font-size: 15px;
    color: #606060;
    line-height: 23px;
}
.custom-control-label>a{
    color: #EA4D7D;
    text-decoration: underline !important;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none !important;
    outline: none !important;
}
/*custom-radio*/
.custom-radio .custom-control-label::before{
    background: transparent;
    border: 2px solid #2A2B2C;
    width: 20px;
    height: 20px;
    top: 1px;
    left: -30px;
}
.custom-radio .custom-control-label::after{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: -25px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background: transparent;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background: #2A2B2C;
}

/*custom-checkbox*/
.custom-checkbox .custom-control-label::before{
    background: transparent;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    top: 5px;
    left: -35px;
}
.custom-checkbox .custom-control-label::after{
    width: 25px;
    height: 25px;
    border-radius: 2px;
    top: 5px;
    left: -35px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-color: #EA4D7D;
}
.modal-body{
    padding: 50px;
    font-size: 16px;
    line-height: 30px;
}
.modal-header{
    padding: 10px;
    border: 0;
}
.modal-title{
    width: 100%;
    text-align: center;
    color: #2A2B2C;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0 0;
}
.modal-header .close{
    outline: 0;
}

.modal-content{
    background: #F4F4F4;
}
.countries .rtl{
    direction: rtl;
    text-align: right;
}
.countries h5{
    font-size: 24px;
    color: #030303;
    font-weight: 500;
    margin: 20px 0 40px;
}
.countries .custom-control{
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #E8E8E8;
}
.countries .custom-radio .custom-control-label{
    display: block;
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px;
}
.countries .custom-radio .custom-control-label::before,
.countries .custom-radio .custom-control-label::after{
    display: none;
}
.countries .custom-radio .custom-control-input:checked~.custom-control-label{
    background: #ffffff;
}
.flag{
    display: inline-block;
    width: 24px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.flag-kwait{
    background-image: url(../images/flags/kwait.svg);
}
.flag-bahrain{
    background-image: url(../images/flags/bahrain.svg);
}
.flag-ksa{
    background-image: url(../images/flags/ksa.svg);
}
.flag-oman{
    background-image: url(../images/flags/oman.svg);
}
.flag-qatar{
    background-image: url(../images/flags/qatar.svg);
}
.flag-uae{
    background-image: url(../images/flags/uae.svg);
}

#masterslider{
    
}
.master-slider .ms-bullets.ms-dir-h{
    width: auto !important;
    bottom: 40px;
}
.master-slider .ms-bullet{
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    border-radius: 50%;
    margin: 3px !important;
}
.master-slider .ms-bullet-selected{
    width: 24px;
    height: 24px;
    background: #EA4D7D;
    margin-top: 0 !important;
}
.ms-skin-black-2 .ms-nav-next, 
.ms-skin-black-2 .ms-nav-prev{
    width: 56px;
    height: 56px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    margin-top: -28px;
}
.ms-skin-black-2 .ms-nav-next{
    background-image: url(../images/slider/arrow-right.svg);
}
.ms-skin-black-2 .ms-nav-prev{
    background-image: url(../images/slider/arrow-left.svg);
}
.ms-skin-black-2 .ms-nav-next:hover, 
.ms-skin-black-2 .ms-nav-prev:hover {
    background-color: #4C2985;
}

.section{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.bg{
    background: #F5F5F5;
}
.title{
    color: #4C2985;
    font-size: 50px;
    position: relative;
    font-weight: 500;
    margin-bottom: 50px;
}
.title::after{
    content: "";
    display: block;
    width: 99px;
    height: 6px;
    background: #FE9D2B;
    margin-top: 8px;
}

.workers{
    background: #ffffff url(../images/bg.png) no-repeat center;
}
.ads{
    background: #ffffff url(../images/clouds.png) no-repeat top left;
    background-size: cover;
}
.box{
    display: block;
    background: #ffffff;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    text-align: center;
    color: #606060;
    border-radius: 20px;
    padding: 40px 15px;
    margin-bottom: 40px;
}
.box h3{
    margin: 25px 0 0;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
}
.box .box-icon img{
    transition: all .3s;
}
.box:hover{
    background: #EA4D7D;
    border-color: #EA4D7D;
    color: #ffffff;
}
.box:hover .box-icon img{
    filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}

.workers h3{
    text-transform: capitalize;
}
/*.workers .box{
    width: 255px;
    height: 255px;
}*/
.ads .box{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ads .box h3{
    margin: 0 0 0 30px;
}

.services .box h3{
    font-size: 25px;
}

.owl-theme .item{
    padding: 10px 15px;
}
.owl-theme .owl-dots{
    padding: 30px 0 0;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #fff;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: #2A2B2C;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: -111px;
    right: 0;
}
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #EA4D7D;
    font-size: 22px;
    margin-left: 10px;
}
.owl-carousel .owl-nav .owl-next:hover, 
.owl-carousel .owl-nav .owl-prev:hover{
    background-color: #4C2985;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.about p{
    font-size: 24px;
    line-height: 46px;
}

footer{
    padding: 70px 0;
    position: relative;
    background: #4C2985;
    color: #ffffff;
    font-size: 16px;
}
.footer-left .list-unstyled{
    margin-bottom: 20px;
}
.footer-left .list-unstyled>li{
    font-size: 18px;
    margin-right: 17px;
    font-weight: 500;
}
.footer-left .list-unstyled>li:last-child{
    margin-bottom: 0;
}
.footer-left .list-unstyled>li>a{
    color: #ffffff;
}
.footer-left .list-unstyled>li>a:hover{
    color: #EA4D7D;
}

footer .social>li{
    margin-left: 5px;
}
footer .social>li>a{
    display: block;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 24px;
    background: #EA4D7D;
    color: #ffffff;
}
footer .social>li>a:hover{
    background: #FE9D2B;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #fe9d2b;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #fe9d2b, 0 0 5px #fe9d2b;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #fe9d2b;
	border-left-color: #fe9d2b;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.page-header {
    background-color: #FE9D2B;
    background-image: url(../images/page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px 0;
}
.page-header h1{
    font-size: 40px;
    font-weight: 500;
    color: #4C2985;
}
.page-header .breadcrumb{
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    background: transparent;
}
.page-header .breadcrumb-item{
    vertical-align: middle;
}
.page-header .breadcrumb a,
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #2E2E2E;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}
.page-header .breadcrumb-item+.breadcrumb-item::before{
    padding-right: 3px;
}
.page-header .breadcrumb-item.active{
    color: #EA4D7D;
}

.card{
    border-color: #D8DDE6;
}
.card-header{
    font-size: 25px;
    font-weight: 500;
    background: #F7F7F7;
    padding: 20px 15px;
}
.card-body{
    padding: 40px;
}
.user-info{
    padding: 20px 15px;
    text-align: center;
}
.user-info>p{
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 500;
}
.user-info>span{
    font-size: 16px;
    font-weight: 400;
}
.list-group-item{
    font-size: 16px;
    padding: 13px 20px;
    border-color: #D8DDE6;
}
.list-group-item.active{
    color: #EA4D7D;
    background: #FDF8FA;
    border-color: #D8DDE6;
    border-right: 2px solid #EA4D7D;
}
.list-group-item:hover{
    color: #EA4D7D;
}
.list-group-item>i{
    width: 25px;
}

.nav-pills{
    margin-bottom: 30px;
}
.nav-pills .nav-link {
    background: #ffffff;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    font-size: 15px;
	min-width: 124px;
    text-align: center;
    margin-left: 10px;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #EA4D7D;
    border-color: #EA4D7D;
}

.table td, .table th {
    padding: 15px 10px;
    vertical-align: middle;
    border-color: #D8DDE6;
    font-size: 17px;
    font-weight: 400;
}
.badge{
    font-weight: 400;
}
.badge-waiting{
    background-color: #FE9D2B;
    color: #2E2E2E;
}
.badge-active{
    background-color: #3F7E39;
    color: #ffffff;
}
.badge-rejected,
.badge-expired{
    background-color: #F52A2A;
    color: #ffffff;
}
.row-action>a{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #606060;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
}

.form-wrapper{
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    padding: 30px 0;
}
.form-wrapper h2{
    color: #2E2E2E;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
.form-wrapper .form-group{
    position: relative;
    margin-bottom: 30px;
}
.form-wrapper .form-group>label{
    position: absolute;
    left: 20px;
    top: -10px;
    margin: 0;
    background: #ffffff;
    padding: 2px;
    z-index: 9;
}
.form-wrapper .form-control,
.form-wrapper .custom-file-label{
    height: 51px !important;
    font-size: 12px;
    border-color: #CECECE;
    box-shadow: none;
    padding: 15px 20px;
    outline: none;
}
.form-wrapper textarea.form-control{
    height: 161px !important;
}
.form-wrapper a{
    color: #EA4D7D;
}
.custom-file-label::after{
    height: 49px !important;
    color: #989898;
    background-color: #E8E8E8;
    padding: 15px 20px;
}
.form-text {
    color: #989898 !important;
    font-size: 12px;
    margin-top: 20px;
}
/*.form-wrapper .form-control:read-only{
    background-color: #E2E2E2;
    border-color: #CECECE;
    color: #989898;
}*/
.ad-price{
    color: #4C2985;
    font-size: 25px;
    font-weight: 700;
}

.checkout{
    padding: 40px;
}
.checkout-box{
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.checkout-box h5{
    margin-bottom: 30px;
}
.alert-msg{
    background-color: #FAFAFA;
    padding: 70px 30px;
    box-shadow: 0 0 10px rgba(132, 132, 132, 1);
    border-radius: 5px;
}
.alert-msg i{
    font-size: 85px;
    margin-bottom: 20px;
}
.alert-msg i.fa-check-circle{
    color: #3F7E39;
}
.alert-msg i.fa-times-circle{
    color: #F52A2A;
}
.alert-msg img{
    margin-bottom: 40px;
}
.alert-msg h4{
    color: #322110;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
}
.alert-msg p{
    color: #989898;
    font-size: 21px;
    margin-bottom: 20px;
}
.alert-msg p>small{
    display: block;
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.item-wrapper{
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.item-thumb{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background: #F4F4F4;
    border-right: 1px solid #E2E2E2;
    text-align: center;
    height: 100%;
    width: 100%;
}
.item-body{
    position: relative;
    padding: 40px 30px;
}
.item-body h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.item-body h3>a:hover{
    color: #EA4D7D;
}
.item-body h3 small{
    display: block;
    color: #8492A6;
    font-size: 12px;
}
.item-body h5{
    font-size: 20px;
    font-weight: 500;
}
.item-body .badge {
    margin-top: 10px;
    margin-bottom: 47px;
}
.item-body p{
    color: #606060;
    font-size: 12px;
    margin-bottom: 0;
}
.item-footer{
    background: #F4F4F4;
    padding: 8px 30px;
    font-weight: 500;
    border-top: 1px solid #E2E2E2;
}
.item-price{
    color: #EA4D7D;
    font-size: 20px;
}
.item-footer li{
    color: #8492A6;
    font-size: 14px;
}
.item-footer li i{
    margin-right: 5px;
}
.service-date{
    font-size: 16px;
    color: #606060;
    position: absolute;
    top: 15px;
    right: 30px;
}
.list-wrapper .item-body .btn{
    min-width: 135px;
}
.grid-wrapper .item-thumb{
    background: #ffffff;
    height: 300px;
    position: relative;
}
.price-ribbon{
    position: absolute;
    left: 0;
    top: 30px;
    background: #EA4D7D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 15px;
}
.price-ribbon .arrow{
    position: absolute;
    right: -25px;
    top: 0;
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #EA4D7D;
}
.grid-wrapper .item-body{
    padding: 0px 20px 20px;
    margin-top: -20px;
}
.grid-wrapper .item-body h3{
    font-size: 23px;
}
.grid-wrapper .item-footer{
    padding: 15px 20px;
}
.grid-wrapper .item-footer li{
    font-size: 12px;
    margin-bottom: 5px;
}
.grid-wrapper .item-footer li:last-child{
    margin-bottom: 0;
}
.grid-wrapper .item-footer .btn{
    font-size: 11px;
    padding: 4px 8px;
}
.grid-wrapper .service-date{
    display: block;
    position: static;
    margin: 30px 0 5px;
}

.toolbox{
    background: #ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.toolbox-show{
    color: #606060;
    font-size: 15px;
    font-weight: 500;
}
.toolbox-filter-by{
    margin-right: 20px;
}
.toolbox-filter-by label{
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.toolbox-filter-by .form-control{
    display: inline-block;
    width: 148px;
    height: 33px !important;
    background: #F7FAFA;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    font-size: 11px;
    box-shadow: none;
}
.layout-modes{
    
}
.layout-modes>a{
    color: #606060;
    font-size: 20px;
}
.layout-modes>a.active{
    color: #EA4D7D;
}
.layout-modes>a.btn-list{
    margin-right: 10px;
}

.widget{
    border-color: #D0D0D0;
    margin-bottom: 20px;
}
.widget .card-header{
    font-size: 22px;
    color: #343434;
    font-weight: 400;
    background: #ffffff;
    padding: 15px;
    border-color: #D0D0D0;
}
.widget .card-header small{
    font-size: 12px;
    color: #606060;
}
.widget .card-body{
    padding: 20px;
}

.widget .input-group .form-control{
    height: 38px;
    border-color: #E2E2E2;
    font-size: 14px;
    box-shadow: none;
}
.widget .input-group .btn{
    height: 38px;
    font-size: 14px;
}

.range-value{
    border: 0;
    outline: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #606060;
}
.ui-slider{
    border: 0 !important;
    border-radius: 0;
    background-color: #f9f9f9;
    margin: 0 15px;
}
.ui-slider .ui-slider-range{
    height: 15px;
    background-color: #EA4D7D;
    border-color: #EA4D7D;
}
.ui-slider .ui-slider-handle{
    width: 19px;
    height: 19px;
    background-color: #EA4D7D;
    border-color: #EA4D7D;
    top: -3px;
}
.ui-slider .ui-slider-handle:focus{
    border-color: #EA4D7D !important;
    outline: none;
}

.widget .custom-control{
    margin-bottom: 10px;
}
.widget .custom-control:last-child{
    margin-bottom: 0;
}
.widget .custom-control .custom-control-label{
    color: #959595;
}
.widget .custom-control .custom-control-label p{
    padding-top: 4px;
    margin: 0;
}
.widget .custom-control .custom-control-label p span{
    display: inline-block;
    float: right;
    background: #DCE1E8;
    padding: 1px 5px;
    font-size: 14px;
    color: #606060;
}

.pagination{
    margin-top: 40px;
}
.page-link{
    font-size: 12px;
    color: #606060;
    padding: 6px 10px;
}
.page-link:hover {
    color: #EA4D7D;
}
.page-item.active .page-link {
    background-color: #EA4D7D;
    border-color: #EA4D7D;
}
.page-item.disabled .page-link{
    color: #E2E2E2;
}

.no-entries{
    color: #606060;
    font-size: 24px;  
    padding: 50px 0; 
    font-weight: 500;
}

.worker-name{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.worker-name>span{
    margin-top: -7px;
}
.worker-details .table td, 
.worker-details .table th {
    color: #606060;
    padding: 9px 15px;
    font-size: 15px;
}

.related{
    margin-top: 50px;
}
.related>h2{
    font-size: 36px;
    font-weight: 500;
    color: #4C2985;
    margin-bottom: 20px;
}

.badge-pending{
    background-color: #F52A2A;
    color: #ffffff;
}
.badge-booked{
    background-color: #4C2985;
    color: #ffffff;
}
.badge-awaiting-payment{
    background-color: #8492A6;
    color: #ffffff;
}
.badge-awaiting-medical{
    background-color: #FE9D2B;
    color: #ffffff;
}
.badge-cancelled{
    background-color: #E2E2E2;
    color: #ffffff;
}
.badge-successful{
    background-color: #3F7E39;
    color: #ffffff;
}
.badge-failed{
    background-color: #F52A2A;
    color: #ffffff;
}
.badge-awaiting-visa{
    background-color: #606060;
    color: #ffffff;
}
.badge-arrival{
    background-color: #EA4D7D;
    color: #ffffff;
}

.text-block{
    color: #2E2E2E;
    font-size: 19px;
    line-height: 29px;
}
.back-btn{
    font-size: 24px;
}

.otp-countdown{
    color: #322110;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}

.not-found-msg{
    text-transform: uppercase;
    color: #606060;
    font-weight: 500;
}
.not-found-msg>span{
    display: block;
    font-size: 135px;
    color: #EA4D7D;
    font-weight: 700;
}
.not-found-msg h2{
    font-size: 55px;
    margin: -30px 0 5px;
}
.not-found-msg p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.contact-card{
    box-shadow: 0 0 10px rgba(131, 131, 131, 0.33);
    border: 0;
}
.contact-info>li{
    font-size: 27px;
    margin-bottom: 15px;
}
.contact-info>li>i{
    width: 35px;
    text-align: center;
    margin-right: 15px;
}
.contact-info>li:last-child{
    margin-bottom: 0;
}

.page-title{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ad-form{
    font-size: 17px;
    font-weight: 500;
}
.ad-form .form-control{
    border-color: #D8DDE6;
    border-radius: 0;
    height: 40px !important;
    box-shadow: none;
    padding: .375rem .375rem  .375rem 3.75rem;
}
.form-control.select2 {
    border-color: #D8DDE6;
    border-radius: 0;
    height: 40px !important;
    box-shadow: none;
}
.form-note{
    font-size: 16px;
    margin: 30px 0 0;
    color: #E2E2E2;
    font-weight: 400;
}

.files-wrapper{
    margin-bottom: 80px;
}
.files-wrapper>h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.files-wrapper>h2>img{
    height: 25px;
    margin-right: 10px;
}
.files-wrapper>p{
    padding: 10px 0 10px 40px;
    margin-bottom: 30px;
}
.files-wrapper>p>a{
    color: #393939;
    font-size:17px;
    font-weight: 500;
}
.files-wrapper>p>a:hover{
    color: #EA4D7D;
}
.files-wrapper>p::after{
    content: "";
    display: block;
    height: 0.5px;
    background-color: #B5B5B5;
}
.file-pdf{
    background-image: url(../images/icons/pdf.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.request-header{
    font-size: 25px;
    margin-bottom: 10px;
}
.agency-details th,
.agency-details td{
    padding: 3px 15px;
}
.agency-details td{
    font-weight: 500;
}
.agency-details td a{
    color: #FE9D2B;
}

.request-timeline {
    position: relative;
    margin-top: 30px;
}
.timeline-bar {
    background-color: #606060;
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    top: 10px;
    bottom: 10px;
    left: 27px;
    z-index: 0;
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0;
    margin-bottom: 50px;
}
.timeline-circle {
    position: relative;
    z-index: 1;
    display: block;
    width: 54px;
    height: 54px;
    border: 2px solid #606060;
    border-radius: 100%;
    background-color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
}
.timeline-item.active .timeline-circle{
    background-color: #4C2985;
    border-color: #4C2985;
}
.badge-lg{
    font-size: 24px;
    font-weight: 500;
    padding: 15px 22px;
    border-radius: 5px;
}
.language_option:hover{
    background: #ffffff;
}