:root {
    --primary-text-color: #142d5c;
}

body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    margin: 0;
    color: #212529;
}

html,
body {
    /*height: 100%;*/
    background-color: #FFFFFF;
    background-image: url(/images/body-long.png);
    background-size: cover;
}

p {
    color: #000d24 !important;
}

div:hover, button:hover, a:hover, li:hover, .card:hover {
    transition: 0.3s ease-in-out;
}

h2, h3, h4, h5, h6 {
    text-align: right;
    color: #000d24;
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }

    .h2, h2 {
        font-size: 2rem;
    }
}

.h5, h5 {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6, input, textarea, td, th {
    font-family: IRANSans !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

a {
    font-family: IRANSans !important;
    color: #2196f3;
    text-decoration: none !important;
}

p {
    font-family: IRANSans !important;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: IRANSans !important;
        color: #707070;
        font-size: 16px;
        font-weight: 300;
    }
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

div:hover, button:hover, a:hover, li:hover, .card:hover {
    transition: 0.3s ease-in-out;
}

/* header style */
header {
    position: absolute;
    width: 99%;
    top: 5px;
    right: 0px;
}

    header .top-menu .header-phone a {
        color: white;
        transition: all.4s;
        font-weight: 500;
    }

    header .top-menu .header-address {
        display: flex;
        align-items: center;
        color: white;
    }

        header .top-menu .header-address span {
            width: 40px;
            height: 40px;
            display: flex;
            border-radius: 10px;
            justify-content: center;
            align-items: center;
        }

            header .top-menu .header-address span i {
                font-size: 25px;
                position: relative;
                color: #ffffff;
            }

        header .top-menu .header-address p {
            font-size: 14px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 0px;
            line-height: 1.5em !important;
            color: white !important;
            font-weight: 500;
        }

    header .top-menu {
        position: relative;
        z-index: 100;
        padding-top: 7px;
        padding-bottom: 10px;
    }

        header .top-menu .header-phone {
            flex-direction: row;
            display: flex;
            align-items: end;
            justify-content: end;
        }

            header .top-menu .header-phone span {
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                header .top-menu .header-phone span i {
                    font-size: 30px;
                    position: relative;
                    top: 3px;
                }

            header .top-menu .header-phone p {
                margin-bottom: 0px;
                line-height: 1.5em !important;
                font-size: 15px;
                color: white !important;
                margin-left: 5px;
                font-weight: 500;
            }

    header .main-menu {
        z-index: 100;
        position: relative;
    }

        header .main-menu .logo-container img {
            object-fit: contain;
            height: 65px;
            border-radius: 10px;
            position: relative;
        }

        header .main-menu .navbar {
            justify-content: flex-start;
            padding-bottom: 1.5rem;
            padding-top: 1.5rem;
            margin-bottom: 0px !important;
            padding-left: 4px;
            padding-right: 4px;
        }

            header .main-menu .navbar li {
                list-style-type: none;
            }

        header .main-menu .row {
            background-color: #ffffff;
            border-radius: 10px;
        }

        header .main-menu ul li a {
            transition: all .4s;
            font-weight: 500;
        }

            header .main-menu ul li a i {
                font-size: 18px;
                margin-left: 3px;
                position: relative;
                top: 2px;
            }

            header .main-menu ul li a:hover {
                background-color: #142d5c1a;
                border-radius: 7px;
            }

        header .main-menu ul li:hover .dropdown-menu {
            display: block;
            text-align: right;
            border: 1px solid #ebebeb;
            border-radius: 5px;
        }

@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu-collapse {
        display: block !important;
    }
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    /*top: 50px;*/
}

    header .menu-collapse .collapse-bg {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
    }

    header .menu-collapse img {
        object-fit: contain;
    }

    header .menu-collapse .collapse-top-menu {
        display: flex;
        justify-content: start;
    }

        header .menu-collapse .collapse-top-menu a .icofont-ui-dial-phone {
            font-size: 24px;
            margin-left: 20px;
        }


    header .menu-collapse .collapse-icon {
        border-radius: 5px;
        font-size: 22px;
        padding: 10px;
        background-color: #ebebeb;
        position: relative;
        right: -5px;
        color: var(--primary-text-color) !important;
    }

.collapse-menu-container {
    z-index: 100000;
    background-color: white;
    font-size: 24px;
    position: absolute;
    top: -57px;
    width: 100%;
    transition: transform 1sease-in-out;
    transform: translateX(+100%);
    padding: 15px 15px 0 15px;
}

    .collapse-menu-container .icofont-close-squared-alt {
        cursor: pointer;
    }

header .menu-collapse .collapse-menu-container ul li {
    list-style-type: none;
}

    header .menu-collapse .collapse-menu-container ul li span {
        line-height: 2.2em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
    }

    header .menu-collapse .collapse-menu-container ul li a {
        list-style-type: none;
        line-height: 2.2em;
        display: flex;
        justify-content: space-between;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    header .menu-collapse .collapse-menu-container ul li a {
        padding-top: 5px;
        text-decoration: none;
        color: #000d24;
        font-weight: 500;
        font-size: 16px;
        display: block;
        width: 100%;
    }

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 15px;
    padding-right: 10px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
    font-weight: 400;
    font-size: 15px;
}

.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}

.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
    color: #212529;
}

