
/* Fida Marwat (Sr. UXUI and Front End Developer) */

.card-default{
	margin-top: 50px !important;
}

.card-default .form-group{
	overflow: auto;
}



body{
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #6D6A79;
}

/* slider starts */

.circle-sec{
    background: #30B6F3;
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #30B6F3;
    overflow: hidden;
}

.circle-sec:hover{
    background: #474aff;
}

@media (min-width: 768px) {
  .carousel-item{
    margin: 0 25px;
    flex: 0 0 11.5%;
    display: block;
    text-align: center;
  }
  .carousel-inner {
    display: flex;
  }
}

.carousel-control-prev{
    width: auto;
    height: 40px;
    border-radius: 4px;
    left: -80px;
    color: #6D6A79;
    opacity: 1;
    top: 35%;
    transform: translateY(-50%);
}

.carousel-control-next{
    width: auto;
    height: 40px;
    border-radius: 4px;
    right: -80px;
    color: #6D6A79;
    opacity: 1;
    top: 35%;
    transform: translateY(-50%);
}

.carousel-control-next:hover,
.carousel-control-prev:hover{
	color: #6D6A79;
}

/* default styles */

.btn-primary{
	background: #30B6F3;
	color: #fff;
	border-radius: 100px;
	border-color: #30B6F3;
	padding: 0.25rem 1.5rem;
}

.btn-primary:hover{
	background: #2980BB;
	color: #ffffff;
	border-color: #2980BB;
}

.btn-default{
	background: #EFEFF2;
	color: #012842;
	border-radius: 100px;
	border-color: #EFEFF2;
	padding: 0.25rem 1.5rem;
}

.btn-default:hover{
	background: #30B6F3;
	color: #ffffff;
	border-color: #30B6F3;
}

.btn-outline-grey{
	border-radius: 100px;
	color: #000000;
	border-color: #9f9f9f;
	padding: 0.25rem 1.5rem;
}
.btn-outline-primary{
	border-radius: 100px;
	color: #30B6F3;
	border-color: #30B6F3;
	padding: 0.25rem 1.5rem;
}

.btn-outline-primary:hover{
	background: #30B6F3;
	border-radius: 100px;
	color: #fff;
	border-color: #30B6F3;
	padding: 0.25rem 1.5rem;
}

.btn-secondary{
	background: #053250;
	color: #fff;
	border-radius: 100px;
	border-color: #053250;
	width: 100px;
}

.btn-secondary:hover{
	background: #012842;
	color: #ffffff;
	border-color: #012842;
}

.form-control,
.input-group-text{
	border-radius: 100px;
	background: #EFEFF2;
	border-color: #EFEFF2;
}

.fa{
	color: #92909C;;
}

.form-select{
	border-radius: 100px;
	background: #fff;
	border-color: #EFEFF2;
}

.nav-item{
	padding-left: 15px;
}

.nav-link{
	color: #6D6A79;
	text-align: left;
}

.nav-link.active{
	color: #30B6F3;
}

.nav-link:focus,
.nav-link:hover {
    color: #30B6F3;
}

.nav-pills
.nav-link.active,
.nav-pills
.show>.nav-link {
    color: #fff;
    background-color: #30B6F3;
    border-radius: 100px;
}

.text-primary{
	color: #30B6F3 !important;
}

.border-primary{
	border-color: #30B6F3 !important;
}

.text-black{
	color: #000 !important;
}

.card{
	border-radius: 15px;
	margin-bottom: 25px;
}

.modal-content {
	border-radius: 15px;
	background: #F0F7FA;
}

.bg-primary{
	background: #30B6F3 !important;
}

.bg-grey{
	background: #EFEFF2 !important;
}

.custom-bg{
	background: #f0f7fa !important;
}

th{
	font-weight: 600;
}

.tr-first td:nth-child(1){
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.tr-first td:nth-child(6){
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

th:nth-child(1){
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

th:nth-child(6){
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

ul{
	line-height: 30px;
}

h1{
	font-size: 48px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

h2{
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}

h3{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

h5{
	font-size: 16px;
	font-weight: regular;
	font-family: 'Poppins', sans-serif;
}

p{
	font-size: 14px;
	font-weight: regular;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}

.translate-middle {
    transform: translate(-80%,100%)!important;
}

.pop-icons{
	width: 20px;
    height: 20px;
    background: #30B6F3;
    border-radius: 100px;
    padding: 4px 8px;
    margin-right: 5px;
}

.navbar img{
	width: 300px;
}

/* banner-section starts */

#banner-section{
	background-image: url('../images/bg-image.png');
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-bottom: 50px;
}

#banner-section .navbar{
	margin-top: 30px;
	height: 80px;
	display: inline-flex;
	width: 100%;
	justify-content: space-around;
}


/* footer starts */

#footer-section{
	background: #fff;
	padding: 50px 0px 0px 0px;
}

#footer-section .footer-anchor{
	text-decoration: none;
	font-size: 14px;
	color: #053250;
}

#footer-section .footer-anchor:hover{
	color: #30B6F3;
	transition: 1s;
}

.footer-navs{
	list-style-type: none;
	padding-left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-navs .center-li{
	padding: 0px 20px;
}

.footer-navs li a{
	transition: 1s;
	font-size: 14px;
	color: #053250;
}

.footer-navs li a:hover{
	text-decoration: none;
	color: #30B6F3;
	transition: 1s;
}

/*////////////////dashboard css starts ///////////////////////*/

#top-bar{
	margin-bottom: 25px;
}

#top-bar .navbar {
    height: 80px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

#sidebar .sidebar{
	background: #012842;
	border-radius: 15px;
	padding: 30px 20px;
	top: 25px;
}

