@font-face {
        font-family:'MontserratBold';
        src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('ttf');
        font-style: bold;
        /* font-weight: bold; */
}
@font-face {
        font-family:'MontserratLight';
        src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('ttf');
        font-style: normal;
        font-weight: normal;
}
@font-face {
        font-family:'Montserrat';
        src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('ttf');
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family:'MontserratSemiBold';
        src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('ttf');
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family:'Noor';
        src: url('../fonts/Montserrat/Noor-regular.ttf') format('ttf');
        font-style: normal;
        font-weight: normal;
}

@font-face {
        font-family:'NoorBold';
        src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('ttf');
        font-style: normal;
        font-weight: normal;
}

html,
body {
        height: 100%;
        font-family: Montserrat, Helvetica, sans-serif;
}
.txtColorTheme{
        color:#00287C;
}
.txtColorInfo{
        color: #9DA0A9
}
.cart_item {
    border: 1px solid #e2dede;
    padding: 13px;
    margin: 12px 0px;
}
.navbar-light, .navbar-nav, .nav-link, .nav-link button{
        color: #00287C; 
        font-weight:600; 
        line-height: 1.0; 
        font-size:0.9rem;
        padding-top: 5px;
}
.navbar-light > .active, .navbar-nav > .active, .nav-link > .active{
        color: #00287C; 
        font-weight: bold; 
        line-height: 1.0; 
        font-size:0.9rem;
}
#navbarResponsive a {
        padding-top: 11px;
        color: #00287C;
}
#navbarResponsive .active {
        color: #fed100; 
}

#navbarResponsive a:hover {
        color: #fed100; 
}

.divider{
        height: 15px;
        width: 10px;
        margin-right: 10px;
        margin-top: 14px;
        border-right: 1px solid #9DA0A9;
        /* text-align: center; */
}
.masthead {
        height: 80vh;
        min-height: 500px;
        background-image: url('../img/banner_efile.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        margin-top: 60px;
        position: relative;
}

.masthead.about {
        background-image: url('../img/banner.png');
        margin-top: 60px;
}
.home-slidder-content{
        padding-top: 150px;
        color: white;
        position: relative;
}
.home-slidder-features{
        top: 200px;
        right: 0px;
        position: absolute;
        padding-right: 0px;
}
.chat-with-us{
        position: absolute;
        width: 200px;
        /* top: 65%; */
        right: 0px;
        bottom: 15px;
}
.chat-with-us .btn{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}
.most-popular-section{
        margin-top:150px;
}
.why-choose-us {
        /* height: 80vh; */
        min-height: 500px;
        background-image: url('../img/banner-why-choose-us.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        margin-top: -30px;
}
.our-best-service{
        border: 1px solid orange; 
        border-radius: 5px;
}
.our-best-service p{
        margin-top: 0.5rem; 
        margin-bottom: 0.5rem;
}
.our-best-service p.right-border{
        border-right: 1px solid #9DA0A9; 
}
.footer-section {
        position: relative;
        /* height: 80vh; */
        min-height: 250px;
        height: 250px;
}
.footer-layer{
        position: absolute;
        width: 100%;
        /* height: 100%; */
        background-image: url('../img/footer-bg.jpg');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
}


.btn-style{
        width: 100%;
        border-radius: 10px;
        background-color:white; 
        border-color:orange;
        color:orange;
}
#pills-tab .nav-link{
        width: 100%;
        background-color:white; 
        border-radius: 10px;
        border: 1px solid orange;
        color:orange;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0px !important;
}
#pills-tab .active{
        width: 100%;
        background-color: orange; 
        border-radius: 10px;
        border: 1px solid orange;
        color:white;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0px !important;
}

/* button orange  background */
.btn-ob{
        width: auto;
        border-radius: 10px;
        background-color:orange; 
        /* border-color:#00287C; */
        color:white;
        padding-left: 20px;
        padding-right: 20px;
}
/* button blue border - white background */
.btn-bb-ob{
        width: 100%;
        border-radius: 10px;
        background-color:white; 
        border-color:#00287C;
        color:#00287C;
        line-height: 1;
}
/* button blue background */
.btn-bb{
        width: 100%;
        border-radius: 10px;
        background-color:#00287C;
        color:white; 
}
/* apply-visa */
.apply-visa-banner{
        height: auto;
        min-height: 80px;
        margin-top: 75px;
        background-color: #00287C;
}
.apply-visa-banner h3{
        color: white;
        padding-top: 1.5rem;
}

