body {
    font-family: "Open Sans", sans-serif;
}

a:hover {
    text-decoration: none !important;
}
#createAccount {
    align-items: center;
    display: flex;
}
.nav-item.active:hover {
    opacity: 0.75;
}

.general-button:hover {
    opacity: 0.75;
}
button {
    outline: 0 !important;
}

.container-db {
    margin: 90px 10% 0 10%;
}
.container-header {
    padding: 30px 10% 0 10% !important;
}

#navbarSupportedContent {
    justify-content: space-evenly;
}

.navbar-nav {
    display: flex !important;
    justify-content: space-around !important;
    margin-left: 2%;
}
.logo {
    width: 242px;
    height: auto;
}
.presentation {
    display: flex;
    align-items: center;
    margin-top: 75px;
}

h1 {
    font-size: 36px !important;
}
h2 {
    font-size: 30px !important;
}
h3 {
    font-size: 26px !important;
}

.navbar-nav .active {
    width: fit-content;
    background-color: #cee3f2;
    border-radius: 5px;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #0077bf !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #555555 !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: black;
}

.nav-link {
    padding-bottom: 5px;
}

.card-body h4 {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.e-smm-property h3 {
    color: #2485c5;
}

.general-button {
    border: unset;
    background-color: #0077bf;
    padding: 15px 15px;
    border-radius: 10px;
    height: fit-content;
    color: white;
}

#footer {
    background-color: black;
    width: 100%;
}

#footer .footer-wrapper {
    padding: 20px 215px;
    color: white;
    text-align: left;
}

.radius-button {
    border-radius: 5px;
    background-color: #3796d3;
    border: unset;
    padding: 5px 10px;
    font-weight: bold;
}

.radius-button a {
    color: white;
    text-decoration: none;
}

.radius-button a:hover {
    color: white;
}

.displayCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipse {
    width: 50px;
    height: 50px;
    border: solid 1px #1f0eef;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
}

.ellipse-in-ellipse {
    width: 38px;
    height: 38px;
    background-color: #2ebfff;
    border-radius: 50%;
}

.e-smm-text {
    height: 21px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-left: 15px;
}

.create-account-div {
    min-height: 194px;
    background-color: rgba(71, 162, 255, 0.29);
}

.create-account-div h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #293241;
}

.rectangle-button {
    height: 60px;
    background-color: #1487fd;
    border: unset;
}

.rectangle-button span {
    padding: 5px 15px;
    height: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 0.09px;
    text-align: left;
    color: #ffffff;
}

.inputGroup {
    justify-content: space-evenly;
    align-items: center;
}

.formInput {
    height: 70px !important;
}

.form-general-div {
    margin: 0px !important;
    align-items: center;
    justify-content: space-evenly;
}

.inputGroup .form-group {
    margin: 15px 0;
}

.db-wrapper {
    margin-bottom: 20px;
}

.db-wrapper .radius-button {
    margin-top: 80px;
}

.general-title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #777575;
}

.db-property {
    padding-left: 50px;
}

.db-property .row div {
    margin-bottom: 20px;
}

.e-smmImg {
    margin-top: 100px;
    text-align: center;
}

.e-smmImg .e-smm-doctors {
    object-fit: contain;
    z-index: 2;
    width: 80%;
}

.e-smmImg .e-smm-background {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: -23%;
    margin-top: -18%;
}

.e-smm-property h1 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 30px;
}

ul {
    list-style: none;
}

.e-smm-property ul {
    padding-left: 0px;
    counter-reset: item;
}
.e-smm-property ul {
    display: flex;
    justify-content: space-between;
}
.e-smm-property ul > li {
    /*counter-increment: item;*/
    /*display: flex;*/
    /*margin-bottom: 10px;*/
    width: 33%;
}
.e-smm-wrapper h2 {
    margin-bottom: 25px;
}
/*.e-smm-property ul > li:before {
    padding: 0 0.5em 0 0;
    content:  counter(item);
    font-weight: bold;
    flex-shrink: 0;
    height: 84px;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    color: #1f0eef;
    counter-increment: keyDetail;
}

.e-smm-property li:before {
    counter-increment: li;
    content: counter(item, decimal-leading-zero);
}*/
.navbar {
    padding: 20px 0 0 0 !important;
}
.smoothText {
    color: #5a9ac9;
}
.boldText {
    color: #2485c5;
}