#sidebar .sidebar .nav-link{
	color: #fff;
}

#sidebar .sidebar .nav-link:hover{
	color: #CCD0D2;
	transition: 1s;
}

/* process steps starts */

#process-steps{
	background: #053250;
	padding-bottom: 60px;
}

.process-step{
	position: relative;
	width: 20%;
	text-align: center;
}

.btn-circle{
	width: 44px;
	height: 44px;
	border-radius: 100px;
	padding: 0px;
	background: #0C4468;
	border-color: #0C4468;
}

.btn-circle.active,
.btn-circle.complete{
   background: #30B6F3;
   border-color: #30B6F3;
}

.btn-line:before {
    transform: translate(59.5%, -50%);
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #0C4468;
}

.btn-line.complete:before {
    background-color: #30B6F3;
}

.text-muted{
	color: #10537E !important;
}

.title{
	position: relative;
	overflow: hidden;
	display: block;
}

.title:after {
    transform: translate(1%, 0%);
    position: absolute;
    content: " ";
    width: 100%;
    top: 10px;
    height: 1px;
    background-color: #ccc;
}

#body-content tr{
	border-color: #fff;
}

.absolute-card{
	position: absolute;
	width: 100%;
	top: -50px;
}

.time-visiblee{
	visibility: hidden;
}

.select2-container{
	width: 220px !important;
}

.modal-body .select2-container{
	width: 370px !important;
	z-index: 1070 !important;
}

.select2-container--default .select2-selection--single{
	background-color: #fff !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 100px !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 6px !important;
}

.modal{
	z-index: 1050;
}

/*Body Part Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




.cls-4:hover,
.cls-5:hover,
#front_body .cls-1:hover {
    fill: #bde7f4e6 !important;
}

#back_body .cls-1:hover {
    fill: #bde7f4e6 !important;
}

.cls-4,
.cls-5 {
    fill: #68686800 !important;
    transition: all .5s ease;
}

.female .cls-1,
.female .cls-4 {
    fill: #9990;
}

.makeitactive {
    fill: #bde7f4e6 !important;
}

.tooltip {
    opacity: 0;
    position: absolute;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0;
    padding: 8px 25px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    color: #394042;
    font-weight: 600;
    font-size: 16px;
    transition: all .5s ease;
}

.tooltip.active {
    opacity: 1;
}

.mainbody .cls-4:hover,
.mainbody .cls-5:hover,
.mainbody .cls-1:hover {
    fill: #c0ebf9da;
    cursor: pointer;
}

.body_structure {
    display: flex;
    justify-content: space-between;
}

.sidebar {
    text-align: center;
    width: auto;
    margin-top: 40px;
}

.sidebar .body-action-icon {
    border: 1px solid #d3d3d3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 12px;
    color: #545454;
    font-weight: 600;
}

.body-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar .body-action-icon svg {
    width: 20px;
    height: 16px;
    margin: 0 !important;
}

.mainpart {
    /* width: calc(100% - 250px); */
    height: calc(100vh - 150px);
    padding: 10px 0;
    width: 100%;
}

.add-symptom-div {
    padding: 10px 15px;
}

.mainpart svg {
    width: 100%;
    height: 100%;
}

.has-symptoms button#submit {
    margin: 20px 0 0;
    padding: 15px;
    font-size: 16px;
}



/******** navbar *******/

#side-nav {
    position: fixed;
    top: 0;
    height: 100%;
    min-width: 18rem;
    left: calc(25rem * -1);
    background-color: #fff;
    color: #000;
    margin: 0;
    transition: left ease 0.25s;
    -webkit-transition: left ease 0.25s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-family: 'Poppins';
    z-index: 9;
    width: 300px;
}

#side-nav.open {
    left: 0;
}

#side-nav ul {
    max-height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#side-nav.open ul {
    overflow-y: auto;
    overflow-x: hidden;
}

