/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #eff8ff;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #303030;
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6cbc5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6cbc5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6cbc5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d6cbc5;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

/* Custom CSS
============================================= */

.container {
    width: 100%;
    max-width: 1260px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d3e0eb;
    /* margin-bottom: 20px; */
}

.site_logo {
    float: left;
    font-size: 0;
    width: 80px;
    padding: 20px 0 20px;
}

.site_logo a {
    display: inline-block;
}

.header_nav {
    float: right;
    /* padding: 25px 0; */
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav li {
    float: left;
    padding: 0 25px;
}

.header_nav a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #303030;
    position: relative;
}

.header_nav a::after {
    background: #a57046;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav li.active a,
.header_nav li:hover a {
    color: #a57046;
}

.header_nav li.active a::after,
.header_nav li:hover a::after {
    width: 100%;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 80px;
}

.banner .container {
    position: relative;
}

.banner figure {
    width: 983px;
    float: right;
    display: block;
}

.banner_txt {
    background: #e4f3ff;
    width: 500px;
    position: absolute;
    left: 15px;
    top: 50%;
    padding: 25px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner_txt h1 {
    font-size: 60px;
    line-height: 84px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 25px;
}

.banner_txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #303030;
    margin: 0 37px 0 0;
}

.about_panel {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.about_panel h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 30px;
}

.about_panel p {
    width: 787px;
    float: left;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 60px;
}

.about_panel a.custom_btn {
    margin-top: 50px;
}

a.custom_btn {
    background: #86c5aa;
    padding: 13px 51px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    height: 50px;
    width: auto !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    float: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.custom_btn:hover {
    background: #a57046;
    color: #fff;
}

.about_block_left {
    width: 732px;
    float: left;
}

.about_block_left ul {
    list-style: none;
    margin: 0 -5%;
    padding: 0;
}

.about_block_left li {
    width: 36.5%;
    float: left;
    position: relative;
    margin: 0 5% 93px;
}

.about_block_left li::before {
    background: url(images/shape1.png) 0 0 no-repeat;
    background-size: contain;
    width: 139px;
    height: 139px;
    position: absolute;
    left: -28px;
    top: -10px;
    content: "";
}

.about_block_left strong {
    display: block;
    font-size: 50px;
    line-height: 65px;
    font-weight: 800;
    color: #a57046;
    padding-bottom: 21px;
    z-index: 1;
    position: relative;
}

.about_block_left h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 10px;
}

.about_block_left p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #303030;
    margin: 0;
    width: auto;
}

.about_block_right {
    width: 480px;
    float: right;
}

.about_block_right .box {
    width: 230px;
    float: left;
    margin-top: 50px;
}

.about_block_right .box:last-child {
    float: right;
    margin-top: 0;
}

