/**Global css Start**/
html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/

.top-header {
    background-color: #182e46;
    padding: 6px 0px;
}

.top-header ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-header ul li{
    display: inline-block;
}

.top-header ul li a{
    display: block;
    color: #e3d7d7;
    font-size: 14px;
    margin-right: 25px;
    transition-duration: 0.2s;
}

.top-header ul li a:hover{
    color: #fff;
}

.top-header p{
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #e3d7d7;
}

.top-header p a {
    color: #e1e1e1;
}

.top-header p a:hover {
    color: #fff;
}

.checkoutForm{
    padding: 30px;
    background-color: #30336a;
    color: #fff;
    font-size: 85%;
    box-shadow: -8px 10px 4px #585858;
}

.checkoutInfo {
    background-color: #30336a;
    color: #fff;
    padding: 25px;
    font-size: 85%;
}

.checkoutInfo table {
    color: #fff;
}

.checkoutInfo table .table td, .table thead th {
    padding: 10px 5px;
    border: none;
    margin: 1px 0px;
    background-color: #444;
}



/**Header css Start**/

span.moble-menus-models {
    color: #404883;
    position: absolute;
    right: 8%;
    font-size: 34px;
    float: right;
    top: 2%;
    z-index: 9;
}

header.sticky-header.stick span.moble-menus-models {
    top: 4%;
}
.siteLogo{
    display: block;
}
.siteLogo img {
    max-width: 100%;
    height: 70px;
    padding: 5px 0;
}

.mainMenuPart {
    background-color: #fff;
}

header.sticky-header.stick .mainMenuPart {
    padding: 0px;
}

header.sticky-header.stick .siteLogo img{
    height: 55px;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #444;
    padding: 25px 10px;
    display: block;
    margin: auto 0px;
    font-size: 14px;
    transition-duration: 0.2s;
    text-transform: uppercase;
    font-weight: bold;
}

header.sticky-header.stick .header-menu ul li a{
    padding: 15px 10px;
}

.header-menu ul li a i{
    font-size: 16px;
    float: right;
    margin-top: 2px;
}

.header-menu ul li a:hover{
    color: #444;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 250px;
    z-index: 999;
    background-color: #ddd;
    box-shadow: 0px 0px 4px #626262;
}

.header-menu ul li ul li a{
    text-transform: capitalize;
    font-weight: 100;
    padding: 6px 10px;
}

.header-menu ul li ul li a:hover {
    background-color: #eeeeee;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid white;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.header-menu ul li ul li ul{
    left: 100%;
    margin-top: -33px;
}

.loginBtn {
    background-color: #182e46;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    margin: 15px 5px;
    border-radius: 4px;
    transition-duration: 0.2s;
    text-decoration: none;
}
.stick .loginBtn{
    margin: 7px 0px;
}

.loginBtn:hover{
    background-color: #182e46;
    color: #fff;
}

.pageHeader {
    background: gainsboro;
    padding: 30px 0;
}

/*header css end*/
.searchBox {
    padding-top: 100px;
}

.jobGrid {
    border: 1px solid whitesmoke;
    cursor: pointer;
    border-radius: 10px;
    height: 150px;
    padding: 10px 15px;
    background: #eceff7;
    transition: .3s;
}

.jobGrid:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border: 1px solid #3dade4;
}

.jobGrid h4 {
    margin: 0;
    font-size: 18px;
    color: #182e46;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.jobGrid p {
    color: #3dade4;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.jobGrid ul li {
    color: #143043;
    font-size: 14px;
    padding: 3px 0;
}
 
.popularJob .row-border {
    margin: 0;
}

.popularJob .col-border {
    border: 1px solid #ded6d6;
    height: 80px;
    padding: 5px;
    margin-bottom: -1px;
    margin-right: -1px;
}
.popularJob .col-border:last-child {
    border-right: 1px solid #ded6d6;
}
.companyCard img {
    max-width: 100%;
}

