/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}

div:hover,button:hover,a:hover,li:hover,.card:hover{
    transition:0.3s ease-in-out;
}

button,link,select,a{
    cursor: pointer;
}

::-moz-selection {
    background-color:#12a8db;
    color: #FFFFFF;

}
::selection {
    background-color:#12a8db;
    color: #FFFFFF;
}

.card a,
.card img{
    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;
    border-right: 2px solid #12a8db !important;
    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;
}

button{
    box-shadow: none !important;
    outline: none !important;
}

/* order first */
@media (max-width: 991px){
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 767px){
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 656px){
    .order-first3 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
/* ******************************** header ************************************/
/* top menu */
.top_header{
    background-color: #12a8db;
    padding: 5px 0;
}
.container-menu{
    text-align: center;
}
.navbar_top ul{
    padding-right: 0 !important;
}
.navbar_top ul li{
    padding-left: .5rem;
    display: inline-block;
}
.navbar_top ul li a , .navbar_top ul li:before {
    cursor: pointer;
    font-size: 13px;
    color: #535353 !important;
    font-weight: 400;
}
.navbar_top ul li a:hover ,  .navbar_top ul li:before:hover{
    color: #e4e4e4 !important;
}
.navbar_top ul li:before{
    float: right;
    margin-top: 3px;
    margin-left: 3px;
}

.phone_info span {
    font-size: 13px;
    color: #fff !important;
    font-weight: 400;
}
.phone_info span:hover{
    color: #e4e4e4 !important;
}

.navbar_top .icon-sign-out:before{
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
.navbar-expand{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.container_nav_logo{
    background-color: #FFFFFF !important;
    position: relative;
}
.logo_navbar{
    padding: 0 !important;
}

@media (max-width: 500px) {
    .navbar-expand{
        padding: 0 !important;
    }
    .phone_span{
        display:none;
    }
    .phone_info a .icon{
        border-radius: 3px;
        padding: 0;
    }
    .phone_info a:hover .icon{
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 370px)  {
    .div-top-menu{
        padding: 0 !important;
    }
    .navbar-expand{
        padding: 0 10px !important;
    }
    .navbar_top ul li a {
        font-size: 12px;
        padding-right: 1px !important;
    }
}

/* btn profile */
.icon_profile{
    color: #fff;
    padding: 0.5rem;
    font-size: 10px !important;
    cursor: pointer !important;

}

#mainNav a {
    color: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
}
#mainNav  a:hover , #mainNav  a:hover i , #mainNav  a:hover span{
    color: #e4e4e4 !important;
}
#mainNav span{
    color:   #fff;
}
.link_profile a{
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px !important;
}
.link_profile i{
    font-size: 15px !important;
}
.btn_register_job ul#mainNav {
    float:left;
    width:auto;
    margin:0; padding:0;
    color:white;
    list-style-type:none;
}
.btn_register_job ul#mainNav > li {
    float: left;
    display: inline;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    border: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.btn_register_job ul#mainNav > li:hover {
    border: 0 !important;
}
.btn_register_job ul#mainNav > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: .3s, .1s;
}
.btn_register_job ul#mainNav li ul {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10000;
    right: 0;
    top: 38px;
    background-color: transparent;
    position: absolute;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 1s, 0s;
    transition-delay: 0s, .4s;
}
.btn_register_job ul#mainNav ul li {
    padding: 0.7rem 1rem;
    width: 180px;
    text-align: right;
    background-color: #f8f9fa!important;
    list-style: none;
    border:0 !important;
    cursor: pointer;
}
.btn_register_job ul#mainNav ul li:hover {
    background-color: #e3e3e4!important;
    color:white;
}
.phone_info ul{
    display: inline-flex;
}