.apply-visa-steps{
        border: 1px solid orange; 
        border-radius: 20px;
        /* padding-bottom: 10px; */
}

.apply-visa-steps .progress-bar{
        position: relative; 
        height: 10px; 
        background-color: #F1F1F1;
        border-radius: 5px;
}

.apply-visa-steps .current-progress{
        width: 20%; 
        min-height: 100%; 
        background-color: orange;
        border-radius: 5px;
}

.about-visa-required{
        width:100%; 
        background-color: #F1F1F1; 
        border-radius: 15px; 
        padding: 30px;
}

.about-visa-required p{
        font-size: 18px;;
}

.about-visa-required-inner-block{
        /* width: 175px;  */
        width: 100%;
        height: auto; 
        border-radius: 15px; 
        border: 1px solid orange; 
        background-color: white;
        padding: 15px;
}

.about-visa-required-inner-block p{
        /* font-size: 14px; */
        /* text-align: center; */
        align-content: center;
}

.about-visa-required-inner-block table{
        font-size: 13px;
        /* text-align: center; */
}

.about-visa-required-inner-block strong{
        font-size: 16px;
}

.about-transparency-policy{
        background-color: #F1F1F1; 
        border-radius: 15px; 
        padding: 20px 30px 10px 30px;
}

.apply-visa-summary{
        background-color: #F1F1F1; 
        border-radius: 15px; 
        padding: 30px;
}

.apply-visa-summary strong{
        font-size: 16px;
}

.apply-visa-summary p{
        font-size: 14px;
}

.apply-visa-summary table{
        font-size: 12px;
}

.apply-visa-from-where-c1{
        width: 100%;
        height: 100%;
        background-color: #00287C;
        color: #FFF;
        padding: 20px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
}

.apply-visa-from-where-c2{
        width: 100%;
        height: 100%;
        background-color: #F1F1F1;
        padding: 20px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
}

.apply-visa-from-where-c3{
        /* width: 100%; */
        height: 100%;
        background-color: #F1F1F1;
        padding: 20px;
        border-radius: 15px;
        margin-left: 15px;
}
.home-from-where-data{
        color: #00287C;
}
.apply-visa-from-where-data{
        width: 100%;
        height: 40px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #9DA0A9;
        border-radius: 5px;
        background-color: #FFF;
}
.apply-visa-from-where-data .icon-left{
        /* float: left; */
        padding-top: 5px;
}
.apply-visa-from-where-data .icon-right{
        float: right;
        padding-top: 5px;
}

.apply-visa-from-where-data label{
        padding-left: 5px;
}

/* why onerbann time */
.why-on-time-banner {
        height: 80vh;
        min-height: 500px;
        background-image: url('../img/banner.png');
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        margin-top: 60px;
        position: relative;
}
.why-on-time-border {
        border-radius: 30px;
        border: 2px solid orange;
        min-height: 500px;
        padding: 5%;
}

.why-on-time-border p {
        color: #5F5F5F;
        font-size: 17px;
        font-weight: 500;
        /* text-align: center;
        padding: 10px;
        padding-top: 5px; */
}

.why-on-time-border h3 {
        color:#00287C;
        font-weight: bolder;
}

/* Login */
.login-banner{
        height: 60vh;
        min-height: 300px;
        margin-top: 0px;
}
.login-banner-wrapper{
        position: relative; 
        width: 100%;
}
.login-absolute-wrapper{
        position: absolute;
        height: 250px;
        width: 100%;
        background-color: #FFF; 
        margin-top: 150px;
        border-radius: 4px;
}
.login-form-section{
        /* background-color: #FFF; */
        padding: 0px 15px 0px 15px;
        min-height: 100%;
}
.login-section-c1{
        min-height: 100%;
        background-color: #FFF;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
}
.login-section-c2{
        min-height: 100%;
        background-color: #F1F1F1;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
}
.login-form-content{
        width: inherit;
        padding: 15px;
        padding-bottom: 30px;
}
.login-form-content div{
        margin-top: 15px;
}
.check-status-form{
        background-color: #00287C; 
        border-radius: 4px; 
        margin-top: 10px;
        padding-bottom: 20px;
}
.check-status-form label{
        color: white;
}