.about_block_right .box figure {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.custom_panel_1 {
    width: 100%;
    float: left;
    padding-bottom: 132px;
}

.custom_panel_1:nth-child(odd) .custom_panel_1_img {
    float: right;
}

.custom_panel_1:nth-child(odd) .custom_panel_1_txt {
    float: left;
    text-align: left;
}

.custom_panel_1:nth-child(odd) .custom_panel_1_txt a {
    float: left;
    margin: 0 42px 0 0;
}

.custom_panel_1_img {
    width: 450px;
    float: left;
}

.custom_panel_1_img figure {
    background: url(images/shape2.png) 0 0 no-repeat;
    background-size: cover;
    width: 450px;
    height: 450px;
    position: relative;
}

.custom_panel_1_img figure .mob {
    width: 222px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.custom_panel_1_img figure .c_img {
    width: 510px;
    position: absolute;
    left: -57%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom_panel_1_txt {
    width: 606px;
    float: right;
    text-align: right;
}

.custom_panel_1_txt h3 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 11px;
}

.custom_panel_1_txt h4 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 20px;
}

.custom_panel_1_txt p {
    font-size: 16px;
    line-height: 42px;
    color: #303030;
    font-weight: 400;
    margin: 0 0 51px;
}

.custom_panel_1_txt a {
    display: block;
    float: right;
    width: 170px;
    margin: 0 0 0 42px;
}

.custom_panel_1_txt a.custom_btn {
    background: #a57046;
    color: #fff;
}

.custom_panel_1_txt a.custom_btn:hover {
    background: #86c5aa;
    color: #000;
}

.custom_panel_1_img.odd {
    right: -40%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.testimonial {
    background: #e4f3ff;
    width: 100%;
    max-width: 1043px;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding: 40px;
    margin-bottom: 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial::before,
.testimonial::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.testimonial h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 42px;
    text-align: center;
}

.testi_slider {
    width: 100%;
    float: left;
    padding: 0 78px;
}

.testi_slider_cont {
    width: 100%;
    float: left;
}

.testi_slider_cont figure {
    width: 245px;
    float: left;
    margin-right: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testi_slider_txt {
    float: left;
    width: 489px;
}

.testi_slider_txt p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #303030;
    margin: 0 0 30px;
}

.testi_slider_txt strong {
    display: block;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    color: #303030;
    padding-bottom: 11px;
}

.testi_slider_txt small {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #303030;
}

.paginator {
    position: absolute;
    right: 91px;
    bottom: 48px;
}

.paginator a.prev {
    background: url(images/arrow-brown-prev.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 17px;
    margin-right: 17px;
}

.paginator a.prev:hover {
    background-image: url(images/arrow-black-prev.png);
    background-size: contain;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.paginator a.next {
    background: url(images/arrow-brown-next.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 17px;
}

.paginator a.next:hover {
    background-image: url(images/arrow-black-next.png);
    background-size: contain;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.footer {
    background: #303030;
    width: 100%;
    float: left;
    padding: 36px 0 59px;
}

.footer_widget {
    width: 424px;
    float: left;
}

.footer_logo {
    width: 80px;
    margin-bottom: 20px;
}

.footer_logo a {
    display: inline-block;
}

.footer_widget p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.footer_widget small {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.footer_widget small a {
    display: inline-block;
    color: #fff;
}

.footer_widget small a:hover {
    color: #a57046;
}

.footer_link {
    float: left;
    margin-top: 8px;
    margin-left: 13%;
}

.footer_link h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 35px;
}

.footer_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_link li {
    width: 100%;
}

.footer_link a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.footer_link a:hover,
.footer_link li.active a {
    color: #a57046;
}

.position {
    float: right;
    margin-right: 80px;
}

.login_area {
    float: right;
    padding: 23px 0;
}

.login_area a.custom_btn {
    background: #a57046;
    display: block;
    float: right;
    width: 140px !important;
    height: 40px;
    margin-left: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding: 11px 0;
    color: #fff;
    font-weight: 600;
}

.login_area a.custom_btn:hover {
    background: #303030;
}

.ph_banner {
    width: 100%;
    float: left;
    margin: 13px 0 82px;
}

.ph_banner_txt {
    width: 402px;
    float: left;
    padding-top: 50px;
}

.ph_banner_txt h1 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 40px;
}

.ph_banner_txt p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 40px;
}

.ph_banner_txt a.custom_btn {
    background: #a57046;
    width: 241px !important;
    float: left;
    color: #fff;
}

.ph_banner_txt a.custom_btn:hover {
    background: #303030;
}

.ph_banner_img {
    width: 621px;
    float: right;
}

.ph_banner_img figure {
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 560px;
    float: left;
}

.ph_banner_img figure:last-child {
    margin-left: 21px;
}

.ph_banner_img figure p {
    width: 211px;
    margin: 53px auto 0;
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.ph_banner_img figure p img {
    width: 19px;
    display: block;
    margin: 0 auto 22px;
}

.custom_panel_2 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.aboout_ph7 {
    width: 44%;
    float: left;
    padding-right: 50px;
}

.custom_panel_2 h2 {
    font-size: 42px;
    line-height: 60px;
    color: #303030;
    font-weight: 800;
    margin: 0 0 50px;
}

.aboout_ph7 p {
    font-size: 16px;
    line-height: 40px;
    color: #303030;
    font-weight: 700;
    margin: 0 0 20px;
}

.key_feature {
    width: 56%;
    float: left;
    padding-left: 50px;
}

.key_feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.key_feature li {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 600;
    padding-bottom: 27px;
}

.key_feature li span {
    display: block;
    position: relative;
    padding-left: 15px;
}

.key_feature li span::before {
    background: #303030;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 4px;
    top: 12px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header.fixed {
    background: #eff8ff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.register_page_cont {
    background: url(images/bg1.png) center no-repeat;
    background-size: 65% auto;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 86px;
    padding-bottom: 35px;
    overflow: hidden;
}

/* .custom_form {
    background: #D6CBC5;
    width: 425px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */

.custom_form {
    background: #d6cbc5;
    width: 425px;
    /* height: 550px; */
    padding: 30px 40px;
    margin: 45px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom_form::before,
.custom_form::after {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    content: "";
}

.custom_form h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin: 0 0 40px;
}

.register_page_cont p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.input_field {
    width: 100%;
    float: left;
}

.input_field strong {
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #000;
}

.custom_form h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
    margin: 0 0 25px;
}

.custom_form p {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    text-align: center;
    left: 0;
    clear: both;
}

.custom_form p a {
    display: inline-block;
    font-weight: 800;
    color: #000;
}

.custom_form p a:hover {
    color: #a57046;
}

.input_field {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
}

.delete_input_field {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
}

.input_field strong {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}

.input_field input {
    background: #eff8ff;
    padding: 15px 15px 14px;
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.input_field select {
    background: #eff8ff;
    padding: 15px 15px 14px;
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.input_field input[type="submit"] {
    background: #a57046;
    border: 1px solid #a57046;
    width: 100%;
    height: 50px;
    padding: 14px 14px 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.input_field input[type="submit"]:disabled {
    background: transparent !important;
    border-color: #eff8ff !important;
}

.input_field input[type="submit"]:hover {
    background: #303030;
    border-color: #303030;
}

#deleteData {
    background: #a57046;
    border: 1px solid #a57046;
    width: 100%;
    height: 50px;
    padding: 14px 14px 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.ragister_panel {
    width: 100%;
    float: left;
}

.user_name {
    width: 100%;
    float: left;
    position: relative;
}

.right_txt {
    position: absolute;
    width: 24px;
    top: 13px;
    right: 10px;
}

.user_name .clear-text {
    position: absolute;
    width: 24px;
    top: 13px;
    right: 10px;
}

.user_name .form-text:required:valid:focus + .clear-text {
    display: inline-block;
}

.user_name .form-text:required:invalid + .clear-text {
    display: none;
}

.user_name .form-text:not([required]).valid-text:focus + .clear-text {
    display: inline-block;
}

.user_name .form-text:not([required]):not(.valid-text) + .clear-text {
    display: none;
}

.arrow_area {
    width: 7%;
    float: left;
}

a.back_btn {
    width: 26px;
    display: inline-block;
    position: relative;
    left: -30px;
}

.verification_panel {
    width: 100%;
    float: left;
}

.verification_panel h2 {
    margin-bottom: 20px;
}

.verification_panel small {
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #303030;
    padding-bottom: 50px;
    text-align: center;
}

.verify_code {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
}

.verify_code input {
    background: #eff8ff;
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.verification_panel span {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0 60px;
}

.verification_panel span a {
    display: inline-block;
    color: #3a3a3a;
}

.verification_panel span a:hover {
    text-decoration: underline !important;
}

.verification_panel span em {
    display: inline-block;
    color: #fff;
    padding-left: 3px;
    font-style: normal;
}

.password_panel {
    width: 100%;
    float: left;
}

.pass-box {
    position: relative;
    width: 100%;
    float: left;
}

.pass-box span {
    background: url(images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pass-box span.show {
    background-image: url(images/pass-show-icon.png);
}

.box1 {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
}

.box1 label {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.box1 label figure {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.box1 label figure input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 2;
}

.box1 label figure input:checked + i {
    background-image: url(images/true-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.box1 label figure i {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.boxNew {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
}

.boxNew label {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: -15px;
}

.boxNew label figure {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.boxNew label figure input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 2;
}

.boxNew label figure input:checked + i {
    background-image: url(images/true-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.boxNew label figure i {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pharmacy_panel {
    width: 100%;
    float: left;
}

select {
    width: 100%;
}

.select2-container {
    display: block;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: none;
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    background: #eff8ff;
    padding: 15px 15px 14px;
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 21px;
    padding: 0;
    text-align: left;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 40px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #000 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 7px 7px 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: url(images/search-icon.png) 14px center no-repeat;
    background-size: 19px auto;
    padding-left: 42px;
}

.select2-results__option {
    padding: 15px 42px;
    position: relative;
}

.select2-results__option::before {
    border: 2px solid #303030;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 12px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #d8c8bf;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected]::before {
    background: #fff;
    border: 6px solid #303030;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 12px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#map-container {
    position: relative;
    height: 0px;
}

#map {
    width: 100%;
    height: 100%;
}

#searchform {
    width: 100%;
    float: left;
    position: relative;
}

#position {
    background: #fff url(images/location.png) 98% center no-repeat;
    background-size: 26px auto;
    width: 100%;
    padding-right: 50px;
}

#searchform button {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: teal;
    color: #fff;
}

.marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 30px;
    margin-top: -15px;
}

.upload_doc {
    width: 100%;
    float: left;
}

.upload_doc h3 {
    font-size: 18px;
    line-height: 34px;
    color: #303030;
    font-weight: 700;
    margin: 0 0 12px;
}

.upload_doc p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #303030;
    margin: 0 0 25px;
    text-align: left;
}

.custom-file {
    position: relative;
    width: 160px;
    height: 50px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom-file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.custom-file label {
    background: #a57046;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    padding: 13px 0 15px;
}

.custom-file label:hover {
    background: #94a0ab;
}

#img_contain {
    width: 100px;
    height: 100px;
    margin: 19px 0 44px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#img_contain img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.vfi_box1 {
    width: 100%;
    float: left;
    padding-bottom: 68px;
}

.inner_box {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 314px;
    height: 354px;
    text-align: center;
    padding-top: 160px;
}

.inner_box h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    color: #3a3a3a;
    margin: 0 0 19px;
}

.inner_box p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #3a3a3a;
}

.vfi_box1.no_padd {
    padding-bottom: 0;
}

#btn1 {
    width: 280px;
    float: none;
    display: block;
    margin: 40px auto 0;
}

.login_panel {
    width: 100%;
    float: left;
    text-align: center;
}

.login_panel a.forgot_pass {
    font-size: 15px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
    display: inline-block;
    margin: 10px 0 40px;
}

.login_panel a.forgot_pass:hover {
    color: #a57046;
}

.forgot_pass_panel {
    float: left;
    width: 100%;
}

.forgot_pass_panel small {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    padding: 0 0 25px;
}

.forgot_pass_panel .space {
    width: 100%;
    height: 117px;
    float: left;
}

.verification_panel,
.password_panel,
.pharmacy_panel,
.upload_doc,
#vfi_box1,
#vfi_box2,
#vfi_box3,
.login_panel,
.forgot_pass_panel,
.new_password_panel {
    display: none;
}

.show_div {
    display: block !important;
}

.input_field.even {
    display: none;
}

.login_button_area {
    position: relative;
    float: right;
    margin-left: 20px;
}

a.login_button {
    background: #303030 90% center no-repeat;
    background-size: 10px 5px;
    /* height: 40px;
    width: 150px; */
    display: block;
    float: right;
    padding: 10px 17px 9px 18px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    margin: 22px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.login_button_new {
    background: #303030 90% center no-repeat;
    background-size: 10px 5px;
    /* height: 40px;
    width: 150px; */
    display: block;
    float: right;
    padding: 10px 12px 9px 18px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    margin: 22px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* a.login_button:hover, */

a.login_button.change {
    background: #a57046 90% center no-repeat;
    background-size: 10px 5px;
}

.add_bank_account_holder {
    width: 100%;
    float: left;
}

.add_bank_account {
    background: #d6cbc5;
    width: 1070px;
    margin: 25px auto 58px;
    padding: 23px 30px 25px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.add_bank_account::before,
.add_bank_account::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.add_bank_account_info {
    width: 100%;
    float: left;
    max-width: 600px;
}

.add_bank_account_info h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 15px;
}

.add_bank_account_info p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #303030;
}

.add_bank_account a.custom_btn {
    background: #303030;
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.add_bank_account a.custom_btn:hover {
    background: #a57046;
}

.new_order_panel {
    width: 100%;
    float: left;
}

.new_order_panel h3 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 13px;
}

.new_order_list {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3e0eb;
}

.new_order_list ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
    font-size: 0;
    clear: both;
    text-align: center;
}

.new_order_list ul::before,
.new_order_list ul::after {
    clear: left;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.new_order_list ul li {
    display: inline-block;
    /*width: 47.9%;*/
    margin: 12 1%;
}

.new_order_list .box_2 {
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 50px;
}

.new_order_list .box_2::before,
.new_order_list .box_2::after {
    clear: left;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.new_order_list .box_2 img {
    width: 104px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -18px;
}

.new_order_list .box_2 h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 15px;
}

.new_order_list .box_2 small {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #303030;
    overflow: hidden;
}

.my_order_tab {
    width: 100%;
    float: left;
    padding: 0px 0 20px;
}

.my_order_tab h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #303030;
    margin: 0 0 25px;
}

.order_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.order_tab_nav::-webkit-scrollbar {
    display: none;
}

.order_tab_nav a {
    background: #303030;
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
    padding: 9px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.order_tab_nav a:hover,
.order_tab_nav a.current {
    background: #a57046;
}

.my_order_tab .new_order_list {
    padding: 85px 0 110px;
}

.add_account_page {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
}

.add_account_page h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    color: #000;
    margin: 0 0 50px;
}

#add_bank_popup .modal-dialog {
    width: 100%;
    max-width: 375px;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#add_bank_popup .modal-content {
    background: #fff;
    padding: 34px 22px 25px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#add_bank_popup .modal-content::before,
#add_bank_popup .modal-content::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

#add_bank_popup .modal-content img {
    width: 87px;
    margin: 0 auto 18px;
    display: block;
}

#add_bank_popup .modal-content strong {
    display: block;
    font-size: 24px;
    line-height: 44px;
    font-weight: 800;
    color: #3a3a3a;
    margin: 0 0 21px;
}

#add_bank_popup .modal-content small {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #3a3a3a;
    padding-bottom: 38px;
}

#add_bank_popup .modal-content button {
    background: #a57046;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 14px 14px 13px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

#add_bank_popup .modal-content button:hover {
    background: #3a3a3a;
}

.order_receipt {
    background: #c5def1;
    border: 1px solid #94a0ab;
    width: 100%;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.order_receipt_header {
    width: 100%;
    float: left;
    padding: 13px 15px 10px;
    border-bottom: 1px solid #94a0ab;
}

.order_receipt_header .column {
    width: 35%;
    float: left;
    text-align: left;
}

.order_receipt_header .column:last-child {
    text-align: right;
    width: 30%;
}

.order_receipt_header .column strong {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #303030;
    padding-bottom: 7px;
}

.order_receipt_header .column span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #303030;
}

.order_receipt_content {
    width: 100%;
    float: left;
}

.order_receipt_content_head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #94a0ab;
    padding: 8px 15px 7px;
}

.order_receipt_content .column {
    width: 55%;
    float: left;
}

.order_receipt_content .column:nth-child(2) {
    width: 25%;
    text-align: center;
}

.order_receipt_content .column:nth-child(3) {
    width: 15%;
}

.order_receipt_content .column:nth-child(4) {
    width: 5%;
}

.order_receipt_content_head strong {
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 800;
    color: #3a3a3a;
    text-align: left;
}

.order_receipt_content_body {
    width: 100%;
    float: left;
}

.order_receipt_content_body .row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #94a0ab;
    margin: 0;
    padding: 8px 15px 7px;
}

.order_receipt_content_body strong {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #3a3a3a;
    padding-bottom: 6px;
}

.order_receipt_content_body small {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #3a3a3a;
}

.order_receipt_identification {
    width: 100%;
    float: center;
    text-align: center;
    padding: 30px;
}

.order_receipt_identification a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    padding: 9px;
    text-align: center;
    border-radius: 10px;
}

.order_receipt_footer {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px;
}

.order_receipt_footer a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 43px;
    width: 120px;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #303030;
    text-align: center;
    border: 1px solid #303030;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.order_receipt_footer a:hover {
    background: #a57046;
    color: #fff;
    border-color: #a57046;
}

.order_tab_container {
    width: 100%;
    float: left;
}

.order_tab_container > div {
    display: none;
    width: 100%;
    float: left;
}

a.view_btn {
    background: #303030;
    width: 70px;
    height: 32px;
    display: inline-block;
    color: #fff;
    padding: 4px 9px;
    line-height: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.driver_btn {
    background: #303030;
    width: 55px;
    height: 32px;
    display: inline-block;
    color: #fff;
    padding: 4px 9px;
    line-height: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.view_btn img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

a.view_btn:hover {
    background: #a57046;
}

.action {
    display: inline-block;
    font-size: 0;
}

.action a {
    display: inline-block;
    width: 30px;
    margin: 0 10px 0 0;
    outline: none;
}

table.table-bordered.dataTable tbody td br {
    display: block;
    margin: 5px 0;
    content: "";
}

table.table-bordered.dataTable tbody td .name {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

table.table-bordered.dataTable tbody td .name img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 11px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

table.table-bordered.dataTable tbody td input {
    background: #fff;
    border: 1px solid #d3e0eb;
    border-radius: 4px;
    color: #303030;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 5px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

a.v_btn {
    background: #303030;
    width: 100px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    /* pointer-events: none; */
    padding: 2px 0;
    margin-right: 80px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.v_btn:hover {
    background: #a57046;
}

a.v_btn.change {
    background: #a57046;
    pointer-events: unset;
}

a.p_btn {
    background: #86c5aa;
    width: 100px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 2px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

a.p_btn:hover {
    background: #a57046;
}

.custom_datatable.odd thead th:last-child {
    text-align: right;
    padding-right: 98px !important;
}

.order_code {
    display: block;
}

.order_amount {
    display: none;
}

.new_order_list.no_padd {
    padding: 10px 0 49px;
    border: none;
    margin: 0;
}

.order_date {
    float: left;
    width: 100%;
}

.order_date h3 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 25px;
}

.order_date h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #303030;
    margin: 0 0 30px;
}

.order_date a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

.order_date a:first-child {
    margin-right: 30px;
}

.order_date a:last-child {
    margin-left: 30px;
}

table.table-bordered.dataTable tbody {
    position: relative;
    top: -24px;
}

.status_btn {
    width: 80px;
    height: 32px;
    padding: 7px 7px 6px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #303030;
    display: inline-block;
    border: 1px solid #303030;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.status_btn.paid {
    background: #86c5aa;
    border-color: #86c5aa;
}

.order_block {
    width: 100%;
    float: left;
    overflow-x: auto;
    padding-bottom: 30px;
}

.order_block ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    font-size: 0;
}

.order_block li {
    background: #c5def1;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    min-width: 220px !important;
    height: 130px;
    padding: 20px 15px;
    margin: 0 30px 0 0 !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.order_block li small {
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    padding-bottom: 22px;
}

.order_block li strong {
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
}

.order_block li.done {
    background: #86c5aa;
}

.order_block li.pending {
    background: #a57046;
}

.order_block li.total {
    background: #303030;
}

.order_block li.pending small,
.order_block li.pending strong,
.order_block li.total small,
.order_block li.total strong {
    color: #fff;
}

.user_dropdown {
    background: #303030;
    width: 150px;
    position: absolute;
    right: 0;
    top: 74px;
    z-index: 2;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user_dropdown span {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #303030;
    position: absolute;
    right: 14px;
    top: -9px;
}

.user_dropdown a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    padding: 6px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user_dropdown a:hover {
    background: #a57046;
}

.user_dropdown a img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
}

.user_dropdown a:last-child {
    padding-top: 0;
    padding-bottom: 8px;
}

.profile_page_content {
    width: 100%;
    float: left;
}

.profile_page_content ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.profile_page_content li {
    background: #c5def1;
    width: 30.9% !important;
    margin: 0 15px !important;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.profile_page_content li .custom_form {
    background: transparent;
    padding: 20px 20px 39px;
    margin: 0;
    width: auto;
    height: 713px;
    position: relative;
}

.profile_page_content li .custom_form h2 {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #94a0ab;
    margin: 0;
}

.profile_page_content li .profile_info {
    height: 100%;
    position: inherit;
}

.panel_1,
.panel_2 {
    width: 100%;
    float: left;
}

.panel_2 {
    display: none;
}

.profile_info {
    width: 100%;
    float: left;
    height: 380px;
    position: relative;
}

.profile_info ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile_info ol > li {
    width: 100% !important;
    height: 100px;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #94a0ab;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.profile_info ol > li span {
    display: contents;
    float: left;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    color: #303030;
    padding: 9px 0;
}

.profile_info ol > li span strong {
    display: block;
    color: #000;
}

.profile_info ol > li span:last-child {
    float: right;
}

.profile_info ol > li span figure {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.profile_info ol > li span .url {
    display: inline-block;
    color: #303030;
    vertical-align: middle;
    text-decoration: underline !important;
}

.profile_info a.button1 {
    background: #303030;
    width: 146px;
    height: 50px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.profile_info a.button1:hover {
    background: #86c5aa;
    color: #303030;
}

.profile_info .image-upload {
    width: 160px;
    height: 160px;
    margin: 20px 0;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.image-wrap img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto 15px;
    border-radius: 6px;
}

.image-wrap img {
    width: 100%;
}

.img_popup {
    position: fixed !important;
    width: 500px !important;
    height: auto !important;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 10;
    border: 5px solid #fff;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 90%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.img_popup button {
    background: #303030;
    width: 146px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    outline: none;
    padding: 0;
    border: none;
}

.custom_form.bg {
    background: #d6cbc5 !important;
}

.custom_form.bg h2 {
    margin-bottom: 20px !important;
}

.intl-tel-input .country-list .country {
    background: transparent;
    width: 100% !important;
    float: left;
    display: block;
    margin: 0 !important;
}

.selected-dial-code {
    font-size: 14px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 15px;
}

.ph_panel_1,
.ph_panel_2 {
    width: 100%;
    float: left;
}

.ph_panel_2 {
    display: none;
}

.ac_panel_1,
.ac_panel_2 {
    width: 100%;
    float: left;
}

.ac_panel_2 {
    display: none;
}

.pass_panel_1 {
    width: 100%;
    float: left;
}

.pass_panel_1 .custom_form {
    background: #d6cbc5 !important;
    text-align: left;
}

.pass_panel_1 .new_password_panel {
    display: block;
}

.about_page_content {
    width: 100%;
    float: left;
}

.inner_banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -20px;
    margin-bottom: 40px;
}

.inner_banner img {
    display: block;
}

.custom_panel_3 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 80px;
}

.custom_panel_3 h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 25px;
}

.custom_panel_3 p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #303030;
    margin: 0 0 25px;
    text-align: center;
}

.custom_panel_3 h2 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 30px;
}

.custom_panel_3 .order_block {
    padding-bottom: 40px;
}

.custom_panel_3 .order_block ul {
    text-align: center;
}

.custom_panel_3 .order_block li {
    width: 240px !important;
    height: 115px;
    margin: 0 15px !important;
}

.custom_panel_3 .order_block li small {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 16px;
}

.custom_video_panel {
    width: 100%;
    float: left;
    padding: 0 89px 0;
    margin-bottom: 40px;
}

.custom-video {
    width: 100%;
    margin: 0 auto;
}

.about_information {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 89px;
}

.about_information h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin: 0 0 20px;
}

.about_information p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #2a2a2a;
    margin: 0 0 10px;
}

.contact_page_cont {
    width: 100%;
    float: left;
    padding-bottom: 130px;
}

.contact_info {
    width: 523px;
    float: left;
}

.contact_info h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 30px;
}