.e-smm-property li p {
    margin-top: 8px;
}

.map-wrapper {
    text-align: center;
    position: relative;
    margin-top: 85px !important;
}

.map-wrapper img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.general-p {
    font-size: 16px;
    line-height: 22px;
    color: #57647c;
}

.map-wrapper .account-count {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.general-title {
    text-align: center;
}
.map-wrapper .account-count span {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1f0eef;
    font-size: 36px;
}

.map-wrapper-contact {
    padding: 32px 24px 15px 24px;
    max-width: 630px;
    border-radius: 10px;
    box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, 0.16);
    text-align: left;
    display: inline-flex;
    z-index: 10;
    background: white;
    margin-bottom: 40px;
}

.turkey-map {
    position: relative;
}
.customer-wrapper {
    display: flex;
    padding: 0 5%;
    justify-content: center;
}

.customer {
    background-image: url("../img/customer-background.png");
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    color: White;
    max-width: 571px;
    background-size: inherit;
    position: absolute;
    top: 50%;
}

#carouselContent {
    margin-top: 75px;
}
.image-wrapper {
    height: 400px;
    width: 500px;
}
.image-wrapper .Images {
    width: 100%;
    height: 100%;
}

.customer-location {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}
.mobil-app-wrapper {
    background-color: #dff7fd;
    padding: 15px 0;
    justify-content: center;
    display: flex;
}
.presentation .general-p {
    height: 60px;
}
.mobil-app-wrapper .inclusive {
    height: 100%;
    width: 100%;
}

.mobil-app-wrapper .image {
    position: relative;
}

.mobil-app-wrapper .image img {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.mobil-app-wrapper .mobil-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.general-title {
    font-size: 32px;
}
.mobil-app-text {
    padding: 5% 7% !important;
}

#demoTry-button:hover {
    color: black !important;
}

.mobil-bg {
    background-color: white;
    width: 100%;
    height: 200px;
    z-index: 9;
}

.card-info {
    box-shadow: 0 3px 20px 0 rgba(133, 134, 135, 0.16);
    padding: 30px;
}

.card-info-date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff6803;
}
.useful-cards h5,
.e-smm-property h5 {
    color: #2485c5;
    font-weight: bold;
}

.card-info-title {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #252525;
}

.card-info-p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #57647c;
}
.modal-dialog {
    max-width: 800px !important;
}
.login-input {
    height: 60px !important;
    border-radius: 1rem;
}
/* ==========================================================================
   TESTIMONIALS SECTION
========================================================================== */
.testimonials .cite {
    font-weight: 900;
    font-size: 18px;
}
.testimonials figure img {
    border-radius: 50% !important;
    width: 110px;
    height: 100px;
}

.testimonials .cite-info {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

.testimonials .img-left .cite {
    margin-left: 95px;
    margin-top: 15px;
}

.testimonials .img-left .cite-info {
    font-style: italic;
}

.testimonials .img-left figure {
    float: left;
    clear: both;
    width: 95px;
    height: 90px;
}

.testimonials .img-left blockquote p {
    clear: both;
}

.testimonials .big-img-left blockquote p {
    font-size: 17px;
}

.testimonials .quote-border {
    padding: 55px 20px 30px;
    border: 2px solid #eff1f4;
    border-radius: 3px;
    position: relative;
}

.testimonials .quote-border figure {
    position: absolute;
    top: -50px;
}

.testimonials .quote-border p {
    margin-bottom: 30px;
    line-height: 21px;
}

.testimonials .quote-border .cite {
    font-size: 17px;
}

.testimonials .quote-border .cite-info {
    font-size: 13px;
    margin-top: 3px;
}

.testimonials .big-quote i {
    font-size: 45px;
}

.testimonials .big-quote p {
    font-size: 25px;
    line-height: 29px;
}
.input-group-prepend {
    padding: 0 !important;
}
#registerPhone {
    margin-left: -4px;
}
.partnerRadio:hover {
    cursor: pointer;
}

