/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
    background-image: url(../images/body-long.png);
    background-size: cover;
}

div:hover,button:hover,a:hover,li:hover,.card:hover{
    transition:0.3s ease-in-out;
}

button,link,select,a{
    cursor: pointer;
}


.card a{
    cursor: pointer;
}
/* style dives */
.bg-div:hover,
.bg-div:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover ,
button:focus
{
    cursor: pointer;
}

/* style textarea */
textarea {
    resize: none;
}
/* style plceholder */
input::placeholder ,
textarea::placeholder
{
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
    background: #fafafa;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height:2.5rem !important;
}

blockquote p {
    display: inline;
}

p {
   color: #000d24 !important;
}
h2, h3, h4, h5, h6 {
    text-align: right;
    color: #000d24;
}
/* header style */
header {
    position: absolute;
    width: 100%;
    top: 5px;
}
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: baseline;
    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 .info-text p{
    margin-bottom: 0px;
    line-height: 1.5em !important;
    font-size: 15px;
    color: white !important;
    margin-left: 5px;
    font-weight: 500;
}

.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; }

@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); }
}

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 .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;
}
/* 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;
}
.icofont-align-center {
    font-size: 24px;
    cursor: pointer;
}
header .menu-collapse .collapse-icon {
    border-radius: 5px;
    font-size: 22px;
    padding: 10px;
    background-color: #ebebeb;
    position: relative;
    right: -5px;
}

.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-top-menu-logo {
    position: relative;
}

.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}

.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
}

.show-menu {
    transform: translateX(0%);
}

.show-drop-menu {
    display: block!important;
}
@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .menu-collapse {
        display: block !important;
    }
}
/***************** top search **************/
.search_top input {
    width: 88% !important;
}
.navbar-toggler {
    outline: none !important;
}
.menu-search-icon {
    padding: 10px 10px 5px 10px;
    color: white;
    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 {
    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;
}

/* 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;
    }
}
/************************* end header style*****************************/
/***************************** 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: #142d5c;
    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;
}
#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;
}
#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;
}
#about .about-text {
    text-align: justify;
    line-height: 2.2em;
    color: #000d24;
    font-weight: 400;
}
#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****************************/
/************************************** banner style****************************/
#banner {
    margin-top: 100px;
    margin-bottom: 100px;
}
#banner img {
    border-radius: 10px;
}
#banner p {
    text-align: justify;
    line-height: 2.2em;
    font-weight: 400;
}
/**************************************end banner style****************************/
/************************* faq style ***************************************/
.faq {
    margin-top: 150px;
    margin-bottom: 150px;
}
.faq .faq-title {
    font-weight: 600;
    color: #000d24;
    margin-bottom: 30px;
}
.faq .faq-pic {
    border-radius: 10px;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 8px!important;
}
.faq .accordion-item:first-of-type {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.faq .accordion-item {
    border: none!important;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow-svgrepo-com.png);
    transform: rotate(-180deg);
    position: absolute;
    left: 20px;
}
.faq .accordion-button::after {
    background-image: url(../images/up-arrow-svgrepo-com.png); 
    position: absolute;
    left: 20px;
}
.faq .accordion-body {
    text-align: justify;
    line-height: 2em;
    font-size: 15px;
    font-weight: 400;
}
.faq .accordion-button:focus {
    border-color: #ffffff00!important;
    box-shadow: none!important;
}
.faq .accordion-button {
    text-align: right !important;
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 1.5rem 1.5rem 1.5rem 70px !important;
    font-weight: 500;
    line-height: 1.8em;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px; 
     border-bottom-left-radius: 10px;
}
/******************** end faq style********************************** */
/****************************** blog style *******************************/
.blog {
    margin-top: 150px;
    margin-bottom: 150px;
}
.blog .card-img-top {
    object-fit: cover;
    border-radius: 10px;
}
.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%;
}
.index-btn:hover {
    color: white;
    transition: all .4s;
}
/****************************** end blog style ********************************/
/****************************** footer style **********************************/
footer .footer {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 0px;
    border-radius: 20% 20% 0 0;
}
footer .footer .logo-container a img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 5px;
}
footer .footer .run-in {
    text-align: center;
    margin-top: 20px;
    display: block !important;
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 600;
    line-height: 1.8em;
}
footer .footer .quick-access ul {
    padding: 0px!important;
}
footer .footer .footer-about-text {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8em;
}
footer .footer .footer-link-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .footer .footer-link-headers ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
footer .footer .footer-link-header ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .footer .footer-link-header ul li a {
    display: block;
    width: 100%;
    padding: 5px;
    transition: all .4s;
    font-weight: 500;
}
footer .footer .footer-link-header ul li a:hover {
    background-color: #0000000f;
    border-radius: 5px;
}
footer .footer .footer-link-header ul li a i {
    font-size: 28px;
    position: relative;
    top: 2px;
}
footer .footer .footer-link-header h6 {
    color: #000d24;
    padding: 10px 20px;
    background-color: #0000000f;
    width: 100%;
    border-radius: 8px;
    text-align: center;
}
footer .footer .footer-address {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
footer .footer .phone-number ul li i {
    font-size: 24px;
}
footer .footer .response p{
    font-size: 14px;
}
footer .footer .footer-address p {
    font-size: 14px;
    text-align: center;
    line-height: 2em!important;
    margin-bottom: 0px;
}
footer .footer .footer-address i {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 5px;
}
footer .footer .social-media li a img{
    transition: all .4s;
}
footer .footer .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 .namad img {
    opacity: 0.3;
    transition: all .4s;
}
footer .footer .contact-box-content a {
    font-weight: 500;
}
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;
}
footer .footer .namad img:hover {
    opacity: 1;
}
footer .footer .namad a img {
    width: 100px;
    height: 100px;
}
footer .footer .footer_ul_amrc {
    text-align: center;
}
footer .footer .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;
}
.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;
}
/**************************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;
}
.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: 24px;
    position: relative;
    top: 2px;
}
.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;
}
.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;
    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;
}
/***********************end footer style*****************************/
/*************************************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
}
.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;
}
.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;
}
.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;
}
/************************************end sidebar style*************/
/* ********************************* list-blog page ******************************** */
.list-blog-card {
    border-radius: 10px;
    margin-top: 20px;
}
.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;
}
.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;
}