.contact_info p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0 0 72px;
}

.contact_info span {
    display: block;
    width: 211px;
}

.contact_form {
    width: 500px;
    float: right;
    margin: 15px 53px 0 0;
}

.contact_form .custom_form {
    background: #c5def1;
    text-align: left !important;
    padding: 30px 20px 20px;
    margin: 0;
    width: 100%;
}

.contact_form .custom_form h2 {
    text-align: left;
}

.contact_form .custom_form textarea {
    width: 100%;
    float: left;
    border: none;
    resize: none;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    color: #2a2a2a;
    height: 176px;
    padding: 15px;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact_form .custom_form input[type="submit"] {
    background: #303030;
    border-color: #303030;
    width: 193px;
    height: 51px;
}

.contact_form .custom_form input[type="submit"]:hover {
    background: #a57046;
    border-color: #a57046;
}

.help_center_page_content {
    width: 100%;
    float: left;
    padding: 0 0 137px;
}

.help_center_page_content .contact_info {
    width: 406px;
}

.help_center_page_content strong {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 10px;
    display: block;
    color: #000;
}

.help_center_page_content span {
    width: 164px;
}

.faq_accordion {
    width: 650px;
    float: right;
}

.faq_accordion h3 {
    font-size: 18px;
    line-height: 50px;
    font-weight: 800;
    color: #000;
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid #d3e0eb;
}

.faq_accordion h3.current {
    border-bottom: none;
}

.faq_accordion h3.current::after {
    background-image: url(images/minus.png);
    background-size: contain;
}

.faq_accordion h3::after {
    background: url(images/plus.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
}

.acc_trigger {
    width: 100%;
    float: left;
}

.faq_acc_cont {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d3e0eb;
    display: none;
}

.faq_acc_cont p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #2a2a2a;
    margin: 8px 0 20px;
}

.general_page_content {
    width: 100%;
    float: left;
    padding-bottom: 95px;
}

.general_page_content h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    color: #303030;
    margin: 0 0 30px;
}