.testimonials .big-quote .cite {
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials .big-quote .cite-info {
    font-size: 15px;
    text-transform: none;
}

.testimonials-twitter .twitter-row {
    margin-top: 10px;
}

.testimonials-right p {
    font-size: 18px;
}
.testimonials {
    padding-top: 54px;
}

.carousel-testimonial-single .carousel-indicators {
    bottom: -40px;
}

.social-icon {
    margin-right: 10px;
}
.social-icon i {
    color: #dff7fd;
}

.footer-contact {
    margin-top: 25px;
}

#footer a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.75;
    letter-spacing: normal;
    text-align: left;
}
#footer a.long-text{
    line-height: 1.3;
}

.about-p {
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    margin-top: 20px;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.footer-contract {
    display: flex;
    justify-content: space-between;
    width: 50%;
    color: white;
    margin-right: 20px;
}

.sticky {
    position: fixed !important;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 3px 20px 0 rgb(243 243 243);
    top: 0;
    background: white;
    padding: 17px 29px 0 29px;
}

.subs-wrapper h2 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: center;
    color: #293241;
}

.subs-cards {
    border-radius: 10px;
    border: solid 1px rgba(62, 90, 130, 0.5);
    padding: 15px 10px;
}

.subs-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #293241;
}

.subs-price {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #293241;
}

.subs-info {
    margin-bottom: 20px;
}

.subs-cards ul {
    list-style: none;
    margin-top: 51px;
}

.subs-cards ul > li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: rgba(33, 33, 33, 0.8);
    margin-bottom: 21px;
}

.subs-cards ul > li i {
    color: #98c0d9;
    font-size: 28px;
    margin-right: 10px;
}

.subs-active ul > li i {
    color: #dffbfc;
    font-size: 28px;
    margin-right: 15px;
}

.tl {
    color: rgba(41, 50, 65, 0.2);
}

.subs-active {
    border-radius: 15px;
    padding: 15px 10px;
    background: #1487fd;
    color: white !important;
}

.subs-active .subs-price {
    color: white;
}
.notHover:hover {
    background-color: #0077bf !important;
}

.subs-active .subs-title {
    color: white;
}

.subs-active ul > li {
    color: #fff;
    margin-right: 10px;
}

.background-gray {
    background: #d9d8da;
}
.background-gray img {
    border-radius: unset !important;
}

.subs-active .general-p {
    color: rgba(255, 255, 255, 0.7);
}

.subs-active .rectangle-button {
    background-color: white;
}

.subs-active .rectangle-button span {
    color: black;
}

.free-sign-up-button button {
    border: solid 2px #293241;
    background-color: white;

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 0.09px;
    text-align: left;
    color: #293241;
    padding: 18px 33px;
}

.free-sign-up-button a:hover {
    color: black;
}

.free-sign-up-button {
    margin-top: 56px;
}

.free-sign-up-button a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 0.09px;
    text-align: left;
    color: #293241;
    padding: 18px 33px;
}

.e-smm-transition-wrapper {
    margin-top: 200px;
}

.e-smm-transition-wrapper ul {
    list-style: none;
    padding-left: 0px;
    counter-reset: item;
}

.e-smm-transition-wrapper ul > li {
    counter-increment: item;
    display: flex;
    margin-bottom: 55px;
}

.e-smm-transition-wrapper ul > li:before {
    content: counter(item);
    font-weight: bold;
    flex-shrink: 0;
    text-align: center;
    counter-increment: keyDetail;
    width: 50px;
    height: 50px;

    color: #212121;
    background-color: rgba(33, 33, 33, 0.05);
    border-radius: 50px;
    padding: 10px;

    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-right: 20px;
}

