﻿ 

@media (max-width: 767px) {
    .mdisplay {
        display: block !important;
    }

    .main-header .header-top-two .social-links li {
        margin-left: 0px;
        margin-bottom: 3px;
    }
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }

.resend {
    font-size: 12px;
}

.modal {
    border: 2px solid #ccc !important;
    border-radius: 10px;
}

.header-upper {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}



.large {
    width: 80%; /* Adjust the width to make the modal larger */
    max-height: 80%; /* Set a maximum height to prevent the modal from being too tall */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
}

/* .modal-content {
            background-color: white;
            margin: 10% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
        }*/

/* Style the close button (x) */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.fxt-template-layout13 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 45px;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout13 .fxt-bg-color {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout13 .fxt-bg-color {
        min-height: 100%;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.fxt-template-layout13 .fxt-content {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #ccc;
    max-width: 460px;
    width: 100%;
}

.fxt-template-layout13 .fxt-contents {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #ccc;
    max-width: 460px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .fxt-template-layout13 .fxt-content {
        padding: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .fxt-template-layout13 .fxt-contents {
        padding: 0;
    }
}

.fxt-template-layout13 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

    .fxt-template-layout13:before {
        position: absolute;
        z-index: 0;
        background-color: #009BB6;
        content: "";
        min-height: 100%;
        width: 35vw;
        top: 0;
        right: 0;
    }

    .fxt-template-layout13 .fxt-bg-color {
        background-color: #f3f3f3;
        min-height: 100vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 45px;
    }

    .fxt-template-layout13 .fxt-content h2 {
        font-weight: 700;
        margin-bottom: 50px;
    }

    .fxt-template-layout13 .fxt-contents h2 {
        font-weight: 700;
        margin-bottom: 50px;
    }

    .fxt-template-layout13 .fxt-form .form-group {
        position: relative;
        z-index: 1;
    }

    .fxt-template-layout13 .fxt-form .form-control {
        min-height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 30px 10px 0;
        color: #111;
    }

.d-block.img-fluid, .carousel-inner {
    box-shadow: 0px 0px 6px 0px #ccc;
    width:100% !important;
}

.carousel-indicators li {
    background-color: gray;
}

.carousel-indicators .active {
    background-color: rgb(46, 46, 46);
}

.footer-bottom-area::before {
    background: rgba(17, 17, 17, 0.78) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.fxt-template-layout13 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
}

.fxt-template-layout13 .fxt-bg-wrap {
    padding: 8vh 16vw 8vh 0;
    min-height: 100vh;
}

.fxt-template-layout13 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #009BB6;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fxt-template-layout13 .fxt-btn-fill:hover {
        background-color: #02adcb;
        border-color: #02adcb;
    }

.footer-bottom-area {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 0px 00px;
}

.footer1 .social-icons-10 li {
    display: inline-block;
    margin: 10px 3px 4px 0 !important;
    /* border-radius: 100%; */
    /* line-height: 24px; */
    overflow: visible;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); */
}

.footer-widgets, .footer-widgets a {
    color: #fff;
}

.footer-bottom-area .L1 {
    padding: 15px 0px 10px;
    border-top: 1px solid #ffffff;
}

.elementor-widget-container {
    -webkit-transition: none;
    transition: none;
    -o-transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    transition: none;
    transition: none;
    
}

.dtr-promobox {
    width: 100%;   
    overflow: inherit;
    text-align: left;
    outline: none;
    padding: 0px;
}

.dtr-promobox-caption {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    overflow: inherit;
    display: inline-block;
   /* padding: 20px 5px;*/
    margin-top: 10px;
}

.dtr-promobox-caption {
    background: none;
    color: #1e1f22;
}

.dtr-promobox-subtitle {
    color: #000;
    font-size: 14px;
}

.dtr-promobox-wrapper:hover .dtr-promobox-caption {
    padding: 20px 5px 20px 5px;
}


.form-control-required {
    border-color: rgb(241, 38, 38) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.ErrorMsg1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(red), to(red)) !important;
    z-index: 200076;
    opacity: 1;
    position: absolute;
    vertical-align: top;
    margin-top: -5px;
    border-radius: 3px;
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    width: 70%;
    padding: 5px;
    font-size: 11px;
}

    .ErrorMsg1 div {
        color: #FFFFFF;
        font-weight: normal;
        height: 18px;
        line-height: 18px;
        letter-spacing: 1px;
    }


#exampleModal-Log-In.k-window-content.k-content {
    padding: 0px !important;
}

#exampleModal-Log-In .modal-dialog {
    margin: 0px !important;
}


#exampleModal-forget-with-email.k-window-content.k-content {
    padding: 0px !important;
}

#exampleModal-forget-with-email .modal-dialog {
    margin: 0px !important;
}

.captchtext {
    margin-left: 10px;
    font-size: 20px;
}


#exampleModal-Sign-Up.k-window-content.k-content {
    padding: 0px !important;
}

#exampleModal-Sign-Up .modal-dialog {
    margin: 0px !important;
}


#exampleModal-log-in-with-email.k-window-content.k-content {
    padding: 0px !important;
}

#exampleModal-log-in-with-email .modal-dialog {
    margin: 0px !important;
}


.errortext, .regerrortext {
    font-size: 11px;
    color: red;
}



.locationspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: #1baae2;
    font-size: 14px;
    cursor: pointer;
}

.chatspan {
    float: right;
    margin-right: 15px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    color: #1baae2;
    font-size: 20px;
    cursor: pointer;
}

.LoadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10153 !important;
}


.vl {
    border-right: 1px solid #ccc;
    height: 400px;
    margin-top: 20px;
}

.fromlabel {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}