.general_page_content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0 0 15px;
}

#prescription_pop .modal-dialog,
#invoice_pop .modal-dialog {
    width: 100%;
    max-width: 386px;
    margin: 30px auto 50px;
}

#prescription_pop .modal-content,
#invoice_pop .modal-content {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

#prescription_pop .modal-header,
#invoice_pop .modal-header {
    background: #dff0fc;
    padding: 0;
    border: none;
    /* height: 70px; */
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 15px 12px 15px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#prescription_pop .modal-header img,
#invoice_pop .modal-header img {
    width: 47px;
    float: left;
}

#prescription_pop .modal-header strong,
#invoice_pop .modal-header strong {
    display: block;
    float: right;
    font-size: 15px;
    line-height: 17px;
    font-weight: 800;
    color: #3a3a3a;
}

#prescription_pop .modal-header strong small {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
    padding-top: 6px;
}

#prescription_pop .modal-body {
    padding: 0 15px;
    width: 100%;
    float: left;
}

#prescription_pop .modal-body .box_1 {
    width: 100%;
    float: left;
}

#prescription_pop .modal-body .box_1 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 0 10px;
    text-align: right;
}

#prescription_pop .modal-body .box_1 p:nth-child(2) {
    text-align: left;
}

#prescription_pop .modal-body .box_1 p:nth-child(2) strong {
    float: right;
}

#prescription_pop .modal-body .box_1 p strong {
    display: block;
    font-weight: 800;
    float: left;
}

#prescription_pop .modal-body .box_1 p:nth-child(3) {
    text-align: left;
}

#prescription_pop .modal-body .box_1 p:nth-child(4) {
    text-align: left;
}

#prescription_pop .modal-body .box_1 p:nth-child(5) {
    text-align: left;
}

#prescription_pop .modal-body .box_1 em {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    color: #3a3a3a;
    padding: 15px 0 10px;
    text-transform: uppercase;
}

#prescription_pop .modal-body .box_1 span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
}

#prescription_pop .modal-body .box_1 table {
    width: 100%;
    white-space: nowrap;
}

#prescription_pop .modal-body .box_1 table thead th,
#prescription_pop .modal-body .box_1 table tbody td {
    padding: 0;
}

#prescription_pop .modal-body .box_1 table thead th:first-child,
#prescription_pop .modal-body .box_1 table tbody td:first-child {
    width: 8%;
}

#prescription_pop .modal-body .box_1 table thead th:nth-child(2),
#prescription_pop .modal-body .box_1 table tbody td:nth-child(2) {
    width: 40%;
}

#prescription_pop .modal-body .box_1 table thead th em {
    font-weight: 600;
    padding: 0;
}

#prescription_pop .modal-body .box_1 table tbody td em {
    font-weight: 700;
    text-transform: unset;
    padding: 0;
}

#prescription_pop .modal-body .box_1 table tbody td:last-child em {
    font-weight: 400;
    white-space: normal;
    line-height: 21px;
}

#prescription_pop .modal-body .box_1 table tbody td em small {
    display: block;
    font-size: 12px;
}

.box_1_f {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 10px;
}

.box_1_f em {
    text-transform: unset;
    font-weight: 600;
    line-height: normal !important;
    padding: 0 0 10px !important;
}

.box_1 i {
    background: #d6cbc5;
    display: block;
    width: 100%;
    float: left;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding: 10px 10px 9px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.box_1 button {
    background: #303030;
    width: 168px;
    height: 50px;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.box_1 button:hover {
    background: #a57046;
}

#invoice_pop .modal-header {
    margin-bottom: 3px;
}

#invoice_pop .modal-header strong {
    line-height: 26px;
}

#invoice_pop .modal-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#invoice_pop .modal-content li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e4e4;
    padding-bottom: 10px;
    margin-bottom: 2px;
}

#invoice_pop .modal-content li img {
    width: 50px;
    float: left;
    margin: 12px 10px 0 0;
}