.bread-custom {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    direction: rtl !important;
    float: right;
}

.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;
}
/************custom pagination ********************/
.custom-pagination {
    text-align: center;
    direction: rtl !important;
    padding-bottom: 1.5rem !important;
    margin-top: 20px;
}

.pagination {
    display: inline-block;
}

.custom-pagination ul {
    list-style: in;
}

.custom-pagination a,
.custom-pagination span {
    text-decoration: none;
    padding: 0 10px;
    border-radius: 3px;
}

.custom-pagination a {
    font-size: 14px;
    background-color: #fff;
}

.custom-pagination span {
    color: #FFFFFF;
}

.custom-pagination a:hover {
    color: #fff;
}
/******************* single post ********************************/
.single-post-info {
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.6rem;
    font-size: 13px;
    font-weight: 400;
}
#single-blog .img-blog img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.single-content p, .single-content {
    line-height: 3rem;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}
.single-post-info span,
.single-post-info a {
    color: #000d24;
}
.single-content a {
    color: #000d24;
}
.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;
}
.share-social a, .share-social2 a {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social i, .share-social2 i {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}
.single-post-info i {
    background-color: #f1f1f1;
    cursor: default;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.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;
}

.single_info_icon {
    padding-left: 3px;
}

.card-tags {
    margin-right: 1rem;
    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 {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.tags_div {
    text-align: center;
}

@media (max-width: 991px) {
    .cats_break {
        display: block;
    }

    .card_blog {
        padding: 0;
    }
}


.card-body-style3 img {
    object-fit: cover;
    border-radius: 15px;
    height: 300px !important;
    margin-bottom: 1rem !important;
}

@media (max-width:800px) and (min-width:768px) {
    .card-body-style {
        height: 120px;
    }

}

@media (min-width: 1200px) {
    .card-body-style3 {
        height: 200px;
    }

    .card-body-style3 img {
        height: 200px !important;
    }

}

@media (max-width:1199px) and (min-width: 992px) {
    .card-body-style3 {
        height: 220px !important;
    }

    .card-body-style3 img {
        height: 200px !important;
    }

    .card-date-title {
        display: none;
    }
}

@media (max-width:991px) and (max-width: 657px) {
    .card-body-style3 img {
        height: 300px !important;
    }
}

@media (max-width: 656px) {
    .card_blog h5 {
        line-height: 2rem;
    }

}

@media (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img {
        height: 250px !important;
    }

}

@media (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img {
        height: 250px !important;
    }
}

@media (max-width: 349px) {

    .card-body-style3 img {
        height: 200px !important;
    }
}

@media (max-width: 499px) {
    .container_div_blog {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.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;
    margin-bottom: 1rem;
}
.post_top2{
    margin-top: 2px;
    margin-bottom: 1rem;
    padding:0 !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2 h1{
    font-size: 30px !important;
    line-height: 3rem !important;
}
.post_top2 h2{
    font-size: 22px !important;
    line-height:2rem !important;
}
.doctor_info{
    padding-bottom: 1rem;
}
@media (max-width: 767px) {
    .doctor_info {
        text-align: center;
    }
    .div-list-blog{
        padding-right: 0;
    }
}
.doctor_info .w-btn{
    width: 60%;
}
.title_info , .title_social{
    color: #000000ed;
    font-weight: bold;
}
.title_social a{
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}

.title_info a{
    color: #515151;
    font-weight: 400;
    line-height: 1.5rem !important;
}
@media(max-width:656px){
    .post_top, .post_rel {
        padding: 1rem 1rem;
    }
}
.rel_title p{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}
.card_header_style{
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.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;

}
/****************** 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;
}

.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;
}
.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;
}
.single-content p, .single-content {
    line-height: 3rem;
    font-size: 15px;
    color: #000d24;
    font-weight: 400;
}
.single-post-info i{
    cursor: default;
}
.single_info_icon {
    padding-top: 0;
}
.single_info_icon{
    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{
    color: #858585;
    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;
}

.tags_div{
    text-align: center;
}
@media (max-width: 991px) {
    .cats_break{
        display: block;
    }
}


.card-body-style3 img
{
    height: 200px !important;
}
@media (max-width:800px ) and (min-width:768px ){
    .card-body-style {
        height: 120px;
    }

}
@media  (min-width: 992px) {
    .card-body-style3
    {
        height: 162px;
    }

}
@media  (max-width:992px)  and (max-width: 657px) {
    .card-body-style3 img
    {
        height: 300px !important;
    }
}
@media  (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img
    {
        height: 350px !important;
    }
}
@media  (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img
    {
        height: 250px !important;
    }
}
@media  (max-width: 349px)  {

    .card-body-style3 img
    {
        height: 200px !important;
    }
}
/* post relations*/
.post-rel p{
    font-weight: bold;
    color: #171717;
}
.post-rel i{
    padding-left: 2px;
    vertical-align:text-top ;
}
.post-rel-list  i{
    vertical-align: middle;
}
.post-rel-list span a{
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}
/* 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;
}
@media (max-width:767px) {
    .row_input_comment{
        margin-top: 0;
    }
    .title_list{
        font-size: 25px;
    }
}


@media (max-width: 991px) {
    .nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
        text-align: right !important;
    }
    .navbar-toggler {
        margin-right: 0 !important;
    }
    .nav-custom-style li , .navbar-nav .nav-link {
        padding-right:2rem !important;
    }
    .nav-custom-style .dropdown-menu li{
        padding-right: 1.5rem !important;
        border-bottom:none !important;
    }
    .nav-custom-style .dropdown-menu li:hover{
        background-color: transparent !important;
    }
    .navbar-collapse{
        background-color: #FFFFFF;
        border-top: 1px solid #e3e3e3;
    }
    .nav-custom-style ul{
        padding-top: 1rem;
        padding-right: 0 !important;
    }
    .nav-custom-style ul li a{
        font-weight: 500;
        color: #ffffff !important;
    }
    .nav-custom-style ul li{
        padding: 0 !important;
        margin-top: 8px;
    }
    .counseling_link svg {
        margin-top: 5px;
    }
    .navbar-sticky .counseling_link li {
        padding-top: 0 !important;
    }
    .nav-custom-style ul li:hover{
        color: #fff !important;
    }
    .nav-custom-style .dropdown-menu {
        border-left: 0;
    }
    .div_header .navbar{
        display: flow-root !important;
    }
    .counseling_link{
        float: left;
        padding-top: 0 !important;
        padding-left: 10px !important;
    }
    .counseling_link a{
        text-align:center !important;
    }
}
@media (max-width:656px) {
    .counseling_link {
        margin-top: 1px;
        padding-top: 2px !important;
    }

    .counseling_link p , .counseling_link a{
        font-size: 13px !important;
        line-height: 1.8rem;
    }
    .counseling_link svg{
        width: 35px;
        margin-right: 5px;
        margin-top: 8px;
    }
}
@media (max-width: 480px) {
    .nav-custom-style img {
        width: 100px;
        margin: 5px 0.5rem 5px 0;
    }
    .nav-custom-style ul {
        padding-top: 10px !important;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .counseling_link li{
        padding: 0 !important;
        margin-top:0 !important;
    }
    .counseling_link a {
        width: auto;
        padding: 0;

    }
}
@media (max-width: 380px) {
    .div_contact {
        margin: 2px 5px 2px 0 !important;
    }
    .nav-custom-style img{
        margin: 2px 0.5rem 0 0;
    }
    .btn_register_job a{
        padding: 5px !important;
        font-size: 14px !important;
    }
    .nav-custom-style ul {
        padding-top: 10px !important;
    }
    .counseling_link svg {
        width: 30px;
    }
    .nav-custom-style img {
        width: 95px;
        margin: 5px 0.5rem 5px 0;
    }

}
@media (max-width: 991px) {
    .form-inline {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    .nav-custom-style {
        justify-content: flex-start !important;
    }

}

/* small nav menu */
 @media screen and (min-width: 992px) {
    .closebtn{
        display:none !important;
    }
    .navbar_mobile , .logo_small{
        display: none;
    }
} 


/* 
/*******************services page single-service **********************/
.container_stations .card {
    border: none !important;
    padding: 20px 20px 10px 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.container_stations .card .card_img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.container_stations .card .card-body h4 {
    text-align: center;
}
.container_stations .card .card-body h4 a {
    color: #000d24;
    font-size: 22px;
}
.container_stations .card .card-body h4 a:hover {
    color:#bed3fc;
    transition: all .4s;
}
.single-item-comment {
    border: none;
}
.container-text-cats .text_list {
    line-height: 3rem;
    text-align: justify;
}
#service_cats .col-services h5 {
    text-align: center;
    color: white;
}
/*******************end service page *******8*****/

/*********************************************** footer *******************************************/
.footer{
    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 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 ul li a{
    font-size:15px;
    color: #FFFFFF;
}
.footer 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: #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 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 h5  , .footer 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;
}
.copy_right p{
    color: #e1e1e1;
    font-size: 12px;
    padding-top: 5px;
}
.fartak a{
    color: #fff;
    font-weight: 500 !important;
    font-size: 12px;
}
.fartak a:hover{
    color: #FFFFFF;
}
.fartak p{
    color: #e1e1e1;
}
/* form contact */
.form-div input[type=text] , .form-div input[type=email] , .form-div textarea {
    margin-bottom: 1.5rem;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    outline: none;
}
.form-div textarea{
    height: 200px;
}
.form-search input[type=text]:focus{
    border-color:rgba(0, 0, 0, 0.1);
}
.btn:focus , .input-group-btn:focus{
    outline: none !important;
}

.form-div button , .form-div input[type=submit]{
    border:0 ;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.form-div button:hover , .form-div input[type=submit]:hover{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);

}

.form-div textarea{
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
}
.form-div button{
    border-radius: 5px;
    cursor: pointer;
    transition:0.6s ease-in-out;

}
.submit_contact button , .submit_contact input[type=submit]{
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #c31510 !important;
}

#form_contact label{
    width: 100%;
}
.form_contact h4{
    font-size: 17px !important;
    font-weight: bold;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color: #c31510 !important;
}

.wpcf7-submit {
    margin-right: 0 !important;
    margin-top: 1rem !important;
    width: auto !important;
}

.EZD_FormItem_submit .wpcf7-form-control {
    width: auto !important;
}
#EZD_MainForm{
    margin-bottom: 4rem;
}

.form_contact a.close {
    margin-top: 2px !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.input_border_red {
    border: 1px solid red !important;
}
.EZD_FormItem_submit{
    margin: auto;
    text-align: center;
}
.form-div button,
.form-div input[type=submit] {
    width: 150px !important;
    padding: 10px 3.7rem;
    margin-bottom: 2rem;
    margin-right: 15%;

}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 0;
        margin-top: 3rem;
    }
}
@media (max-width: 991px) {
    .error-template{
        text-align: center;
    }
    .container_404 {
        margin-bottom: 0;
        margin-top: 1rem;
    }
}
.error-template h2{
    font-size: 25px;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.btn-404{
    margin-bottom: 1.5rem;
}
.btn-404:hover{
    border-color: transparent !important;
}
.link-404:hover{
    color: #232323;
}
/* gallery style for ios */
.wp-block-gallery{
    margin-top: 2rem !important;
}

/*The Close Button */
 .container_gallery .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    outline: none;
}

.container_gallery .close:hover,
.container_gallery .close:focus {
    text-decoration: none;
    cursor: pointer;
}

.container_gallery .slider-nav img{
    width:100px;
    height: 100px;
    object-fit: cover;
}
.container_gallery .slider-nav li{
    padding: 0 5px 5px 5px;
}
.line_bottom_blog{
    border: 1px solid rgba(0,0,0,.1) !important;
}

#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;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding-top: 10px;
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

/* 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;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}
.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;
    }
}


/* sites hidden contact */
.archive_site .div_phone,
.archive_site .social_footer_ul li a,
.archive_site .nav-custom-style ul li .suport_contact a,
.archive_site .backtotop2 a,
.archive_site .col-banner-text .div-blog a,
.archive_site .container_map .leaflet-container a,
.archive_site .map_frame_title a,
.archive_site .div-contact .contact_info a,
.archive_site .form-div input[type=submit],
.archive_site .google_map_link,
.archive_site .wpcf7-submit {
    pointer-events: none;
    cursor: default !important;
}

.archive_site .social_footer_ul li {
    cursor: default !important;
}

.archive_site .large_text,
.archive_site .address_text span,
.archive_site .nav-custom-style ul li .text-white a,
.archive_site .insta_btn span,
.archive_site .map_frame_title a,
.archive_site .map_frame_title,
.archive_site .div-contact .contact_info,
.archive_site.div-contact .contact_info a {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.archive_site .large_text {
    pointer-events: none;
    cursor: default !important;
}

.archive_site .div_header {
    position: inherit !important;
}
.div_header1{
    position: inherit !important;
}
.div_header1 .nav-custom-style{
    background: #2a2a2a;
}

.archive_site .div_search_service {
    display: none;
}

.archive_site .div_text_service {
    margin: 0 !important;
}

@media (min-width:656px) {

    .archive_site .container_slider .div_services,
    .archive_site .container_slider .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}

@media (max-width:656px) {
    .archive_site .container_slider img {
        height: 50vh;
    }
}