.body-container {
        
        padding-bottom: 100px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {

        .navbar-nav .divider{
                width: 0px;
                height: 0px;
        }
        .masthead {
                min-height: 150px;
                margin-top: 60px;
                /* border: 1px solid red; */
        }
        .home-slidder-content{
                padding-top: 50px;
                /* color: #00287C; */
        }
        .most-popular-section{
                margin-top:300px;
        }
        .why-choose-us {
                height: auto;
                /* min-height: 500px; */
        }
        .our-best-service p.right-border{
                border-right: 0px; 
        }
        .footer-section{
                min-height: 300px;
        }
        /* .footer-layer-bg {
                min-height: 300px;
        } */
        .why-on-time-banner {
                height: 25vh;
                min-height: 175px;
        }

        /* .about-visa-required{
                padding-right: 15px;
        } */
        #section-visa-summary{
                margin-top: 15px;
        }
        .apply-visa-from-where-c1{
                padding: 20px;
                border-radius: 15px;
        }
        
        .apply-visa-from-where-c2{
                padding: 20px;
                border-radius: 15px;
                margin-top: 15px;
        }
        
        .apply-visa-from-where-c3{
                padding: 20px;
                border-radius: 15px;
                margin-left: 0px;
                margin-top: 30px;
        }

        .login-banner{
                margin-bottom: 500px;
        }
        .login-absolute-wrapper{
                margin-top: 50px;
        }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 599px) {
        .navbar-nav .divider{
                width: 0px;
                height: 0px;
        }
        .masthead {
                min-height: 150px;
                margin-top: 60px;
                /* border: 1px solid red; */
        }
        .home-slidder-content{
                padding-top: 50px;
                /* color: #00287C; */
        }
        .most-popular-section{
                margin-top:300px;
        }
        .why-choose-us {
                height: auto;
        }
        .our-best-service p.right-border{
                border-right: 0px; 
        }
        .footer-section{
                min-height: 300px;
        }
        /* .footer-layer-bg {
                min-height: 300px;
        } */
        .why-on-time-banner {
                height: 30vh;
                min-height: 150px;
        }
        .apply-visa-from-where-c1{
                padding: 20px;
                border-radius: 15px;
        }
        
        .apply-visa-from-where-c2{
                padding: 20px;
                border-radius: 15px;
                margin-top: 15px;
        }
        
        .apply-visa-from-where-c3{
                padding: 20px;
                border-radius: 15px;
                margin-left: 0px;
                margin-top: 30px;
        }
        .login-banner{
                margin-bottom: 450px;
        }
        .login-absolute-wrapper{
                margin-top: 50px;
        }
}

/* @media only screen and (min-device-width: 414px) and (max-device-width: 767px) { */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) {
        .navbar-nav .divider{
                width: 0px;
                height: 0px;
        }
        .masthead {
                min-height: 150px;
                margin-top: 60px;
                /* border: 1px solid red; */
        }
        .home-slidder-content{
                padding-top: 50px;
                /* color: #00287C; */
        }
        .most-popular-section{
                margin-top:300px;
        }
        .why-choose-us {
                height: auto;
        }
        .our-best-service p.right-border{
                border-right: 0px; 
        }
        .footer-section{
                min-height: 300px;
        }
        /* .footer-layer-bg {
                min-height: 300px;
        } */
        .why-on-time-banner {
                height: 35vh;
                min-height: 350px;
        }
}

@media only screen and (min-device-width: 768px) {
        .navbar-nav .divider{
                width: 0px;
                height: 0px;
        }
        .masthead {
                height: 40vh;
                min-height: 300px;
        }
        .footer-section{
                min-height: 250px;
        }
        .why-on-time-banner {
                height: 35vh;
                min-height: 350px;
        }
        .login-banner{
                margin-bottom: 70px;
        }
        .login-absolute-wrapper{
                margin-top: 100px;
        }
}

/*
@media only screen and (max-device-width: 1023px) {
        .masthead {
                height: 40vh;
                min-height: 300px;
        }
}
*/