.collapse-top-menu-logo {
    position: relative;
}

.collapse-menu-dropdown-container {
    margin-bottom: 1rem;
}

.show-menu {
    transform: translateX(0%);
}

/* end collapse menu style */
@media screen and (max-width: 767px) {
    header .phone1-icon, header .phone2-icon {
        display: none;
    }

    header .header-address {
        display: none !important;
    }

    header .phone1-icon, header .phone2-icon {
        margin-left: 15px;
    }

    header .phone2 {
        margin-right: 20px;
    }

    header .top-menu {
        top: 6px;
    }

    header .call-content {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 767px) {
    header .call-text {
        display: none;
    }
}


.div_header1 {
    position: inherit !important;
}

    .div_header1 .nav-custom-style {
        background: #2a2a2a;
    }



.Phone {
    animation: ringing 5s ease-in-out infinite;
}



#p1 {
    transform-origin: bottom right;
    animation: reveal 5s ease-in-out infinite backwards;
}

#p2 {
    transform-origin: bottom right;
    animation: reveal 5s ease-in-out .2s infinite backwards;
}

.btn-direct-call {
    background-image: url(/images/tyre_whiite_1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

    .btn-direct-call:hover {
        border: 1px solid #ffffff !important;
        color: white;
        background-color: #022360 !important;
        box-shadow: inset 0 0 0 2000px rgb(20 45 92);
    }

img, svg {
    vertical-align: middle;
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 0;
        transform: scale(1);
    }

    22% {
        opcaity: 1;
        transform: scale(1.05);
    }

    26% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes scaleup {
    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ringing {
    20% {
        transform: rotate(0deg);
    }

    21% {
        transform: rotate(10deg);
    }

    22% {
        transform: rotate(-10deg);
    }

    23% {
        transform: rotate(12deg);
    }

    24% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(12deg);
    }

    26% {
        transform: rotate(-12deg);
    }

    28% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    32% {
        transform: rotate(5deg);
    }

    34% {
        transform: rotate(-5deg);
    }

    36% {
        transform: rotate(2deg);
    }

    38% {
        transform: rotate(0deg);
    }
}

/***************** top search **************/
.search_top input {
    width: 88% !important;
}

.navbar-toggler {
    outline: none !important;
}

.menu-search-icon {
    padding: 10px 10px 5px 10px;
    color: white;
    background-color: var(--primary-text-color) !important;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    height: fit-content;
    /*top: 25px;*/
}

.search-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 37px;
    left: -5px;
    width: 300px;
}

    .menu-search-icon:hover + .search-box, .search-box:hover {
        visibility: visible;
        opacity: 1;
        transition: all .4s;
    }

.search_custom {
    border-radius: 10px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    background-color: white;
}

    .search_custom .form-control {
        padding-right: 5px !important;
    }

    .search_custom input[type=text]:focus {
        border-color: rgba(0, 0, 0, .15);
    }

.search-main button {
    border: 0 !important;
    background-color: #142d5c40;
    padding: 5px 7px;
    border-radius: 7px !important;
    top: 3px;
}

.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search-main i {
    padding-top: 5px;
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
}

.search_custom input {
    font-size: 12px;
}

/***************************** banner style ****************************/
.main-banner {
    display: flex;
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(2 2 2 / 55%);
    top: 0px;
    position: relative;
}

    .main-banner::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(/images/Overlay2.png);
        position: absolute;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main-banner .banner-text {
        color: white;
        z-index: 99;
        position: relative;
        font-size: 20px;
        text-align: justify;
        line-height: 2.2em;
        font-weight: 400;
    }

.index-banner {
    align-items: center;
}

.main-banner .banner-text {
    color: #ecebeb;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 20px;
}

    .main-banner .banner-text a {
        color: #ecebeb;
        font-weight: 400;
    }

.main-banner .banner-h1 {
    color: white;
    text-align: center;
    position: relative;
    z-index: 99;
}

.main-banner h1 a {
    color: white;
}

.main-banner .banner-features ul li {
    float: right;
    list-style-type: none;
    color: white;
}

.main-banner .banner-features ul {
    width: 100%;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.main-banner .btn-container {
    margin-top: 50px;
}

.main-btn {
    color: white;
    padding: 12px;
    transition: all .4s;
    z-index: 100;
    background-color: var(--primary-text-color);
    position: relative;
    background-image: url(../images/tyre_whiite_1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    box-shadow: inset 0 0 0 2000px rgb(20 45 92 / 88%);
    border-radius: 10px;
}

    .main-btn:hover {
        border: 1px solid #ffffff !important;
        color: white;
        background-color: #022360 !important;
        box-shadow: inset 0 0 0 2000px rgb(20 45 92);
    }

    .main-btn:focus {
        box-shadow: inset 0 0 0 2000px rgb(20 45 92 / 88%) !important;
        border: 1px solid #ffffff !important;
    }

.outline-btn {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 12px;
    transition: all .4s;
    z-index: 100;
    position: relative;
    border-radius: 10px;
    border: 1px solid white;
}

    .outline-btn i {
        font-size: 26px;
        position: relative;
        top: 4px;
    }

.outline-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .outline-btn:hover {
        color: white;
    }

        .outline-btn:hover i {
            color: #fff;
        }

.main-banner .icofont-book {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.main-banner .icofont-ui-home {
    margin-left: 5px;
}

@media screen and (max-width: 576px) {
    .main-banner h1 {
        font-size: 28px;
    }

    .main-banner .btn-container {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .main-banner h1 {
        font-size: 24px;
    }

    .bread-crump-content {
        top: -60px !important;
    }
}

.link {
    width: fit-content;
    display: block;
    margin: 0 auto;
}
/****************** end banner style **********************/

/***********************items style ****************************/
#items {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #items .card_items {
        border: none;
        height: 100%;
    }

    #items .items-header {
        color: #000d24;
        font-weight: 600;
    }

    #items .card_items .card-body {
        padding: 35px 25px 15px 25px;
        border-radius: 10px;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-text-color) !important;
    }

        #items .card_items .card-body .col-item-icon {
            background-color: white;
            width: fit-content;
            padding: 15px;
            border-radius: 8px;
        }

            #items .card_items .card-body .col-item-icon i {
                font-size: 35px;
                color: var(--primary-text-color) !important;
            }

        #items .card_items .card-body .col-item-text {
            margin-top: 20px;
        }

            #items .card_items .card-body .col-item-text h6 {
                color: white;
                text-align: center;
            }

            #items .card_items .card-body .col-item-text p {
                color: #e8e8e8 !important;
                margin-top: 15px;
                font-size: 14px;
                line-height: 2em;
            }