#uxjobhistorylistparent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#uxjobhistorylistparent::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#uxjobhistorylistparent::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}


.chathistory::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.chathistory::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.chathistory::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

#customBtn {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    white-space: nowrap;
}

    #customBtn:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-right: 42px;
    /* Use the Roboto font that is loaded in the <head> */
}

.alertify-notifier .ajs-message.ajs-error {
            color: #a03146 !important;
            background: rgba(255, 255, 255, 0.95) !important;
            box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2) !important;
        }

        .alertify-notifier .ajs-message.ajs-visible {
            -webkit-transition-duration: .5s !important;
            transition-duration: .5s !important;
        }
      .img-responsive {
            background: transparent url('../images/loading_spinner.gif') center no-repeat;
            min-height: 250px;
        }

        .title-style-two {
            position: relative;
            padding: 20px 0px;
            margin-bottom: 0px;
        }

        .title-style-one .about {
            position: relative;
            margin-bottom: 7px;
            text-align: left;
        }

        .about-title {
            color: #000000;
        }

        p {
            margin: 0px 0 40px;
        }

        .top-head {
            line-height: 2em;
            color: #fff;
        }

        @media (max-width: 767px) {
            .mdisplay {
                display: block !important;
            }

            .main-header .header-top-two .social-links li {
                margin-left: 0px;
                margin-bottom: 3px;
            }
        }
        /*@media screen and (max-width: 420px) {
          .video {
            height: auto !important;
          }
        }
                        .video{
                                height: 476px;
                        }*/

        #modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            height: 100%;
            width: 100%;
        }

        .modalPopup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #1aaae2;
            width: 80%;
            padding: 20px 0 20px;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
        }

        .modalContent {
            padding: 0 3em;
        }

        .buttonStyle {
            border: transparent;
            border-radius: 0;
            background: none;
            color: #000 !important;
            cursor: pointer;
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            padding: 6px 25px;
            text-decoration: none;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            float: right
        }

            .buttonStyle:hover {
                color: #fff;
            }

        .modalContent p {
            color: #fff;
            margin: 0px 0 10px;
        }



        @media (max-width: 500px) {
            .modalPopup {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #1aaae2;
                width: 90%;
                padding: 5px 0 20px;
                -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            }

            .modalContent p {
                color: #fff;
                font-size: 12px;
            }

            .modalContent {
                padding: 0 1.5em;
            }

            .hide-img {
                display: none;
            }

            .hide-img-1 {
                display: none;
            }

            #hide-sec-1 {
                display: none;
            }

            #hide-sec-2 {
                display: none;
            }

            .hide-p {
                display: none;
            }

            .top-head {
                line-height: 2em;
                color: #fff;
                font-size: 12px;
            }

            .store {
                margin-bottom: 5px;
                width: 100px;
            }

            .store-1 {
                margin-bottom: 10px;
                width: 150px;
            }
        }

        @media (max-width: 700px) {
            .modalPopup {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #1aaae2;
                width: 90%;
                padding: 5px 0 20px;
                -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            }

            .modalContent p {
                color: #fff;
                font-size: 13px;
            }

            .modalContent {
                padding: 0 1.5em;
            }

            .hide-img {
                display: none;
            }

            .hide-img-1 {
                display: none;
            }

            #hide-sec-1 {
                display: none;
            }

            #hide-sec-2 {
                display: none;
            }

            .hide-p {
                display: none;
            }

            .top-head {
                line-height: 2em;
                color: #fff;
                font-size: 12px;
            }

            .store {
                margin-bottom: 5px;
                width: 110px;
            }

            .store-1 {
                margin-bottom: 10px;
                width: 150px;
            }
        }

        @media (max-width: 900px) {
            .modalPopup {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #1aaae2;
                width: 90%;
                padding: 5px 0 20px;
                -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            }

            .modalContent p {
                color: #fff;
                font-size: 13px;
            }

            .modalContent {
                padding: 0 1.5em;
            }

            .hide-img {
                width: 120px
            }

            .hide-img-1 {
                display: none;
            }

            #hide-sec-1 {
                display: none;
            }

            #hide-sec-2 {
                display: none;
            }

            .top-head {
                line-height: 2em;
                color: #fff;
                font-size: 13px;
            }

            .store {
                margin-bottom: 5px;
                width: 120px;
            }

            .store-1 {
                margin-bottom: 10px;
                width: 150px;
            }
        }

        @media (max-width: 1260px) {
            .modalPopup {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #1aaae2;
                width: 90%;
                padding: 5px 0 20px;
                -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            }

            .modalContent p {
                color: #fff;
                font-size: 14px;
            }

            .modalContent {
                padding: 2em 1.5em;
            }

            .hide-img {
                width: 110px
            }

            .hide-img-1 {
                width: 140px;
            }

            .top-head {
                line-height: 2em;
                color: #fff;
                font-size: 14px;
            }

            .store {
                margin-bottom: 5px;
                width: 110px;
            }

            .store-1 {
                margin-bottom: 10px;
                width: 150px;
            }
        }


        .alertify-notifier {
            z-index: 9999999999;
            color: #FFFFFF;
        }

        .box {
            border: solid 1px #ccc;
            margin: 10px auto;
            padding: 10px 4px;
            display: inline-block;
            box-shadow: 0 0 4px #ccc;
            background-color: #FAF8F8;
            overflow: hidden;
            position: relative; /* max-width: 366px; */
            text-align: center;
            margin-left: 10px;
            width: 33px;
        }

        .searchcategory .k-autocomplete {
            border: none;
        }

        .searchcategory input {
            box-shadow: none !important;
        }


        .searchcategory .k-state-focused {
            outline: none !important;
            box-shadow: none;
        }

        .searchcategory .k-state-hover {
            outline: none !important
        }