@font-face{font-family:"Mulish"; src:url('../fonts/Mulish-Regular.ttf');}
@font-face{font-family:"Mulish_S"; src:url('../fonts/Mulish-SemiBold.ttf');}
@font-face{font-family:"Mulish_l"; src:url('../fonts/Mulish-Light.ttf');}
@font-face{font-family:"Mulish_b"; src:url('../fonts/Mulish-Bold.ttf');}
/*--------------------reset css--------------------*/

body {
    background-color: #f3f3f3;
    /* background-color: #9799ac; */
 font-family:"Mulish_S";
}

html {
    font-size: 100%;
}



.form-control:focus {
    box-shadow: 0px 2px 4px rgba(223, 223, 223, 0.1) !important;
    border-color: #ccc;
    outline: none !important;
}

/*---------------------Home--page--------------------- */



#wrapper { display: block; width: 100%; min-height: 100%; } 
.top_band{background:#efefef; border-top: 4px solid #ff8d42;}

.home_page-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

.home_detail {
    text-align: center;
    /* width: 550px; */
}

.home_detail p {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 3rem;
    line-height: 100%;
}

.home_detail p a {
    color: #FF7401;
    text-decoration: none;
}

.home_detail p a:hover {
    color: #b04f00;
}

.home_detail h3 {
    padding-bottom: 2rem !important;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    color: #333333;
    line-height: 100%;
}

.home_detail h3 span {
    color: #FF7401;
}

/* .home_btn1 {
    background-color: #FF7401;
    border: 1px solid #FF7401;
    color: #333333;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1.69rem;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    line-height: 1.625rem;
    font-weight: 500;
    font-size: 1.25rem;
} */


.home_btn1,
.home_btn2 {
    background-color: #333333;
    border: 1px solid #333333;
    color: #333;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 1.69rem;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    line-height: 1.625rem;
    font-weight: 5 00;
    font-size: 1.25rem;
}


/* .home_btn2:hover {
    border: 1px solid #333333;
    background-color: #333333;
    color: #FF7401;
    transition: 0.4s;
} */

.home_btn1:hover,
.home_btn2:hover {
    border: 1px solid #FF7401;
    background-color: #FF7401;
    color: #333333;
    transition: 0.4s;
}

/* --------------------LOGIN PAGE---------------- */

.login_wrap {
    display: flex;
    justify-content: space-around !important;
    align-items: center;
    height: 100vh;
}

.login_img {
    flex: 60%;
    padding-right: 20px;
}

.login_detail {
    flex: 40%;
    padding-left: 20px;
}


.login_detail h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 132%;
    text-align: center;
    color: #FF7401;
    padding-bottom: 2rem;
}

.login_detail h3 span {
    color: #333333;
}

.login_form label {
    color: #333333;
    font-size: 1.125rem;
    line-height: 100%;
    margin-bottom: 16px;
}

.login_mail,
.login_psw {
    border-radius: 10px !important;
    margin-bottom: 1.875rem;
    height: 54px;
    position: relative;
    display: inline-block;
    padding-left: 48px;
}

.login_psw {
    padding-right: 45px;
}

.login_input-img {
    position: absolute;
    top: 19px;
    left: 20px;
    z-index: 9;
    width: 19px;
}

.login_fae {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}


.login_forgot-pwd a {
    color: #333333;
    display: block;
    text-decoration: none;
    color: #FF7401;
    float: right;
    cursor: pointer; margin: 0px 0px 10px 0px;
}


.login_forgot-pwd a:hover {
    color: #b04f00;
}

.login_forgot-signup {
    text-align: center;
    color: #333333;
    margin-top:  0px; width:100%; float:left; font-family:"Mulish_S";
}

.login_forgot-signup a {
    color: #FF7401;
    text-decoration: none;
}

.login_forgot-signup a:hover {
    color: #b04f00;
}


.login_btn {
    margin-top: 35px;
    width: 100%;
    background-color: #FF7401;
    border: 1px solid #FF7401;
    color: #333333;
    padding: 12px 0px;
    border-radius: 10px;
    font-size: 1.125rem;
}

.login_btn:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #FF7401;
    transition: 0.4s;
    outline: #ccc;
}



/* -------------------FORGOT PASSWORD-------------------*/

p {
    margin-bottom: 0;
}

.forgot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

.forgot_img {
    flex: 50%;
    padding-right: 20px;
}

.forgot_detail {
    flex: 50%;
    padding-left: 20px;
}

.forgot_detail>p {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 132%;
    color: #FF7401;
    margin-bottom: 4rem;
}

.forgot_detail>p span {
    color: #333333;
}

.forgot_email-label {
    font-size: 1.125rem;
    color: #333333;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 12px;
}

.forgot_email {
    height: 54px;
    padding-left: 50px;
    border-radius: 10px !important;
}

.forgot_otp p {
    margin-top: 1.875rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 100%;
    color: #333333;
}


.forgot_resend a {
    display: block;
    color: #FF7401;
    margin-top: 1.875rem;
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 100%;
    text-align: right;
    text-decoration: none;
}

.forgot_submit button {
    width: 100%;
    margin-top: 1.125rem;
    background-color: #FF7401 !important;
    border: 1px solid #FF7401;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    padding: 17px 0;
    outline: none !important;
}