.companyCard li a {
    color: #3dade4;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

.companyCard span {
    display: inline-block;
    line-height: 16px;
    font-size: 15px;
}

.companyJobs tr td {
    padding: 5px 8px;
}

.companyJobs tr th {
    padding: 5px;
    background: #f6f6f6;
}
.companyJobs tr td {
    font-size: 14px;
    line-height: 15px;
}

.summeryJob tr th{
    padding: 0;
    font-size: 14px;
}
.summeryJob tr td{
    padding: 0 5px;
}

.userSidebar ul li a {
    display: block;
    background: #182e46;
    color: white;
    margin: 5px 0;
    padding: 5px 15px;
}

.userSidebar ul li a:hover {
    background: #2c92c5;
}

.userSidebar ul li a.active {
    background: #3dade4;
}




.userSidebar .photo img {
    max-width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #d6cfcf;
}

.userSidebar .photo {
    text-align: center;
}
.userSidebar p {
    margin:0;
}

.userSidebar span {
    display: block;
    color: #009688;
}

.formApply .image img {
    max-width: 120px;
    height: 120px;
}

.formApply .image {
    text-align: center;
    padding: 15px;
    border: 2px dotted #172d45;
    border-radius: 10px;
}

.applyJobs {
    text-align: center;
}

.cvProfile .photo img {
    height: 190px;
    max-width: 160px;
}

.cvProfile .photo {
    text-align: center;
    border: 1px solid #3dade4;
    width: 200px;
    margin: auto;
    padding: 5px;
    height: 200px;
}

.cvGrid img {
    max-width: 100px;
    height: 100px;
}


.employeerSidebar ul li {
    display: inline-block;
}

.employeerSidebar ul li a {
    padding: 5px 15px;
    display: inline-block;
    background: #e4e2e2;
    color: black;
}

.employeerSidebar ul li a.active {
    background: #3dade4;
    color: white;
}



.searchCV {
    padding: 15px;
    background: #172e46;
}

.searchCV .input-group {
    margin-bottom: 5px;
}

.searchCV .btn {
    border-radius: 0;
}
.cvGrid .table tr th {
    padding: 5px;
    font-size:14px;
}

.cvGrid .table tr td {
    padding: 5px;
    font-size:14px;
    word-wrap: break-word;
    max-width: 100px;
}
.cvGrid {
    border: 1px solid #cbd0db;
    padding: 10px;
    background: #eceff7;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.cvGrid:hover {
    border: 1px solid #3dade4;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.cvGrid .hiringJob {
    position: absolute;
    z-index: 9;
    top: 0;
    background: #3dadde;
    left: 0;
    font-size: 12px;
    padding: 1px 5px;
    color: white;
    border-top-left-radius: 5px;
}
.cvGrid h5 {
    color: #3dade4;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
}

.cvGrid .btnView {
    background: #172e46;
    padding: 2px 15px;
    color: white;
}

.summery .image img {
    max-width: 100%;
    padding: 5px;
    max-height: 250px;
}

.summery .image {
    border: 1px solid gray;
    text-align: center;
}

.summery {
    padding: 15px;
    background: #f1f1f1;
}

.summery table.table tr td {
    padding: 5px;
}

.summery table.table tr th {
    padding: 5px;
}

.searchCV label {
    color: white;
}


/* blog veiws css start*/

.allGrid img {
    width: 100%;
}

.allGrid p {
    padding: 10px;
    margin: 0;
    padding-bottom: 0;
}
.allGrid h4 {
    padding: 10px;
    font-size: 16px;
    height: 50px;
    overflow:hidden;
}
.allGrid img {
    width: 100%;
    height:200px;
}
.allGrid {
    border: 1px solid #eeeeee;
    background: white;
}
.allGrid a{
    color:black;
}
.allGrid a:hover {
    color: #0056b3;
}

.rightSideQueryBoxMainDiv {
    background-color: black;
    padding: 20px;
}

.rightSideQueryBoxMainDiv input {

    margin-bottom: 12px;
}

.btn-sumbit {
    background-color: #ff6a00;
    border: none;
    letter-spacing: 3px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 12px;
}

.title span {
    color: #fff;
    font-size: 20px;
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
}
.contentDetails ul {
    list-style: disc;
}

ul.sideCtg li a {
    color: #172d45;
}

ul.sideCtg li a:hover {
    color: #3dade4;
}

/* blog veiws css end*/




.categoryList .card-header {
    padding: 8px 15px;
    background: #162e46;
    color: white;
}

.categoryList .card-header h3 {
    margin: 0;
    font-size: 20px;
}
.popularJob .card-header {
    padding: 8px 15px;
    background: #162e46;
    color: white;
}

.popularJob .card-header h3 {
    margin: 0;
    font-size: 20px;
}

.categoryList {
    margin-bottom: 50px;
}

.categoryList .card-body {
    min-height: 300px;
}
.popularJob .card-body {
    min-height: 300px;
}

.submitButton:hover {
    color: #f1f0f0;
}

.categoryList ul {
    column-count: 4;
}

.categoryList ul li a {
    font-size: 14px;
    color: #162e46;
}

.categoryList ul li a:hover {
    color: #007bff;
}

.countryForm{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 15px 1px;
}

.countryForm img{
    display: block;
    width: 10%;
    margin-right: 15px;
}

.countryForm h5{
    margin: 14px 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.overlayVisaForm p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
}

a.applyBtn {
    display: block;
    text-align: center;
    background-color: #c8252c;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 0px;
    margin: 5px 0px;
    transition-duration: 0.2s;
}

a.applyBtn:hover{
    background-color: #000;
}


ul.availableService {
    text-align: center;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: -55px;
}

ul.availableService li{
    display: inline-block;
}

ul.availableService li a{
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    margin: 0px 5px;
    transition-duration: 0.2s;
}

ul.availableService li a:hover{
    background-color: #444;
}

ul.availableService li a i{
    color: lime;
}


.countryViewContent {
    margin: 50px 0px;
}

.leftContent ul li a{
    display: block;
    background-color: #ddd;
    padding: 10px 15px;
    color: #444;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.countryDetails{
    border: 2px solid #ccc;
}

.detailsHeader h4{
    margin: 0;
    background-color: #ddd;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.detailsBody{
    padding: 25px;
}

.detailsBody p{
    font-size: 14px;
    color: #444;
}

.detailsBody ul{
    margin-bottom: 15px;
}

.detailsBody ul li{
    font-size: 14px;
    color: #444;
    padding: 2px 0px;
    font-weight: bold;
}


a.downloadBtn {
    background-color: #404883;
    padding: 8px 30px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    transition-duration: 0.2s;
}

a.downloadBtn:hover{
    background-color: #000;
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c8252c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #000;
}

#myBtn:hover {
  background-color: #555;
}