/**********************end items style**************************/
/***********************about style ****************************/
#about {
    margin-top: 80px;
    margin-bottom: 80px;
}

    #about .div_about_text .card {
        border: none !important;
    }

        #about .div_about_text .card .card-header {
            background-color: white !important;
            border-bottom: 1px solid #142d5c14 !important;
        }

            #about .div_about_text .card .card-header h2 {
                font-size: 28px;
            }

                #about .div_about_text .card .card-header h2 a {
                    color: #000d24;
                    font-weight: 600;
                    line-height: 2em;
                    font-size: 24px;
                }

    #about .about-number-header {
        font-weight: 600;
        color: #000d24;
    }

    #about .about-number {
        font-weight: 600;
        color: var(--primary-text-color) !important;
    }

    #about .about-text {
        text-align: justify;
        line-height: 2.2em;
        color: #000d24;
        font-weight: 400;
        margin-left:10px;
        margin-right:10px;
    }

    #about img {
        border-radius: 10px;
    }
/****************************end about ***************************/
/******************* gallery style*******************************/
.index-gallery {
    background-image: url(/images/Overlay-opacity.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

    .index-gallery .big-box, .small-box {
        height: 400px;
    }

    .index-gallery .main-gallery img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .index-gallery .carousel-main img {
        object-fit: cover;
        border-radius: 10px;
        height: 400px;
    }

    .index-gallery .flickity-prev-next-button.previous {
        left: 30px;
    }

    .index-gallery .flickity-prev-next-button.next {
        right: 30px;
    }

    .index-gallery .flickity-fullscreen-button {
        right: 20px;
    }

    .index-gallery .flickity-page-dots {
        position: relative !important;
    }

@media screen and (max-width: 767px) {
    .index-gallery .big-box, .index-gallery .small-box {
        display: none;
    }
}
/************************************** end gallery style****************************/
/************************** start banner_2 style **********************/
#banner_2 p {
    text-align: justify;
    line-height: 2.2em;
    font-weight: 400;
}

hr:not([size]) {
    height: 1px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
/************************** end banner_2 style **********************/
/****************************** begin FAQ style *******************************/
.faq .collapse-title {
    color: var(--primary-text-color) !important;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 8px !important;
}

.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked), .collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
    background-color: #e5e0e0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 8px !important;
}
/****************************** end FAQ style *******************************/
/****************************** start blog style *******************************/
.blog {
    margin-top: 150px;
    margin-bottom: 150px;
}

    .blog .card-img-top {
        object-fit: cover;
        border-radius: 10px;
        max-height: 250px !important;
    }

    .blog .card .tags ul li {
        list-style-type: none;
    }

    .blog .card .tags a {
        font-size: 12px;
        padding: 4px 8px;
        background-color: #0000000f;
        border-radius: 4px;
    }

    .blog .card .card-title {
        margin-top: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

        .blog .card .card-title a {
            color: #000d24;
            transition: all .4s;
            font-weight: 500;
            font-size: 18px;
        }

    .blog .card .card-body {
        padding: 20px;
    }

    .blog .card {
        border: none;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #f7f7f7;
        border-radius: 10px;
    }

        .blog .card .card-body .card-text {
            display: -webkit-box;
            overflow: hidden;
            margin-bottom: 0px;
            font-size: 14px;
            text-align: justify;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .blog .card .main-btn {
            width: 100%;
            margin-top: 10px;
            color: white !important;
            transition: all .4s;
        }

            .blog .card .main-btn:hover {
                background-color: white;
            }

    .blog .tags .post-categories {
        padding: 0px;
    }

    .blog .blog_title {
        font-weight: 600;
        color: #000d24;
        font-size: 26px;
    }

.index-btn {
    border-radius: 10px;
    padding: 12px 0px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid var(--primary-text-color);
    background-color: transparent !important;
    color: #212529;
}

    .index-btn:hover {
        color: white;
        background-color: var(--primary-text-color) !important;
        transition: all .4s;
    }
/****************************** end blog style ********************************/

/****************************** start footer style **********************************/
footer .footer-section {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 0px;
    border-radius: 20% 20% 0 0;
}

    footer .footer-section .logo-container a img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        border-radius: 5px;
    }

    footer .footer-section .run-in {
        text-align: center;
        margin-top: 20px;
        display: block !important;
        font-size: 18px;
        padding-bottom: 7px;
        font-weight: 600;
        line-height: 1.8em;
        color: var(--primary-text-color) !important;
    }

    footer .footer-section .quick-access ul {
        padding: 0px !important;
    }

    footer .footer-section .footer-about-text {
        text-align: justify;
        font-size: 14px;
        line-height: 1.8em;
    }

    footer .footer-section .footer-link-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    footer .footer-section .footer-link-headers ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    footer .footer-section .footer-link-header ul li {
        list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        footer .footer-section .footer-link-header ul li a {
            display: block;
            width: 100%;
            padding: 5px;
            transition: all .4s;
            font-weight: 500;
            color: var(--primary-text-color) !important;
        }

            footer .footer-section .footer-link-header ul li a:hover {
                background-color: #0000000f;
                border-radius: 5px;
            }

            footer .footer-section .footer-link-header ul li a i {
                font-size: 28px;
                position: relative;
                top: 2px;
                color: var(--primary-text-color) !important;
            }

    footer .footer-section .footer-link-header h6 {
        color: #000d24;
        padding: 10px 20px;
        background-color: #0000000f;
        width: 100%;
        border-radius: 8px;
        text-align: center;
    }

    footer .footer-section .footer-address {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    footer .footer-section .phone-number ul li i {
        font-size: 24px;
    }

    footer .footer-section .phone-number span, footer .footer-section .email-content span {
        color: #212529;
    }

    footer .footer-section .response p {
        font-size: 14px;
    }

    footer .footer-section .footer-address p {
        font-size: 14px;
        text-align: center;
        line-height: 2em !important;
        margin-bottom: 0px;
    }

    footer .footer-section .footer-address i {
        font-size: 18px;
        position: relative;
        top: 2px;
        right: 5px;
    }

    footer .footer-section .social-media li a img {
        transition: all .4s;
    }

        footer .footer-section .social-media li a img:hover {
            transform: scale(1.2);
        }

footer .footer-copyright {
    background-color: #e9e9e9;
    padding: 5px 0;
}

    footer .footer-copyright p {
        margin-bottom: 0px;
    }

footer .footer-section .namad img {
    opacity: 0.3;
    transition: all .4s;
}

footer .footer-section .contact-box-content a {
    font-weight: 500;
    color: var(--primary-text-color) !important;
}

footer .footer_ul_amrc li {
    text-align: center;
    margin-top: 5px;
}

    footer .footer_ul_amrc li span, .footer_ul_amrc li i {
        font-size: 15px;
        font-weight: 500;
        color: var(--primary-text-color) !important;
    }

    footer .footer_ul_amrc li strong {
        color: var(--primary-text-color) !important;
    }

footer .footer-section .namad img:hover {
    opacity: 1;
}

footer .footer-section .namad a img {
    width: 100px;
    height: 100px;
}

footer .footer-section .footer_ul_amrc {
    text-align: center;
}

    footer .footer-section .footer_ul_amrc a img {
        background-color: #e9e9e9;
        padding: 10px;
        border-radius: 10px;
    }

footer .footer-bottom p {
    font-size: 12px;
    color: #000d24;
}

footer .footer-bottom a {
    font-size: 12px;
}

footer .fartak a {
    color: #4E023C;
    font-weight: 500 !important;
    font-size: 12px;
}

    footer .fartak a:hover {
        transition: all .4s;
    }
/*********************************************** footer *******************************************/
.footer-section {
    padding: 5rem 0 1rem 0;
    width: 100%;
    cursor: default;
    margin-top: 4rem;
    position: relative;
}

.logo_footer img {
    width: 130px;
    margin-top: 0.7rem;
}

.run-in {
    font-size: 22px;
    padding-bottom: 7px;
    display: inline;
    font-weight: 500;
    color: #fff
}

.footer_ul_amrc ul {
    padding: 0;
}

.footer_ul_amrc li span, .footer_ul_amrc li i {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.footer_ul_amrc li strong {
    color: whitesmoke;
}

.footer_ul_amrc li i {
    font-weight: bold;
}

.logo_footer p {
    text-align: justify;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5rem;
}

.footer-section h5 {
    text-align: right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer-section ul li a {
    font-size: 15px;
    color: #FFFFFF;
}

    .footer-section ul li a:hover {
        color: #2c2c2c;
    }

h6.headin5_amrc {
    color: #edeaea;
}

.headin5_amrc img {
    width: 110px;
}

.footer_contact {
    margin-top: 5rem;
    padding: 0 3rem;
}

    .footer_contact ul {
        padding-right: 0;
        text-align: right;
    }

        .footer_contact ul li {
            list-style-type: none;
            text-align: right;
            font-size: 15px;
            color: #FFFFFF;
            font-weight: 400;
            line-height: 2rem;
        }

            .footer_contact ul li a span:hover {
                color: #000 !important;
            }

.footer_ul_amrc {
    margin-bottom: 0 !important;
}


.social-div img {
    border-radius: 4px;
}

.social_footer_ul i {
    font-size: 18px;
    color: whitesmoke;
    vertical-align: middle;
}

    .social_footer_ul i:hover {
        color: #bed3fc;
    }

.social_footer_ul li {
    /* padding-right: 0.6rem; */
    float: left;
    cursor: pointer;
    margin-bottom: 0;
}

    .social_footer_ul li a {
        color: var(--primary-text-color) !important /*#2346ca*/;
    }



@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}

@media (max-width: 1245px) and (min-width:992px ) {
    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .logo_footer {
        padding: 0;
    }

    .row_footer {
        padding-top: 0 !important;
    }

    .run-in {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 657px) {
    .run-in {
        font-size: 20px;
    }

    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }

    .row_footer {
        padding-top: 0 !important;
        padding-bottom: 1.5rem;
    }

    .logo_footer {
        padding: 0 1rem;
        margin-top: -1.5rem;
    }

    .footer_bottom p {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .footer_bottom p {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 656px) {
    .footer_contact {
        padding: 0;
        margin-top: 1rem;
    }

    .logo_footer {
        padding: 0;
    }

    .div-list-blog {
        justify-content: center;
    }

    .footer_bottom p {
        display: block !important;
    }

    .card_items .card_service_body {
        padding-top: 0.5rem;
        padding-bottom: 0;
    }

    .card_items .col-item-icon {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .footer-section p {
        margin: 3px 0 3px 0;
        text-align: center;
    }

    h6.headin5_amrc {
        text-align: center !important;
    }

    .row_footer {
        margin-top: -2rem;
        padding-bottom: 1.5rem;
    }

    .links-div {
        margin-top: 0.5rem;
    }

    .col-border {
        border-right: 0;
    }

        .logo_footer, .col-border h5, .col-border ul li, .footer_contact h5, .footer_contact ul, .footer-section h5, .footer-section ul li, .social_footer_ul {
            text-align: center !important;
        }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}

.pt2 {
    margin-top: 25px;
}

.mb10 {
    padding-bottom: 15px;
}

.col_white_amrc ul {
    padding: 0;
}

.footer_ul_amrc {
    padding: 1rem 0 0 0;
}

.footer_ul_amrc2 {
    padding: 1rem 0 0 0;
}

.footer_ul_amrc {
    margin-top: 0 !important;
}

    .footer_ul_amrc li, .footer_ul_amrc2 li {
        margin: 0;
        text-align: right;
        list-style-type: none;
        font-size: 16px;
    }

    .footer_ul_amrc li {
        padding: 0 0 0.6rem 0;
    }

.footer_ul_amrc2 li {
    padding: 0 0 1rem 0;
}

    .footer_ul_amrc li a, .footer_ul_amrc2 li a {
        font-weight: 400;
        color: #8d8d8d;
        margin-top: 1rem;
    }

        .footer_ul_amrc li a:hover, .footer_ul_amrc2 li a:hover {
            color: #dacece !important;
            text-decoration: none;
            transition: 0.3s;
        }

.footer_ul_amrc2 img {
    border-radius: 3px;
    width: 160px;
}

    .footer_ul_amrc2 img:hover {
        opacity: 0.8;
    }

.links-div {
    padding-top: 0;
}

.footer_bottom {
    border-top: 1px solid #e0e0e036;
    padding-top: 0.3rem;
}

    .footer_bottom p {
        font-weight: 400 !important;
        color: #e0e0e0 !important;
        ;
        font-size: 12px;
    }

        .footer_bottom p a {
            padding-right: 2px;
        }

footer .p-0 {
    padding: 0 !important;
}

.footer-section {
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/****************************** end footer style **********************************/

/***************** start On top Icons Style*********************/
#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    /*font-size: 0;*/
    z-index: 1000;
    /* display: none; */
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
    background-color: var(--primary-text-color) !important;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

    #whatsup_bottom img:hover {
        filter: brightness(70%);
    }

#to_top i:before {
    font-weight: 100;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {

    #to_top,
    #whatsup_bottom {
        bottom: 80px;
        z-index: 10000000;
    }
}
/***************** end On top Icons Style*********************/

/**************************page-contact-us***************************/
.page-benner {
    height: 400px;
    display: flex;
    align-items: end;
}

    .page-benner h1 {
        margin-bottom: 100px;
        z-index: 100;
        display: block;
        position: relative;
        color: white;
    }

.page-contact-us h1 {
    color: white;
    text-align: center;
    margin-bottom: 100px;
}

.contact-us-img {
    width: 100% !important;
    border-radius: 10px;
    filter: brightness(0.5);
    margin-top: 50px;
    text-align: center;
}

.contact-item {
    margin-top: 50px;
}

.contact-box {
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

    .contact-box i {
        font-size: 20px;
        position: relative;
        top: 3px;
        padding: 5px 8px;
        background-color: #142d5c17;
        border-radius: 5px;
    }

    .contact-box .contact-box-content {
        text-align: right;
        margin-right: 10px;
    }

        .contact-box .contact-box-content p {
            margin-bottom: 0px;
            line-height: 1.6em !important;
        }

        .contact-box .contact-box-content a {
            font-weight: 500;
            color: var(--primary-text-color) !important;
        }

        .contact-box .contact-box-content h5 {
            margin-top: 10px;
        }

.contact-container {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width:576px) {
    .contact-container .social-header {
        text-align: center;
    }

    .contact-container .social-media ul {
        justify-content: center !important;
    }
}

.contact-container .social-media ul {
    padding-left: 0px !important;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

    .contact-container .social-media ul li {
        list-style-type: none;
        float: right;
        margin: 10px;
    }

        .contact-container .social-media ul li a {
            width: 100%;
            height: 100%;
            display: block;
            padding: 8px 10px;
            background-color: #f7f7f7;
            border-radius: 5px;
        }

.contact-container .rubika-img, .eitaa-img {
    padding: 10px !important;
}

.contact-container .social-media ul li a i {
    font-size: 54px;
    position: relative;
    top: 2px;
    color: #4caf50 !important;
}

.contact-container .social-media ul li a:hover {
    background-color: #e9e9e9;
    transition: all .4s;
}

.contact-container .phone-number {
    padding: 20px 0px;
    border-radius: 10px;
}

    .contact-container .phone-number ul {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: right;
    }

        .contact-container .phone-number ul li {
            list-style-type: none;
            margin-left: 30px;
            direction: ltr;
        }

            .contact-container .phone-number ul li a {
                font-weight: 500;
                color: var(--primary-text-color) !important;
            }

            .contact-container .phone-number ul li i {
                margin-left: 5px;
                font-size: 24px;
                position: relative;
                top: 4px;
                padding: 5px;
                background-color: #142d5c17;
                border-radius: 5px;
            }

.contact-container .contact-form label {
    width: 100%;
    margin-bottom: 10px;
}

.contact-container .contact-form .wpcf7 {
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    background-color: #f7f7f7;
}

.contact-container .contact-form label input {
    width: 100%;
    padding: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .contact-container .contact-form label input:focus-visible {
        outline: none !important;
    }

.contact-container .contact-form label textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}

.contact-container .contact-form #isc_submit {
    color: white !important;
    background-color: #142d5c !important;
    padding: 10px 0;
    width: 100% !important;
}

.contact-container .contact-form label textarea:focus-visible {
    outline: none !important;
}

.contact-container .contact-form .submit-form {
    width: 160px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    color: white;
}

.single-img-container img {
    border-radius: 10px;
    height: 320px !important;
    object-fit: cover;
}

#EZD_Form input, #EZD_Form textarea {
    background-color: rgb(255, 255, 255);
}

.blad-iframe {
    width: 100%;
}
/***********************end ContactUs style*****************************/
/***********************start BreadCrumb style*****************************/
.bread-crump-content {
    position: relative;
    top: -40px;
}

.breadcrumbs {
    margin-bottom: 0px;
}

    .breadcrumbs span {
        color: white;
    }

        .breadcrumbs span a {
            color: #c1d5fa;
        }

    .breadcrumbs .breadcrumb_last {
        color: rgb(255, 255, 255);
        margin-left: 3px;
        margin-right: 3px;
    }

.bread-custom {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #ffffff00;
    margin-bottom: 1rem;
    direction: rtl !important;
    float: right;
    margin-top: -10px;
}

    .bread-custom span {
        font-size: 15px;
        font-weight: 500;
        margin-top: 10px;
    }

    .bread-custom a {
        color: #a8a8a8 !important;
        font-weight: 400;
    }

        .bread-custom a:hover {
            color: #818181 !important;
            font-weight: 400;
        }

    .bread-custom .active {
        cursor: default !important;
        color: #5c5c5c;
        font-weight: 400;
    }

/***********************end BreadCrumb style*****************************/

/*************************************blog sidebar style *********************************/
.div-sidebar {
    margin-top: 2.5rem;
}

    .div-sidebar aside {
        position: sticky;
        top: 20px;
    }

.search-sidebar button {
    border: none !important;
    background-color: transparent !important;
}

.search-sidebar input {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background-color: rgb(255, 255, 255)
}

.search-sidebar i {
    position: relative;
    font-size: 22px;
    top: 1px;
    background-color: #f1f1f1;
    padding: 7px;
    border-radius: 5px;
    right: 10px;
}

.search-sidebar input:focus-visible {
    outline: none !important;
}

.search-sidebar span {
    position: relative;
    left: 15px;
    top: 44px;
    float: left;
}

.search-sidebar form {
    position: relative;
    top: -30px;
}

.categories h6 {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: right;
    color: #000d24
}

.categories i {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #142d5c !important;
}

.categories ul {
    padding-inline-start: 0;
}

    .categories ul li {
        list-style-type: none;
        line-height: 2em;
    }

        .categories ul li a {
            transition: all .4s;
            width: 100%;
            display: block;
            padding: 10px;
            text-align: right;
            color: #000d23;
            font-weight: 500;
        }

            .categories ul li a:hover {
                color: #bed3fc;
            }

            .categories ul li a::before {
                content: "";
                width: 7px;
                height: 7px;
                border-radius: 50%;
                display: inline-block;
                position: relative;
                top: 1px;
                margin-left: 3px;
            }

.new-article h6 {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: right;
    color: #000d24
}

.new-article i {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #142d5c !important;
}

.new-article .card {
    flex-direction: row;
    align-items: center;
    border: none;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

    .new-article .card .card-body {
        background-image: none !important;
    }

    .new-article .card a img {
        width: 100px !important;
        object-fit: cover;
        border-radius: 0px 10px 10px 0px;
        height: 100px;
        padding: 10px 0 0 0;
        border-radius: 15px;
    }

    .new-article .card .card-body {
        padding: 15px 0 0 10px
    }

        .new-article .card .card-body .card-title {
            width: 100%;
            display: flex;
            font-size: 15px;
            margin-top: 0px;
        }

        .new-article .card .card-body .card-title {
            margin-bottom: 0px;
        }

            .new-article .card .card-body .card-title a {
                text-align: right;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                transition: all .4s;
                color: #000d24;
                display: -webkit-box;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

                .new-article .card .card-body .card-title a:hover {
                    color: #bed3fc;
                }

                .new-article .card .card-body .card-title a::before {
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    display: inline-block;
                    position: relative;
                    margin-left: 8px;
                    background-color: #142d5c;
                }
/************************************ end sidebar style*************/

/********************************** start list-blog page ******************************** */
.list-blog-card {
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #212529 !important;
}

    .list-blog-card img {
        height: 300px;
        border-radius: 10px;
    }

    .list-blog-card .card-img-overlay {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: flex-start;
        background-color: #01010170;
        border-radius: 10px;
    }

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
}

.list-blog-card .card-title a {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    color: #ffffff;
}

    .list-blog-card .card-title a:hover {
        color: #bed3fc;
        transition: all .4s;
    }

.list-blog-card .card-date {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
}

.list-blog-card .badge {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #142d5c !important;
    font-size: 0.85em;
    font-weight: 700 !important;
    line-height: 1;
}
/********************************** end list-blog page ******************************** */


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


/************************ start Blog Detials page *****************************/
.post_top, .post_rel {
    margin-top: 2px;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.single-content h1 {
    font-size: 25px !important;
    color: #292727 !important;
    line-height: 2.5rem !important;
}

.single-content ul {
    padding: 0;
}

@media (max-width: 500px) {
    .single-content h1 {
        font-size: 22px !important;
    }

    .single-content h2 {
        font-size: 19px !important;
    }

    .single-content h3 {
        font-size: 18px !important;
    }

    .single-content h4 {
        font-size: 17px !important;
    }

    .single-content p {
        font-size: 15px !important;
    }
}

/*************** single social ******************/
.div-social p, .div-social {
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.share-social i, .share-social2 i {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.share-social a, .share-social2 a {
    color: #000d24;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.share-social a {
    padding: 5px 10px !important;
}

.share-social2 a {
    padding: 0 18px !important;
}

.share-social a:hover {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #bed3fc;
    border-color: transparent;
}

.share-social2 a:hover {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #bed3fc;
    border-color: transparent;
}

.title_list span {
    padding-right: 10px;
    font-size: 20px;
    color: #3d3b3b;
}
/****************** start single content *********************/
.single-content {
    text-align: right;
}

.post_top blockquote {
    text-align: right;
}

.single-content img {
    margin-bottom: 2rem;
}

.single-content p, .single-content {
    line-height: 3rem;
    font-size: 16px;
    color: #000d24;
    font-weight: 400;
    text-align: justify;
}

    .single-content ul li {
        line-height: 3rem;
        font-size: 16px;
        color: #000d24;
        font-weight: 400;
        text-align: justify;
        list-style:outside;
    }

    .single-content h2 {
        font-size: 23px;
        color: #000d24 !important;
        line-height: 2.5rem !important;
        font-weight: bold;
        padding-top: 0.5rem;
    }

    .single-content h3 {
        font-size: 21px;
        color: #000d24 !important;
        line-height: 2.5rem !important;
        font-weight: bold;
        padding-top: 0.5rem;
    }

    .single-content h4 {
        font-size: 19px;
        color: #000d24 !important;
        line-height: 2.3rem !important;
        font-weight: bold;
        padding-top: 0.5rem;
    }

    .single-content h5 {
        font-size: 17px;
        color: #000d24 !important;
        line-height: 2rem !important;
        font-weight: bold;
        padding-top: 0.5rem;
    }

    .single-content h6 {
        font-size: 17px;
        color: #000d24;
        padding-top: 0.5rem;
    }

    .single-content a {
        color: #000d24;
        font-weight: 500;
    }

    .single-content img {
        max-width: 100%;
        height: auto;
        cursor: pointer !important;
        border-radius: 5px;
    }

        .single-content img:hover {
            opacity: 0.8 !important;
        }
/****************** end single content *********************/
.slick-dots li button:before {
    font-size: 30px !important;
}

.img-doctor img {
    max-height: 450px;
}

.img-blog img {
    max-height: 600px;
}
/* single post */
.single-post-info {
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}

    .single-post-info span, .single-post-info a {
        padding-bottom: 10px;
        color: #142d5c !important;
    }

.single-content p, .single-content {
    line-height: 3rem;
    font-size: 15px;
    color: #000d24;
    font-weight: 400;
}

.single-post-info i {
    cursor: default;
    color: #142d5c !important;
    background-color: #f1f1f1;
    cursor: default;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.single_info_icon {
    padding-top: 0;
    padding-left: 3px;
}

.single-post-info span {
    cursor: default;
}

.icon-th-list::before {
    background-color: #f1f1f1;
    cursor: default;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.single_info_icon {
    padding-top: 0;
    padding-left: 3px;
}

.card-tags {
    text-align: right !important;
    margin-bottom: 1rem;
}

    .card-tags i {
        padding-left: 5px;
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
    }

    .card-tags a {
        line-height:normal;
        color: white;
        background-color: rgb(137 132 127);
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        padding: 0 5px;
        margin-bottom: 5px !important;
        display: inline-block;
    }

        .card-tags a:hover {
            border-color: transparent;
        }

@media (max-width: 991px) {
    .cats_break {
        display: block;
    }
}
.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}
/************************ end Blog Detials page *****************************/


/************************ end comments rating *****************************/
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

    .comments-rating label {
        display: inline-block;
    }

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .rating-container * {
        font-size: 1.4rem;
    }

    .rating-container > input {
        display: none;
    }

        .rating-container > input + label {
            /* only enough room for the star */
            font-family: 'dashicons';
            display: inline-block;
            overflow: hidden;
            text-indent: 9999px;
            width: 1em;
            white-space: nowrap;
            cursor: pointer;
            margin: 0;
        }

            .rating-container > input + label:before {
                display: inline-block;
                text-indent: -9999px;
                content: "\f154";
                color: #888;
            }

            .rating-container > input:checked ~ label:before,
            .rating-container > input + label:hover ~ label:before,
            .rating-container > input + label:hover:before {
                content: "\f155";
                color: #f8ae35;
                text-shadow: 0 0 1px #333;
            }

    .rating-container > .star-cb-clear + label {
        text-indent: -9999px;
        width: .5em;
        margin-left: -.5em;
    }

        .rating-container > .star-cb-clear + label:before {
            width: .5em;
        }

    .rating-container:hover > input + label:before {
        content: "\f154";
        color: #888;
        text-shadow: none;
    }

.service_star_rating {
    margin-top: 1.5rem;
}

    .service_star_rating span {
        text-shadow: none;
        font-size: 1.5rem;
        color: #cdc9c9;
    }

        .service_star_rating span.checked,
        .dashicons.dashicons-star-filled {
            color: #f8ae35 !important;
        }

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}

.comment-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
}
.rating_lable {
    line-height: 1rem;
    margin: 0;
}


.top_list_content {
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 5px;
}

    .top_list_content li {
        line-height: 2.5rem;
    }

        .top_list_content li:before {
            content: "\f192";
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            margin-left: 5px;
            vertical-align: bottom;
            color: #656464;
            font-size: 14px;
        }

.read_minutes {
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .top_list_content li {
        line-height: 2rem;
        font-size: 14px;
    }

    .top_list_content {
        padding-right: 5px;
    }

    .custom-toc {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}


/************************ end comments rating *****************************/

/************************ start comments *****************************/
.list-comments {
    margin-top: 0;
}

.comment-body {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments {
    font-size: 23px;
    font-weight: 500;
    color: #494949;
}

.comment-list {
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}

    .comment-list li {
        list-style-type: none;
    }

    .comment-list img {
        border-radius: 15px;
        margin-left: 0.5rem;
    }

.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}

.comment-metadata a {
    color: #636363 !important;
    margin-right: 2.6rem;
}

.comment-content {
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}

    .comment-content p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

.comment-list .reply {
    float: left;
}

    .comment-list .reply a:before {
        content: "\e912";
        font-family: 'icomoon';
        display: inline-block;
        width: 1.5em;
        font-size: 14px;
        vertical-align: middle;
    }

.logged-in-as a {
    color: #828282 !important;
    font-size: 14px;
}

.comment-reply-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}

    .comment-reply-title:before {
        content: "\e915";
        font-family: 'icomoon';
        display: inline-block;
        width: 1.7em;
        font-size: 18px;
        vertical-align: middle;
    }

.comment-form-cookies-consent {
    display: none;
}

.row_input_comment {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;
}

.comment-reply-title a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}

#cancel-comment-reply-link {
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}

.comment-navigation .nav-links {
    text-align: center;
    font-size: 13px;
}

    .comment-navigation .nav-links a {
        color: #adadad !important;
    }

.comment-respond {
    margin-top: 3rem;
}

.btn_comment {
    padding: 1rem;
    margin-left: 0.1rem;
    border: 0;
    color: #ffffff;
}

    .btn_comment:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.3s;
    }

.ajax-success {
    color: #0ac335;
}

.ajax-error {
    color: red;
}

.comment-author a {
    color: #353535;
    font-weight: 500;
}

.comment-content a {
    color: #353535;
}

.comment-author a:hover {
    color: #353535;
    font-weight: 500;
}

.row_input_comment .btn_comment {
    padding: 15px 0;
    color: white;
    border-radius: 6px;
    background-color: #142d5c !important;
}

@media (max-width:767px) {
    .row_input_comment {
        margin-top: 0;
    }

    .title_list {
        font-size: 25px;
    }
}

/************************ end comments *****************************/
.search-not-found {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}