.e-smm-transition-wrapper ul > li:hover:before {
    color: #fff;
    background-color: #2ebfff;
}

.promotion-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 224px;
    height: 82px;
    position: absolute;
    background-color: #1487fd;
    border-radius: 15px;
    border: unset;
    float: right;
    right: 100px;
    top: -65px;
    z-index: 99;
}

.promotion-button span {
    color: white;
}

.promotion-button i {
    color: white;
    font-size: 18px;
}

.promotion-button p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.promation-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(33, 33, 33, 0.1);
    padding: 15px;
}

.e-smm-images {
    position: absolute;
    bottom: -270px;
    left: 43px;
}

.e-smm-images-calculator {
    position: absolute;
    right: -20px;
    margin-top: 20px;
}

.e-smm-transition-wrapper .promotion-button {
    bottom: 100px;
    right: unset;
    top: unset;
    left: -15px;
}

.useful-cards-wrapper {
    padding: 0 42px 0 100px;
    margin: unset;
}

.useful-cards-wrapper .card-info {
    padding: 20px 17px;
    width: 100%;
    box-shadow: 0 3px 20px 0 rgba(133, 134, 135, 0.16);
}

.useful-cards-wrapper .radius-button {
    margin-top: 35px;
}

.categories {
    padding: 22px;
    border-radius: 9.5px;
    box-shadow: 0 3px 6px 0 rgba(26, 26, 26, 0.16);
    border: solid 1px rgba(62, 90, 130, 0.5);
}

.categories ul {
    padding-inline-start: 0;
}

.categories a {
    color: #707070;
}

.categories a:hover {
    color: black;
}

.promation-db {
    margin: 55px 0;
    width: 100%;
    background-image: linear-gradient(to right, #1f0eef 6%, #2ebfff 100%);
    padding: 15px 20px;
    color: white;
}

.store-img {
    width: 100%;
    margin-left: -10px;
    margin-right: 30px;
    height: 100%;
}

.comments {
    width: 100%;
    height: 523px;
    background-image: linear-gradient(to right, #1f0eef 6%, #2ebfff 100%);
    color: white;
}

.comments div p:first-child {
    margin-top: 70px;
    margin-block-end: 0 !important;
}

.displayEnd {
    display: flex;
    justify-content: flex-end;
}

.displayFlex {
    display: flex;
}

.faqQuestions {
    display: flex !important;
    justify-content: space-between !important;
}

.accordionMenuElements {
    padding: 10px 0;
}

.accordionMenuElements:not(:first-child) {
    border-top: 1px solid #b5b5b5;
}

.accordionButton {
    color: #707070 !important;
    height: fit-content;
    background-color: transparent;
}

.activeMenu {
    transform: rotate(45deg) !important;
}

.specification-div {
    background-color: white;
    height: 229px;
}

.specification-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding: 0 40px;
}

.blog-text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}

.mapDiv {
    width: 100%;
}

.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    position: relative;
    height: 50%;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: white;
    border-radius: 50%;
    width: 30px !important;
    height: 8px;
}

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #0077bf !important;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border: solid 1px #adadad;
    border-radius: 50%;
}

.blog .carousel-indicators .active {
    background-color: #ff6803;
}

.comments .comments-text {
    padding: 0 15px;
}

.Icon {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
}

.company-text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(33, 33, 33, 0.7);
    margin: 50px 0;
}
.trial-text-blue {
    color: #0077bf;
}

.specification-info {
    padding: 0 100px 15px 100px;

    background-color: #1487fd;
}

.specification-info h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding-top: 25px;
}
.db-wrapper h3 {
    font-size: 20px !important;
}

.specification-info p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.quailty-certificate {
    margin-top: 50px;
}