.contactPageInfo {
    background-color: antiquewhite;
    text-align: center;
    padding: 40px 0px;
}

.infoContactBox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    margin: 15px 0px;
}

.infoContactBox i{
    color: #444;
}

.infoContactBox h3{
    margin: 10px 0px;
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
}

.infoContactBox p{
    margin: 0 0 15px;
    font-size: 13px;
    height: 35px;
}

.infoContactBox a{
    display: block;
}

.appoinmentForm {
    padding: 50px 0px;
}

.appoinmentForm form{
    background-color: #f3f3f3;
    padding: 30px;
    width: 90%;
    display: block;
    margin: 0px auto;
}

.appoinmentForm .form-control{
    margin-bottom: 25px;
}

.appoinmentForm ul{
    margin-bottom: 15px;
}

.appoinmentForm ul li{
    display: inline-block;
    margin-right: 20px;
}

.appoinmentForm textarea {
    width: 100%;
    border-radius: 5px;
}

button.appoinBtn {
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    background-color: #c8252c;
    color: #fff;
    padding: 15px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0px 0;
    transition-duration: 0.2s;
}

button.appoinBtn:hover{
    background-color: #000;
}

.sideBarJobView .card-body {
    background: #172e46;
}

.sideBarJobView .card-body label {
    color: white;
}

.sideBarJobView .card-body button {
    background: #FF9800;
    border-color: #FF9800;
}

.newsDetails{
    padding: 50px 0px;
    background-color: #eee;
}

.newsDetailsContent{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px #ccc;
}

.newsDetailsContent .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #c8252c!important;
    color: #fff;
}

.newsDetailsContent .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background-color: #ddd;
    padding: 15px 0;
    text-align: center;
    width: 25%;
}

.newsDetailsContent h2{
    font-size: 20px;
    line-height: 30px;
    color: #444;
}

.newsDetailsContent h6{
    letter-spacing: 1px;
    font-size: 13px;
    color: #888;
}

.newsDetailsContent img{
    display: block;
    width: 100%;
    margin: 20px 0px;
}

.newsDetailsContent p{
    font-size: 14px;
}

a.purscesBtnPost {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #c8252c;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0px;
    margin-top: 20px;
    transition-duration: 0.2s;
}

a.purscesBtnPost:hover{
    background-color: #444;
}

.sideNewsDetailsContent{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px #ccc;
}


