body {
    font-family: Arial, Helvetica, sans-serif;
}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.trackInput {
    max-height: 45px !important;
    height: 45px !important;
    text-align: left !important;
    vertical-align: middle !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border: 1px solid #999999 !important;
    border-right: none !important;
    background-color: #eeeeee !important;
    width: 320px !important;
    cursor: auto !important;
}

    .trackInput:hover {
        cursor: auto !important;
    }

.trackBtn {
    max-height: 45px !important;
    height: 45px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #999999 !important;
    border-left: none !important;
    box-shadow: -100px 0px 113px -1px #145a32 inset !important; /*-100px 0px 68px -1px #002855 inset !important;*/
    color: white !important;
    margin-left: -5px;
    min-width: 150px !important;
    padding: 11px 15px !important;
}

#btnTrack {
    max-height: 45px !important;
    height: 45px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: 1px solid #999999 !important;
    border-left: none !important;
    box-shadow: -100px 0px 68px -1px #145a32 inset !important;
    color: white !important;
    margin-left: -5px;
    min-width: 150px !important;
    padding: 11px 15px !important;
    font-size: 15px !important;
    margin-top: 10px;
}
    #btnTrack:hover {
        color: #ffcc00 !important;
    }
#btncancel {
    max-height: 45px !important;
    height: 45px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #999999 !important;
    border-left: none !important;
    box-shadow: -100px 0px 68px -1px #666 inset !important;
    color: white !important;
    margin-left: -5px;
    min-width: 100px !important;
    padding: 11px 15px !important;
    font-size: 15px !important;
    margin-top: 10px;
}
        #btncancel:hover {
            color: #ffcc00 !important;
        }

.Forgot-application {
    text-decoration: underline !important;
    color: black !important;
    margin-left: 320px;
    font-size: 15px;
    text-decoration: none !important;
}

    .Forgot-application:hover {
        color: #145a32 !important;
        font-weight: 500 !important;
        text-decoration: underline;
    }



p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #484848;
}

.form-control-danger {
    border-color: red !important;
}

.form-control-success {
    border-color: green !important;
}
.btn-popup {
    margin-left: 260px;
    margin-top: 10px;
}

.error_msg {
    font-size: 13px;
    float: right;
    color: red;
    background: #fff;
    width: 100%;
    text-align: right;
}

.from-label-style:after {
    content: " *";
    color: red;
    /*font-weight: bold;*/
    font-size: 20px !important;
    vertical-align: middle;
}

/*form select 2*/
.select2-container {
    width: inherit !important;
}

    .select2-container .select2-selection--single {
        height: 42px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    border-width: 2px !important;
    border-radius: 5px !important;
    height: 42px !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-color: #dbdbdb;
    border-radius: 7px;
}

.elementor-kit-10 input:not([type="button"]):not([type="submit"]), .elementor-kit-10 textarea, .elementor-kit-10 .elementor-field-textual {
    border-width: 1px;
    border-color: #c5c7cf;
}

.select2-results__option {
    font-size: 14px;
    line-height: 1em;
    padding: 10px 12px;
    border-radius: 7px;
    margin-bottom: 1px;
    color: #666;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #696969;
    color: #fdfdfd;
}

.select2-dropdown {
    border-color: #d3cbcb;
    border-radius: 7px;
}

.select2-search__field {
    background-color: white;
}
.label-font {
    font-size: 15px !important;
}

/* Popup Open button */
.open-button {
    color: #FFF;
    background: #0066CC;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #0157ad;
    border-radius: 3px;
}

    .open-button:hover {
        background: #01478e;
    }

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    /* background:rgba(0,0,0,0.75);*/
    width: 100%;
    height: 100%;
    display: none;
}

