.prod-subTitl {
    font-size: 14px;
    margin-top: 5px;
}

.alert {
    margin: 6px 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 18px;
}

.alert.danger {
    border-color: #9f0303;
    color: #3c0202;
}

.alert.success {
    border-color: #159f03;
    color: #052401;
}

.form-input {
    height: 50px;
    width: 100%;
    margin-top: 2px;
    padding-left: 8px;
    background: #ededed;
    border: solid 1px #cdc9c9;
    border: 0;
    text-align: left;
    font-size: 18px;

}

textarea.form-input {
    height: 125px;
}

.ul-options-half {
    display: inline-block;
    padding-left: 16px;
    padding-right: 20px;

}

.ul-options-half li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 22px;

}

.ul-options-half li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #00b7c9;
    border-radius: 50px;
    margin-left: -16px;
    margin-right: 0;
    margin-top: 6px;
}

.ul-options-half li a {
    color: #000;
}

.ul-options-go li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 22px;
}

.ul-options-go li a {
    color: #000;
}

.ul-options-go li i {
    color: #00b7c9;
    margin-top: 8px;
}

.menu-color a {
    color: #00b7c9 !important;
    font-weight: bold;
}

ul.primary-menu {
    padding-right: 6px !important;
}

/* .menu-hide {
    display: none;
}
@media screen and (min-width: 767px)  and (max-width: 1087px) { 
    .navbar_left_side {
        display: none;
    }
    .menu-hide {
        display: block;
    }
} */
.ftrs2clm {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* .prtn-img {
    float: right;
    width: 100px;
    height: 100px;
} */

.prtn-conts {
    overflow: hidden;
    padding-right: 18px;
}

.prtn-titl {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
}

.img-border {
    border: solid 1px #888 !important;
}

.pink-list li:before {
    background: #ff007a;
}

btn-pink {
    background: #ff007a;
}

/* about us */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto !important;
}

p.app-heding a {
    font-size: 28px;
    color: #0eb6cc;
}

.bner-btn {
    margin-top: 22px;
}

/* end about us */
.reading {
    line-height: 1.7;
    font-size: 18px;
    color: #2c2d32;
    text-align: justify;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

.post blockquote {
    background: #e5eef7;
    padding: 20px 10px;
    margin: 30px 0;
    color: #555555;
    padding: 2em 70px 1.2em 25px;
    border-right: 8px solid #007bff;
    position: relative;
    background: #EDEDED;
    box-shadow: 4px 4px 6px #AAA;
}

.post h2 {
    font-size: 22px;
}

.post blockquote::after {
    content: '';
}

.post blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #007bff;
    font-size: 8em;
    position: absolute;
    right: 15px;
    top: 5px;
}

.post a {
    color: #ed6500;
}

.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a {
    font-size: inherit;
}

.post-specific ul li h3 {
    margin-top: 10px !important;
}

.post-specific ul li {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.post-specific ul li::before {
    font-family: Arial;
    content: "•";
    font-size: 20px;
    color: #ed6500;
    margin-left: 8px;
}


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

.language img {
    display: inline-flex;
    vertical-align: middle;
    width: 25px;
}

.language span {
    margin-bottom: 3px;
    align-items: center;
    display: inline-flex;
}

.mobile-lang {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-lang {
        display: block;
    }

    .mobile-lang img {
        display: inline-flex;
        vertical-align: middle;
        width: 25px !important;
        margin-bottom: 5px !important;
    }

    .mobile-lang a {
        color: #4b4c5a;
    }
}

.post img {
    margin: 5px auto;
}

.txt-right {
    direction: rtl;
    text-align: right;
}


.dropdown-toggle::after {
    font-family: unicons;
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: -3px;
    font-weight: 700 !important;
    border: 0;
    content: "\e92d";
    color: #0eb6cc;
}

.dropdown-toggle:after {
    font-size: 1.5rem;
    margin-right: -0.25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
        color: #0eb6cc;
    }
}

.img-responsive {
    border-radius: 2%;
}

iframe {
    border-radius: 10px;
}

.mobile-hidden {
    display: block;
}

@media (max-width: 992px) {
    .mobile-hidden {
        display: none;
    }
}

/* .com_no, .com_email {
    flex-direction: column; 
}
@media (min-width: 768px) { 
    .com_no, .com_email {
        flex-direction: row; 
    }
}
.com_no a, .com_email a {
    display: inline-block; 
    vertical-align: middle; 
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto !important;
    border-radius: 2%;
} */
.prtn-desc {
    text-align: justify;
}

.blog-property {
    margin-top: 15px;
}

/** advice-banner */
.advice-banner {
    width: 70%;
    margin: 10px;
    background-color: #0eb6cc;
    color: #ffc13300;
    padding: 20px;
    display: flex;
}

.advice-banner .banner-img {
    flex: 2;
    max-width: 250px;
}

.advice-banner .text-section {
    flex: 4;
}

.advice-banner h3 {
    color: #fff;

}

.advice-banner h4 {
    color: #000;
}

.advice-banner .banner-icon {
    flex-direction: column;
    -ms-flex-align: end;
    max-width: 100px;
    max-height: 100px;
}

/** end of advice-banner */

.font-aws {
    font-family: 'Font Awesome 5 Free';
}