.btn:focus {
    background-color: #FF7401 !important;
    color: #333333;
    border: 1px solid #FF7401 !important;
    outline: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn:active {
    background-color: #FF7401 !important;
    outline: none;
}

.btn:active:focus {
    border: 1px solid #FF7401 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn:visited {
    outline: none !important;
    border: 1px solid #FF7401;
}

.forgot_submit button:hover {
    background-color: #333333 !important;
    border: 1px solid #ccc !important;
    color: #FF7401;
    transition: 0.4s;
    outline: none !important;
}

/* ---------------Get Start-------------- */

.getstart_img {
    text-align: center;
    padding-top: 10px;
}

.getstart_add-img {
    position: relative !important;
}


.add-img {
    position: absolute !important;
    top: 285px;
    left: 785px;
    width: 48px;
}

.getstart_img p {
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 3rem;
    color: #FF7401;
}

.getstart_img p span {
    color: #333333;
}

.getstart_form_wrap {
    margin-top: 3rem !important;
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.get_start-input {
    height: 52px;
    border-radius: 10px;
    margin-bottom: 1.7rem;
    margin-top: 8px;
}

.getstart_form label {
    color: #333333;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 400;
}

.get_start-btn button {
    width: 100%;
    height: 52px;
    margin-top: 2rem;
    background-color: #FF7401;
    border: 1px solid #FF7401;
}

.get_start-btn button:hover {
    background-color: #333333 !important;
    border: 1px solid #ccc !important;
    color: #FF7401;
}

.getstart_already {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.getstart_already a {
    color: #FF7401;
    text-decoration: none;
}

/* -------------MODAL--------------- */

.modal-content {
    width: 88%;
}

.card {
    width: 17.5rem;
    padding: 5px 10px !important;
    border-radius: 20px;
    background: #333333;
    border: none;
    height: 13.75rem;
    position: relative;
}

.get_start-verify {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
}

.form-control {margin-right: 25px; height: 40px;  border-radius: 10px; color: #464545;}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none;
}

.cursor {
    cursor: pointer;
}

.get_start-resend {
    color: #FF7401 !important;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
    justify-content: center;
    padding-bottom: 2rem;
}

.modal-footer button {
    width: 80%;
    height: 3.375rem;
    background-color: #FF7401;
    border: 1px solid #FF7401;
}

.modal-footer button:hover {
    background-color: #e46700;
    border: 1px solid #e46700;
}

/* --------------HOME1----------- */

.home1_view>p {
    text-align: right;
}

.home1_title {
   padding:0px 0px 10px 7px;
    margin:0px 0px 0px 0px;
    font-size:22px;
    line-height: 100%;
    font-weight: 700;
    color: #333333;
}

.home1_title a {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 500;
    color: #FF7401;
}

.home1_title a:hover {
    color: #e46700;
}


.header {
    box-shadow: 0px 2px 1px rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #192054;
}

.home1_header {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    height: 6.25rem;
}

.home1_header-left a img {
    width: 8.25rem;
}


.home1_header-right ul img {
    width: 3.125rem !important;
    cursor: pointer;
}

.home1_hambr {
    display: none;
}


.home1_header-right ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.home1_header-right ul li {
    list-style: none;
    padding-right: 30px;
    margin-right: 22px !important;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
}

.home1_header-right ul li a {
    text-decoration: none;
    color: #333333;
}

.home1_header-right ul li a:hover {
    color: #ccc;
}

.home1_header-right ul .active {
    color: #FF7401;
}

.home1_header-right ul .active:hover {
    color: #e46700;
}

.home1_content {
    display: flex;
}

.home1_content-wrap {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    border-bottom: 2px solid #192054;
    padding-bottom: 3rem;
}



.home1-card-wrapper {
    display: flex;
    justify-content: space-between;
}

.home1_title-wrapper {
    display: flex;
    justify-content: space-between;
}

.home1_view {
    margin-right: 0px;
}

.home1_title a {
    margin-right: 12px;
}

.home1_wrapper {
    padding: 16px 0px;
    flex: 80%;
}

.home1_content-right {
    flex: 20%;
}

.home1_card img {
  width: 80px;
    height: 80px;
    color: #333333 !important;
}

.custom_login_bg{background: rgb(209,209,209);
    background: linear-gradient(180deg, rgba(222,222,222,1) 0%, rgba(221,220,220,1) 50%, rgba(222,222,222,1) 100%);
     border-radius: 10px; padding:10px 20px;}

.home1_card {
    background: linear-gradient(356.01deg, #FF7401 3.18%, #FFA358 96.74%);
    border-radius: 10px;
    padding: 20px;     margin: 0px 0px 20px 0px;
}

.home1_card-wrap {
    display: flex;
    width:100%;
    height: 6.25rem;
    align-items: center;
}

.home1_card-date {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 7px;
    padding:5px;
    color: #333333;
    font-size: 1rem;
}

.home1_card-date p {color: #333333;font-size:13px; }
.home1_card-date img {width: 1.125rem;height: 1.125rem;}

.home1_card-cnt {
    padding-left: 10px;
}

.home1_card-date img {margin-right: 4px;}

.home1_card-cnt h3:first-of-type {
     font-size: 18px;
  font-family:"Mulish_b";
    line-height:22px;
    color: #333333;
  
}

.home1_card-cnt { line-height:22px; color: #333333;font-size: 20px;  font-family:"Mulish_b"; }
.home1_card-cnt p { line-height:22px; color: #333333;font-size: 15px;font-family:"Mulish_S"; }



.home1_card-date p:first-of-type {
    margin-right:0px;
    color: #333333 !important; font-family:"Mulish_b";
}

.home1_content-right {
    padding: 30px 0px 30px 10px;
    border-left: 2px solid #192054;
}

.home1_content-right img {
    display: inline-block;
    width: 25rem !important;
    height: 9.375rem;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.home1_marketplace>p {
    font-size: 1.875rem;
    font-weight: 700;
    color: #333333;
    margin-top: 2rem;
    line-height: 100%;
}

.home1_market-wpr {
    position: relative;
}

.home1_market-wpr:hover .home1_market-hover {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    cursor: pointer;
}

.home1_market-l {
    margin-right: 12px;
}

.home1_market-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.home1_market {
    background: linear-gradient(356.01deg, #FF7401 3.18%, #FFA358 96.74%);
    border-radius: 10px;
    padding: 0.625rem 2.5rem;
    text-align: center;
    cursor: pointer;
}

.home1_market img {
    max-width: 100%;
    height: auto;
    padding: 1rem 1.4rem 0 1.4rem;
}

.home1_market p {
    margin-top: 1rem;
}

/* ----------SIDE HEADER-------- */

.home1_header-img {
    width: 50px;
}

/* #main {
    display: none;
} */

#sidebar {
    width: 180px;
    position: fixed;
    left: -180px;
    top: 0;
    height: 100vh;
    transition: .3s linear;
    background-color: #FF7401;
}

#sidebar li {
    list-style: none;
    padding: 10px;
}

#sidebar ul img {
    padding: 10px;
}

#sidebar li a {
    text-decoration: none;
    color: #333333;
}

#sidebar li a:hover {
    color: #b04f00;
}

#sidebar.active {
    left: 0px;
}

#hamburgerMenu {
    display: none;
    background-color: #FF7401;
}


/* -------------- MARKETPLACE------------ */


.marketplace_card {
    position: relative;
}


.home1_market-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.home1_market-hover img {
    display: block;
    height: 100%;
}


.marketplace_card:hover .home1_market-hover {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    cursor: pointer;
}


.home1_market-hover p {
    position: absolute !important;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
}

.marketplace_ctn {
    color: #333333;
}

.marketplace_title {
    font-size: 1.875rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    color: #333333;
}

.marketplace_dtl {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.125rem;
    font-weight: 400;
}

.marketplace_img {
    padding-bottom: 10px;
    position: relative;
    text-align: left !important;

}

.marketplace_img p {
    position: absolute;
    color: #333333;
    font-size: 1.25rem;
    line-height: 130%;
    font-weight: 500;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    top: 70%;
    left: 10%;

}

.marketplace_img img {
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* -------------MANAGE PROFILE--------------- */

.mng_prfl-dtl {
    border-left: 2px solid #192054;
    padding-bottom: 3rem;
}

.mng_profile-img {
    text-align: center;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
}

.mng_profile-img img {
    width: 155px;
    height: 155px;
    border-radius:50%;
}

.mng_profile-img .btnDelUserPhoto {
   position:relative;
   top:55px;
   left: -40px;
}

.mng_prfl-bdr {
    border-bottom: 2px solid #192054;
}

.mng_profile-sidebar {list-style: none;padding-left: 0;color: #333333; }

.mng_profile-sidebar p {padding-top: 2rem;padding-bottom: 2rem;font-size: 22px;line-height: 100%;    font-family: "Mulish_b";}
.mng_profile-sidebar h6 {padding-top: 20px;padding-bottom: 10px;font-size: 20px;line-height: 100%;font-family:"Mulish_S";}

.mng_profile-sidebar .active {background-color: #2b2a87; color:#fff}


.mng_profile-sidebar li { font-family:"Mulish_S"; padding:12px 0px 12px 10px; margin:0px 0px 5px 0px; cursor: pointer; border-radius: 10px; width: 77%; color: #333333;text-decoration: none ; font-size:16px;}

.mng_profile-sidebar li:hover {background-color: #2b2a87; padding:12px 0px 12px 10px; color:#fff}

.mng_profile-sidebar li a {color: #333333;text-decoration: none;font-size:16px; line-height: 22px;font-weight: 500; }

.mng_profile-sidebar a:hover {text-decoration: none !important; }



.mng_p-ntf {display: flex;justify-content: space-between;}


.mng_prfl-heading {color: #333333;font-size: 22px; line-height: 100%; padding:30px 0px 0px 16px; margin-bottom: 15px; font-family:"Mulish_b"; }

.mng_prfl_form label {color: #333333;font-size: 1rem;line-height: 100%;font-weight: 400;}

.mng_prfl-input {height: 52px;border-radius: 10px;margin-bottom: 1.7rem;margin-top: 8px;}

.mng_prfl_form label,
.mng_prfl_form-2 label,
.mng_prfl_form-3 label {color: rgb(255, 255, 255);font-size: 1rem;line-height: 100%;font-weight: 400;}

.mng_prfl-change-sec,
.mng_prfl-change-pwd {
    color: #333333;
    font-size: 1.875rem;
    line-height: 100%;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mng_prfl-btn button {
    width: 100%;
    height: 52px;
    margin-top: 2rem;
    background-color: #FF7401;
    border: 1px solid #FF7401;
}

.mng_prfl-btn button:hover {
    background-color: #333333 !important;
    border: 1px solid #ccc !important;
    color: #FF7401;
}


/* ------------transaction----------- */

.transaction_content {
    padding-bottom: 1.5rem;
}

.transaction_dtl,
.transaction2_dtl,
.mng_credit_card-dtl {
    border-left: 2px solid #192054;
}




.transaction_heading {
    color: #333333;
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-size: 2rem;
    font-weight: 700;
}

.transation_ctn-dlr {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.transaction_earn {
    position: relative;
    color: #333333;
}


.transaction_earn img {
    max-width: 667px;
    width: 100%;
}

.transation_card-ctn {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align-last: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 100%;
}

.transaction_card {
    max-width: 667px;
    width: 100%;
  
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(356.01deg, #2b2a44 3.18%, #2b2a87 96.74%);
    margin-top: 10px;
    padding: 1rem 2rem;
    border-radius: 10px;
    color:#fff;
}
.transaction_card a{ color:#fff;}

.transaction_card-rt {
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
}


.transaction_card-rt p:first-of-type {color: #FF7401;}

.transaction_card-lt p {text-transform: capitalize;font-size: 1.125rem;line-height: 100%;font-weight: 500;}
.transaction_card-lt p a{ text-decoration:underline; color:#000;} 
.transaction_card-lt p:first-of-type {color: #26AE3B;}

.transaction_btn button {
    max-width: 667px;
    width: 100%;
    height: 52px;
    margin-top: 2rem;
    background-color: #FF7401;
    border: 1px solid #FF7401;
}

.transaction_btn button:hover {
    background-color: #333333 !important;
    border: 1px solid #ccc !important;
    color: #FF7401;
}




/* ---------TRANSACTION2----------- */
.transaction2_earn { width:100%;  padding: 14px;}
.transaction2_earn img { width: 100%;}

.transaction2_content {padding-bottom: 1.5rem;}



.transation2_card-ctn img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block !important;
}

.transation2_card-ctn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around !important;
    align-items: center;
}

.transaction2_card-detail {
    text-align-last: center;
}

.transaction2_card-detail p {
    color: #333333;
    font-size: 1.125rem;
    line-height: 100%;
}

.transation2_ctn-dlr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 100%;
}

/* ------------TRANSACTION MODAL----------- */

.transaction_modal-heading {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 100%;
    font-weight: 700;
}

.transaction_modal-title {
    text-align: center;
}

.transaction_modal-ctn {
    padding: 1.3rem 1.5rem;
}

.transaction_modal-title p {
    font-size: 1rem;
    line-height: 100%;
}

.transaction_modal-title p:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
    color: #26AE3B;
    line-height: 100%;
    margin-bottom: 1rem;
}


.transaction_modal-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.transaction_modal-detail p {
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 700;
}


/* ----------MANAGE CREDIT CARDS */


.mng_credit_card-heading {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
    color: #333333;
}


.mng_credit_card-heading p {
    text-transform: capitalize;
    font-size: 1.875rem;
    line-height: 100%;
    font-weight: 700;
}

.mng_credit_card-heading button {
    background-color: transparent;
    color: #FF7401;
    border: none;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 100%;
    float: right;
}


.mng_credit_card-heading button:hover {
    color: #b04f00;
}

.mng_credit_card img {
    max-width: 440px;
    width: 100%;
}

.mng_credit_card {
    padding-bottom: 1rem;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {z-index: 1;}
.boxes-area h2  {
    padding:0px 0px 10px 7px;
    margin:15px 0px 15px 0px;
    font-size:22px;
    line-height: 100%;
   
    color: #333333;
}


.single-box {text-align: center;position: relative;z-index: 1;background-color: #ff5d24;padding: 25px;overflow: hidden;-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);     border-radius: 8px; margin: 0px 0px 10px 0px;}

.single-box .icon {color: #333333;}

.single-box .icon i::before {font-size: 45px;}

.single-box h3 {margin-top: 10px;margin-bottom: 0;color: #333333;font-size: 20px; font-family:"Mulish_b";}
.single-box h3 a {color: #fff;}

.single-box p {color: #333333;margin-top: 13px;margin-bottom: 0;}

.single-box .learn-more-btn {margin-top: 17px;color: #333333;}

.single-box .learn-more-btn::before {background: #333333;}

.single-box .shape-box img:nth-child(1) {position: absolute;left: -60px;top: -60px;z-index: -1;}

.single-box .shape-box img:nth-child(2) { position: absolute;right: 0;bottom: 0; z-index: -1;}

.single-box.bg-43c784 {background-color: #43c784;}

.single-box.bg-43c784 .shape-box img:nth-child(1) {left: auto;right: -60px;top: -60px;}

.single-box.bg-43c784 .shape-box img:nth-child(2) {right: auto;bottom: 0;left: 0;}

.single-box.bg-f59f00 {background-color: #f59f00;}

.single-box.bg-f59f00 .shape-box img:nth-child(1) {left: auto;right: -60px;top: auto;bottom: -60px;}

.single-box.bg-f59f00 .shape-box img:nth-child(2) {bottom: auto;left: -25px;top: -25px;-webkit-transform: rotate(180deg);transform: rotate(180deg);}

.learn-more-btn {
    display: inline-block;
    color: #ff5d24;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* ### gisservices### */
#gisservices{width:100%;  padding:10px 0px 10px 0px;  margin:50px 0px 0px 2px;}
.gis{text-transform:uppercase; font-size:23px;  padding:0px 0px 20px 0px;}
.gis img{ text-align:center; padding:5px;  width:90%; margin:0 auto 5px ; border:2px solid #FF7401;}


.navbar-brand{height:auto; padding:0; }
.navbar{    margin: 20px 0px 10px 0px; font-family:"Mulish_S";  }
.navbar-nav>li>a{color:#333333; padding:10px 20px; font-size:17px; margin: 15px 0px 0px 2px; }
.navbar-nav>li>a:focus,.navbar-nav>li>a:hover{ background:#2b2a87; border-radius: 10px; color:#fff}
.navbar-nav li .active{ background:#2b2a87;  border-radius: 10px;color:#fff}

.navbar-toggle{ background:#2b2a87; margin: 17px 10px 0px 0px;}
.navbar-toggle .icon-bar { background: #333333!important;}

.boxes-area1 {margin: 40px 0px 0px 0px;}
.boxes-area1 h2  {padding:0px 0px 10px 7px; margin:15px 0px 15px 0px;font-size:22px;line-height: 100%;color: #333333;}


/*### state login section### */

.login_bg{background: #f3f3f3;}

.login{border-radius: 3px;background: #333333;padding: 22px ;overflow: hidden;box-shadow: 4px 2px 35px 5px rgba(0,0,0,0.60);  }
.mt{ margin:10% 0;}
.logo_lo{ text-align: center; margin: 0px 0px 0px 0px; padding: 0 0 25px; }
.logo_lo h3{ text-align: center;  font-family:"Mulish_b"; color:#FF7401;font-size: 42px; padding: 150px 0px 0px 0px; }
.logo_lo h3 span{ color:#333333;}
.logo_lo p{ text-align: center; padding: 0 0 25px; font-family:"Montserrat_l"; color:#333333;font-size: 17px; }

.logo_lo h4{ text-align: center;  font-family:"Mulish_b"; color:#FF7401;font-size: 42px; padding: 100px 0px 0px 0px; }
.logo_lo h4 span{ color:#333333;}



.form-group span{font-size: 12px; color:#ddd;}
.form-group label{font-size: 15px; padding:0px 0px 6px 0px;  color:#333333;}
.form-submit {background: #FF7401; width: 100%; border: none; box-shadow: none;line-height: 36px; font-size: 16px;font-weight: 400;border-radius: 10px; color:#333333;}
.form-submit a {color:#333333;}


.input_field_sections {margin-top: 5px;padding: 0 18px 0 18px; color: #333333; }
.input_field_sections h5 {color: #333333;text-align: left; font-family:"Mulish_S"; font-size: 16px; padding: 0px 0px 0px 0px;}


.card-block {padding: 0px 0px 0px 18px; }


.card1 {position: relative;display: block;margin-bottom: 0.75rem;background-color: #333333;border-radius: 0.25rem;border: 1px solid rgba(0, 0, 0, 0.125);}

.bg-white {background-color: #333333;}
.text-pink {color: #e67063;}

.disabled {opacity: 0.65; }

.card-header{ padding: 0.1rem 1.25rem;margin-bottom: 0;background-color: #f5f5f5;border-bottom: 1px solid rgba(0, 0, 0, 0.125);font-size: 16px; }


.single-box1 {text-align: center;position: relative;z-index: 1;background-color: #2b2a87;padding: 25px;overflow: hidden;-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);     border-radius: 8px; margin: 0px 0px 10px 0px;}

.single-box1 h3 {margin-top: 0px;margin-bottom: 0;color: #fff;font-size: 20px;  font-family:"Mulish_b";}
.single-box1 h3 a {color: #fff; text-decoration:none;}



.single-box1 .shape-box1 img:nth-child(1) {position: absolute;left: -60px;top: -60px;z-index: -1;}

.single-box1 .shape-box1 img:nth-child(2) { position: absolute;right: 0;bottom: 0; z-index: -1;}

.single-box1.bg-43c784 {background-color: #43c784;}

.single-box1.bg-f59f00 {background-color: #f59f00;}

.single-box1.bg-f59f00 .shape-box1 img:nth-child(1) {left: auto;right: -60px;top: auto;bottom: -60px;}

.single-box1.bg-f59f00 .shape-box1 img:nth-child(2) {bottom: auto;left: -25px;top: -25px;-webkit-transform: rotate(180deg);transform: rotate(180deg);}



.logo_lo1{ text-align: center; margin: 0px 0px 0px 0px; padding: 0 0 25px; }
.logo_lo1 h4{ text-align: center; font-family:"Mulish_b"; color:#FF7401;font-size: 35px; padding: 40px 0px 0px 0px; }
.logo_lo1 h4 span{ color:#333333;}


.get_ver{ text-align: center; margin: 0px 0px 0px 0px; padding: 0 0 25px; }
.get_ver h4{ text-align: center;  font-family:"Mulish_S"; color:#FF7401;font-size: 42px; padding: 0px 0px 0px 0px; }
.get_ver h4 span{ color:#333333;}


.uplaod{ margin:0px 0px 0px 0px;}
.uplaod p{ text-align: left;  font-family:"Mulish_S"; color:#333333;font-size: 16px; padding: 15px 0px 15px 0px; }

.form-submit1 {background: #FF7401; width: 100%; border: none; box-shadow: none;line-height: 36px; font-size: 16px;font-weight:400;border-radius: 10px; color:#333333;}
.form-submit1 a {color:#333333;}


.uplaod1{ background-color: #333333; border-radius:10px; height:200px;  margin:0px 0px 10px 0px;     width: 100%; padding: 56px 0px 0px 0px;
    text-align: center;}

.btn-primary {color: #fff;background-color: #FF7401;border-color: #357ebd; /*set the color you want here*/}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {color: #fff; border: solid 2px #FF7401;
}

.carousel-caption {right: 0;left: 15%;padding-bottom: 30px; top: 140px;     width: 50%;}
.carousel-caption h3 {text-transform: uppercase;font-family:"Mulish_b"; margin-bottom: 10px;color: #ff7522; font-size: 28px; text-shadow:none; text-align:left;}
.carousel-caption p { line-height:24px; text-align:justify;  font-family:"Mulish_S";color: #fff;font-size:16px; text-shadow:none;}
.carousel-control .fas{position:absolute; top:50%;}


.mange_bt {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px;font-family: "Mulish_S";border-radius: 10px; padding: 0px 0px 0px 0px; color:#333333; margin:20px 0px 20px 0px;}
.mange_bt a:hover {color:#333333; }


.mng_profile{margin: 10px 0px 0px 0px; border-top: 2px solid #192052;} 

.brd{margin: 0px 0px 0px 0px!important; border-bottom: 2px solid #192052; padding:0px 0px 44px 0px;}
.brd1{margin: 0px 0px 0px 0px!important; padding:0px 0px 44px 0px;}

.mange_brd{margin: 0px 0px 0px 0px!important; padding:0px 0px 0px 0px; border-left: 2px solid #192052;}



.docuplaod{ margin:0px 0px 0px 0px;  padding:0px 0px 0px 0px;}
.docuplaod p{ text-align: left; font-family:"Montserrat_l"; color:#333333;font-size: 15px; padding: 15px 0px 15px 0px; }

.mange_doc{ background-color: #333333; border-radius:10px; height:220px;  margin:0px 0px 10px 0px; width:100%; padding:56px 0px 0px 0px;  text-align:center;}

.mng_bank_deail_head {color: #333333;font-size: 22px;line-height: 100%; padding:30px 0px 0px 16px; margin-bottom: 15px; font-family: "Mulish_b"; }


 .faqHeader {font-size: 27px;margin: 20px;}

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
       content: "\f063"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(0deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }




.panel-default>.panel-heading {color: #fff;background-color: #2b2a87;border-color: #ddd;}
.panel-heading {padding: 25px 15px; border-radius:10px;}
.panel-group .panel {margin-bottom: 42px;border-radius: 10px;}
.panel-group {padding: 10px;}
.panel-default>.panel-heading a{color: #fff;}



.box_not{ background-color: #333333; border-color: #ddd;  border-radius: 10px; padding: 10px 0px 0px 10px; margin:0px 0px 30px 0px;}
.box_not h3{ text-align: left; font-family:"Mulish_b";  color:#ff7522;font-size: 18px; padding: 0px 0px 0px 0px; }
.box_not h4{ text-align: left; font-family:"Mulish_S"; color:#383838;font-size: 16px; padding: 0px 0px 20px 0px; }
.box_not p{ text-align: left; font-family:"Mulish_S"; color:#383838;font-size: 15px; padding: 0px 10px 10px 0px; line-height:22px; }
.box_not_img{ text-align:center; width: 10%;float: left; padding: 10px 0px 0px 0px; height: 170px;}


.logo_lo2{ text-align: center; margin: 0px 0px 0px 0px; padding: 0 0 25px; }
.logo_lo2 h4{ text-align: center;     font-family: "Mulish_b"; color:#FF7401;font-size: 35px; padding: 0px 0px 0px 0px; }
.logo_lo2 h4 span{ color:#333333;}


.input_field_sections1 {margin-top: 8px;padding: 0 0px 0 0px; color: #333333; width:100%; }
.input_field_sections1 h5 {color: #333333;text-align: left; font-family:"Mulish_S"; font-size: 16px; padding: 0px 0px 0px 0px;}






.otp_ver {width:100%;border: none;height: 300px;z-index: 1;  border-radius:10px; margin: 47px 0px 0px 0px;}
.otp_ver h3 {color: #000;font-size: 18px;text-align: center;padding: 0px 0px 0px 0px;}



.no {color: #434343;font-size: 14px;text-align: center;padding: 10px 0px 0px 0px;}

.inputs {width:100%; float:left; margin: 43px 10px 20px 140px;}

.inputs input {width: 40px;height: 40px; float: left;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}



.form-control:focus { box-shadow: none;border: 2px solid red}
.otp_inner{ width:100%; float:left; margin:0px 0px 0px 0px;}

.otp_btn_new {text-align: center; color: #000;margin-top:  0px; width:100%; float:left;}

.otp_btn_new a {color: #FF7401; text-decoration:none;}

.tanst_m2{ margin:0px 0px 20px 0px;}

.tarnst_det {width:100%;border: none; z-index: 1;  border-radius:10px;}
.tarnst_det h3 {color: #000;font-size: 26px;text-align: center;margin: 36px 0px 0px 0px;  font-family:"Mulish_b";}
.tarnst_det h4 {color: #00af4a;font-size: 24px;text-align: center;padding: 10px 0px 0px 0px; }


.no2 {color: #434343;font-size: 18px;text-align: center;padding: 10px 0px 0px 0px;}
.modal-content { border-radius: 20px;}

.table { margin: 30px 0px 20px 0px;}
.add_card_cu {color: #ff7522;font-size: 16px;line-height: 100%; padding: 6px 22px 0px 0px; float:right; margin-bottom: 15px; font-family:"Mulish_S"; }
.add_card_cu a {color: #ff7522; text-decoration:none; text-align:right; }

.otpver_bt {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px; font-weight:400; padding: 0px 0px 0px 0px; border-radius: 10px; color:#333333; margin:20px 0px 20px 0px;}
.otpver_bt:hover {color:#000;}

/*================================================
add credit card Area CSS
=================================================*/

.add_cred_sect {margin-top: 0px;     padding: 10px 10px 0px 10px; color: #333333; width:100%; }
.add_cred_sect h5 {color:#626262;text-align: left; font-family:"Mulish_S"; font-size: 14px; padding: 0px 0px 0px 0px;}

.addcard_bt {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px; font-weight:400; border-radius: 10px; color:#333333; margin:20px 0px 20px 0px;}

.addcard_bt:hover {color:#000;}


.mange_bt_new {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px; font-weight:400; padding: 14px 0px 0px 0px; border-radius: 10px; color:#333333; margin:20px 0px 20px 0px;}
.otpver_bt:hover {color:#000;}



.te{ color:#626262; font-family:"Mulish_S"; font-size: 14px;  padding: 15px 0px 0px 0px; font-weight: 500;}



/*================================================
add paiteints Area CSS
=================================================*/

.add_patient {background: linear-gradient(356.01deg, #FF7401 3.18%, #FFA358 96.74%);border-radius: 10px ;padding: 10px; margin: 0px 0px 20px 0px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

.add_patient2 {background:#ff7522;border-radius: 10px ;padding: 10px; margin: 0px 0px 20px 0px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.add_patient3 {background:#333333;border-radius: 10px ;padding: 10px; margin: 0px 0px 20px 0px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}


.add_patientwrap {display: flex;width:100%;height: 6.25rem;align-items: center;}
.add_patientwrap_tl { line-height:22px; color: #333333;font-family:"Mulish_b";  }
.add_patientwrap_tl h3 {font-size: 18px!important; margin:0px 0px 0px 20px;  }
.add_patientwrap_tl h2 {font-size: 16px!important; margin:0px 0px 0px 20px; padding: 8px 0px 0px 0px; color:#000!important; text-align:left!important;  }

.add_patientwrap_tl h4 {font-size: 14px!important; margin:0px 0px 0px 20px; padding: 15px 0px 0px 0px;  color:#333333; font-family:"Mulish_S"; }
.add_patientwrap_tl p { line-height:22px; color: #333333;font-size: 14px; font-family:"Mulish_S"; padding:10px 0px 0px 20px }
.add_patientwrap_tl p span{ padding:0px 0px 0px 20px }

.book_app_bt{ background:#ff7522;border-radius: 10px; padding: 16px;    margin: 0px 10px 20px 23px; width: 52%;  }
.book_app_bt h2{font-size: 16px; font-family:"Mulish_b"; color:#333333;  margin: 0px 0px 0px 0px; text-align:center; }

.edit_bt{ background:#ffa15b;border-radius: 10px; padding: 5px; margin: 10px 0px 10px 8px;    text-align: center;width: 27%; float:right;  }
.tarnst_det p {color: #000;font-size:20px;text-align: center;padding: 20px 0px 0px 0px;}


/*================================================
result Area CSS
=================================================*/

.result { line-height:22px; color: #333333; }
.result h3 {font-size: 19px!important; margin:0px 0px 0px 20px;font-family:"Mulish_b";   }
.result p { line-height:22px; color: #333333;font-size: 14px;font-family:"Mulish_S";  padding:5px 0px 0px 20px }
.result p span{ padding:0px 0px 0px 20px }


.comm_btn {background:#2b2a87; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px; border-radius: 10px; padding: 0px 0px 0px 0px; color:#fff; margin:20px 0px 20px 0px; font-family:"Mulish_S";}
.comm_btn a:hover {color:#fff; }

.close {font-size: 50px;line-height: 1;color: #000;text-shadow: 0 1px 0 #333333;filter: alpha(opacity=20);opacity: .2; 
    margin: 0px 2px 0px 0px;
}

.modal-body {padding: 0px 0px 0px 0px;}
.chgbrd{margin: 0px 0px 0px 0px!important;  padding:0px 0px 44px 0px;}


.result_brd{margin: 0px 0px 0px 0px!important; padding:0px 0px 0px 0px; }

.nectar-button.medium { border-radius: 8px; padding: 8px 15px;font-size: 15px; font-family:"Mulish_b"; letter-spacing: 2px;color: #fff!important; float: left; margin: 4px 0px 0px 0px;width: 80%;text-align: center;}
.accent-color { border:2px solid #aaa7df;}
.accent-color.active { border:2px solid #aaa7df; background:#ff7631; color:#333333;}
.acolor {background-color: #ff7631;}
.acolor2 {background-color: #36c9da!important;}

.fliter_bt { width: 100%; box-shadow: none;height: 41px;font-size: 16px;font-weight: 400; border-radius: 10px; color: #333333; margin: 4px 0px 0px 0px; border:2px solid #ff7522;}
.acolor1 {background-color: #ff7631;}

.rst_bt{margin: 4px 0px 4px 0px; width: 100%;  border:2px solid #aaa7df;}
.rst_bt1{margin: 4px 0px 4px 0px; width: 100%;  border:2px solid #aaa7df;}


/*================================================
apponintment Area CSS
=================================================*/

.result1 { line-height:22px; color: #fff; }
.result1 h3 {font-size: 17px!important; margin:0px 10px 0px 0px;font-family:"Mulish_b";   }
.result1 h4 {font-size: 16px!important; margin:0px 10px 0px 0px;font-family:"Mulish_S";     padding: 8px 0px 0px 0px;  }
.result1 p { line-height:22px; color: #fff;font-size: 15px;font-family:"Mulish_S";  padding:5px 0px 0px 0px }
.resul1t p span{ padding:0px 0px 0px 20px }


.apponintment_inner {display: flex;justify-content: space-between;background: linear-gradient(356.01deg, #FF7401 3.18%, #FFA358 96.74%); border-radius: 7px;     padding: 15px 10px;color: #333333;font-size: 1rem; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.apponintment_inner p {color: #fff;font-size:14px; font-family:"Mulish_S"; }
.apponintment_inner p a {color: #fff;font-size:14px; text-decoration:none; font-family:"Mulish_S"; }
.apponintment_inner img {width: 1.125rem;height: 1.125rem;}

.appt { line-height:22px; color: #333333;font-size: 12px;font-family:"Mulish_S"; padding:5px 0px 0px 20px }

.rate_btn {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px; font-weight:400; border-radius: 10px; color:#333333; margin:20px 0px 20px 0px;}
.rate_btn:hover {color:#333333;}
.rating_star {width:100%; float:left; margin: 10px 0px 20px 0px; text-align:center;}

.inner_outer {background: #2b2a87; border-radius: 7px; padding: 5px;color: #333333;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  float: left;width: 100%;margin: 0px 0px 50px 0px;}

/*================================================
book Area CSS
=================================================*/

.book_brd{margin: 0px 0px 0px 0px!important;  padding:0px 0px 44px 0px;}
.serch_bt {background: #ff7522;border-radius: 10px;padding: 0px; margin: 53px 10px 0px 0px;text-align: center;width: 8%;float: right;}
.mange_brd h2{ line-height:22px; color: #333333;font-size: 12px; font-family:"Montserrat_l"; padding:0px 0px 0px 0px; text-align:center; }
.mange_brd h2 a{  color: #333333; text-decoration:none; }

.oops {width:100%;border: none; z-index: 1;  border-radius:10px; margin:30px 0px 0px 0px;}
.oops h3 {color: #000;font-size: 26px;text-align: center;padding: 0px 0px 0px 0px;}
.oops p {color: #3f3f3f; font-size: 14px; text-align: center; padding: 10px;}

.book_sect_left {margin-top: 0px;padding: 0 18px 18px 0px; color: #333333; }
.book_sect_left h5 {color: #333333;text-align: left; font-family:"Mulish_S"; font-size: 14px; padding: 0px 0px 0px 0px;}
.book_sect_right {margin-top: 18px;padding: 0 18px 0 18px; color: #333333; }
.book_sect_right h5 {color: #333333;text-align: left; font-family:"Mulish_S"; font-size: 14px; padding: 0px 0px 0px 0px;}
.book_sect_right h2 {color: #333333;text-align: center; font-family:"Mulish_S"; font-size: 14px; padding: 0px 0px 0px 0px;}
.book_sect_right h2 a {color: #333333; text-decoration:;}

.prep_doc{ background-color: #333333; border-radius:10px; height:160px;  margin:0px 0px 10px 0px; width:100%; padding:35px 0px 0px 0px;  text-align:center;}
.book_doc_heading {color: #333333;font-size: 14px;line-height: 100%;padding: 8px 0px 0px 16px;margin-bottom: 15px;font-family:"Mulish_S"; float: left; width: 100%; }
.book_doc_shedule {color: #333333;font-size: 18px;line-height: 14px;padding: 8px 0px 0px 16px;margin-bottom: 15px;font-family:"Mulish_S"; float: left; width: 100%; }

.appdet_box {width: 100%;border: none;z-index: 1;border-radius: 10px;background: #333333;color: #000;padding: 10px; height:300px;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {     padding: 10px;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {border-top:none;
}

.book_btn {background:#FF7401; width:100%; border:none; box-shadow: none; height: 50px; font-size: 16px;font-weight:400;border-radius: 10px; padding: 0px; color:#333333; margin:100px 0px 20px 0px;}
.book_btn a:hover {color:#333333; }

.cong {width:100%;  margin: 10px 0px 20px 0px; text-align:center;}

.fa-download:before {
    content: "\f019";
    color: #333333;
}
.fa-eye:before {
    content: "\f06e"; color: #333333;
}

.fa-trash-o:before {
    content: "\f014";color: #333333; font-size:35px;
}

.fa-pencil:before {
    content: "\f040";color: #333333; font-size:35px;
}


form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 88%;
  background: #f1f1f1;
}


form.example button {
  float: left;
  width: 8%;
  padding: 8px;
 color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer; height:42px;
}

form.example button:hover {
  background: #ff7522;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    font-family:"Mulish_S"; font-size:16px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;font-family:"Mulish_b";
}

.fa-calendar:before {
    content: "\f073";
    padding: 2px 5px 0px 0px;
}


.man_bk_brd {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px;
  
}

.fa-eye:before {
    content: "\f06e";
    padding: 0px 14px 0px 0px;
    font-size: 24px;
}

.fa-download:before {
    content: "\f019";  font-size: 24px;
}

.fa-female:before {
    content: "\f182"; padding: 0px 5px 0px 0px;
}

.fa-trash-o:before {
    content: "\f014"; font-size: 24px;
}

.fa-arrow-left:before {
    content: "\f060";  padding: 194px 0px 0px 0px;
}

.fa-arrow-right:before {
    content: "\f060";  padding: 194px 0px 0px 0px;
}



.mt-100{margin-top: 100px}

#gisservices{width:100%;  padding:10px 0px 10px 0px; margin:50px 0px 0px 0px; border-radius: 10px;
}

#gisservices_box{width:31%;  padding:10px 0px 10px 0px; background:#f2f2f2; margin:10px; border-radius: 10px; min-height: 215px;}
.gis{text-transform:uppercase; font-size:23px;  padding:20px 0px 20px 0px;}
.gis img{ text-align:center; padding:8px;  width:50%; margin:0 auto 10px ; border:4px solid #f75b57;}
.gis h1 {color: #000;text-align: center; font-family:"Mulish_b"; font-size: 18px; padding: 0px 0px 0px 0px;}
.gis p {color: #000;text-align: center;  font-family:"Mulish_S"; font-size: 14px; padding: 0px 0px 0px 0px;}





@media (min-width: 320px) and (max-width: 480px) {
.navbar-toggle {margin: 6px 10px 0px 0px;}
.navbar-brand > img {width: 80%;}
.navbar-brand {float: none;}
.logo_lo h4 {font-size: 24px;padding: 15px 0px 0px 0px;}
.single-box1 h3 { font-size: 16px;}
.logo_lo2 h4 {font-size: 24px; padding: 50px 0px 0px 0px;}
.input_field_sections1 h5 {font-size: 12px;}
.login_forgot-signup {font-size: 12px;}

.fa-eye::before {padding: 0px 2px 0px 0px;}

.result1 h4 {font-size: 12px !important;}
.modal-content {width: 100%;}
.addcard_bt {width: 90%; margin: 20px 0px 20px 16px;}
.panel-title {font-size: 14px;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {text-align: justify;}

.result1 {width: 100%;}
.result1 h3 {font-size: 15px !important; margin: 0px 0px 0px 0px;}
.add_patient2 {float: left;}
.result1 p {font-size: 13px;}
.nectar-button.medium { margin: 4px 0px 4px 0px;width: 100%;}

.fliter_bt {margin: 4px 0px 4px 0px;}
form.example input[type="text"] { font-size: 12px;width: 72%;}
form.example button { width: 18%;}
.book_sect_right h2 {font-size: 11px;}

.book_sect_left {margin-top: 0px;padding: 0 0px 0px 0px;}
.mange_brd {border-left:none;}
.book_doc_heading {float: none;}
 .mng_credit_card img {margin: 0px 0px 10px 0px;}
.box_not_img {width: 14%;padding: 16px 13px 0px 0px;}

.box_not p {text-align: justify;font-size: 12px;}
.box_not h4 {padding: 0px 0px 20px 33px;}








}

.iti{ width:100%;}
.iti__flag-container{  color:#000;}
.error{ color: red;}


::-webkit-file-upload-button {
    display: none;
 }

 ::file-selector-button {
    display: none;
  }

  .booking_table{ color:#333333;}
  .booking_table td{ border-bottom: 2px solid #192052;}
#my_bookings_area .result1{width:100%;}
.view_page_status {
    color: #333333;
    font-size: 14px;
    line-height: 100%;
    padding: 30px 0px 20px 16px;
    margin-bottom: 15px;
    font-family: "Mulish_b";
}

.view_terms_status {
    color: #333333;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0px 0px 50px;
    margin-bottom: 15px;
    font-family: "Mulish_b";
}

.nav>li{ margin:0px 5px;}