/* Popup inner div */
.popup-content {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 20px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

    .close-button:hover {
        background: rgba(0,0,0,1);
    }

@media screen and (max-width: 720px) {
    .popup-content {
        width: 90%;
    }
}

@media (max-width: 1309px) {
    .trackInput {
        width: 275px !important;
    }

    .Forgot-application {
        margin-left: 279px;
    }
}

@media (max-width: 1190px) {
    .trackInput {
        width: 242px !important;
    }

    .Forgot-application {
        margin-left: 248px;
    }
}

@media (max-width: 1103px) {
    .trackInput {
        width: 235px !important;
    }

    .Forgot-application {
        margin-left: 239px;
    }

    .track-application-section {
        margin-left: 35% !important;
    }
}

@media (max-width: 991px) {
    .trackInput {
        width: 250px !important;
    }

    .Forgot-application {
        margin-left: 207px;
    }

    .trackBtn {
        min-width: 98px !important;
    }
}

@media (max-width: 850px) {
    .trackInput {
        width: 222px !important;
    }

    .Forgot-application {
        margin-left: 177px;
    }

    .trackBtn {
        min-width: 98px !important;
    }
}

@media (max-width: 775px) {
    .trackInput {
        width: 204px !important;
        padding: 6px !important;
    }

    .Forgot-application {
        margin-left: 137px;
    }

    .trackBtn {
        min-width: 67px !important;
        padding: 0px 9px 0px 0px !important;
    }
}

@media (max-width: 703px) {
    .trackInput {
        width: 222px !important;
    }

    .Forgot-application {
        margin-left: 177px;
    }

    .trackBtn {
        min-width: 98px !important;
    }

    .track-application-section {
        margin-left: 19% !important;
    }
}

@media (max-width: 602px) {
    .trackInput {
        width: 222px !important;
    }

    .Forgot-application {
        margin-left: 177px;
    }

    .trackBtn {
        min-width: 98px !important;
    }

    .track-application-section {
        margin-left: 15% !important;
    }
}

@media (max-width: 526px) {
    .trackInput {
        width: 208px !important;
        padding: 3px !important;
    }

    .Forgot-application {
        margin-left: 144px;
    }

    .trackBtn {
        min-width: 78px !important;
        padding: 0px 8px 0px 0px !important;
    }

    .track-application-section {
        margin-left: 7% !important;
    }
}

@media (max-width: 470px) {

    .Forgot-application {
        margin-left: 133px;
    }

    #ApplicationTrackingNo {
        width: 200px !important
    }

    .trackBtn {
        min-width: 78px !important;
        padding: 0px 8px 0px 0px !important;
    }

    .track-application-section {
        margin-left: 7% !important;
    }
}



@media (max-width: 455px) {

    .trackInput {
        width: 208px !important;
        padding: 3px !important;
    }

    .Forgot-application {
        margin-left: 133px;
    }

    .trackBtn {
        min-width: 78px !important;
        padding: 0px 8px 0px 0px !important;
    }

    .track-application-section {
        margin-left: 2% !important;
    }
}

@media (max-width: 396px) {
    .track-application-section {
        margin-left: 13px !important;
    }

        .track-application-section .container {
            padding-right: 5px;
            padding-left: 5px;
        }

    .st-height-lg-b20 {
        height: 10px !important;
    }

    .Forgot-application {
        margin-left: 110px;
    }

    #ApplicationTrackingNo {
        width: 190px !important;
        font-size: 14px;
    }

    .trackBtn {
        min-width: 72px !important;
        padding: 0px 8px 0px 0px !important;
    }

    .track-application-section {
        margin-left: 1% !important;
    }
}

@media (max-width: 346px) {
    .track-application-section {
        margin-left: 0px !important;
    }

        .track-application-section .container {
            padding-right: 2px;
            padding-left: 2px;
        }

    .st-height-lg-b20 {
        height: 10px !important;
    }

    .Forgot-application {
        margin-left: 98px;
    }

    #ApplicationTrackingNo {
        width: 173px !important;
        padding: 0px 2px !important;
        font-size: 13px;
    }

    .trackBtn {
        min-width: 62px !important;
        padding: 0px 6px 0px 0px !important;
    }
}

.pagination-department ul.slick-dots {
    display: flex;
    justify-content: center;
}



/*home page services list */
#inputToRight {
    margin-left: auto;
    padding-right: 25px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
}


.main_content_show_hide:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    background-color: white;
    color: black;
    padding: 0px 7px 2px 7px;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 3px;
}

.main_content_show_hide.collapsed {
    background: #A541BB;
    color: #fff;
}

    .main_content_show_hide.collapsed:after {
        content: "\f106";
    }

img.imgSerive {
    padding: 0.3em;
    background-color: #ffcc00;
    border-radius: 50%;
    color: #585858;
    box-shadow: 0px 3px 6px 0px;
}

.elementor-889 .elementor-element.elementor-element-2958de8 .elementskit-infobox.gradient-active:hover img.imgSerive {
    background-color: #ffffff;
    color: #145a32;
}