#invoice_pop .modal-content li .box_3 {
    float: left;
    width: 82.5%;
}

#invoice_pop .modal-content li strong {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    color: #3a3a3a;
}

#invoice_pop .modal-content li strong:nth-child(2) {
    float: right;
    font-size: 16px;
    font-weight: 800 !important;
}

#invoice_pop .modal-content li span {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
    overflow: hidden;
}

#invoice_pop .box_1 {
    padding-bottom: 15px;
}

#invoice_pop .box_1 button {
    width: 160px;
}

#invoice_pop .box_1 button:last-child {
    float: right;
}

.item_total,
.total_pay {
    padding: 3px 0 5px;
}

.item_total .box_3,
.total_pay .box_3 {
    width: 100% !important;
}

.item_total strong:first-child {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.item_total strong:last-child {
    font-size: 18px;
    line-height: 34px;
    font-weight: 800;
}

.total_pay .box_3 strong:first-child {
    font-size: 17px !important;
    font-weight: 800 !important;
}

/* New css 22.07.2022
=============================================== */

.inner_box {
    margin: 0 auto;
}

.c_box1 {
    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin: 22px 0 -12px;
    padding: 12px 15px 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.c_box1 span {
    display: block;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #3a3a3a;
    padding-bottom: 2px;
}

.c_box1 img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 10px 0 0;
    position: relative;
}

.tabs_container {
    width: 100%;
    float: left;
}

.tabs_container > div {
    width: 100%;
    float: left;
    display: none;
}

.custom_datatable.odd thead th:last-child {
    text-align: left;
    padding-right: 0px !important;
}

/* ===================== */

.doc_upload_area {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.doc_upload_box {
    background: #d6cbc5;
    width: 425px;
    /* height: 534px; */
    margin: 0 auto;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.doc_upload_box a.back_btn {
    width: 30px;
    height: 30px;
    display: block;
    left: 0;
}

.doc_upload_box h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin: 14px 0 30px;
}

.doc_upload_box small {
    display: block;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    margin: 20px 0 48px;
}

.doc_upload_box input[type="submit"] {
    background: transparent;
    border: 1px solid #eff8ff;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    outline: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.doc_upload_box input[type="submit"]:hover {
    background: #a57046;
    border-color: #a57046;
}

.avatar-upload {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
} */

.avatar-upload .avatar-edit input + label:after {
    content: "";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 240px;
    height: 240px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.f_txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 50px;
}

.f_txt a {
    color: #000;
    display: inline-block;
}

.f_txt a:hover {
    text-decoration: underline !important;
}

#myModalLabel {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
}

.select_dropdown {
    width: 100%;
    height: 65px;
    border-radius: 17px;
}

#driver_iddd {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    height: 40px !important;
    overflow-y: auto !important;
    border: 1px solid #bfbcbc !important;
}

#driver_iddd option {
    overflow-y: scroll !important;
}

#driver_iddd::before,
#driver_iddd::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: "";
}

.ReadyBtnnn {
    background: #3a3a3a;
    border-color: #3a3a3a;
    height: 50px;
    width: 168px;
    margin: 0 auto 15px;
    display: block;
    clear: both;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.ReadyBtnnn:hover {
    background: #a57046;
    border-color: #a57046;
}

.c_dropdown {
    width: 100%;
    height: 50px;
    float: left;
    border-radius: 10px;
    background: #eff8ff !important;
    padding: 15px 15px 14px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #000;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    outline: none;
    color: #444f5b;
    /* border: 1px solid #d9dbde; */
    font-weight: 400;
    padding: 0.5px 13px;
    margin: 0;
    transition: 0.1s border-color ease-in-out;
    cursor: pointer;
}

.profile_page_content .multiSelect_option {
    background: transparent !important;
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    margin: 0 !important;
}

.profile_page_content .multiSelect_choice {
    margin: 0 15px 0 0 !important;
    padding: 0 10px !important;
    float: left !important;
}

.multiSelect {
    float: left;
}

.open > .dropdown-menu {
    display: block !important;
}

.footer {
    background: #3a3a3a;
    width: 100%;
    float: left;
    padding: 36px 0 59px;
}

.footer_about {
    width: 505px;
    float: left;
    margin-right: 122px;
}

.footer_about .logo {
    width: 69px;
    margin-bottom: 16px;
}

.footer_about p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #eff8ff;
    margin-bottom: 35px;
    max-width: 505px;
}

.footer_about li,
.footer_bottom {
    float: left;
    font-size: 11px;
    color: #eff8ff;
}