@media only screen and (min-device-width: 769px) and (max-device-width: 1023px) {
        .navbar-nav .divider{
                width: 0px;
                height: 0px;
        }
        .masthead {
                height: 35vh;
                min-height: 250px;
        }
        .home-slidder-content{
                padding-top: 100px;
                font-weight: 100;
                color: #00287C;  
        }
        .most-popular-section{
                margin-top: 150px;
        }
        .footer-section{
                min-height: 250px;
        }
        .our-best-service p.right-border{
                border-right: 1px solid #9DA0A9; 
        }
        .why-on-time-banner {
                height: 35vh;
                min-height: 400px;
        }
        .login-banner{
                margin-bottom: 0px;
        }
        .login-absolute-wrapper{
                margin-top: 150px;
        }
        .body-container {
                padding-bottom: 10px;
        }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
        .navbar-nav .divider{
                width: 10px;
                height: 15px;
        }
        .masthead {
                /* height: 40vh; */
                min-height: 500px;
        }
        .home-slidder-content{
                padding-top: 150px;
        }
        .most-popular-section{
                margin-top: 150px;
        }
        .our-best-service p.right-border{
                border-right: 1px solid #9DA0A9; 
        }
        .why-on-time-banner {
                height: 35vh;
                min-height: 450px;
        }
        .login-banner{
                margin-bottom: 0px;
        }
        .login-absolute-wrapper{
                margin-top: 125px;
        }
        .body-container {
                padding-bottom: 10px;
        }
}
@media only screen and (min-device-width: 1200px) {
        .navbar-nav .divider{
                width: 10px;
                height: 15px;
        }
        .masthead {
                height: 60vh;
                min-height: 600px;
        }
        .home-slidder-content{
                padding-top: 150px;
        }
        .banner-wrapper{
                width: 60%;

        }
        .absolute-wrapper{
                top: 50px;
        }
        .most-popular-section{
                margin-top: 150px;
        }
        .our-best-service p.right-border{
                border-right: 1px solid #9DA0A9; 
        }
        .why-on-time-banner {
                height: 40vh;
                min-height: 650px;
        }
        .login-banner{
                margin-bottom: 0px;
        }
        .login-absolute-wrapper{
                margin-top: 150px;
        }
        .body-container {
                padding-bottom: 10px;
        }
}


/* ======= footer ======= */

.footer-layer {
        color: #fff;
}
.footer-layer ul {
        list-style: none;
}
.footer-layer ul li {
        line-height: 2em;
        color: white;
}
.footer-layer ul a {
        text-decoration: none;
        color: white;
}
.footer-rights {
        padding-right: 100px;
        margin-top: 10px;

}

/* ===TOP NAVIGATION STARTS === */
.shadow {
        box-shadow: 0rem 0rem 0rem rgba(0,0,0,.15) !important;
}
.bg-light {
        background-color: #FFF !important;
}
/* ===TOP NAVIGATION ENDS === */


/* ==== floating social icons ===== */
.social-icon-container {
        position: fixed;
        bottom: 10px;
        z-index: 1;
        left: 10px;
        margin-bottom: 10px;
}

.social-icon-container a {
        display: inline-block;
        text-align: center;
        width: 24px;
        margin: 4px;
}

.social-icon-container a:hover {
        background-color: #3B5998;
}

.social-icon-container .social-icon {
        background: #00287C;
        color: white;       
}



/* ONTIME GOV CUSTOM SCC */

.main-wrapper {
        height: 100vh;  
}

.section {
        height: 100%;  
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}


.btn-get-online-services {
        color: #00287C;
        border-radius: 8px;
        border-width: 8px;
}


/* ======== */
tr td{
padding-bottom: 10px;
}
.acheivement-img {
display: block; 
max-width: 50px; 
max-height: 50px; 
} 
.achievement-data {
color: #00287C; 
font-size: 13px; 
font-weight: bold;
}
.acheivement-sec-data {
color: #9DA0A9; 
font-size: 11px; 
font-weight: lighter;
}
.acheivement-right-img {
display: block; 
max-width: 100%; 
max-height: 100%; 
}


/* ====== */
.page-subtitle-center {
color: #00287C; 
font-weight: bold; 
margin-top: 25px; 
text-align: center; 
line-height: 30px;
}

.contact-form-main {
border: 1px solid orange;
border-radius: 10px;
padding: 3px;
}
.contact-form {
border: 1px solid orange;
border-radius: 10px;
padding-left: 20px;
padding-right: 20px;
}



.branch-first-col-wid {
/*min-width: 30px;
max-width: 30px;*/
width: 10%;
}
.branch-name {
color: #00287C; 
font-size: 13px; 
font-weight: bold; 
text-transform: uppercase;
text-align: left;
width: 90%;
}
.branch-address {
color: #9DA0A9; 
font-size: 11px; 
font-weight: lighter; 
text-transform: uppercase;
}

.branches tr td {
        vertical-align: top;
}


.partenrs-img {
display: block; 
max-width: 100%; 
max-height: 100%; 
} 



/* SERVICES */
#service_img img {
width: 90%;
margin: 5%;
text-align: center;
height: auto;
}

.mandatory {
color: red;
}

.thumbnail-image {
overflow: hidden;
height: 200px; 
}

.thumbnail-image div {
border: 1px solid #A6A6A6;
border-top: 0px;
height: 50%;

}