.elementor-heading-title span {
    font-family: 'nastaleeqalvi' !important;
    word-spacing: 2px !important;
}
.srcls-2 {
    margin: 0px 10px !important;
}
/*my profile section*/

.home-profile-1 .d-contents {
    display: contents;
}
.home-profile-1 img {
    border: 1px solid #999;
    padding: 3px;
    border-radius: 10px;
    height: 300px;
    width: 300px;
}

.home-profile-1 .d-contents .row{
    margin: 0px 0px 7px 7px !important;
}
.home-profile-1 .prof-1 {
    text-align: left;
    text-transform: capitalize;
    margin: 0px;
}

.home-profile-1 .prof-2 {
    text-align: left;
    color: black !important;
    font-size: 16px !important;
    margin: 0px;
}

.home-profile-1 .gender-val {
    text-transform: capitalize;
}

.home-profile-1 .prof-3 {
    margin-top: -5px;
}

.home-profile-1 .prof-input {
    padding: 0px;
    padding-left: 15px !important;
    background-color: transparent !important;
    border: 0px solid white;
    color: black !important;
    margin-bottom: 0px;
    text-transform: capitalize !important;
    align-self: center;
    text-align: left;
    border-width: 0px !important;
    font-size: 16px !important;
}

.home-profile-1 .prof-t {
    text-align: center;
    font-size: 20px !important;
    font-weight: bold;
    text-transform: capitalize;
    color: black !important;
}

/*multi button*/
.multi-button{
    margin-left: auto;
    margin-right: auto;
}
.home-profile-1 a {
    font-size: 18px;
    padding: 10px 10px;
    background: #fff !important;
    background-color: #fff !important;
    color: #145a32 !important;
    border: 0px solid #A0AEC0 !important;
    margin: 5px;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
    box-shadow: 0 0 0 #BEE3F8;
    transform: translateY(0);
}

    .home-profile-1 a:first-of-type {
        border-radius: .5em 0 0 .5em;
    }

    .home-profile-1 a:last-of-type {
        border-radius: 0 .5em .5em 0;
    }

    .home-profile-1 a i {
        color: #145a32;
        margin-right: .3em;
        transition: all .2s ease-out;
    }

    .home-profile-1 .multi-button:hover a {
        color: #145a32 !important;
    }

    .home-profile-1 .multi-button:hover a:hover {
        background: #145a32 !important;
        color: #fff !important;
        box-shadow: 0 0 0.8em 0 #ffcc00;
    }

    .home-profile-1 .multi-button:hover a i {
        color: #145a32 !important;
    }

    .home-profile-1 .multi-button:hover a:hover i {
        color: #ffffff !important;
        transform: rotate(-10deg);
    }

.home-profile-1 .varified_status .vf {
    border: 2px solid green;
    border-radius: 20px;
    padding: 7px 4px;
    text-transform: capitalize;
    font-weight: bold;
}

    .home-profile-1 .varified_status .vf .fa {
        background: green;
        border-radius: 50%;
        padding: 4px;
        color: white;
        height: 24px;
        width: 24px;
        text-align: center;
        margin-right: 2px;
    }

.home-profile-1 .varified_status .un-vf {
    border: 2px solid red;
    border-radius: 20px;
    padding: 7px 4px;
    text-transform: capitalize;
    font-weight: bold;
}
    .home-profile-1 .varified_status .un-vf .fa {
        background: red;
        border-radius: 50%;
        padding: 4px;
        color: white;
        height: 24px;
        width: 24px;
        text-align: center;
        padding-left: 5px;
        margin-right: 2px;
    }

.home-profile-1 .varified_status .pn-vf {
    border: 2px solid #F29339;
    border-radius: 20px;
    padding: 7px 4px;
    text-transform: capitalize;
    font-weight: bold;
}

    .home-profile-1 .varified_status .pn-vf .fa {
        background: #F29339;
        border-radius: 50%;
        padding: 4px;
        color: white;
        height: 24px;
        width: 24px;
        text-align: center;
        padding-left: 4px;
        margin-right: 2px;
    }

.home-profile-1 .hd-2 .prof-1 {
    padding-right: 5px;
}

    .home-profile-1 .hd-2 .prof-1 i{
        margin-right: 3px
    }

    .home-profile-1 .hd-2 .prof-2 {
        margin-top: 1px;
    }

.st-widget-title span:before {
    background: #12acad;
}