@media (max-width: 991px)  {
    .btn_register_job {
        width: auto;
    }
}
@media (max-width: 991px) and (min-width: 381px){
    .btn_register_job .form-inline {
        left: 1rem !important;

    }
    .btn_register_job ul#mainNav > li {
        margin-top: 0 !important;

    }
    .btn_register_job .link_profile li {
        padding: 0.7rem 1rem !important;
        margin-top: 0 !important;
        width: 170px !important;
    }

}
@media (max-width: 380px) {
    .btn_register_job .form-inline {
        left: 1rem !important;
    }
    .btn_register_job ul#mainNav > li {
        margin-top: 0 !important;

    }
    .btn_register_job .link_profile li {
        font-size: 14px;
        margin-top: 0 !important;
        padding: 0.7rem 1rem !important;
        width: 140px !important;
    }
    .icon_profile {
        padding: 0.5rem 0.3rem;
        font-size: 18px !important;
        cursor: pointer;
    }

}
/* logo nav */
.logo_navbar{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.logo-img{
    padding: 0 !important;
    margin: 0 !important;
}
.logo-img img{
    width: 110px;
    height: 58px;
}
.logo_text{
    padding: 0 !important;
    margin: 0 !important;
}

.logo_text h1{
    display: inline-block;
    color: #1e1e21;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    margin-right: 0;
}
.logo_text h2 , .logo_text p{
    display: inherit;
    margin-left: 1rem;
    color: #1e1e21;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;

}
.choochar{
    color: #607518;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}
.logo_text span{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
}
.row_navbar{
    width: 100%;

}
/* top search */
.search_top form{
    margin-right: 1rem;
    display: inline-block;
}
.search_top input{
    width: 88% !important;
}
.navbar-toggler{
    outline: none !important;
}
.btn-search-small{
    display: none;
    color:#12a8db;
}
@media (max-width:656px){
    .choochar{
        display: none;
    }
    .search-main{
        margin-bottom: 0 !important;
    }
    .logo-img img {
        
    }

    .phone_span{
        display: none;
    }
    .icon_profile {
        padding: 0;
        font-size: 14px !important;
        vertical-align: middle;
    }
}
@media (min-width:657px){
    .logo_text .navbar-brand{
        padding-bottom: 0 !important;
    }

}
@media (max-width:1299px) and (min-width: 1051px){
    .search_top input{
        width:85% !important;
    }
}
@media (max-width:1050px) and (min-width: 900px){
    .search_top input{
        width:80% !important;
    }
}
@media (max-width:899px) and (min-width: 600px){
    .search_top{
        width: 100% !important;
    }

}


@media (max-width:334px) {

    .search_top input{
        width:60% !important;
    }
}
@media (max-width:1100px) and (min-width: 992px){
    .search_top form {
        margin-right: 2rem;
    }
}
@media (max-width:991px) and (min-width: 900px){
    .search_top form {
        margin-right: 0.5rem;
    }
}
@media (max-width:899px) and (min-width: 657px){
    .search_top form {
        margin-right: 0;
    }
    .logo_text span {
        font-size: 12px;
    }
}
@media (max-width:656px) and (min-width: 601px) {
    .logo_text{
        text-align:right !important;
    }


}
@media (max-width:600px)  and (min-width: 500px) {
    .logo_text{
        text-align:left !important;
    }
    .search_top{
        text-align: center !important;
    }
    .search_top form {
        margin-right: 5px;
    }
    .logo-img{
        text-align: right !important;
    }
    .logo_text .navbar-brand{
        margin-right: auto !important;
    }
}
@media (max-width:499px)   {
    .logo_text span {
        display: block;
        font-size: 12px;
    }
    .logo_text{
        text-align: center !important;
        padding: 0rem 1rem 0 0 !important;
    }
    .search_top{
        text-align: center !important;
    }
    .search_top form {
        margin-right:0;
    }
    .logo-img{
        text-align: center !important;
    }
    .logo_text .navbar-brand{
        margin-right:0 !important;
        line-height: 1.2rem;
    }


}
.cart_link{
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.cart_link i{
    vertical-align: text-bottom;
    color: #12a8db;
    font-size: 22px;
}
.search-box{
    width: 100%;
    text-align: left;
}
.search_custom{
    width: 300px !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.search_custom input[type=text]:focus{
    border-color: rgba(0,0,0,.15);
}
.search-main{
    display: inline-block !important;
}
.search-main button{
    border: 0 !important;
    background: #fff;

}
.search-main input{
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search-main i{
    color: #12a8db;
    padding-top:5px;
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;

}
.search-main button:hover .icon-search{
    color:  #12a8db; !important;
}
.search-main input[type=text]:focus {
    border-color:  #12a8db;

}

@media (max-width: 400px) and (min-width: 300px) {
    .search-main input{
        font-size: 12px;

    }
}
.search_custom input{
    font-size: 12px;
}

/* main menu */
.nav_main{
    padding: 0 !important;
}
.nav_main li{
    border: 1px solid transparent;
    margin-left: 0.1rem;
}
.nav_main li a{
    padding:5px 1rem 1rem 1rem !important;
}

.mainmenu-area ul.navbar-nav li a {
    color: #3d3d3d !important;
    font-size: 14px;
    font-weight: 500;
}

.mainmenu-area ul.navbar-nav li a:hover , .mainmenu-area ul.navbar-nav li a:focus{
    color: #12a8db !important;
}

.mainmenu-area .nav > li > a:focus {
    color: #FFF;
}
.mainmenu-area {
    text-transform: uppercase;
    z-index: 999;
}
@media(max-width:1199px)  and (min-width: 992px){
    .nav_main li a {
        padding: 5px .7rem 1rem .7rem !important;
    }
}

@media(max-width:991px){
    .mainmenu-area {
        margin-bottom: auto;
        margin-top: auto;
    }
    .nav_main li {
        margin-left: 0;
        margin-bottom: 0.1rem;
    }
    .mainmenu-area ul.navbar-nav li a, .mainmenu-area ul.navbar-nav li.active a {
        padding: 0.5rem !important;
    }
}
@media (max-width: 656px) {
    .search_custom {
        width: 240px !important;
    }
    .search-box{
        float: left;
        text-align: left;
    }
}
@media (max-width: 370px) {
    .mainmenu-area {
        padding: 0 1rem;
    }
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(41, 41, 41)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;

}
.navbar-toggler{
    text-align: right;
    border:none !important;
}

.navbar-sticky{
    background-color: #fff;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.navbar-sticky .shopping-item{
    top: 5px;
}
.navbar-sticky ul li a{
    padding-top: 1rem !important;
}
.navbar-sticky.div_main_menu{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* cart btn */
.shopping-item {
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    background-color: #12a8db;
    position: relative;
}

.shopping-item a {
    color: #434343;
    font-weight: 500;

}
.cart-amunt {
    white-space: pre;
    color: #747474;
    font-weight: 400;
    font-size: 14px;
}
.product-count {
    background: none repeat scroll 0 0 #12a8db;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.shopping-item i{
    font-size: 23px;
    color: #525050;

}
.shopping-item i.icon {
    margin-left: 15px;
}

.shopping-item:hover {
    background: none repeat scroll 0 0 rgba(0, 183, 150, 0.7);
    border-color: #5a88ca;
}
.shopping-item:hover a {
    text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #12a8db;
}
.div-top-menu ul{
    padding-right: 0;
}

@media (max-width: 991px) {
    .div_search_menu{
        text-align: center !important;
    }
    .mainmenu-area .navbar-collapse{
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 2rem;
    }
    .shopping-item {
        padding: 0.5rem;
    }
    .nav_main ul li{
        margin-right: 1rem !important;
    }

    .div-top-menu ul li{
        border-radius: 3px !important;
    }
    .nav_main .navbar-nav .dropdown-menu{
        border: 0;
        border-top: 1px solid #eceaea;
        border-bottom: 1px solid #eceaea;
        border-radius: 0;
    }
    .nav_main .navbar-nav .dropdown-menu li a{
        font-size:14px !important;
        color: #757272 !important;
        padding: 0.5rem !important;
        text-align: center;
    }

}

.nav_main [data-toggle="dropdown"]:after {
    padding-right:5px;
    padding-top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 12px;
    vertical-align: middle;
}
.nav_main .show [data-toggle="dropdown"]:after {
    content: "\f077";
}
.nav_main .dropdown-toggle {
    display: flex;
}
.nav_main .dropdown-toggle:after {
    border: none;
}
.nav_main .navbar-nav .dropdown-menu{
    padding: 0 !important;
   
}
.btn-close{
    display: none;
}

@media (max-width:479px) {
    .cart_link i {
        font-size: 20px;
    }
    .div_logo_menu{
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .div_search_menu{
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
    .div_main_menu{
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .row_navbar{
        justify-content: flex-start !important;
    }
    .btn-search-small{
        display: inline-block !important;
    }
    .btn-search-big{
        display: none;
    }
    .search_custom {
        width: 250px !important;
        position: absolute;
        right: -20%;
        z-index: 1000;
    }
    .search_custom input{
        width: 100% !important;
    }
    .search_custom .input-group-btn{
        background: #fff;
        width: 100%;
        z-index: 1000;
        text-align: center;
    }
    .search_custom .btn-search {
        margin-right: auto;
        text-align: center;

    }
    .btn-close{

        display: inline-block;
    }
    .btn-close i{
        color:red;
    }

}
@media (max-width:360px) {
    .search_custom {
        right: -45% !important;
    }
}

@media (min-width: 992px) {
    .nav_main .navbar-nav li:hover  .dropdown-menu{
        display: block !important;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.15);
        border: 0;
    }
    .nav_main {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .nav_main .navbar-nav{
        margin-right: auto;
        text-align: center;
        margin-left: auto !important;
        padding: 0;
    }
    .nav_main .navbar-nav .dropdown-menu li{
        border-bottom: 1px solid #eeeeee;
    }
    .nav_main .navbar-nav .dropdown-menu li a:focus{
        background-color: whitesmoke;
    }
    .nav_main .navbar-nav .dropdown-menu li a{
        padding: 0.5rem !important;
        text-align: right;
    }
    .shopping-item {
        margin-right: 1rem;
        margin-left: auto !important;
    }
}


/******************************************** carousel banner ****************************************************/
.container_slider .carousel-caption {
    bottom:inherit !important;
    text-align: center !important;
    top: 50% !important;
    padding: 0 !important;
    cursor: default;
}
.container_slider  .carousel-inner {
    border-radius: 2px;
}
.container_slider h3{
    line-height: 2.5rem;
    color: #ffffff !important;
    text-shadow: 2px 2px #343434;
}
.container_slider  .carousel-item img {
    height: 560px;
    object-fit: cover;
}
.div_adv img{
    height: 150px;
    border-radius: 3px;
}
.container_slider .carousel-indicators li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
}
.container_slider .carousel-indicators li {
    background-color: rgba(248, 224, 40, 0.5);
}
.container_slider .carousel-indicators .active {
    background-color: #fff;
}

/* opacity background img carousel */
.item_img:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /*background:rgba(0,0,0,0.6);*/
}
/* carousel fade */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


@media (max-width: 800px){
    .container_slider .carousel-caption {
        top: 45% !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .container_slider  .carousel-item img{
        height: 466px;
    }
    .div_adv img{
        height: 120px;
    }
}
@media (max-width: 767px) and (min-width: 500px) {
    .div_adv img{
        height: 150px;
    }

    .img_adv1 , .img_adv2{
        margin-top:1.8rem;
    }
}
@media (max-width: 656px) {
    .container_slider h3{
        font-size: 25px;
        line-height: 2.2rem;
    }
}
@media (max-width: 499px)  and (min-width: 399px){
    .container_slider  .carousel-item img{
        height: 300px;
    }
    .img_adv1 , .img_adv2{
        margin-top:1.8rem !important;
    }
    .div_adv img{
        height: 100px;
    }
    .img_adv1{
        margin-top: 1.5rem;
    }
    .container_slider .carousel-caption {
        top: 40% !important;
    }
    .container_slider h3{
        font-size: 20px;
        line-height: 2.2rem;
    }
    .container_slider .carousel-indicators{
        display: none;
    }
}
@media (max-width: 398px){
    .container_slider  .carousel-item img{
        height: 250px;
    }
    .div_adv img{
        height: 120px;
    }
    .img_adv1{
        margin-top: 1.5rem;
    }
    .img_adv1 , .img_adv2{
        max-width: 100% !important;
        flex: 0 0  100% !important;
    }
    .container_slider h3{
        font-size: 18px;
        line-height: 2rem;
    }
    .container_slider .carousel-caption {
        top: 35% !important;
    }
    .container_slider .carousel-indicators{
        display: none;
    }
}
/* main site index */
/*********************************************** features *******************************************/
.col-services{
    margin-bottom: 2rem;
}
.card_services{
    cursor: pointer !important;
    border: 0 !important;
    display: table;
    width: 100%;
    background-position:center !important;
    color: white;
    background-repeat: no-repeat;
    background-size:cover !important;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    height: 170px;
}
.card_services:hover .title_services{
    text-shadow: 2px 2px #343434;
    transition: 0.3s;
}
.card_services:hover {
    transition: 0.3s;
    background-color: #000000 !important;
}
.card_service_body{
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: #12a8db;
    border-radius: 1px;
    top: 120px;
    position: relative;
}
.card_service_body h5{
    color:#fff !important;
    font-size: 17px;
}
@media (max-width: 991px) {
    .title_services {
        font-size: 15px !important;
    }

    .card_service_body {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (max-width: 899px)  and (min-width: 768px) {
    .card_services {
        height: 145px;
    }
    .card_service_body {
        top: 97px;
    }
}
@media (max-width: 767px)  and (min-width: 481px) {
    .card_services {
        height: 190px;
    }
    .card_service_body {
        top: 142px;
    }
}
@media (max-width: 480px) {
    .col-services {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .card_services{
        height: 220px;
    }
    .card_service_body {
        top: 155px;
    }
}
@media (max-width: 500px){
    .title_services{
        font-size: 16px;
    }
    .card_service_body{
        padding-right: 5px !important;
        padding-left:  5px !important;
    }
    .titles_style h4 , .titles_style2 h4 ,  .titles_style h2  {
        font-size: 25px !important;
    }
    .mb_parallax_overlay h4{
        font-size: 28px !important;
    }
}
@media (max-width: 399px) {
    .col_main_div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-services{
        margin-bottom: 1rem !important;
    }
}

.col-services:hover ,
.col-services:focus  {
    transform: scale(1.01);
    transition: .1s;
}
.container_features{
    margin-top: .5rem;
}

.card_features{
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    height: 150px;
}
.card_features span{
    font-size: 3rem;
    margin-bottom: 5rem;
    height: 150px !important;
}
.card_features h5{
    color: #585858;
    font-size: 14px;
    margin-top:1rem ;
    cursor: default;
    line-height: 1.5rem;
    font-weight: bold;
}
.card_features:hover{
    transition: 0.5s;
    background-color: #12a8db;
}
.card_features:hover .icon_feature{
    font-size: 3.5rem;
    transition: 0.5s;
    color: #fff;
}
.card_features:hover .title_feature{
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
}
.col-features{
    margin-bottom: 2rem;
}
@media (max-width: 799px) and (min-width: 768px) {
    .card_features {
        height: 170px;
    }
}

@media (max-width: 399px) {
    .card_features {
        height: 180px;
    }
}



/***********************************************  about us in main page *******************************************/
.container_about{
    margin-top: 3%;
    margin-bottom: 4rem;
}
.container_about img{
    width: 100%;
    border-radius: 7px;
    border: 1px solid #12a8db;

}
.container_about img:hover{
    opacity: 0.8;
    border: 1px solid#12a8db;
}
.container_about h4{
    cursor: default;
    text-align: center;
    font-size: 30px;
    padding-bottom: 1.5rem;
    color: #232323;
}
.container_about .content_about{
    cursor: default;
    color: #404040;
    font-weight: 500;
    line-height: 2rem;
    font-size: 15px !important;
    padding-bottom: 1rem;
}
.card-about{
    padding: 2rem;
    background:#fef2f6;
    border-radius: 7px;
}

.btn-about{
    float: left;
    background-color: #12a8db;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
}
.btn-about:hover{
    color: #ededed;
    background-color: #12a8db;
}

/***********************************************  parallax *******************************************/

/*  parallax */
.mb_parallax_overlay {
    height: 60vh;
    padding-top:6.5rem !important;
    z-index: 1;
    position: relative;
}

.mb_parallax_overlay p{
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
}

.paralsec1 {
    background-image: url("../images/slider/map.png");
    cursor: default;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}
.paralsec1:after{
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.btn-paralax{
    background-color: #12a8db;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
    padding: 0.5rem 2rem;
}
.btn-paralax:hover{
    color: #ededed;
    background-color: #12a8db;
}
@media (max-width: 1020px) and (min-width: 992px) {
    .mb_parallax_overlay p{
        font-size: 32px;
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    .mb_parallax_overlay p{
        font-size: 28px;
    }

}
@media (max-width: 767px) and (min-width: 567px) {
    .mb_parallax_overlay p{
        font-size: 23px;
    }
    .paralsec1 {
        height: 300px;
    }
    .mb_parallax_overlay {
        padding-top:3.5rem !important;
    }

}
@media (max-width: 566px) and (min-width: 510px) {
    .mb_parallax_overlay p{
        font-size: 20px;
    }
    .paralsec1 {
        height: 250px;
    }
    .mb_parallax_overlay {
        padding-top:1.5rem !important;
    }

}
@media (max-width: 509px) and (min-width: 401px) {
    .mb_parallax_overlay p {
        font-size: 16px;
        line-height: 2rem;
    }
    .btn-paralax{
        font-size: 18px;
    }
    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 2.5rem !important;
    }
}
@media (max-width: 400px) {
    .mb_parallax_overlay p{
        font-size: 14px;
        line-height: 2rem;
        padding: 0 1rem;
    }
    .btn-paralax{
        font-size: 16px;
    }
    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 1rem !important;
    }

}
/***********************************************  list services *******************************************/


/*  titles */
.titles_style{
    cursor: default;
}
.titles_style h4 , .titles_style h2 {
    font-size: 30px;
    font-weight: 500;
    color: #020202bf
}
.titles_style h1{
    font-size: 22px !important;
    color: #000000c7 !important;
    font-weight: 500;
}
@media (max-width: 500px){
    .titles_style h4 , .titles_style2 h4 ,  .titles_style h2{
        font-size: 22px !important;
    }
}
.hr_style{
    border:1px solid #12a8db;
    box-shadow: 0 1px 3px 1px rgba(0, 183, 150, 0.6);
}
.services_content{
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 3rem;
}

.hm-black-strong-icon{
    position: relative;
    border-radius: 5px;
    width: 90px;
    height: 90px;
    margin-bottom: 1rem;
}

.hm-black-strong-icon img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    vertical-align: top;
    object-fit: cover;
}
.hm-black-strong-icon:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 90px;
    height: 90px;
    top:0; left:0;
    background: rgba(0, 183, 150, 0.3);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.card_services:hover .hm-black-strong-icon:after  , .card-blog:hover .hm-black-strong-icon:after , .hm-black-strong-icon:hover:after {
    opacity: 1;
    transition:0.7s ease-in-out;
}
.title_services{
    cursor: pointer !important;
    color: #292929;
}
.text_services{
    cursor: default !important;
    font-weight: 400;
}
.card_services:hover .title_services {
    color: #12a8db;
}
.card_services:hover .text_services{
    color: #4a4a4a;
}
@media (max-width: 992px) {
    .services_content{
        margin-bottom: 3rem;
        color: #ffffd2;
    }
}


/***********************************************  list products *******************************************/
/*  titles */
.titles_style2{
    cursor: default;
}
.titles_style2 h2{
    font-size: 25px;
    font-weight: 500;
    color: #3d3c3c;
}
.hr_style2{
    border:1px solid #0b0b0b;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
/*  content */
.services_content2{
    font-size: 18px;
    color: #e8e8e8;
    font-weight: 400;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 3rem;

}
@media (max-width: 991px) and  (min-width: 550px){
    .services_content2{
        margin-bottom: 1rem;

    }
}

.container-text-cats{
    padding-bottom: 0;
    margin-top: 4rem;
}
.container_blog_index{
    margin-bottom: 3.5rem !important;
}

.container-cats{
    padding-bottom: 2rem;
    padding-top: 2rem;
}

/* slider */
.div-products .slick-prev:before,
.div-products .slick-next:before {
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px !important;
    color: #fffdfd !important;
    font-family: 'icomoon'!important;
    vertical-align: middle;
    cursor: pointer !important;
    background: #12a8db;
    padding: 3px;
}
.div-products .slick-next:before {
    content: "\e907" !important;
}
.div-products .slick-prev:before {
    content: "\e906" !important;
}
.slick-slider{
    margin-bottom: 4rem !important;
}
.div-products .slick-slide img {
    width: 100%;
    border: 2px solid #12a8db;
    display: block;
    height: 250px;
    object-fit: cover;
    border-radius: 2px;

}

.div-products .slick-slide{
    min-height: 450px;
}
.div_posts a:focus {
    box-shadow: none !important;
    outline: none !important;
    border:0  !important;
}
.card_product {
    border: 0 !important;
    padding: 0 !important;
    /* box-shadow: 1px 1px 5px 1px rgb(146 146 146 / 20%); */
    /* filter: brightness(92%); */
    position: relative;
    width: 100%;
}


.div-products .slick-slide:hover .card_product {
    filter: brightness(100%);
    transition: .7s;
}

.slick-initialized .slick-slide{
    height: auto !important;
}

.div-products .slick-prev {
    right: auto !important;
    left: 3.3rem !important;
}
.div-products .slick-next {
    right: auto !important;
    left: 1rem !important;
}
.div-products .slick-prev, .div-products .slick-next {
    bottom: auto !important;
    top: -25px !important;
}
.div-products .slick-prev:hover , .div-products .slick-next:hover {
    color: #444444 !important;
}
.card_product_info{
    border: 0 !important;
    padding: 0 .1rem;
}
.card_product_info button , .submit_contact input[type=submit]{
    box-shadow: none !important;
    background-color: #12a8db;
    width: 100%;
    color: #fff;
    border-radius: 1px;
    border:2px solid transparent !important;

}

.error-template button , .error-template button{
    box-shadow: none !important;
    background-color: #12a8db;
    color: #fff;
    border-radius: 1px;
    border:2px solid transparent;
}

.card_product_info button a , .error-template button a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
    line-height: 1.5rem;
}
.card_product_info button:hover  , .error-template button:hover  , .submit_contact input[type=submit]:hover{
    background-color: #fff !important;
    border:2px solid #12a8db !important;
    color: #12a8db !important;
    transition: all .5s ease;
}
.error-template button:hover a{
    color: #12a8db !important;
}
.card_img_zooming{
    margin-bottom: 1rem;
    overflow: hidden;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    position: relative;
}
.products .type-product{
    -webkit-transition: 1s linear;
    transition: 1s linear;
    position: relative;
}

.image-box img , .products .type-product img{
    -webkit-transition: all .6s ease; /* Safari and Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -o-transition: all .6s ease; /* IE 9 */
    -ms-transition: all .6s ease; /* Opera */
    transition: all .6s ease;
    position:relative;
}

.div_posts:hover .image-box img , .div_posts:hover .image-box img ,
.div_posts:hover .image-box img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.div_posts{
    padding: 0 .1rem;
    position: relative;
}


.card_product_info button:hover a{
    color: #12a8db;
}
.card_product_info button:hover .icon_cart , .error-template button:hover .icon_cart {
    background-color: rgba(166, 212, 76, 0.85);
    color: #12a8db;
}
.card_product_info button:hover .icon_cart:hover , .error-template button:hover .icon_cart:hover {
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}

.card_product_info button i , .error-template button i{
    padding: 5px;
    float: right;
    vertical-align: middle;
    background-color: #8cb340d9;
    text-align: center;
}
.card_product_info button i.fa-cart-plus , .error-template button i{
    border-radius: 5px;
}
.card_product_info button i.fa-angle-double-right{
    padding-left: 6px;
    border-radius: 100%;
    line-height: .8rem;
}
.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
}
.card_product_info span{
    font-size: 15px;
    color:  #8cb340d9;
    font-weight: 500;
}
.card_blog_info span{
    color:gray !important;
    font-size: 14px;
}
.card_product_info i{
    color: #12a8db;
}
.div-products .slick-slide  .card_product_info .icon_cart{
    color: #fff !important;
}
.card-body-style_product{
    margin: 1rem 0;
    text-align: center;
}
.old_price{
    color: #878383 !important;
    text-decoration: line-through;
    font-weight: 500;
}
.btn_sale , .woocommerce ul.products li.product .onsale , .woocommerce span.onsale{
    overflow: auto;
    z-index: 1;
    background: url(../images/featured.png) no-repeat center center transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    text-align: center;
    padding: 0;
    border: 0;
    line-height: 80px;
    background-color: transparent !important;
}
.btn_sale{
    right: -15px;
    top: -19px;
    left: -10px;
    width: 105px;
    height: 116px;
}
.woocommerce ul.products li.product .onsale{
    right: -19px;
    top: -19px;
    left: -10px;
    width: 111px;
    height: 120px;
}
.woocommerce span.onsale{
    right: -19px;
    top: -19px;
    left: -10px;
    width: 109px;
    height: 112px;
}
@media(max-width: 1199px) and (min-width: 657px){
    .card_product_info h4 {
        height: 35px;
    }

}
@media(max-width: 1199px) and (min-width: 992px){
    .div-products .slick-slide img {
        height: 210px;
    }
}
@media(max-width: 992px) and (min-width: 850px){
    .div-products .slick-slide img {
        height: 180px;
    }
}
@media(max-width: 656px) and (min-width: 530px){
    .div-products .slick-slide img {
        height: 210px;
    }
}
@media(max-width: 529px) and (min-width: 400px){
    .div-products .slick-slide img {
        height: 280px;
    }
}
@media(max-width: 400px) {
    .div-products .slick-slide img {
        height: 240px;
    }
    .titles_style2 h4 {
        font-size: 30px;
    }
}
@media(max-width: 360px) {
    .div-products .slick-slide img {
        height: 230px;
    }
}
@media (max-width: 549px) {
    .services_content2{
        margin-bottom: 0.1rem;

    }
}
@media (max-width: 420px) {
    .titles_style2 h2 {
        font-size: 1.15rem;
    }
    .container-text-cats {
        padding-bottom: 0;
        margin-top: 2rem;
    }
    .container_blog_index{
        margin-bottom: 1.5rem !important;
    }
}
/* cards style */
.div-products{
    margin-bottom: 0 !important;
}
.div-products .slick-slide{
    padding-left: 0.5rem;
    padding-bottom: 0.6rem;
    padding-right: 0.5rem;
}

.col-doctors h5{
    color: #242424;
}
.col-doctors p{
    color: #12a8db;
    font-weight: 500;
    font-size: 1.25rem;
    height: 60px;
}
.card-doctors{
    border: 1px solid #939393;
    border-radius: 2px;
    text-align: center;
}
.col-doctors .card-title{
    height: 35px;
}


.col-doctors img{
    padding: 0;
    margin: 0;
    height: 230px;
}
.card-doctors:hover img{
    opacity: 0.8;
}
@media (max-width: 1199px) and (min-width: 1101px){
    .col-doctors img{
        height: 200px;
    }
}
@media (max-width: 1100px) and (min-width: 992px){
    .col-doctors img{
        height: 180px;
    }
    .col-doctors p{
        height: 90px;
    }
}
@media (max-width:565px) and (min-width: 530px){
    .col-doctors img{
        height: 160px;
    }
    .col-doctors p{
        height: 90px;
    }
}
@media (max-width:529px) and (min-width: 420px){
    .col-doctors img{
        height: 270px;
    }
    .col-doctors p{
        height: 60px;
    }
}

.card_cats h4 , .card_dl_style h4{
    padding-top: 2rem;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
}
.card_cats span , .card_dl_style span{
    font-size: 14px;
    color: #d8d8d8;
    font-weight: 400;
}

/*********************************************** form turn *******************************************/

/*  back form  */
.mb_parallax_overlay2 {
    padding: 5px 5px 0 5px;
}
.mb_parallax_overlay2 img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.mb_parallax_overlay2 h3{
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
}
.div-banner-img , .div-banner-text{
    margin-top: auto;
    margin-bottom: auto;
}
.insta_btn{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 2px 2px #343434;
    color:#fff;
    font-weight: 500;
    border: 0;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.insta_btn:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.paralsec2 {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5) ), url("../images/slider/nobat.jpg");
    cursor: default;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}
.paralsec2:after{

    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.btn-paralax{
    background-color: #12a8db;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
    padding: 0.5rem 2rem;
}
.btn-paralax:hover{
    color: #ededed;
    background-color: #12a8db;
}
/* form */
.form-turn h2{
    color: #191919;
    margin-bottom: 2rem;
}
.form-turn input{
    padding: 0.65rem;

}
.form-turn input , .form-turn select ,   .form-turn textarea{
    border-radius: 5px !important;
    font-size: 13px !important

}
.form-turn select , .form-turn select option {
    color: #7d7d7d !important;
    font-weight: 400 !important;
    padding-right: 4px !important;
}
.form-turn input:focus , .form-turn select:focus , .form-turn select option  , .form-turn textarea:focus , .comment-respond input:focus , .comment-respond textarea:focus {
    border-color:#12a8db;
}
.form-turn select:focus option{
    border-color: #12a8db !important;
    border-radius: 5px !important;
}
.btn:focus{
    outline: none !important;
}
.btn-turn-form{
    box-shadow: 0 1px 3px 1px rgba(74, 74, 74, 0.4);
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 25px;
    text-align: center;
}
.btn-turn-form:hover{
    background-color: #ffdcdc;
}
.div-banner-text h4{
    line-height: 1.7rem;
    margin-bottom: 1rem;
}
@media (max-width: 400px){
    .div-alert span{
        font-size: 13px;
    }
}

@media (max-width: 1020px) and (min-width: 992px) {
    .mb_parallax_overlay p{
        font-size: 32px;
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    .mb_parallax_overlay p{
        font-size: 28px;
    }

}
@media (max-width: 767px) and (min-width: 567px) {
    .mb_parallax_overlay p{
        font-size: 23px;
    }
    .paralsec1 {
        height: 300px;
    }
    .mb_parallax_overlay {
        padding-top:3.5rem !important;
    }
    .div-banner-text h4{
        font-size: 20px;
    }
    .div-banner-text h3{
        font-size: 25px;
    }

}
@media (max-width: 566px) and (min-width: 510px) {
    .mb_parallax_overlay p{
        font-size: 20px;
    }
    .paralsec1 {
        height: 250px;
    }
    .mb_parallax_overlay {
        padding-top:1.5rem !important;
    }
    .div-banner-text h3{
        font-size: 25px;
    }
    .div-banner-text h4{
        font-size: 19px;
    }
}
@media (max-width: 509px) and (min-width: 431px) {
    .mb_parallax_overlay p {
        font-size: 16px;
        line-height: 2rem;
    }
    .btn-paralax{
        font-size: 18px;
    }
    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 2.5rem !important;
    }
    .div-banner-text h3{
        font-size: 25px;
    }
    .div-banner-text h4{
        font-size: 19px;
    }
}
@media (max-width: 430px) {
    .mb_parallax_overlay p{
        font-size: 14px;
        line-height: 2rem;
        padding: 0 1rem;
    }
    .btn-paralax{
        font-size: 16px;
    }
    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 1rem !important;
    }
    .div-banner-text h3{
        font-size: 22px;
    }
    .div-banner-text h4{
        font-size: 18px;
    }
    .div-banner-img, .div-banner-text{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .div-banner-text{
        padding: 1rem 0;
    }
    .div-banner-img img{
        height: 200px;
    }

}
/*********************************************** main list blog *******************************************/
.col-blog-index img{
    object-fit: cover;
    height: 270px;
    border-radius: 2px;
    transition:all .5s ease 0s;
}
.col-blog-index:hover img{
    filter: brightness(70%);
}
.col-blog-index:hover h4{
    color:#12a8db;
}
.div-blog{
    margin-top: 1rem;
}
.col-blog{
    margin-bottom: 7px;
}
.card-blog{
    border: 1px solid #909090 !important;
}
.col-blog img{
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    padding: 0;
}
.col-blog img:hover{
    opacity: 0.8;
    border: 1px solid #2e2e2e;
}
.card-blog:hover .title_blog{
    color: #12a8db;
}
.title_blog{
    color: #1a1a1a;
    font-size: 18px;
    text-align: center;
    padding-top: 1rem;
    height: 60px;
    line-height: 1.5rem;
}
.text_blog{
    height: 45px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}
.col-blog span{
    text-align: right;
}
.col-blog span:hover{
    color: #12a8db;
}
.col-blog span , .col-blog i {
    color: #12a8db;
    font-size: 12px;
    font-weight: bold;
}
.col-blog i {
    vertical-align: middle;
    padding-right: 2px;
}
.blog-card-body{
    padding: 1rem 0;
}
@media (min-width: 1300px) {
    .title_blog{
        height: 60px;
    }
    .text_blog{
        height: 45px;
    }
}
@media (max-width: 1299px) and (min-width: 1050px){

    .title_blog{
        height: 78px;
    }
    .text_blog{
        height: 58px;
    }
}
@media (max-width: 1049px) and (min-width: 992px){

    .title_blog{
        height: 85px;
    }
    .text_blog{
        height: 75px;
    }
    .col-blog-index img{
        height: 230px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .col-blog-index img{
        height: 200px;
    }
    .card_product_info span {
        font-size: 12px;
    }
}
@media (max-width: 991px) and (min-width: 360px){
    .title_blog{
        height: 60px;
    }

    .text_blog{
        height:40px;
    }
    .card_product_info span {
        font-size: 13px;
    }
}
@media (max-width: 359px){
    .title_blog{
        height:75px;
    }
    .text_blog{
        height:55px;
    }
    .card_product_info span {
        font-size: 13px;
    }
}
@media (min-width: 1700px) {
    .col-blog img{
        height: 280px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 250px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 185px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 140px;
    }
}
@media (max-width: 991px) and (min-width: 750px){
    .col-blog img{
        height: 230px;
    }
}
@media (max-width: 749px) and (min-width: 657px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 656px) and (min-width: 505px){
    .col-blog{
        margin: 0.5rem 5rem;
    }
    .col-blog img{
        height: 310px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 240px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 180px;
    }
    .col-blog-index img {
        object-fit: cover;
        height: 230px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height: 160px;
    }
    .col-blog-index img {
        object-fit: cover;
        height: 200px;
    }
}
/*********************************************** footer *******************************************/
.footer{
    cursor: default;
    border-top: 1px solid #f5f5f5a3;
    width:100%;
    min-height:250px;
    background-color: #f8f9fa !important;
}

.footer h6 , .footer p {
    cursor: default;
    color: #2e2e2e;
    line-height: 2.5rem;
    padding-bottom:0;
    margin-bottom: 0;
}
.footer p{
    text-align: justify;
    padding: 0 1rem;
    margin: 4px 0 9px 0;
    font-size:14px;
    font-weight: 500;
    color:#2b1313;
    line-height:2rem;
}
.footer h6{
    text-align: center !important;
    font-size:17px;
    font-weight: 500;
}
.footer ul li a{
    font-size:14px;
}
.footer ul li a:hover {
    color: #12a8db !important;

}
.headin5_amrc img{
    width: 75px;
    margin-top: 0.7rem;
}
.contact-footer {
    margin-top: 1.3rem;
    text-align: right;
}
.contact_info_footer, .contact-footer-text  , .contact-footer-text a {
    font-size: 14px;
    font-weight: 400;
    color: #404040 !important;
}
.contact-footer-text a:hover{
    color: #12a8db !important;
}
.contact-footer-text{
    margin-bottom: 12px;
}
.contact-footer-text .contact_icon {
    padding-left: 5px;
}
.social-div img{
    border-radius: 4px;
}
.social_footer_ul , .social_footer_ul2 {
    color: #d5d5d5;
    display:table;
    margin-right: 10px;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i , .social_footer_ul2 i{
    font-size: 27px;
    color: #1d1d1d;
}


.social_footer_ul li , .social_footer_ul2 li {
    padding-left:0.6rem;
    padding-top:2px;
    float:left;
    cursor: pointer;
}
.social_footer_ul li i{
    font-size: 19px !important;
}
.links-div{
    margin-top: 2rem;
}
@media (max-width: 1199px) and (min-width:992px ) {
    .footer p {
        margin: 3px 0 3px 0;
    }

}
@media (max-width: 991px) and (min-width:px ) {
    .footer p {
        margin: 1px 0 1px 0;
    }
    .links-div{
        margin-top: 0.5rem;
    }
}

.line_footer {
    background-color: #b4c5004d !important;
    margin: 0;
}
.pt2 {
    padding-top:25px ;
    margin-bottom:2rem ;
}

.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;
    text-align: center;
}
.footer_ul_amrc2 li{
    padding:0 0 1rem 0;

}
.footer_ul_amrc li  a , .footer_ul_amrc2 li a{
    font-weight: 500;
    color: #646363;
    margin-top: 1rem;
}
.footer_ul_amrc li a:hover , .footer_ul_amrc2 li a:hover{
    color: #292929 !important;
    text-decoration:none;
}

.footer_ul_amrc2 img{
    margin-top: 1.1rem;
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc2 img:hover{
    opacity: 0.8;

}

.footer_bottom{
    background-color: #12a8db !important;
    padding-top: 0.5rem;
    border-top: 1px solid #dedede;
}
.footer_bottom p{
    font-weight: 400 !important;
    color: #fff !important;;
    font-size: 12px;
}
.copy_right p{
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
}
.fartak a{
    color: #fff;
    font-weight: 500 !important;
    font-size: 12px;
}
.fartak a:hover{
    color: #dedede;
}
.fartak p{
    color: #e1e1e1;
}

@media (max-width: 767px) and (min-width: 657px) {
    .links-div{
        padding-right: 3rem !important;
    }
}
@media (max-width: 656px) {
    .col_white_amrc , .line_footer , .footer_ul_amrc li{
        text-align: center !important;
    }
    .links-div {
        margin-top: 1rem;
    }
    .col_white_amrc  .logo_text , .contact-footer{
        text-align: center !important;
    }
    .social_footer_ul2{
        text-align: center;
        margin-right: auto !important;
        margin-left: auto !important;
    }

}


@media (max-width: 506px) {
    .social-div {
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .footer_contact , .social_footer_ul , .footer_ul_amrc  {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {


}

@media (max-width:1199px) and (min-width: 768px) {
    .footer_ul_amrc2 img{
        width: 140px;
        margin-top: 1.9rem;
    }

}

@media (max-width:991px) and (min-width: 768px) {
    .social-div{
        margin-top:2rem;

    }

}
@media (max-width:767px) and (min-width:380px){
    .headin5_amrc img {
        width: 30%;
    }
}
@media (max-width:379px){
    .headin5_amrc img {
        width: 40%;
    }
}

@media (max-width:767px){
    .fartak{
        text-align: center !important;
    }
    .footer_ul_amrc li a{
        text-align: center !important;
    }
    .footer_ul_amrc2{
        padding: 0 !important;
    }
    .footer_ul_amrc2 img {
        margin-top: 0;
    }

}

@media (max-width:480px){
    .footer_ul_amrc2 img {
        width: 100px;
    }
}

.social-div img{
    width: 100px;
    border-radius: 4px;
}
.social_footer_ul {
    color: #d5d5d5;
    display:table;
    margin:15px auto 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i{
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}
.social_footer_ul i:hover , .list_phone:hover a , .list_phone:hover i{
    color:#e4e4e4 !important;
}
.social-div ul i:hover ,  .social_footer_ul2 i:hover {
    color:#12a8db !important;
}
.social_footer_ul li {
    padding-left:0.6rem;
    padding-top:2px;
    float:left;
    cursor: pointer;
}
.social_footer_ul li a {
    color: #2346ca;
}



/* ********************************* list page ******************************** */
.carousel-list img{
    height: 350px;
    object-fit:cover;
}
.card_blog{
    border:0;
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.card_blog:hover{
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}
.card_blog:hover img{
    filter: brightness(80%);
    transition: 0.5s;
}

.card_blog h3{
    font-size: 18px;
    color: #4d4040 !important;
}
.card_blog:hover h3{
    color:#12a8db !important;
}
.div-list-blog .col-blog{
    margin-bottom: 2rem !important;
}
.card-border1 p{
    font-size: 13px;
    font-weight: 500;
    color: #5d5b5b;
    line-height: 2rem;
    text-align: justify;
}
.card-border1 .card-date{
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 400;
}
.card-border1 .card-cat{
    font-size: 13px;
    padding: 5px !important;
    color: #12a8db;
    border: 1px solid #c8d34f96;
}
.card-border1 .card-cat:hover{
    border:1px solid #12a8db;
}
.button-radius{
    position: relative;
    min-height: 34px;
    display: inline-block;
    width: auto;
    line-height: 30px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 14px;
    box-shadow: none !important;
    background-color: #12a8db;
    color: #fff;
    border-radius: 20px;
    border: 2px solid transparent;
}

.button-radius:after {
    font-family: 'icomoon';
    content: "\e906";
    font-size: 14px;
    color: #12a8db;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 90%;
    text-align: center;
    line-height: 26px;
    float: left;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: absolute;
    left: 2%;
    top: 2px;
    overflow: hidden;
    font-weight: 700;
}

.button-radius:hover{
    border: 2px solid #12a8db;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding-right: 20px;
    padding-left: 30px;
}
@media (max-width:991px) and (min-width:600px){
    .carousel-list img{
        height: 250px;
    }
}
@media (max-width:599px) and (min-width:400px){
    .carousel-list img{
        height: 200px;
    }
}
@media (max-width:399px){
    .carousel-list img{
        height: 150px;
    }
}

/* breadcrump */
@media (min-width:450px){
    .container-bread{
        margin-top: 1rem;
    }
}
.bread-custom {
    margin-top: 1rem !important;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
    border-radius: 2px;
    padding: 0.5rem 1rem;
    background-color: #FFFFFF;
    margin-bottom: 1rem !important;
    direction: rtl !important;
    font-size: 16px;
}
.bread-custom li{
    font-size: 14px;
    float: right;
}
.bread-custom li a {
    color: #a8a8a8 !important;
    font-weight: 400;
}
.bread-custom li a:hover {
    color: #818181 !important;
    font-weight: 400;
}
.bread-custom .active{
    cursor: default !important;
    color: #5c5c5c;
    font-weight: 400;
}
.div-list-doctors .col-doctors{
    margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
    .div-list-doctors img{
        height: 180px !important;
    }
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 799px) and (min-width: 768px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 330px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 1100px) and (min-width: 992px) {
    .div-list-doctors img{
        height: 160px !important;
    }
}
@media (max-width: 656px) and (min-width: 530px) {
    .div-list-doctors img{
        height: 280px !important;
    }
}
@media (max-width: 480px) and (min-width: 400px) {
    .div-list-doctors img{
        height: 220px !important;
    }
}
@media (max-width: 380px) {
    .div-list-doctors img{
        height: 170px !important;
    }
}
/* sidebar */
@media (min-width: 1254px)  {
    .div-sidebar{
        margin-top: 3.4rem;
    }
}
@media (max-width: 1253px) and (min-width: 768px) {
    .div-sidebar{
        margin-top: 3.5rem;
    }
}


@media (max-width: 920px) and (min-width: 768px) {
    .div-list-blog img{
        height: 180px !important;
    }
}


/* search */
.search-blog button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;

}
.search-blog input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;

}
.search-blog i{
    font-size: 19px;
    color: #888888;
    vertical-align: middle;
}
.search-blog button:hover .icon-search {
    color: #383838 !important;
}
.search_top button:hover .icon-search{
    color: #607518;
}
.search-blog{
    margin-bottom: 5px
}
.btn-search i{
    cursor: pointer !important;
}

/* categories */
.cats_blog ,  .most_popular{
    border: 0;
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}



.cats_blog i ,  .most_popular i{
    cursor: default;
    font-size: 15px;
    color: #7a7a7a !important;
    font-weight: 500;
    vertical-align: middle;
}
.cats_blog p , .most_popular p{
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}
.popular_txt p{
    padding: 0.5rem 0 0 0!important;
}


.popular_txt p del{
    font-size: 13px;
    color: #888888;
}
.cats_blog ul ,  .most_popular ul{
    padding-right: 0 !important;
}
.cats_blog ul li:last-child , .most_popular ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.cats_blog ul li , .most_popular ul li{
    padding-right: 5px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;

}
.cats_blog ul li img{
    width: 40px;
    height: 30px;
    padding:0;
}
.most_popular ul li img{
    width: 60px;
    padding:0;
    height: 50px;
}

.cats_blog ul li img:hover , .cats_blog ul li:hover .img_cats ,
.most_popular ul li img:hover , .most_popular ul li:hover .img_cats{
    filter: brightness(80%);
}
.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}
.most_popular ul li a{
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.cats_blog ul li a:hover , .cats_blog ul li a:focus , .cats_blog ul li:hover .link_cats ,
.most_popular ul li a:hover , .most_popular ul li a:focus , .most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px){
    .cats_blog ul li a {
        font-size: 13px;
    }
    .most_popular ul li a{
        font-size: 13px;
    }
    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px){
    .most_popular ul li a {
        font-size: 13px;
    }
    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 40px;
        height: 35px;
    }
}
@media (max-width: 767px) and (min-width:360px){
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
}
@media (max-width: 359px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
    .most_popular ul li img {
        width: 40px;
        height: 35px;
    }
    .most_popular ul li a{
        font-size: 12px;
    }
}

/*custom pagination */
.custom-pagination {
    text-align:center;
    direction:rtl !important;
    padding-bottom: 1.5rem !important;
}
.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;
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}
.custom-pagination span
{
    border: 1px solid #12a8db;
    color:  #FFFFFF;
    background-color:#12a8db;
}

.custom-pagination a:hover
{
    background-color:#12a8db;
    border: 1px solid #12a8db;
    color:  #fff;
}


/* ********************************* single ******************************** */
/* image single */
.box8{
    cursor: pointer;
}
.box8 .icon,.box8 .title{
    margin:0 !important;
    position:absolute!important;
}
.box8{
    position:relative;
}
.box8 img{
    margin-bottom: 0 !important;
    width:100%;
}
.box8 .title , .cat_box8 .title{
    background:#12a8db !important;
    font-size:14px !important;
    color:#fff !important;;
}

.box8 .title:hover , .cat_box8 .title:hover{
    background: #12a8db !important;;
    color:#fff !important;;
    opacity: 1 !important;;
}
.box8 .title , .cat_box8 .title{
    opacity: 0.8;
    padding:5px 7px;
    border-radius:5px;
    font-weight:600;
    top: 20px;
    right:20px;
    transition:all .9s ease 0s;
}

.box8 .icon li a{
    transition:all .35s ease 0s;
}

@media only screen and (max-width:990px){
    .box8{
        margin-bottom:20px;
    }
}
@media(max-width:991px)and (min-width:768px){
    .box8 img{
        height:150px;
    }
}
@media(max-width:656px)and (min-width:450px){
    .box8 img{
        height:300px;
    }
}

/* single post */
.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;
}
.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;
    }
}
.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: 28px !important;
    color: #151515 !important;
    line-height: 3rem !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{
    color:#12a8db;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding:0 !important;
    margin: 0 !important;
}

.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-social a {
    padding: 5px 10px !important;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social a:hover ,  .share-social2 a:hover{
    transition: 0.5s;
    background-color:#12a8db;
    color: #FFFFFF;
    border-color: transparent;
}
.share-social a:hover i , .share-social2 a:hover i {
    color: #FFFFFF;
}
/* 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: 15px;
    color: #727272;
    font-weight: 400;
}

.single-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h3 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h4 {
    font-size: 16px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h5 {
    font-size: 15px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h6 {
    font-size: 14px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content a{
    color: #222222;
}
.single-content a:hover{
    color: #12a8db;
}

.single-content img{
    height: auto;
    width: 100% !important;
    cursor: pointer !important;
    border-radius: 5px;
}
.single-content img:hover{
    filter: brightness(82%);
    transition: .5s;
}
.slick-dots li button:before {
    font-size: 30px !important;
}
.img-doctor img{
    max-height: 450px;
    object-fit: cover !important;
}
.img-blog img{
    max-height: 600px;
}
/* single post */
.single-post-info{
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.6rem;
    font-size: 13px;
    font-weight: 400;
}
.single-post-info span , .single-post-info a{
    color: #9c9c9c;
    padding-bottom: 10px;
}
.single-post-info a:hover{
    color: #12a8db;
}
.single-post-info i{
    color: #6a6a6a;
    cursor: default;
}
.single-post-info span{
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}
.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;
    color:#12a8db;
    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;
}
.card-tags a:hover{
    color:  #12a8db;
}

.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;
    }
}


/* 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{
    color:#12a8db !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    color:#12a8db !important;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a{
    color: #828282 !important;
    font-size: 14px;
}
.comment-reply-title{
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}
.logged-in-as a:hover {
    color:#12a8db !important;
}
.comment-reply-title:before{
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    color:#12a8db !important;
    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{
    color: #12a8db !important;
    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;
    background:#12a8db;
    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);
    background: #00987c;
    transition: 0.3s;
}
.ajax-success{
    color: #00816a;
}
.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;
}
@media (max-width:767px) {
    .row_input_comment{
        margin-top: 0;

    }
}

/*  **************** contact page **************************/
.contact_content{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.contact_content h2{
    line-height: 2.5rem;
    font-size: 22px;
}
.contact_content p , .contact_content {
    text-align: justify;
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
}
.contact_content a{
    color: #282828;
}
.woocommerce-review-link{
    color: #6a6969 !important;
    font-size: 14px;
    font-weight: 500;
}
.post_info_title{
    font-size: 15px;
    font-weight: bold;
}
.single-content2 a:hover{
    color:  #12a8db;
}
.post_info i{
    vertical-align: middle;
    color:  #12a8db;
    font-size: 26px;
    margin-left: 5px;
}
.post_info p{
    color: #7a7a7a !important;
    font-size: 12px;
    font-weight: 500;
}
.post_info h3{
    font-size: 14px;
    font-weight: bold;
}
.contact_info{
    color: #7a7a7a !important;
    font-size: 14px;
    font-weight: 500;
}

.hover_contact_item:hover .contact_icon{
    color: #12a8db;
}
.hover_contact_item:hover .contact_info{
    color: #12a8db !important;
}
.contact-style iframe {
    width: 100% !important;
}

@media (max-width: 991px) {
    .contact-style p{
        padding: 0 !important;
    }
}
@media (max-width: 656px) and (min-width: 400px) {
    .contact_content {
        padding: 1rem 10px !important;
    }
    iframe{
        height: 300px;
    }
}
@media (max-width: 399px) {
    .contact_content {
        padding: 1rem 10px !important;
    }
    iframe{
        height: 270px;
    }
    .post_info_title {
        font-size: 14px;
    }
    .contact_info {
        font-size: 13px;
    }
}
@media (max-width: 380px) {
    .container_contact{
        padding: 5px !important;
    }
}

/* form contact */

.form-div input[type=text]:focus , .form-div input[type=email]:focus , .form-div textarea:focus , .comment-respond input:focus , .comment-respond textarea:focus {
    border-color:#12a8db;
}

.form-div input[type=text] , .form-div input[type=email]{
    text-align: right;
    padding: 0.7rem;
    margin-bottom: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
}
.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]{
    background-color:#12a8db;
    border:0 ;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}
.form-div input[type=submit]:hover , .form-div input[type=submit]:focus{
    transition: .5s;
    background-color: #12a8db;

}
iframe{
    width: 100%;
}

.form-div textarea{
    font-size: 14px;
    margin-bottom: 1rem;
    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;
}
@media (min-width: 1200px) {
    .contact_item{
        padding-right: 26px !important;
    }
}
#form_contact label{
    width: 100%;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 14px;
    border-color:#c31510 !important;
}

.wpcf7-not-valid-tip{
    display:none !important;
}
@media (min-width: 991px) {
    .col-contact-form{
        padding-left: 0 !important;
    }
}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }
}
@media (max-width: 767px) {
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }
}
.btn-404:hover{
    background-color:#12a8db;
    border-color: transparent !important;
}
.link-404{
    color: #12a8db;
}
.link-404{
    color: #12a8db;
}
.link-404:hover{
    color: #000000;
}

/*  **************** gallery page **************************/
/* gallery */
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 20px !important;
    background: none !important;
}

/*  **************** user panel **************************/

/* user panel */
.carousel-panel img{
    height: 170px;
    object-fit:cover;
}
@media (max-width: 767px) and (min-width: 768px) {
    .carousel-panel img{
        height: 150px;
    }
}
@media (max-width: 767px) and (min-width: 431px) {
    .carousel-panel img{
        height: 160px;
    }
}
@media (max-width: 430px) and (min-width: 370px) {
    .carousel-panel img{
        height: 150px;
    }
}
@media (max-width: 369px) {
    .carousel-panel img{
        height: 140px;
    }
}
/*  login back form  */
.mb_parallax_overlay3 {
    padding-top:2rem ;
    padding-bottom: 2.5rem;
}

.mb_parallax_overlay3 h4{
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
}

.paralsec3 {
    background: linear-gradient( rgba(255, 255, 255, 1), rgba(176, 176, 176, 0.5)), url("../images/slider/login.jpg");
    cursor: default;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}
.paralsec3:after{

    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.form-login{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 5rem 0;

}
.form-login h4{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-shadow: none !important;
}
.form-login i{
    font-size: 30px;
    color: #12a8db !important;
    vertical-align: middle;
}

.form-login input[type=text] , .form-login input[type=password]{
    border-radius: 5px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box  !important;
    border: 1px solid rgba(0,0,0,.15)  !important;
    text-align: left !important;


}
.form-login input[type=text]:focus , .form-login input[type=password]:focus{
    border: 1px solid #12a8db  !important;;
}

.form-login input:focus{
    border-color: #12a8db;
}
.form-login input[type=submit]{
    width: 30% !important;
    background-color: #12a8db !important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
    border-radius: 2px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    cursor:pointer;
}


.form-login input[type=submit]:hover,
.form-login input[type=submit]:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.form-login label{
    color: #656565;
    font-weight: 400;
}
.error_msg{
    color: red !important;
    font-size: 13px;
    font-weight: 400;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    font-size: 14px;
}
.title_span{
    font-size: 16px !important;
    padding-left: 5px;
    color: #12a8db;
}
/*  login text  */
.text-login p{
    font-size: 19px;
    color: black;
    font-weight: bold;
    line-height: 2rem;
}
.logout-link , .login-link {
    font-size: 15px;
}
.bread-custom  .logout-link i {
    color: red !important;
    vertical-align: middle;
}
.bread-custom  .login-link i{
    color: #12a8db !important;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .text-login{
        padding: 5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .text-login{
        padding: 5rem 3rem;
    }
}
@media (max-width: 767px) and (min-width: 300px){
    .text-login{
        padding: 3rem 0 0 0;
    }
}

/*panel user gallery */
.gallery_style .example-image{
    height: 300px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .gallery_style .example-image {
        height: 250px !important;

    }
}
@media (max-width: 991px) and (min-width: 900px) {
    .gallery_style .example-image {
        height: 200px !important;

    }
}
@media (max-width: 899px) and (min-width: 768px) {
    .gallery_style .example-image {
        height: 165px !important;

    }
}
@media (max-width: 767px) {
    .gallery_style .example-image {
        height: auto !important;
        max-height: 600px !important;

    }
}

/* form change password */
.change_pass_link{
    color: #535353;
    font-weight: 400;
    font-size: 14px;
}
.change_pass_link:hover{
    color: #222222;
}
@media (max-width: 466px) {

    .list_user_panel{
        float: right;
        padding: 5px 0 0 0;
    }

}
@media (max-width: 458px) {
    .change_psw_link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


}
.list_user_panel li{
    list-style: none;
}
.success_msg{
    color: #12a8db !important;
    font-size: 13px;
    font-weight: 400;
}
/* gallery */
.title_gallery_images{
    margin-top: -15% !important;
    margin-right: 5% !important;
    color: #000 !important;
    z-index: 9999 !important;;
    font-size: 14px !important;;

}

@media (max-width: 991px) and (min-width: 768px) {
    .title_gallery_images{
        margin-top: -20% !important;

    }
}
/* small nav menu */
@media screen and (min-width: 992px) {
    .closebtn , .logo_small{
        display:none !important;
    }
    .sidenav{
        margin-left: auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .logo_small img{
        width:85px;

    }
    .logo_small {
        text-align: center;
    }
    .sidenav {
        overflow-y: auto;
        position: fixed;
        z-index: 10000000;
        top: 0;
        bottom: 0;
        left: -100%;
        padding-top: 2rem;
        background: #fff;
        box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
        transition: all .4s ease;
        overflow: auto !important; /* Hide scrollbars */
        display: block !important;
        height: 100%;
        width: 0;
        right: 0;
    }


    .sidenav .dropdown-menu li{
        text-align:right;
        background-color: transparent !important;
        margin-right: 0 !important;
    }
    .sidenav li{
        color: #fff !important;
        border: 0 !important;
    }
    .sidenav li a:hover{
        color:#ffc3e1;
    }

    .sidenav .dropdown-menu li:hover {

    }
    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 18px !important;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px !important;
        margin-right: 50px;
    }
    .sidenav .closebtn i{
        color:gray;
    }

    .sidenav .closebtn:hover{
        color:#ffc3e1;
    }
    .sidenav ul {
        text-align:right;
        margin-top: 0 !important;
    }

    .list_header_links, .list_header_links_menu {
        float: revert !important;
    }

    .div-nav-links-mobile .list_header_links {
        float: left !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
    }

    /* width */
    .sidenav::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .sidenav::-webkit-scrollbar-track{
        box-shadow: inset 0 0 5px #12a8db;
        border-radius: 10px;
    }

    /* Handle */
    .sidenav::-webkit-scrollbar-thumb{
        background: #12a8db;
        border-radius: 10px;
    }

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: rgba(97, 128, 31, 0.8);
    }
}
.error-template{
    text-align: center;
}
.error-template img{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.error-template  h3{
    color:#12a8db;
}