.sideNews h4{
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.sideNews a.newsGrid{
    margin: 10px 0px;
    display: block;
    color: #1d1e1e;
}

.sideNews a.newsGrid:hover {
    color: #0056b3;
}

.sideCateNews h4{
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.sideCateNews ul{
    margin: 20px 0px;
}

.sideCateNews ul li{
    font-size: 15px;
    margin: 6px 0px;
    color: #444;
}

.sideCateNews ul li a {
    color: #444;
}

.sideCateNews ul li span{
    float: right;
    width: 26px;
    background-color: #404883;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.exploreCountries{
    padding: 40px 0px;
}

a.allCtgGrid {
    display: block;
    box-shadow: 0px 0px 5px #b5b5b5;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin: 10px 0;
    transition-duration: 0.2s;
}

a.allCtgGrid:hover{
    transform: scale(1.1);
    background-color: #c8252c;
}

a.allCtgGrid:hover p{
    color: #fff;
    letter-spacing: unset;
}

a.allCtgGrid img{
    display: block;
    width: 100%;
}

a.allCtgGrid p{
    margin: 0;
    padding: 10px 0 7px;
    color: #444;
    font-size: 14px;
    letter-spacing: 1px;
}




.faq-section .mb-0 > a {
  display: block;
  position: relative;
}


.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 600;
}

.detailsBody form .selectPart{
    width: 19%;
    display: inline-block;
    padding: 0px 5px;
}

.detailsBody form .selectPart label{
    margin: 0 0 5px;
}

.detailsBody form .selectPart select.form-control{
    height: auto;
    font-size: 14px;
}

.detailsBody form button{
    border: none;
    padding: 7px 30px;
    margin-top: 15px;
    background-color: #404883;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    transition-duration: 0.2s;
    margin-left: 5px;
}

.detailsBody form button:hover{
    background-color: #000;
}


/* footer css start*/

footer {
    background-color: #162e46;
}

.mainFooter {
    padding: 50px 0px;
    font-size: 90%;
    color: #fff;
    line-height: 22px;
}

.mainFooter h4{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

ul.socialLists {
    list-style-type: none;
}

ul.socialLists li{
    display: inline-block;
}

ul.socialLists li a{
    font-size: 20px;
    display: block!important;
    padding-right: 15px!important;
}

.mainFooter img{
    display: block;
    width: 70%;
    margin: 10px 0px;
}

.mainFooter ul li a:hover {
    padding-left: 3px;
    color: #fff;
}
.mainFooter ul li a {
    color: #c7c7c7;
    display: block;
    padding: 2px 0px;
    transition-duration: 0.3s;
}

.botttomFooter {
    color: #fff;
    font-size: 12px;
}

p.footRight {
    text-align: end;
}

.botttomFooter a{
    color: #1dc174;
}

/*footer css end*/



header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #fff;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
}

.hidesection {
    display: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}



/**Matis Menu multi larvel css Start**/

.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
    margin: 8px 0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom:1px solid #d6d4d4;
    display: inline-block;
    padding:5px;
    font-weight: bold;
    color: #646464;
    width:100%;
}   

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/

.side-modals.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}

.cart_media {
    padding:0 8px;
}

.side-modals {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right.open-side {
    right: 0;
}

.side-modals.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #000000a3;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.side-modals .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0;
}

.side-modals .cart-inner .cart_top {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    background: #172e45;
    color: white;
}

/**Side Modals css End**/



/**For Laptop/ testop Large deviece**/
@media only screen and (max-width: 1199px) {
  
    
        
}



/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 991px) {
  

    .categoryList {
        margin-bottom: 20px;
    }

    .jobGrid{
        height: 240px;
    }
    
    

}



/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {
    .categoryList ul {
        column-count: 1;
    }
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }
    
    .header-menu{
        display: none;
    }
    
    .top-header {
        display: none;
    }
    
    form.searchBox {
        display: none;
    }
    
    .siteLogo img {
        max-width: 100%;
        height: 70px;
        padding: 5px 0;
    }
    
    .overlayVisaForm h1 {
        letter-spacing: none;
        font-size: 35px;
    }
    
    .overlayVisaForm select.form-control {
        margin-bottom: 25px;
    }
    
    .checkrwreqBtn{
        margin: 0;
    }
    
    .tabSystem .nav-tabs .nav-link {
        width: 100%;
        margin: 10px 0px;
    }
    
    .tabSystem div#nav-tabContent ul li a {
        width: 80%;
        margin: 0px auto 25px;
    }
    
    .mainFooter h4 {
        margin-top: 30px;
    }
    
    p.footRight {
        text-align: center;
    }
    
    .botttomFooter {
        text-align: center;
    }
    
    .aboutContentBox h5 {
        margin-top: 20px;
    }
    
    .aboutContentBox p {
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .newsGrid {
        margin: 10px 0px;
    }
    
    .serviceViewContent .row:nth-child(odd) {
        padding: 10px;
    }
    
    .serviceViewContent .row:nth-child(even) {
        padding: 10px;
    }
    
    .countryForm h5 {
        display: none;
    }
    
    .countryForm img {
        width: 100%;
        margin-right: 0px
    }
    
    .leftContent {
        margin-bottom: 20px;
    }
    
    a.businessNetBtn {
        margin: 5px 0px;
    }
    
    a.viewAllBtn {
        width: 50%;
    }
    
    a.allCountry {
        width: 40%;
    }
    
    ul.availableService li a{
        margin: 5px 0;
    }
    
    form.searchBox.mobileTrack {
        display: block;
    }
    
    table.table.table-striped.design {
        margin: 50px 0;
    }
    
    #wowslider-container1 .ws_images {
        height: 150px!important;
    }

}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    

}