.thumbnail-image > img {
        width: 100%;
}

html[dir="rtl"] .acheivemenets {
        text-align: right;

}



.sheikh-visit {
        color : #CC0000;
        text-align: center;
        margin-top: 10px;
}


.home-container p {


        text-align: justify;

      }

.about-ceo-container {
        text-align: justify;
}

.about-container {
        text-align: justify;
}

.acheivemenets {
        text-align: justify;
      }

.acheiv-item-cont {
        float: left;
        width: 100%;
}

.acheiv-item-img {
        float: left;
}

.acheiv-item-data {
        float: left;
        overflow-wrap: break-word;
        width: 80%;
}



@media screen and (min-width: 1200px) {
        

         .container {
                max-width: 80%;
                }
}



/* ===== PAYMENT SUCCESS ERROR STYLES ==== */
.success-checkmark {
        width: 80px;
        height: 115px;
        margin: 0 auto;
      }
  
      .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
      }
  
      .success-checkmark .check-icon::before {
        top: 3px;
        left: -2px;
        width: 30px;
        transform-origin: 100% 50%;
        border-radius: 100px 0 0 100px;
      }
  
      .success-checkmark .check-icon::after {
        top: 0;
        left: 30px;
        width: 60px;
        transform-origin: 0 50%;
        border-radius: 0 100px 100px 0;
        animation: rotate-circle 4.25s ease-in;
      }
  
      .success-checkmark .check-icon::before,
      .success-checkmark .check-icon::after {
        content: '';
        height: 100px;
        position: absolute;
        background: #FFFFFF;
        transform: rotate(-45deg);
      }
  
      .success-checkmark .check-icon .icon-line {
        height: 5px;
        background-color: #4CAF50;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 10;
      }
  
      .success-checkmark .check-icon .icon-line.line-tip {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip 0.75s;
      }
  
      .success-checkmark .check-icon .icon-line.line-long {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long 0.75s;
      }
  
      .success-checkmark .check-icon .icon-circle {
        top: -4px;
        left: -4px;
        z-index: 10;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: absolute;
        box-sizing: content-box;
        border: 4px solid rgba(76, 175, 80, 0.5);
      }
  
      .success-checkmark .check-icon .icon-fix {
        top: 8px;
        width: 5px;
        left: 26px;
        z-index: 1;
        height: 85px;
        position: absolute;
        transform: rotate(-45deg);
        background-color: #FFFFFF;
      }
  
      @keyframes rotate-circle {
        0% {
          transform: rotate(-45deg);
        }
  
        5% {
          transform: rotate(-45deg);
        }
  
        12% {
          transform: rotate(-405deg);
        }
  
        100% {
          transform: rotate(-405deg);
        }
      }
  
      @keyframes icon-line-tip {
        0% {
          width: 0;
          left: 1px;
          top: 19px;
        }
  
        54% {
          width: 0;
          left: 1px;
          top: 19px;
        }
  
        70% {
          width: 50px;
          left: -8px;
          top: 37px;
        }
  
        84% {
          width: 17px;
          left: 21px;
          top: 48px;
        }
  
        100% {
          width: 25px;
          left: 14px;
          top: 45px;
        }
      }
  
      @keyframes icon-line-long {
        0% {
          width: 0;
          right: 46px;
          top: 54px;
        }
  
        65% {
          width: 0;
          right: 46px;
          top: 54px;
        }
  
        84% {
          width: 55px;
          right: 0px;
          top: 35px;
        }
  
        100% {
          width: 47px;
          right: 8px;
          top: 38px;
        }
      }
  
      .error-circle {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 40px;
        background-color: #990000;
        border: 5px solid #fff;
      }
  
      .error-circle>div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -35px;
        text-align: center;
        width: 20px;
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        font-family: Arial;
      }

/* start rating */
.jq-stars {
        display: inline-block;
      }
      
      .jq-rating-label {
        font-size: 22px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        font-family: helvetica, arial, verdana;
      }
      
      .jq-star {
        width: 40px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
      }
      
      .jq-star-svg {
        padding-left: 0px;
        width: 70%;
        height: 70% ;
      }
      
      .jq-star:hover .fs-star-svg path {
      }
      
      .jq-star-svg path {
        /* stroke: #000; */
        stroke-linejoin: round;
      }
      
      /* un-used */
      .jq-shadow {
        -webkit-filter: drop-shadow( -2px -2px 2px #888 );
        filter: drop-shadow( -2px -2px 2px #888 );
      }