.sekizbit-logo {
    width: 220px;
    height: 223px;
    object-fit: contain;
    opacity: 0.1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.displayFlexJustifyCenter {
    display: flex;
    justify-content: center;
}
.certificate {
    border: 1px solid #1487fd;
    position: absolute;
    background-color: white;
    width: 88%;
    height: 90%;
}

.presentation {
    padding: 0 80px;
}

.contact-form {
    background-color: #1487fd;
    padding-bottom: 10px;
}

.contact-form .general-title,
.contact-form .general-p {
    color: white !important;
}

.contact-form input,
.contact-form textarea {
    border-radius: 12px !important;
}
.hakkimizda-info {
    display: flex;
    margin-bottom: 5px;
}

.hakkimizda-info img {
    margin-right: 15px;
}

.contact-form .radius-button {
    background-color: black;
    border-radius: 12px !important;
}

.certificate-div {
    background-color: white;
    height: 100%;
    border: unset !important;
}

.certificate-text {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #293241;
}

.certificate-text-2 {
    display: flex;
    align-items: flex-end;
    height: 156px;
}

.carouselPhoto {
    max-width: 570px;
}
.fixedMenu {
    position: fixed;
    z-index: 99;
    background-color: white !important;
}
#carouselExampleCaptions .carousel-control-prev i {
    position: absolute;
    left: 0;
}
.carouselPhoto .Images {
    height: 400px;
}
.carousel-control-prev {
    color: #0077bf !important;
    background-image: unset !important;
    font-size: 50px;
}
.carousel-control-next {
    color: #0077bf !important;
    font-size: 50px;
}
#carouselExampleCaptions .carousel-control-next i {
    position: absolute;
    right: 0;
}
.carousel-control-next-icon {
    background-image: unset !important;
}
.trial-text {
    font-weight: 400;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #222;
}
.greenLabel {
    color: green;
}

li.nav-item {
    margin-right: 14px !important;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0077bf !important;
}
.general-button:hover {
    background-color: #0067bf !important;
    color: white !important;

    cursor: pointer;
}
.specification-section {
    padding: 0 50px;
}
.specification-section .card-body {
    height: 243px !important;
}

.faqQuestions {
    cursor: pointer;
}

.full_modal-dialog {
    width: 92% !important;
    height: 92% !important;
    min-width: 92% !important;
    min-height: 92% !important;
    max-width: 92% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.full_modal-dialog .modal-content {
    height: 100%;
    overflow-y: hidden;
}

.full_modal-content {
    height: 90% !important;
    min-height: 90% !important;
    max-height: 90% !important;
    overflow-y: scroll;
}

.full_modal-content ul {
    list-style-type: disc;
}

.full_modal-content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.full_modal-content ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.full_modal-content ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.full_modal-content li ol > li {
    margin: 0;
}

.full_modal-content li ol > li:before {
    content: counters(item, ".") " ";
}

.specification-card {
    margin-top: 15px;
    margin-bottom: 15px;
}
.customer-card {
    justify-content: space-between;
}

.customer-comment {
    background-color: #508fd8;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#PureChatWidget.purechat .purechat-widget-header {
    background-color: #4587fd !important;
}
.customer-comment-text-v2 {
    background-color: #508fd8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    min-height: 100%;
    padding: 20px;
    margin: 0 15px;
}

.customer-comment .mt-2 p {
    font-size: 18px;
}
.slider-button {
    z-index: 98;
}
.customer-comment-div {
    border-radius: 15px;
    color: white;
}
.customer-comment-div > .col-xl-6:first-child {
    padding: 0;
}
.customer-comment-div > .col-xl-6 img {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    padding: 0;
}
label.custom-control-label {
    font-size: 14px;
}
.customer-comment-v2 {
    width: 100%;
    justify-content: center;
    margin: 0 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 330px;
}

.customer-comment-v2 img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.drComments-Name {
    font-weight: bold;
    font-size: 28px;
}

.drComments-years {
    font-style: italic;
}
.blockUI {
    z-index: 1060 !important;
}

.main-info-system div {
    text-align: center;
}

#slide-main {
    background-color: #dff7fd;
}

#slide-main img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#slide-main .owl-dots {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

@media(max-width:575px){
    #slide-main img {
        margin-top: 15px;
    }
}