#side-nav ul li {
    display: block;
    position: relative;
    padding: 1rem;
    text-transform: uppercase;
}

#side-nav ul li.heading {
    color: #32cff3;
    font-size: 18px;
    padding: 0 1rem;
}

#side-nav ul li.heading:after {
    display: none;
}

#side-nav ul li::after {
    position: absolute;
    width: 18rem;
    height: 100%;
    content: "";
    top: 0;
    left: calc(calc(18rem + 1rem) * -1);
    background-color: #000;
    opacity: 0.25;
    color: #9a9a9a;
    transition: left 0.25s;
    -webkit-transition: left 0.25s;
}

#side-nav ul li:hover {
    cursor: pointer;
}

#side-nav ul li:hover::after {
    left: 0;
}

#side-nav ul li a {
    text-decoration: none;
    color: inherit;
}

/** submenu drill-downs */

#side-nav ul li.sub-menu-link {
    text-transform: uppercase !important;
}

#side-nav ul li.sub-menu-link::before {
    content: "\f107";
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: 25%;
    right: 10px;
    font-family: 'FontAwesome';
}

#side-nav ul li.sub-menu-link:hover::before {
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: bounce-down;
    animation-iteration-count: infinite;
}

#side-nav ul li.sub-menu-link.active::before {
    transform: rotate(180deg);
    margin-right: 4px;
}

#side-nav ul li.sub-menu-link.active:hover::before {
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: bounce-up;
    animation-iteration-count: infinite;
}

#side-nav ul.side-nav-sub-menu {
    overflow-y: hidden;
    padding-left: 1rem;
    max-height: 0;
    transition: max-height ease 0.25s;
    -webkit-transition: max-height ease 0.25s;
}

#side-nav ul.side-nav-sub-menu.active {
    max-height: 25rem;
    transition: max-height ease 0.5s;
    -webkit-transition: max-height ease 0.5s;
}

#side-nav ul.side-nav-sub-menu li {
    font-size: 90%;
}

#side-nav ul.side-nav-sub-menu li:hover::after {
    left: -1rem;
}

#side-nav span#show-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    top: 0;
    left: 100%;
}

#side-nav span#show-nav.open {
    transform: rotate(180deg);
}

#side-nav span#show-nav:hover {
    cursor: pointer;
}

#side-nav span#show-nav:hover i {
    cursor: pointer;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: bounce-right;
    animation-iteration-count: infinite;
}

#side-nav span#show-nav.open:hover i {
    cursor: pointer;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: bounce-left;
    animation-iteration-count: infinite;
}

.browsesystem {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}

.browsesystem h2 {
    margin: 0;
    padding: 18px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
}

.browsesystem div#show-nav-close {
    position: absolute;
    bottom: 17px;
    right: 20px;
    cursor: pointer;
}

.bodyparttoshow.active {
    position: relative;
    height: 100vh;
}

.bodyparttoshow.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

svg.hidden {
    display: none;
}

.search {
    position: relative;
    display: flex;
}

.search-field {
    /* padding: 10px; */
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 100%;

    &:focus {
        outline: none;
    }

    &:focus~.search-clear,
    &:valid~.search-clear {
        display: block;
    }
}

.search-clear {
    display: none;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.search-field::placeholder {
    color: #ddd;
    font-weight: 400;
    font-family: 'Poppins';
}

.has-symptoms {
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px;
    background: #f9f9fa9e;
  /*  height: 60vh;*/
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.my-symptom-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.has-symptoms .my-data-tag-list-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.has-symptoms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    padding-right: 20px;
}

.has-symptoms ul li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 4px 0;
    position: relative;
    margin-bottom: 6px;
}

.has-symptoms ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.has-symptoms ul li span.trash_btn {
    color: #3433335e;
    position: absolute;
    right: 0;
}

.has-symptoms ul li:first-child {
    border-bottom: 1px solid #ddd;
}

.browsesystemsymptoms {
    
    width: 420px;
    width: 100%;
}

.browsesystemsymptoms h2 {
    margin-top: 0;
}

.no-symptoms-added {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(85, 76, 87, .7);
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 2s;
}

.card.is-flipped {
    transform: rotateY(-180deg);
}

.card__face {
    position: absolute;
    /* width: 100%;
    height: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 40px; */
    backface-visibility: hidden;
}

.card__face--back {
    transform: rotateY(180deg);
}

