a {
    outline: none !important;
}

a,
.btn-login,
.menus-nav,
.Plan-card,
ul.social-link li a i {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'Calibri';
    font-weight: bold;
}

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

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #2E2E2E;
    line-height: 25px;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-regular/Calibri.eot');
    src: url('../fonts/calibri-regular/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-regular/Calibri.woff2') format('woff2'), url('../fonts/calibri-regular/Calibri.woff') format('woff'), url('../fonts/calibri-regular/Calibri.ttf') format('truetype'), url('../fonts/calibri-regular/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-regular/Calibri-Bold.eot');
    src: url('../fonts/calibri-regular/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-regular/Calibri-Bold.woff2') format('woff2'), url('../fonts/calibri-regular/Calibri-Bold.woff') format('woff'), url('../fonts/calibri-regular/Calibri-Bold.ttf') format('truetype'), url('../fonts/calibri-regular/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-regular/Calibri-Light.eot');
    src: url('../fonts/calibri-regular/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-regular/Calibri-Light.woff2') format('woff2'), url('../fonts/calibri-regular/Calibri-Light.woff') format('woff'), url('../fonts/calibri-regular/Calibri-Light.ttf') format('truetype'), url('../fonts/calibri-regular/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/agency-fb/AgencyFB-Bold.eot');
    src: url('../fonts/agency-fb/AgencyFB-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/agency-fb/AgencyFB-Bold.woff2') format('woff2'), url('../fonts/agency-fb/AgencyFB-Bold.woff') format('woff'), url('../fonts/agency-fb/AgencyFB-Bold.ttf') format('truetype'), url('../fonts/agency-fb/AgencyFB-Bold.svg#AgencyFB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/agency-fb/AgencyFB-Reg.eot');
    src: url('../fonts/agency-fb/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/agency-fb/AgencyFB-Reg.woff2') format('woff2'), url('../fonts/agency-fb/AgencyFB-Reg.woff') format('woff'), url('../fonts/agency-fb/AgencyFB-Reg.ttf') format('truetype'), url('../fonts/agency-fb/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Custom-font */

body {
    font-family: 'Calibri';
    font-size: 17px;
    line-height: 1.1;
    background-color: #fff;
    font-weight: normal;
    color: #393939;
    padding-top: 127px;
}

::-moz-selection {
    color: #E40019;
    background: #2E2E2E;
}

::selection {
    color: #E40019;
    background: #2E2E2E;
}

.sec-tnc-content {
    text-align: left;
}

.term_n_condition {
    text-align: left;
    margin-top: 50px;
}

header {
    padding: 20px 0px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}

.logo {
    max-width: 140px;
}

.logo.mr-auto h5 {
    font-size: 10px;
    text-align: center;
    color: #e40019;
    text-transform: capitalize;
}

ul.top-nav-menu li a {
    font-size: 18px;
    color: #2E2E2E;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 400;
}

ul.top-nav-menu li a:hover {
    color: #CD3733;
}

ul.top-nav-menu li.active a {
    color: #2E2E2E;
    font-weight: bold;
}

button:focus {
    outline: none;
}


/* drop-down */

.dropdown {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    -webkit-transform: translate3d(0px, 45px, 0px) !important;
    transform: translate3d(0px, 45px, 0px) !important;
    width: 10rem;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    right: 0px !important;
    left: unset !important;
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -8px;
    z-index: 0;
    border-top: 1px solid #e3e4e5;
    border-left: 1px solid #e3e4e5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 68px;
    left: unset;
}

.plan-cnt.auth-section {
    padding: 0 20px;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    background: #fff;
    z-index: 1;
    height: 8px;
    left: 3px;
}

.dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.dropdown-item {
    padding: .4rem 1.5rem;
    font-size: 16px;
    white-space: normal;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.down-arrow {
    float: left;
    height: 20px;
    right: 10px;
    position: absolute;
    top: 20px;
    width: 20px;
    cursor: pointer;
}

.down-arrow:before {
    position: absolute;
    content: "\f105";
    right: -1px;
    bottom: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 22px;
    text-align: center;
    top: 0;
    font-family: FontAwesome;
    color: #afafaf;
    font-weight: 600;
}

li.parent.active>.down-arrow:before {
    content: "\f107";
    color: #afafaf;
}

.sidebar-dropdown>li {
    display: block;
}

.sidebar-dropdown>li {
    position: relative;
}

.submenu {
    background: darkred;
}

.drop-down {
    display: none;
}

.user-info h5,
.user-info p {
    margin-bottom: 0;
}

.user-info h5 {
    white-space: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.user-info p {
    opacity: 0.5;
}

.user-after-auth>div+div {
    margin-left: 15px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    background: #E40019;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px rgba(228, 0, 25, 0.6);
    box-shadow: 0 0 10px rgba(228, 0, 25, 0.6);
    z-index: 999;
    color: #fff;
    font-size: 30px;
}

.btn-login {
    color: #fff !important;
    font-size: 18px;
    padding: 0px 45px;
    border-radius: 25px;
    text-transform: capitalize;
    background-color: #E40019;
    background-image: none;
    border-color: #E40019;
    -webkit-box-shadow: 0px 6px 20px rgba(228, 0, 25, 0.21);
    box-shadow: 0px 6px 20px rgba(228, 0, 25, 0.21);
    height: 50px;
    position: relative;
    display: inline-block;
    line-height: 50px;
}

.btn-login.restore {
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
}

.top-banner {
    padding: 70px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.top-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: url(../images/banner-shape.svg) no-repeat center left;
    bottom: 0;
    width: 100%;
    height: 160px;
    z-index: 1;
    background-size: cover;
}

.super-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 51px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #E40019;
}

.supercontent {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}

.button {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 50px;
    border-radius: 32px;
    outline: none;
    display: inline-block;
    text-transform: uppercase;
    background-color: #E40019;
    background-image: none;
    position: relative;
    border-color: #E40019;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.button,
.btn-login,
.btn-send {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/* hover css animation */

.button:hover:before,
.btn-login:hover:before,
.btn-send:hover:before {
    -webkit-animation: shine 0.5s 0s linear;
    animation: shine 0.5s 0s linear;
}

.button:active,
.btn-login:active,
.btn-send:active {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    transition: -webkit-box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}

.button:before,
.btn-login:before,
.btn-send:before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    -webkit-box-shadow: 0 0 15px 3px white;
    box-shadow: 0 0 15px 3px white;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}


/* end of hover css animation */

.button:hover,
.btn-send:hover,
.btn-login:hover,
.Plan-card:hover .button,
input[type="submit"]:hover {
    background: #E40019;
    border-color: #E40019;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/*login page css*/


/*.modal-login .modal-header{ background-color:#E40019; color:#fff;}
.modal-login .modal-title{ width:100%; font-size:23px;}
.modal-login .form-group p{ width:100%; font-size:18px;}
.modal-login .modal-content{ border:none;}
.modal-login .modal-header .close{ cursor:pointer; margin:-12px -12px -12px auto; opacity:1; color:#fff; outline:none;}
.modal-login .modal-body{ padding:30px;}
.modal-login .form-group label{ font-size:18px; color:#969696; font-weight:500;}
.modal-login .form-group .form-control{ border:none; -webkit-box-shadow:none; box-shadow:none; height:45px;padding: 0px 10px;}
.modal-login .d-flex.align-items-center { border-bottom: 1px solid #ddd;}
.modal-login .form-group {margin-bottom: 30px;}
.modal-login .log-submit {-webkit-box-shadow: none;box-shadow: none;border: none; cursor:pointer; outline:none;}
.modal-login .signup {text-align: center; padding: 10px 0; margin-bottom: 0;}
.modal-login .signup a{color: #000000;}
.modal-login .signup a span{color: #e40019;}*/


/*login page css START*/

.login-sec .login-logo {
    position: absolute;
    top: 15%;
    right: -5%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 200px;
}

.login-sec .login-bg {
    position: relative;
    height: 100vh;
}

.login-sec .login-image {
    min-height: 100vh;
    height: 100%;
    margin: 0 -15px;
    position: relative;
}

.login-sec .login-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-sec .login-box {
    position: relative;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 530px;
    margin: 0 auto;
}

.login-sec .login-form {
    padding: 50px 25px;
    overflow: auto;
}

.login-sec .login-box h2 {
    font-size: 49px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 60px;
}

.login-sec .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.login-sec .check-box label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #808080;
}

.login-sec .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #BFBFBF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.login-sec .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    width: 8px;
    height: 16px;
    border: solid #8A8B8E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.login-sec .form-field {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-sec .form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"] {
    width: 100%;
    border-width: 0 0 1px;
    font-size: 18px;
    color: #222222;
    height: 60px;
    padding-bottom: 0px;
    padding-right: 50px;
    font-size: 16px;
    background-color: #F5F5F5;
    padding-left: 20px;
}

.login-box button.button {
    width: 100%;
    margin-bottom: 25px;
}

.bold-red,
.validationError {
    color: #e40019;
    text-align: left;
    margin-bottom: 0;
}

.login-sec .form-field-col {
    width: 50%;
    text-align: left;
}

.login-sec .form-icon {
    position: absolute;
    right: 20px;
    top: 18px;
}

.login-sec .for-pass {
    text-align: right;
}

.login-sec .for-pass a {
    font-size: 18px;
    color: #808080;
}

.login-sec .for-pass a:hover {
    text-decoration: underline;
    color: #ce980c;
}

.login-sec input[type="submit"] {
    background-color: #E40019;
    height: 50px;
    border-radius: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
}

.login-sec .form-text a {
    color: #222222;
    text-decoration: underline;
}


/*input[type="submit"]:hover, .btn-global:hover, .scroll-top:hover { background-color: #e4a911; color: #222222; }*/

.login-sec .social-btn {
    height: 45px;
    padding: 0px;
    border-radius: 8px;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
}

.login-sec .fb-btn {
    background-color: #1253AB;
}

.login-sec .login-with h5 {
    margin-bottom: 25px;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.login-sec .login-with {
    margin-bottom: 30px;
}

.login-sec .social-btn:hover {
    color: #fff;
}

.login-sec .social-btn span {
    height: 45px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
}

.login-sec .google {
    background-color: #F44336;
}

.login-sec .google:hover {
    background-color: #aa2f25;
}

.login-sec .social-btn b {
    font-weight: 400;
    padding: 0 10px;
}

.login-sec .fb-btn:hover {
    background-color: #0f3a77;
}

.login-sec .social-btn i {
    font-size: 17px;
    line-height: 45px;
}

.login-sec .form-text a:hover {
    color: #E40019;
}


/*login page css START*/


/*sign page css START*/

.login-sec.singup-sec .form-field-col {
    width: 100%;
    text-align: left;
}


/*sign page css END*/


/*sign up modal
.modal-login .modal-header {
    background-color: #E40019;
    color: #fff;
}*/


/*order detail page css*/

.mobile-nav {
    position: absolute;
    right: 15px;
    margin-top: 0;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}

.bar1,
.bar2,
.bar3 {
    background-color: #545455;
    cursor: pointer;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
}

.bar2 {
    width: 20px;
}

.closeIcn {
    background: #CD3733;
    text-align: right;
    padding: 5px 10px;
}

.closeIcn>span {
    display: inline-block;
    width: 34px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.closeIcn>span:before,
.closeIcn>span:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    margin: 4px;
}

.closeIcn>span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closeIcn>span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.open-menu .overlay {
    display: block;
}

section {
    padding: 60px 0;
}

.block-header {
    max-width: 922px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.title1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #E40019;
    font-weight: bold;
}

.subtitle {
    font-size: 42px;
    margin-bottom: 10px;
    color: #2E2E2E;
    font-weight: bold;
}

.paragraph {
    font-size: 18px;
    line-height: 33px;
    margin: 0px;
    color: rgba(46, 46, 46, 0.50);
}

.paragraph span {
    color: #e40019;
    text-transform: capitalize;
    font-style: italic;
}

.info-card-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 41px;
    color: #000;
}

.info-card-title1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.info-card-sub-title {
    margin-bottom: 20px;
}

.info-card-img {
    margin-bottom: 22px;
}

.paragraph01 {
    font-size: 20px;
    margin: 0 auto;
    line-height: 32px;
    color: rgba(46, 46, 46, 0.50);
}

.sharing-features {
    background: rgba(141, 141, 141, 0.05);
    position: relative;
}


/* .sharing-features::before{ position: absolute; z-index: 1; bottom: 0; left:0 ; right: 0; width: 100%; height: 636px; content: "";background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(69%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    
} */

.our-befefits {
    background: url(../images/our-banefits-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 150px 0px 140px 0px;
}

.our-befefits .container {
    position: relative;
    z-index: 1;
}

.our-befefits .title1 {
    font-size: 24px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.our-befefits .block-header {
    padding-bottom: 50px;
}

.our-befefits .title1::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 1px;
    background: #fff;
    content: "";
    margin: 0 auto;
}

.our-befefits .subtitle {
    max-width: 623px;
    margin: auto;
    padding-bottom: 25px;
    line-height: 55px;
}

.our-befefits .paragraph01 {
    max-width: 856px;
}

.our-befefits:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(175, 29, 25, 0.88);
    background: -o-radial-gradient(center, ellipse cover, rgba(175, 29, 25, 0.88) 0%, rgba(228, 0, 25, 1) 99%, rgba(228, 0, 25, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(175, 29, 25, 0.88) 0%, rgba(228, 0, 25, 1) 99%, rgba(228, 0, 25, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(175, 29, 25, 0.88) 0%, rgba(228, 0, 25, 1) 99%, rgba(228, 0, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af1d19', endColorstr='#e40019', GradientType=1);
    /* background: rgba(205,56,51,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(205,56,51,1) 0%, rgba(175,30,25,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(205,56,51,1)), color-stop(100%, rgba(175,30,25,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(205,56,51,1) 0%, rgba(175,30,25,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(205,56,51,1) 0%, rgba(175,30,25,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(205,56,51,1) 0%, rgba(175,30,25,1) 100%);
    background: radial-gradient(ellipse at center, rgba(205, 56, 51, 0.80) 0%, rgba(175,30,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3833', endColorstr='#af1e19', GradientType=1 ); */
}

.Plan-card {
    position: relative;
    padding: 60px 15px;
    border: 1px solid rgba(224, 216, 216, 0.86);
    min-height: 730px;
    border-radius: 26px;
    cursor: pointer;
}

.stra-plan {
    position: absolute;
    top: 15px;
    background: red;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    right: 25px;
}

.stra-plan i {
    line-height: 40px;
}

.most-popular {
    position: absolute;
    top: -18px;
    left: -16px;
}

.Plan-card:hover {
    -webkit-box-shadow: 0px 15px 99px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 15px 99px rgba(0, 0, 0, 0.16);
    border: 1px solid rgb(228, 0, 25);
}

.Plan-card .card-body {
    padding: 0px;
}

.Plan-card .card-title {
    font-size: 30px;
    color: #404143;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0px;
}

.Plan-card .card-subtitle {
    color: #E40019;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}

span.onetime {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.card-text {
    font-size: 18px;
}

.card-text>ul li label {
    font-size: 17px;
}

.card-text1 ul li label>input {
    position: absolute;
    top: 4px;
    left: 0px;
}

.card-text1 {
    position: relative;
}

.card-text1 ul li label {
    font-size: 16px;
}

.card-body .box-3-list {
    padding-bottom: 30px;
}

.myPlan .plans-inr {
    min-height: 675px;
}

.checkbox-cnt {
    padding-left: 20px;
    position: relative;
}

li.addi-option {
    position: relative;
}

.addition-option p {
    text-align: left;
}

.checkbox-cnt h6 {
    font-size: 16px;
    font-weight: normal;
    color: #393939;
    /* word-break: break-all; */
    word-break: normal;
}

.Plan-card .card-footer {
    padding: 0px;
    background-color: transparent;
    border-top: none;
}

.button-gry {
    background: #B5B5B5;
    font-size: 14px;
}

.input-single .form-control {
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 62px;
    font-size: 15px;
}

.input-single .form-control:hover {
    border-color: #E40019;
}

.input-single textarea.form-control {
    height: 279px;
    resize: none;
}

.contact-section .form-group {
    margin-bottom: 25px;
}

.contact-section [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

button.button {
    border: none;
    cursor: pointer;
    outline: none;
}

footer {
    background: #e4011a;
    padding-top: 70px;
    color: #fff;
}

footer p {
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 30px;
}

.footer-hd {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3.footer-heading a {
    color: #fff;
}

.social-area h3 {
    font-size: 25px;
    margin-bottom: 25px;
}

ul.social-link {
    list-style: none;
    padding: 0px;
}

ul.social-link li {
    display: inline-block;
}

ul.social-link li+li {
    margin-left: 15px;
}

ul.social-link li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

ul.social-link li a:hover i {
    background: #fff;
    color: #E40019;
    -webkit-transform: rotate(360deg) scale(0.8, 0.8);
    -ms-transform: rotate(360deg) scale(0.8, 0.8);
    transform: rotate(360deg) scale(0.8, 0.8);
}

.footer-heading {
    margin-bottom: 43px;
    font-size: 25px;
}

ul.footer-links li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.80);
}

ul.footer-links li a:hover {
    color: #000000;
    padding-left: 5px;
}

ul.footer-links li {
    margin-bottom: 20px;
}

.foot--col-3 .footer-single {
    padding-left: 33px;
}

.foot--col-2 .footer-single {
    padding-left: 80px;
}

.subscribe-area {
    position: relative;
}

.subscribe-area .form-control {
    padding-right: 115px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 60px;
}

.btn-send {
    background: #2b2b29;
    height: 52px;
    border: 1px solid #2b2b29;
    font-size: 18px;
    border-radius: 26px;
    min-width: 109px;
    position: absolute;
    right: 0;
    outline: none !important;
    color: rgba(255, 255, 255, 0.80);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    top: 0;
}

.download-links img {
    max-width: 124px;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 60px;
    text-align: center;
    padding: 8px 0;
}

.copyright-area p {
    color: rgba(255, 255, 255, 0.80);
}

.features-body {
    position: relative;
}

.features-item {
    position: absolute;
    z-index: 1;
}

.features-item p {
    margin: 0;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    text-transform: capitalize;
}

.features-item p span {
    display: block;
}

.features-item.bx-1,
.features-item.bx-2 {
    top: 80px;
}

.features-item.bx-1 {
    left: 10px;
}

.features-item.bx-2 {
    right: 130px;
}

.features-item.bx-3,
.features-item.bx-4 {
    top: 345px;
}

.features-item.bx-3 {
    left: -100px;
}

.features-item.bx-4 {
    right: -10px;
}

.features-item.bx-5,
.features-item.bx-6 {
    bottom: 165px;
}

.features-item.bx-5 {
    left: -60px;
}

.features-item.bx-6 {
    right: 58px;
}

.features-item.bx-7 {
    left: 40%;
    bottom: -4%;
}


/*phycisian page css START*/

.inr-banner-img h2 {
    color: #fff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inr-banner-img h2:after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background-color: #fff;
    top: 42px;
}

.inr-banner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 399px;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.inr-banner-img:before {
    position: absolute;
    background: rgba(83, 83, 83, 0.5);
    content: '';
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.profile-head {
    padding: 180px 0 0 0;
}

.user-h-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #E40019;
    padding: 25px 0;
    padding-left: 230px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
}

.upload-camera>i {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 36px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload-camera {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    text-align: center;
    cursor: pointer;
}

.user-logo .upload-camera {
    opacity: 0;
    visibility: hidden;
}

.user-logo:hover .upload-camera {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease;
}

.upload-camera>input {
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.user-logo {
    border: 7px solid #ebebeb;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 230px;
}

.user-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-detail {
    padding-left: 50px;
}

.user-detail h3 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: capitalize;
}

.user-detail h5 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
}

.user-detail h5 a {
    color: #ffffff;
}

.sidebar ul li a img {
    max-width: 24px;
    margin-right: 20px;
    height: 24px;
}

.sidebar {
    background: rgb(228, 0, 25);
    background: -o-linear-gradient(top, rgba(228, 0, 25, 1) 0%, rgba(150, 15, 17, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 0, 25, 1)), to(rgba(150, 15, 17, 1)));
    background: linear-gradient(to bottom, rgba(228, 0, 25, 1) 0%, rgba(150, 15, 17, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e40019', endColorstr='#960f11', GradientType=0);
}

.sidebar ul li a {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.restuarant-content {
    padding-bottom: 70px;
    padding-top: 50px;
}

.sidebar ul li a.active,
.sidebar ul li a:hover {
    color: #fff;
    background-color: #a5000d;
}

.longEnough {
    max-height: 730px;
    overflow: auto;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(203, 203, 203, 0.75) !important;
}

.right-head {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
}

.right-head h3 {
    font-family: 'Agency FB';
    font-size: 34px;
    color: #263238;
    text-transform: capitalize;
    margin: 0;
}

.nearby-restuarant-main {
    padding: 20px 0;
    border: 2px solid #ebebeb;
    background-color: #ffffff;
}

.nearby-restuarant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-heading h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    min-height: 21px;
}

.r-heading h6 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #E40019
}

.r-heading p i {
    padding-right: 8px;
    color: #919191;
}

.r-heading p {
    text-transform: capitalize;
    font-size: 13px;
    padding: 4px 0;
    margin: 0;
    min-height: 33px;
}

.nearby-inr {
    padding: 20px 0 0 20px;
}

.nearby-inr p i {
    padding-right: 5px;
    color: #E40019;
}

.nearby-inr p {
    color: #1e2229;
    font-size: 15px;
    height: 50px;
    overflow: hidden;
}

.nearby-restuarant-main:hover,
.nearby-restuarant-main:active {
    border: 2px solid #E40019;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.red-button {
    background: #E40019;
    padding: 15px 24px;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 7px 12px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.pagination a.active {
    background-color: #E40019;
    color: #ffffff;
}

.pagination a:hover:not(.active) {
    background-color: #E40019;
    color: #ffffff;
}


/*phycisian page css END*/


/*phycisian form page css START*/

.main-form {
    width: 100%;
}

.common-btn {
    margin: 0px 20px 20px 10px;
}

.form-group input {
    background: #F5F5F5;
    border: 0;
    padding: 13px 10px;
}

.form-group label {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #2E2E2E;
}

.form-group select {
    height: 50px !important;
    background: #F5F5F5;
    border: 0;
}


/*phycisian form page css END*/


/*Home page css START*/

.upload-img {
    border: 1px solid #ccc;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
}

.upload-img img {
    padding: 20px 0;
}

.upload-img h3 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.upload-main a {
    color: #000;
}

.upload-img:hover,
.upload-img:active,
.upload-img:focus {
    /* background: #e40019;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc; */
    background: transparent;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color: #000;
    cursor: pointer;
    border: 1px solid #e40019;
}


/*home page css END*/


/*how can we help START*/

.tab-1-main {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    margin: 30px 0 50px 0;
    border-radius: 10px;
    padding: 30px;
}

.what-new h4 {
    padding-bottom: 10px;
}

.what-new ul li {
    line-height: 27px;
}

.video-sec {
    max-width: 300px;
}

.myaccordion {
    width: 100%;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.card-header {
    padding: .75rem 1.25rem .75rem 0rem;
}

.myaccordion .fa-stack {
    font-size: 18px;
    position: absolute !important;
    right: 0;
    top: 0;
}

.card-header {
    position: relative;
}

.card-header h4 {
    max-width: 700px;
    width: 100%;
    color: #e40019;
    font-size: 20px;
}

.myaccordion .btn {
    width: 100%;
    color: #e40019;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.tabs-main .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #e40019;
}

.tabs-main .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #e40019;
    color: #ffffff !important;
}

.tabs-main .nav-tabs .nav-item a {
    color: #000;
}

.what-new h4 {
    text-transform: capitalize;
}


/*testimonial tab start*/

.testimonial-blok {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    padding: 20px 20px 30px 20px;
    text-align: center;
    margin: 50px 0 0 0;
}

.user-head {
    height: 90px;
    width: 90px;
    margin: -70px auto 14px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
}

.user-head img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-blok .user-name h5 {
    color: #e40019;
}

.testimonial-blok .user-name {
    padding: 20px 0;
}

.rating-blog ul li {
    padding: 0 10px;
}

.rating-blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating-blog ul li a i {
    color: #F8B600;
}


/*testimonial tab end*/


/*feedback sec css START*/

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
    cursor: pointer;
}

.rating-main:after,
.rating-main:before {
    display: block;
    content: '';
    clear: both;
}

.feedback-main textarea {
    padding: 25px 15px;
    width: 100%;
    background: #F5F5F5;
    border: 0;
    resize: unset;
    outline: none;
}

.feedback-main h5 {
    margin-bottom: 20px;
    text-transform: capitalize;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}


/*feedback sec css END*/


/*how can we help END*/


/*plans section css  START*/

.plans-inr {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    box-shadow: 2px 0 10px rgba(0, 0, 0, .10);
    padding: 20px 20px 30px 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(224, 216, 216, 0.86);
    min-height: 825px;
}

.plans-inr:hover {
    -webkit-box-shadow: 0px 15px 99px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 15px 99px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    border: 1px solid rgb(228, 0, 25);
}

.plans-btn>a {
    margin: 0 10px;
}

.plans-btn {
    position: absolute;
    bottom: 20px;
}

.plan-h-cnt {
    padding: 20px 0;
}

.plan-h-cnt h4 {
    color: #E40019;
    text-transform: uppercase;
    font-size: 26px;
    padding: 5px 0;
}

.plan-h-cnt h3 {
    font-size: 24px;
}

.plan-h-cnt h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1E00B5;
    line-height: 30px;
}

.plan-h-cnt h6 {
    font-size: 26px;
    color: #535353;
}

.plan-cnt ul {
    text-align: left;
}

.plan-cnt ul li {
    line-height: 25px;
    list-style-type: disc;
}

.card-text1 ul li {
    font-size: 17px;
}

.plan-promo {
    text-align: left;
    padding: 20px 0;
}

.plan-promo input {
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 15px 10px;
    width: 100%;
    position: relative;
}

.plan-cnt ul {
    text-align: left;
    padding-left: 20px;
}

.auth-section ul {
    padding-left: 0px;
}

ul.box-2-list,
ul.box-1-list {
    padding-bottom: 60px;
}

ul.box-3-list {
    padding-bottom: 10px;
}


/*plans section css  END*/


/*my information page css START*/

.step-form-mng {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.step-form-mng .progress {
    position: absolute;
    top: 22px;
    left: 7.5%;
    width: 85%;
    background-color: transparent;
}

.step-form-mng .progressbar {
    position: absolute;
    background-color: #e40019;
    opacity: 1;
    height: 3px;
    width: 0%;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.step-form-mng .progressbar.empty {
    opacity: 1;
    width: 100%;
    background-color: #e40019;
}

.step-form-mng ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.step-form-mng li .step {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px double;
    border-color: #d0d0d0;
    background: #ffffff;
    -webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
    -o-transition: background-color 0.6s ease, border-color 0.6s ease;
    transition: background-color 0.6s ease, border-color 0.6s ease;
    cursor: pointer;
}

.step-form-mng li .title {
    text-decoration: underline;
    width: 100%;
    padding-top: 10px;
    color: #767676;
    -webkit-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
    text-decoration: none;
}

.step-form-mng li.active .step {
    border-color: #e40019;
    color: #e40019;
}

.step-form-mng li.active .title {
    text-decoration: none;
    color: #e40019;
    font-weight: bold;
}

.step-form-mng li.done .title:hover {
    color: #e40019;
}

.step-form-mng li.done .step {
    color: white;
    background-color: #e40019;
    border-color: #e40019;
}

.step-form-mng li a>button {
    background: none;
    border: none;
    display: block;
    width: 100%;
    color: #777;
    position: relative;
    text-align: center;
}

.step-form-mng li>button:hover .step {
    border-color: #e40019;
    background: #eee;
    color: #e40019;
}

.step-form-mng li>button:hover .title {
    color: #e40019;
}


/*custom radio button start*/

.radio-mng [type="radio"]:checked,
.radio-mng [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-mng [type="radio"]:checked+label,
.radio-mng [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio-mng [type="radio"]:checked+label:before,
.radio-mng [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio-mng [type="radio"]:checked+label:after,
.radio-mng [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #CF000F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-mng [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.radio-mng [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.radio-mng li {
    display: inline-block;
    margin-right: 20px;
}


/*custom radio button END*/


/*my information page css END*/


/*bookmark page css START*/

.bookmark img+img {
    position: absolute;
    top: 0;
    left: 0;
}

.bookmark {
    position: relative;
    cursor: pointer;
    top: -11px;
}

.bookmark-main input[type=checkbox] {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.bookmark.on img:first-child {
    display: none;
}

.bookmark.on img+img {
    opacity: 1;
    visibility: visible;
    display: block;
}

.bookmark img+img {
    opacity: 1;
    visibility: visible;
    display: none;
}


/*bookmark page css END*/


/*my insurance page css START*/

.insurance {
    margin-top: 30px;
}

.main-form .nav-tabs .nav-link {
    color: #000;
}

.form-group .upload-img-file {
    position: absolute;
    bottom: auto;
    max-width: 140px;
    min-height: 50px;
    top: 32px;
}

.form-group .upload-file {
    height: 60px;
    width: 100px;
    padding: 30px 0;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.form-group .image-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group .image-place li {
    height: 100px;
    width: 100px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-group .image-place li+li {
    margin: 0 10px;
}

.crud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.crud ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crud ul li {
    cursor: pointer;
    background: #e40019;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    text-align: center;
    line-height: 35px;
    margin: 0 10px 5px 0;
}

.crud ul li a {
    color: #fff;
}

.crud ul li:nth-child(2) {
    background-color: #0057FF;
}


/*my insurance page css END*/

.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}


/*review page css START*/

.review-main p {
    margin-bottom: 10px;
}

.review-main {
    margin-bottom: 25px;
}

.review-main h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.review-main h5 span {
    color: #e40019;
    font-weight: 600;
}

.review-main h6 {
    font-size: 20px;
    font-weight: 300;
}

.msg-box .form-group textarea {
    display: block;
    width: 100%;
    height: 120px;
    background-color: #f5f5f5;
    border: navajowhite;
    padding: 20px;
    border-radius: 5px;
    resize: none;
}


/*review page css END*/


/*medication page css START*/

.crud.action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.medication-main .table td,
.table th {
    vertical-align: middle;
    /*text-transform: capitalize;*/
}

.medication-main .table thead th {
    text-transform: capitalize;
}


/*medication page css END*/


/*body measurement page css START*/

.upload-img h5 {
    font-size: 26px;
}


/*body measurement page css END*/


/*upload file page css START*/

.upload-file-main .form-group .image-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upload-file-main .form-group .image-place li {
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    margin: 20px 0;
}

.upload-file-main .img-with-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.upload-file-main .img-with-name h5 {
    padding-left: 10px;
}


/*upload file page css END*/


/*testmonial page css START*/

.testimonial-h h5 {
    text-transform: uppercase;
}

.share-photo h5 {
    padding-bottom: 15px;
}


/*testmonial page css END*/

#return-to-top i {
    line-height: 46px;
}

.button.promo-code {
    margin-right: 20px;
}


/*Invite friends*/

.invite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 500px;
}

.invite-main {
    background-color: #efefef;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    padding: 40px;
}

.invite-inr h3 {
    font-size: 32px;
    text-transform: capitalize;
}

.join-field button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 170px;
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #E40019;
    color: #fff;
    font-size: 16px;
    border: 0;
    margin-top: 30px;
}

.join-field input {
    width: 100%;
    padding: 15px 10px;
    max-width: 340px;
    border: 0;
    border-radius: 5px;
}

.icon-top img {
    width: 25%;
}

td.cstm-cursor {
    cursor: pointer;
}

.add-photo {
    display: block;
    position: absolute;
    top: 62%;
    left: 22%;
    color: #fff;
}

.highlight {
    color: red !important;
}

.privacy-policy {
    text-align: left;
}

.plan-tagline {
    color: red;
}

.bookmark-menu {
    background-color: #353b3f;
}

.enlarge-image {
    cursor: pointer;
}

.disabled-label {
    color: #aaaaaa !important;
}

.white-icon {
    border-color: #fff !important;
    color: #fff !important;
}

.swal2-label {
    color: #fff;
    text-align: left;
    font-weight: 500;
}

#swal2-checkbox {
    margin-bottom: 40px;
    background-color: #89020f !important;
}

.swal2-checkbox {
    background-color: #89020f !important;
}

.cancel-account-popup {
    background-color: #89020f !important;
}

.red-text {
    color: #89020f !important;
}

.hipaa-form {
    border: 1px solid;
    padding: 10px;
}