.footer_about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.footer_about li {
    width: 33.3%;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.footer_about li small {
    display: block;
    font-size: 8px;
    line-height: 11px;
    padding-top: 5px;
}

.footer h5,
.footer_link li a {
    font-size: 15px;
    color: #eff8ff;
}

.footer_link {
    float: left;
    margin-right: 97px;
    margin-left: 0 !important;
}

.footer h5 {
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_link li {
    width: 100%;
    padding-bottom: 5px;
}

.footer_link li a {
    display: inline-block;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer_link li a:hover {
    color: #00f076;
}

.accept_payment {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 52px;
}

.accept_payment img {
    max-width: 518px;
}

.footer_bottom {
    width: 100%;
    line-height: 15px;
    font-weight: 700;
    padding-top: 38px;
}

.footer_link_area,
.video {
    float: right;
}

/*Responsive CSS
=================================================================*/

@media only screen and (max-width: 2560px) {
}

@media only screen and (max-width: 2100px) {
}

@media only screen and (max-width: 1900px) {
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1150px !important;
    }

    .banner figure {
        width: 800px;
    }

    .banner_txt h1 {
        font-size: 50px;
        line-height: 69px;
        margin: 0 0 17px;
    }

    .about_panel h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    .about_block_left {
        width: 600px;
    }

    .about_block_left p {
        line-height: 30px;
    }

    .about_block_left ul {
        margin: 0 -3%;
    }

    .about_block_left li {
        width: 43.5%;
        float: left;
        position: relative;
        margin: 0 3% 60px;
    }

    .custom_panel_1_txt h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .custom_panel_1_txt h4 {
        font-size: 25px;
        line-height: 40px;
        margin: 0 0 13px;
    }

    .custom_panel_1_txt p {
        line-height: 37px;
        margin: 0 0 30px;
    }

    .custom_panel_1_txt a {
        width: 135px;
        margin: 0 0 0 25px;
    }

    .custom_panel_1:nth-child(odd) .custom_panel_1_txt a {
        margin: 0 25px 0 0;
    }

    .custom_panel_1_img {
        width: 400px;
    }

    .custom_panel_1_img figure {
        width: 400px;
        height: 400px;
    }

    .custom_panel_1_img figure .mob {
        width: 200px;
    }

    .custom_panel_1_img.odd {
        right: -30%;
    }

    .custom_panel_1_img figure .c_img {
        width: 432px;
        left: -34%;
    }

    .add_bank_account {
        width: 960px;
        margin: 20px auto 40px;
        padding: 18px 25px 20px 25px;
    }

    .add_bank_account a.custom_btn {
        padding: 13px 35px;
    }

    .add_bank_account_info h2 {
        font-size: 22px;
        margin: 0 0 8px;
    }

    .new_order_panel h3 {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 30px;
    }

    .my_order_tab h4 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .order_block li strong {
        font-size: 26px !important;
    }

    .custom_video_panel {
        padding: 0 36px 40px;
    }

    .about_information {
        padding: 0 36px;
    }

    .contact_form {
        margin: 7px 0px 0 0;
    }

    .contact_info h1 {
        font-size: 35px;
        line-height: 48px;
        margin: 0 0 20px;
    }

    .contact_info p {
        font-size: 16px;
        line-height: 32px;
        margin: 0 0 60px;
    }

    .contact_info span {
        width: 150px;
    }

    .profile_page_content li {
        width: 30.7% !important;
    }

    .footer_link {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1050px !important;
    }

    .banner figure {
        width: 650px;
    }

    .banner_txt h1 {
        font-size: 42px;
        line-height: 53px;
        margin: 0 0 10px;
    }

    .banner_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .about_block_right {
        width: 415px;
    }

    .about_block_right .box {
        width: 200px;
        margin-top: 30px;
    }

    .about_block_left strong {
        font-size: 39px;
        line-height: 46px;
        padding-bottom: 0;
    }

    .about_block_left li {
        width: 41.5%;
    }

    .about_block_left li::before {
        width: 100px;
        height: 100px;
        left: -23px;
        top: -9px;
    }

    .about_block_left h3 {
        font-size: 22px;
        margin: 0 0 4px;
    }

    .custom_panel_1_txt {
        width: 574px;
    }

    .footer_widget {
        width: 400px;
    }

    .footer_link {
        margin-left: 150px;
    }

    .ph_banner_img {
        width: 560px;
    }

    .ph_banner_img figure {
        width: 269px;
        height: 502px;
    }

    .ph_banner_txt {
        width: 400px;
    }

    .ph_banner_txt h1 {
        font-size: 31px;
        line-height: 48px;
        margin: 0 0 25px;
    }

    .ph_banner_txt p {
        margin: 0 0 30px;
    }

    .ph_banner_txt a.custom_btn {
        width: 200px !important;
        padding: 13px;
    }

    .ph_banner {
        margin: 13px 0 60px;
    }

    .custom_panel_2 h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 35px;
    }

    .add_bank_account {
        width: 900px;
    }

    .my_order_tab .new_order_list {
        padding: 80px 0 70px;
    }

    .custom_panel_3 .order_block li {
        width: 23% !important;
        margin: 0 1% !important;
        height: auto;
        padding: 13px 5px;
    }

    .custom_panel_3 .order_block ul {
        margin: 0 -1%;
    }

    .custom_video_panel {
        padding: 0 11px 40px;
    }

    .about_information {
        padding: 0 11px;
    }

    .contact_info {
        width: 475px;
    }

    .contact_info h1 {
        font-size: 28px;
        line-height: 50px;
        margin: 0 0 18px;
    }

    .contact_form {
        width: 450px;
    }

    .contact_page_cont {
        padding-bottom: 100px;
    }

    .faq_accordion {
        width: 550px;
    }

    .my_order_tab .new_order_list {
        padding: 40px 0 40px;
    }

    .new_order_list ul {
        margin: 0;
    }

    .new_order_list li {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .profile_page_content ul {
        margin: 0 -1% !important;
    }

    .profile_page_content ul > li {
        display: inline-block;
        width: 31.3% !important;
        margin: 0 1% !important;
    }

    .profile_page_content .profile_info ol > li span {
        font-size: 13px;
    }

    .my_order_tab .new_order_list {
        padding: 20px 0 30px;
    }

    .my_order_tab h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .new_order_panel h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .footer_link {
        margin-left: 10%;
    }

    .footer_about {
        width: 423px;
    }

    .footer_about li {
        width: 50%;
        min-height: 72px;
        padding-right: 56px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer_bottom {
        padding: 0;
    }
}

@media only screen and (max-width: 1099px) {
    .container {
        max-width: 950px !important;
    }

    .about_panel p {
        width: 435px;
    }

    .banner {
        margin-bottom: 40px;
    }

    .custom_panel_1_img {
        width: 300px;
    }

    .custom_panel_1_img figure {
        width: 300px;
        height: 300px;
    }

    .custom_panel_1_img figure .mob {
        width: 146px;
    }

    .custom_panel_1_img figure .c_img {
        width: 317px;
        left: -43%;
    }

    .testimonial {
        width: 850px;
    }

    .testi_slider {
        padding: 0 20px;
    }

    .testi_slider_cont figure {
        width: 200px;
        margin-right: 40px;
    }

    .testi_slider_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .about_block_left p {
        width: auto !important;
    }

    .about_block_left {
        width: 505px;
    }

    .about_panel p {
        margin: 0;
    }

    .about_block_left,
    .about_block_right {
        padding-top: 50px;
    }

    .login_area a.custom_btn {
        margin-left: 20px;
    }

    .ph_banner_txt {
        width: 335px;
        padding-top: 26px;
    }

    .ph_banner_img {
        width: 500px;
    }

    .ph_banner_img figure {
        width: 239px;
        height: 446px;
    }

    .ph_banner_txt h1 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 18px;
    }

    .custom_panel_2 h2 {
        font-size: 31px;
        line-height: 40px;
        margin: 0 0 27px;
    }

    .aboout_ph7 p {
        line-height: 37px;
        font-weight: 600;
        margin: 0 0 15px;
    }

    .order_block li small {
        font-size: 13px !important;
        padding-bottom: 6px !important;
    }

    .order_block li strong {
        font-size: 23px !important;
    }

    .custom_video_panel {
        padding: 0 0px 30px;
    }

    .about_information {
        padding: 0;
    }

    .inner_banner {
        margin-bottom: 25px;
    }

    .custom_panel_3 h1 {
        font-size: 27px;
        margin: 0 0 16px;
    }

    .custom_panel_3 p {
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    .custom_panel_3 h2 {
        font-size: 22px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .contact_info {
        width: 450px;
    }

    .contact_form {
        width: 420px;
    }

    .contact_info h1 {
        font-size: 27px;
        line-height: 62px;
        margin: 0 0 4px;
    }

    .contact_info p {
        font-size: 15px;
        line-height: 29px;
        margin: 0 0 50px;
    }

    .contact_page_cont {
        padding-bottom: 70px;
    }

    .faq_accordion {
        width: 470px;
    }

    .help_center_page_content strong {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .faq_accordion h3 {
        font-size: 15px;
        line-height: 41px;
    }

    .faq_accordion h3::after {
        width: 23px;
        height: 23px;
    }

    .faq_acc_cont p {
        font-size: 14px;
        line-height: 24px;
        margin: 8px 0 10px;
    }

    .contact_info span {
        width: 98px;
    }

    .help_center_page_content {
        padding-bottom: 70px;
    }

    .new_order_list .box_2 img {
        top: -8px;
    }

    .new_order_list .box_2 h4 {
        margin: 0 0 8px;
    }

    .my_order_tab .new_order_list {
        padding: 30px 0;
    }

    .my_order_tab h4 {
        font-size: 23px;
        line-height: 35px;
    }

    .order_block li {
        width: 160px !important;
        height: auto;
        padding: 10px 15px;
        margin: 0 18px 0 0 !important;
    }

    .order_block li small {
        padding: 0 !important;
    }

    .my_order_tab h4 {
        font-size: 22px;
    }

    .profile_page_content ul > li {
        display: inline-block;
        width: 48% !important;
        margin: 0 1% 20px !important;
    }

    .footer {
        padding: 36px 0 44px;
    }

    .footer_about {
        margin-right: 0;
        width: 417px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: inherit !important;
        clear: both;
    }

    .header_nav li {
        padding: 0 20px;
    }

    .banner_txt h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .testimonial {
        width: auto;
        max-width: inherit;
        margin: 0 25px 30px;
        padding: 20px 10px;
    }

    .testi_slider_cont figure {
        width: 180px;
        margin-right: 20px;
    }

    .testi_slider_txt {
        width: 445px;
    }

    .testi_slider_txt p {
        font-size: 14px;
        line-height: 28px;
        margin: 0 0 13px;
    }

    .testi_slider_txt strong {
        font-size: 20px;
        line-height: 35px;
        padding-bottom: 7px;
    }

    .banner figure {
        width: 500px;
    }

    .banner_txt {
        width: 400px;
    }

    .banner_txt h1 {
        font-size: 30px;
        line-height: 43px;
    }

    .banner_txt p {
        font-size: 14px;
        line-height: 28px;
        margin-right: 0;
    }

    .banner {
        margin-bottom: 30px;
    }

    .about_panel h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0 0 13px;
    }

    .about_panel p {
        font-size: 15px;
        line-height: 32px;
    }

    a.custom_btn {
        padding: 13px 30px;
        font-size: 17px;
    }

    .about_block_left {
        width: 55%;
    }

    .about_block_left li {
        width: 43%;
        margin-bottom: 38px;
    }

    .about_block_left li p {
        width: auto;
        font-size: 14px;
        line-height: 29px;
    }

    .about_block_right {
        width: 44%;
    }

    .about_block_right .box {
        width: 158px;
        margin-top: 23px;
    }

    .about_block_right .box figure {
        margin-bottom: 7px;
    }

    .about_block_left h3 {
        font-size: 18px;
    }

    .about_block_left li::before {
        width: 80px;
        height: 80px;
        left: -12px;
        top: -6px;
    }

    .about_block_left strong {
        font-size: 30px;
        line-height: 40px;
    }

    .custom_panel_1_img {
        width: 250px;
    }

    .custom_panel_1_img figure {
        width: 250px;
        height: 250px;
    }

    .custom_panel_1_img figure .mob {
        width: 118px;
    }

    .custom_panel_1_txt {
        width: 455px;
    }

    .custom_panel_1_txt h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .custom_panel_1_txt h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .custom_panel_1_txt p {
        line-height: 31px;
        margin: 0 0 25px;
        font-size: 15px;
    }

    .custom_panel_1_txt a {
        width: 111px;
        margin: 0 0 0 15px;
    }

    .custom_panel_1 {
        padding-bottom: 60px;
    }

    .custom_panel_1_img.odd {
        right: 0;
        transform: unset;
    }

    .custom_panel_1_img figure .c_img {
        width: 230px;
        left: 4%;
    }

    .testimonial h2 {
        font-size: 26px;
        line-height: 27px;
        font-weight: 700;
        margin: 0 0 30px;
    }

    .footer_widget {
        width: 255px;
    }

    .footer_link a {
        margin-bottom: 16px;
    }

    .logo_img img {
        width: 140px;
        height: auto;
        padding: 13px;
        margin: 12px;
    }

    .footer_about {
        margin-right: 0;
        width: 100%;
    }

    .footer_about p {
        max-width: inherit;
    }

    .footer_link_area {
        float: right;
        width: 100%;
    }

    .footer_link {
        margin: 0;
        width: 33.3%;
    }

    .accept_payment {
        margin: 12px 0 25px;
    }

    .footer_link a {
        margin-bottom: 16px;
    }

    .site_logo {
        padding: 20px 0;
    }

    .header_nav {
        padding: 24px 0;
    }

    .login_area a.custom_btn {
        width: 110px !important;
        height: 40px;
    }

    .ph_banner_img {
        width: 375px;
    }

    .ph_banner_img figure {
        width: 174px;
        height: 320px;
    }

    .ph_banner_img figure p {
        margin: 32px auto 0;
        font-size: 14px;
        line-height: 25px;
        width: auto;
    }

    .ph_banner_txt h1 {
        font-size: 24px;
        margin: 0 0 12px;
    }

    .custom_panel_2 h2 {
        font-size: 29px;
        line-height: 40px;
        margin: 0 0 27px;
    }

    .key_feature {
        padding: 0;
    }

    .ph_banner_txt p {
        font-weight: 500;
    }

    .ph_banner_txt a.custom_btn {
        width: 170px !important;
    }

    .add_bank_account {
        width: 100%;
        margin: 20px 0 40px;
        text-align: center;
    }

    .add_bank_account_info {
        max-width: unset;
    }

    .add_bank_account a.custom_btn {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }

    .new_order_panel h3 {
        font-size: 25px;
        line-height: 34px;
        margin: 0 0 40px;
    }

    .new_order_list {
        padding-bottom: 45px;
    }

    .my_order_tab h4 {
        font-size: 25px;
    }

    .order_tab_nav a {
        width: 150px;
        margin-right: 15px;
        padding: 9px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
    }

    .add_account_page {
        padding: 10px 0 40px;
    }

    .order_block li small {
        font-size: 11px !important;
        padding-bottom: 6px !important;
    }

    .order_block li strong {
        font-size: 20px !important;
        line-height: 25px;
    }

    .general_page_content h1 {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 16px;
    }

    .general_page_content {
        padding-bottom: 50px;
    }

    .contact_info {
        width: 50% !important;
        padding-right: 30px;
    }

    .contact_form {
        width: 50% !important;
    }

    .contact_info span {
        width: 100px;
    }

    .contact_info h1 {
        font-size: 25px;
        line-height: 38px;
        margin: 0 0 17px;
    }

    .faq_accordion {
        width: 50%;
    }

    .faq_accordion h3 {
        font-size: 15px;
        line-height: 24px;
        padding: 12px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        background: #eff8ff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    .site_logo {
        padding: 12px 0;
        width: 60px;
    }

    .header_nav {
        background: #303030;
        position: fixed;
        padding-top: 50px;
        width: 250px;
        right: -500px;
        top: 0;
        height: 100%;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }

    .header_nav.change {
        right: 0;
    }

    .header_nav li {
        width: 100%;
        padding: 0 0 3px;
    }

    .header_nav a {
        padding: 6px 15px;
        color: #fff;
    }

    .header_nav a::after {
        display: none;
    }

    .header_nav li.active a,
    .header_nav li:hover a {
        background: #a57046;
        color: #fff;
    }

    .banner figure {
        width: 100%;
    }

    body {
        margin-top: 59px;
    }

    .banner .container {
        padding: 0;
    }

    .banner_txt {
        width: 100%;
        max-width: 540px;
        left: 50%;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .banner_txt h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .about_panel {
        text-align: center;
    }

    .about_panel h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 7px;
    }

    .about_panel p {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_panel a.custom_btn {
        margin-top: 0;
        float: none;
        display: inline-block;
    }

    .about_block_right {
        width: 65%;
        margin: 30px auto;
        float: none;
    }

    .about_block_right .box {
        width: 206px;
        margin-top: 0;
    }

    .about_block_right .box figure {
        margin-bottom: 14px;
    }

    .about_block_left {
        width: 100%;
        margin: 17px 0;
    }

    .about_block_left li::before {
        width: 80px;
        height: 80px;
        left: 50%;
        top: -6px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .about_block_left li {
        margin-bottom: 14px;
    }

    .custom_panel_1_img {
        margin: 0 auto 30px !important;
        float: none !important;
    }

    .about_panel {
        padding-bottom: 0;
    }

    .custom_panel_1_txt {
        width: 100%;
        text-align: center !important;
    }

    .custom_panel_1_txt a {
        float: none !important;
        display: inline-block !important;
        margin: 0 10px !important;
    }

    .testi_slider_cont figure {
        width: 180px;
        margin: 0 auto 20px;
        float: none;
    }

    .testi_slider_txt {
        width: 100%;
        text-align: center;
    }

    .footer_link,
    .logo_img img {
        float: none;
        display: inline-block;
    }

    .footer_about .logo,
    .footer_logo {
        margin: 0 auto 20px;
    }

    .paginator {
        right: inherit;
        bottom: inherit;
        top: 32%;
        width: 91%;
        left: 22px;
    }

    .paginator a.next {
        display: block;
        float: right;
    }

    .footer_widget {
        width: 100%;
        text-align: left;
    }

    .footer_logo {
        width: 64px;
    }

    .footer_widget small {
        display: none;
    }

    small.hide {
        display: block !important;
        clear: both;
        color: #fff;
        text-align: center;
        font-size: 15px;
        padding-top: 11px;
    }

    small.hide a {
        color: #fff;
    }

    /* .footer {
        text-align: center;
        font-size: 0;
    }

    .footer_link {
        margin: 0 26px;
        float: none;
        display: inline-block;
        vertical-align: top;
    } */

    .footer {
        text-align: center;
        font-size: 0;
    }

    .footer_link {
        vertical-align: top;
        margin: 30px 0 0;
    }

    a.mob_btn.hide {
        display: block !important;
        width: 30px;
        height: 17px;
        position: absolute;
        right: 15px;
        top: 21px;
    }

    a.mob_btn.hide span {
        background: #303030;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    a.mob_btn.hide span::before {
        background: #303030;
        position: absolute;
        width: 100%;
        height: 3px;
        content: "";
        left: 0;
        top: 7px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    a.mob_btn.hide span::after {
        background: #303030;
        position: absolute;
        width: 100%;
        height: 3px;
        content: "";
        left: 0;
        top: 14px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    a.cls_btn.hide {
        width: 25px;
        height: 25px;
        position: absolute;
        left: 15px;
        top: 15px;
        display: block !important;
    }

    a.cls_btn.hide::before {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 3px;
        content: "";
        left: 0;
        top: 11px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    a.cls_btn.hide::after {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 3px;
        content: "";
        left: 0;
        top: 11px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        display: block !important;
    }

    .login_area {
        padding: 11px 0;
    }

    .login_area a.custom_btn {
        width: 100px !important;
        height: 37px;
        border-radius: 6px;
        margin-left: 15px;
        padding: 9px;
    }

    .ph_banner_img {
        width: 369px;
        margin: 0 auto;
        float: none;
    }

    .ph_banner_txt {
        width: 100%;
        padding-top: 26px;
        text-align: center;
    }

    .ph_banner_txt a.custom_btn {
        width: 170px !important;
        margin: 0 auto;
        float: none;
    }

    .aboout_ph7 {
        width: 100%;
        float: left;
        padding: 0 0 15px;
    }

    .custom_panel_2 h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 0 0 18px;
    }

    .aboout_ph7 p {
        line-height: 37px;
        font-weight: 500;
        margin: 0 0 12px;
    }

    .key_feature {
        width: 100%;
    }

    .register_page_cont {
        margin-top: 59px;
    }

    .custom_form {
        margin: 30px auto;
    }

    .register_page_cont p {
        text-align: center;
        left: 0;
    }

    a.login_button {
        margin: 9px 0;
        position: relative;
        right: 45px;
    }

    .add_account_page h1 {
        font-size: 24px;
        line-height: 45px;
        margin: 9px 0 20px;
        text-align: center;
    }

    .subscription_panel {
        padding: 10px 20px 20px;
    }

    .custom_panel_3 h1 {
        font-size: 24px;
    }

    .custom_panel_3 p {
        font-size: 15px;
        text-align: left;
        margin: 0 0 15px;
    }

    .custom_panel_3 h2 {
        font-size: 20px;
    }

    .custom_panel_3 .order_block li {
        width: 48% !important;
        margin: 0 1% 13px !important;
    }

    .order_block li small {
        font-size: 13px !important;
    }

    .order_block li strong {
        font-size: 22px !important;
        line-height: 30px;
    }

    .custom_panel_3 .order_block {
        padding-bottom: 23px;
    }

    .custom_panel_3 {
        padding-bottom: 40px;
    }

    .play-btn {
        width: 35px;
        height: 35px;
    }

    .custom_video_panel {
        margin-bottom: 0;
    }

    .user_dropdown {
        right: 45px;
        top: 59px;
    }

    .general_page_content {
        padding-bottom: 30px;
    }

    .contact_info {
        width: 100% !important;
        padding: 0 0 30px;
        text-align: center;
    }

    .contact_info span {
        width: 100px;
        margin: 0 auto 20px;
    }

    .contact_form {
        width: 100% !important;
        margin: 0 auto;
        float: none;
        max-width: 400px;
        clear: both;
    }

    .contact_form .custom_form input[type="submit"] {
        width: 175px;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .contact_page_cont {
        padding-bottom: 50px;
    }

    .faq_accordion {
        width: 100%;
    }

    .new_order_list ul li {
        width: 100%;
    }

    .new_order_list {
        padding-bottom: 0;
    }

    .new_order_panel {
        padding: 20px 0 0;
    }

    .my_order_tab .new_order_list {
        padding: 50px 0 20px;
    }

    .my_order_tab .new_order_list {
        padding: 15px 0 20px;
    }

    .order_block li {
        width: 150px !important;
        margin: 0 10px 0 0 !important;
    }

    .order_block li {
        width: 117px !important;
        padding: 0 9px !important;
    }

    .order_block li small {
        font-size: 12px !important;
        line-height: 25px;
        padding: 5px 0 !important;
    }

    .order_block li strong {
        font-size: 18px !important;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .my_order_tab h4 {
        font-size: 20px;
    }

    .order_block li {
        width: 100% !important;
        padding: 0 9px !important;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .order_date a {
        width: 27px;
        height: 27px;
    }

    .order_date a:first-child {
        margin-right: 15px;
    }

    .order_date a:last-child {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 690px) {
    .about_block_right {
        width: 81%;
    }

    .ph_banner_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .aboout_ph7 p {
        font-size: 15px;
        line-height: 32px;
    }

    .key_feature li {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .login_area {
        padding: 12px 0;
    }

    .login_area a.custom_btn {
        width: 93px !important;
        height: 35px;
        border-radius: 6px;
        margin-left: 15px;
        padding: 10px 7px;
        font-size: 15px;
    }

    .add_bank_account {
        padding: 14px 13px 21px;
    }

    .add_bank_account_info p {
        font-size: 14px;
        line-height: 26px;
    }

    .add_bank_account a.custom_btn {
        padding: 10px 26px 10px;
        height: auto;
        font-size: 15px;
    }

    .new_order_panel h3 {
        font-size: 23px;
        margin: 0 0 15px;
    }

    .add_bank_account {
        margin: 20px 0 25px;
    }

    .new_order_list ul li {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
    }

    .new_order_list ul li .box_2 img {
        width: 100px;
        margin-right: 7px;
        top: -10px;
    }

    .new_order_list ul li .box_2 h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 13px;
    }

    .custom_panel_3 h1 {
        font-size: 21px;
        margin-bottom: 11px;
    }

    .play-btn {
        width: 40px;
        height: 40px;
    }

    .position {
        top: 45% !important;
    }

    .general_page_content h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .general_page_content p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    .help_center_page_content {
        padding-bottom: 50px;
    }

    .new_order_panel h3 {
        font-size: 20px;
    }

    .order_tab_nav a {
        width: 130px;
        margin-right: 10px;
        font-size: 14px;
    }

    .profile_page_content ul {
        margin: 0;
    }

    .profile_page_content ul > li {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .profile_page_content .profile_info {
        height: 315px;
    }
}

@media only screen and (max-width: 560px) {
    .banner_txt {
        width: 100%;
        max-width: 340px;
    }

    .banner_txt h1 {
        font-size: 21px;
        line-height: 22px;
    }

    .ph_banner {
        margin: 13px 0 40px;
    }

    .about_block_right {
        width: 100%;
        float: left;
        margin: 0;
    }

    .about_block_right .box {
        width: 49%;
    }

    .about_block_right .box figure {
        margin-bottom: 7px;
    }

    .about_block_left {
        padding: 20px 0 0;
    }

    .custom_form {
        padding: 15px 20px;
        height: auto;
        margin-bottom: 15px;
    }

    .custom_form h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 25px;
    }

    .register_page_cont p {
        margin-bottom: 20px;
    }

    a.back_btn {
        left: 0;
    }

    .verify_code input {
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 15px 0;
        font-size: 14px;
    }

    a.login_button {
        background: #303030 93% center no-repeat;
        background-size: 10px 5px;
        height: 35px;
        padding: 7px 16px 8px 12px;
        font-size: 13px;
        font-weight: 500;
        margin: 11px 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    a.login_button:hover {
        background-position: 93% center;
    }

    .custom_panel_3 h1 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 31px;
    }

    .custom_panel_3 h2 {
        font-size: 18px;
    }

    .custom_panel_3 .order_block li {
        width: 100% !important;
        margin: 0 0 13px !important;
    }

    .order_receipt_content_body strong {
        font-size: 11px;
        line-height: 14px;
        padding-bottom: 4px;
    }

    .order_receipt_header .column strong {
        font-size: 12px;
    }

    .order_receipt_header .column span {
        font-size: 12px;
        line-height: 19px;
    }

    .new_order_list ul li {
        padding: 0 !important;
    }

    .order_receipt_footer a {
        margin-left: 10px;
    }

    .img_popup {
        width: 300px !important;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
    }

    .img_popup button {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }

    .footer_about li {
        width: 20%;
        padding: 0 5px;
    }

    .footer h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .ph_banner_img figure:last-child {
        margin-left: 10px;
    }

    .ph_banner_txt h1 {
        font-size: 22px;
        margin: 0 0 12px;
        line-height: 34px;
    }

    .key_feature li {
        width: 100%;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .key_feature li:nth-child(2n) {
        padding: 0 0 25px 15px;
        font-weight: 400;
    }

    .custom_panel_2 {
        padding-bottom: 10px;
    }

    .about_block_left ul {
        margin: 0;
    }

    .about_block_left li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .register_page_cont {
        padding: 0 15px;
    }

    .custom_form {
        width: 96%;
    }

    #add_bank_popup .modal-dialog {
        max-width: 345px;
    }

    #prescription_pop .modal-dialog,
    #invoice_pop .modal-dialog {
        max-width: 350px;
    }

    #prescription_pop .modal-content,
    #invoice_pop .modal-content {
        padding: 15px;
    }

    #prescription_pop .modal-body .box_1 table thead th:nth-child(2),
    #prescription_pop .modal-body .box_1 table tbody td:nth-child(2) {
        width: 38%;
    }

    #invoice_pop .modal-content li .box_3 {
        width: 80.5%;
    }

    #invoice_pop .box_1 button {
        width: 150px;
    }

    /* New responsive css 22.07.2022
    =============================================== */
    .inner_box {
        width: 100%;
    }

    .inner_box h3 {
        font-size: 22px;
        margin: 0 0 14px;
    }

    .c_box1 {
        margin-top: 3px;
    }

    .footer_link {
        margin: 0 9px !important;
    }

    .doc_upload_area {
        padding: 50px 15px;
    }

    .doc_upload_box {
        width: 100%;
    }

    .footer_about li {
        width: 20%;
        padding: 0 5px;
    }

    .footer h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
}

@media only screen and (max-width: 390px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

.after-header-box {
    height: 93px;
    background: transparent linear-gradient(0deg, #eff8ff 0%, #e1f2ff 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
}