.search.gender {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.search.gender label {
    user-select: none;
}

.search.gender input[type="radio"] {
    display: none;
}

.search.gender input[type="radio"]+label {
    z-index: 10;
    margin: 0;
    position: relative;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #eeeeee;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 200ms ease;
    width: 100%;
    text-align: center;
}

.search.gender input[type="radio"]:checked+label {
    color: #000;
    background-color: #c6e5c082;
    border: 1px solid #88a188;
}

.search.gender input[type="radio"]+label {
    padding: 10px 20px;
    border-radius: 5px;
}

.homapeg_main {
    text-align: center;
    align-items: center;
    height: 100vh;
}

.homapeg_main h1 {
    font-size: 35px;
    margin: 0 0 30px;
}

.homapeg_main img {
    width: 100px;
    border-radius: 50%;
}

.homapeg_main .browsesystemsymptoms {
    margin: 0 auto;
    max-width: 600px;
    border: 1px solid #c6e5c0;
    padding: 40px;
    background: #c6e5c014;
    border-radius: 10px;
    width: 100%;
}

.homapeg_main p {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
}

.homapeg_main .search-field {
    height: 22px;
}

.contineubtn button.btn {
    border: 0;
    color: #fff;
    border-radius: 50px;
    padding: 20px 0;
    font-size: 18px;
    width: 150px;
    background: #056f61;
    text-align: revert;
    margin-top: 30px;
    cursor: pointer;
}

.contineubtn button.btn:hover {
    background: #056f61cc;
}

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

.has-symptoms .contineubtn {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.homapeg_main .browsesystemsymptoms h2 {
    margin-bottom: 8px;
    font-size: 20px;
}

form#symtoms_ques {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.symcheckbox {
    position: relative;
    /* width: 48%; */
    text-align: left;
    width: 100%;
}

.symcheckbox input {
    padding: 0;
    height: initial;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.symcheckbox label {
    position: relative;
    cursor: pointer;
}

.symcheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #c6e5c082;
    border: 1.5px solid #c6e5c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 4px;
}

.symcheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 4px;
    height: 10px;
    border: solid #056f61;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/************ 30 july ****************/

.search-bar .icon {
    padding: 5px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 16px;
}

#side-nav .tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27);
}

#side-nav .tab {
    flex: 1;
    padding: 10px;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .76);
    border: 0;
    font-size: 16px;
}

#side-nav .tab.active {
    background-color: #fff;
    border-bottom: 2px solid #056f61;
}

#side-nav .tab-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

#side-nav .tab-panel {
    display: none;
    flex-direction: column;
}

#side-nav .tab-panel.active {
    display: flex;
}

.add-symptom {
    border: 0;
    color: #fff;
    border-radius: 50px;
    padding: 14px 0;
    font-size: 18px;
    width: 100%;
    background: #056f61;
    text-align: revert;
    margin-top: auto;
    cursor: pointer;
    margin-bottom: 5px;
}

.add-symptom:hover {
    background-color: darkslategray;
}

#side-nav .search-bar input {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e8e6e6;
    box-shadow: none;
    box-sizing: border-box;
    color: #444;
    font-size: 16px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 50px;
    width: 100%;
}

#side-nav .search-bar {
    padding: 13px 14px;
    position: relative;
}

#side-nav .tab-content .symcheckbox {
    width: auto;
    padding: 8px 15px;
    border-bottom: 1px solid #e9e9e9;
}

#side-nav {
    display: flex;
    flex-direction: column;
}

#side-nav .symcheckbox input {
    width: auto;
}

.search-bar .icon svg {
    height: 25px;
    width: 25px;
    transform: rotate(275deg);
}

.search-bar .icon svg path {
    fill: rgb(220, 220, 220);
}

#side-nav .tab-content .symcheckbox label {
    font-size: 14px;
}

.has-symptoms .btn.continue_custom_btn.previous {
    background: #fff;
    color: #056f61;
    border: 1px solid #056f61;
}

.has-symptoms .btn.continue_custom_btn.previous:hover {
    background: #056f61;
    color: #fff;
}




@media (max-width: 1600px) {

    .homapeg_main {
        height: 100%;
        margin: 40px 0;
    }

}



@media (max-width: 1200px) {

  

    .body_structure {
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }

    .mainpart {
        width: calc(100% - 60px);
    }

    .browsesystemsymptoms {
        width: 100%;
    }

    .mainpart svg {
        height: 100%;
        width: 100%;
    }

    #side-nav {
        min-width: 7rem;
    }

    #side-nav ul li::after {
        width: 7rem;
        left: calc(calc(7rem + 1rem) * -1);
    }

    .browsesystem h2,
    #side-nav ul li.heading {
        font-size: 15px;
    }

    #side-nav ul li {
        padding: 10px 15px;
    }

    #side-nav ul li a {
        font-size: 14px;
    }


}

@media (max-width: 667px) {
    .homapeg_main .browsesystemsymptoms {
        max-width: 100%;
        padding: 20px;
    }

    .homapeg_main h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contineubtn button.btn {
        margin-top: 10px;
    }

    .has-symptoms button#submit {
        width: auto;
    }
}