/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/



a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}




button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}






/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

.banner_img {
    width: 100%;
    text-align: center;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: white;
    font-weight: bold;
    line-height: 50px;
    padding-top: 70px;

}

.banner_text {
    width: 100%;
    float: left;
    font-size: 23px;
    color: white;
    margin: 20px 0px 0px 0px;
}

.more_bt {
    width: 150px;
    float: left;
    margin-top: 30px;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #a258ed;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    text-transform: uppercase;
}

.more_bt a:hover {
    color: #ffffff;
    background-color: #3674f2;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 110%;
}

#my_slider a.carousel-control-next {
    position: absolute;
    left: 0px;
    right: -60px;
    top: 110%;

}

#my_slider .carousel-control-prev, 
#my_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    /* background: #34a58e; */
       color: black;
}


/* banner section end */







/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


.SliderImg{border-radius: 10%;}

.imgtres{width: 800px; height: 415px;}

.imgcuatro{ height: 400px;}


























@media screen and (max-width:1000px){
   
	#my_slider a.carousel-control-prev {
        display: none;
      
    }
	  
#my_slider a.carousel-control-next {
    display: none;

}


.banner_taital{font-size: 40px;}
.banner_text{font-size: 15px;}
.banner_text {
    width: 90%;
}

.imgtres{width: 300px; height: 300px;}
}
























@media screen and (max-width:900px){
   
	#my_slider a.carousel-control-prev {
        display: none;
      
    }
	  
#my_slider a.carousel-control-next {
    display: none;

}

.banner_taital{font-size: 40px;}
.banner_text{font-size: 15px;}
.banner_text {
    width: 90%;
}

.imgtres{width: 300px; height: 300px;}
}






@media screen and (max-width:600px){
   
	#my_slider a.carousel-control-prev {
        display: none;
      
    }
	  
#my_slider a.carousel-control-next {
    display: none;

}

.banner_taital{font-size: 40px;}
.banner_text{font-size: 15px;}
.banner_text {
    width: 90%;
}

.banner_img{display:none;}
}





@media screen and (max-width:500px){
	
    #my_slider a.carousel-control-prev {
        display: none;
      
    }
	  
#my_slider a.carousel-control-next {
    display: none;

}


	  

.banner_img{display:none;}

.banner_taital{font-size: 30px;}
.banner_text{font-size: 15px;}
.banner_text {
    width: 100%;
}



   
}













@media screen and (max-width:400px){
	
    #my_slider a.carousel-control-prev {
        display: none;
      
    }
	  
#my_slider a.carousel-control-next {
    display: none;

}


	  

.banner_img{display:none;}

.banner_taital{font-size: 25px;}
.banner_text{font-size: 15px;}
.banner_text {
    width: 100%;
}



   
}




   









/*




@media (min-width: 992px) and (max-width: 1199px) {

    .logo {
        width: 81%;
    }

    .banner_taital {
        width: 70%;
        font-size: 34px;
        line-height: 40px;
        padding-top: 0px;
    }

    .banner_text {
        width: 100%;
        margin: 0px;
    }

    .banner_img {
        width: 60%;
        text-align: center;
    }

    .banner_section {
        padding: 80px 0px;
    }

    .hands_text {
        width: 81%;
        padding-top: 0px;
    }

    .hands_text_2 {
        width: 60%;
        margin: 40px 50px;
    }

    .hands_text_2::after {
        width: 90px;
        right: -130px;
    }

    .hands_text::after {
        width: 120px;
        right: -110px;
    }

    .about_taital {
        width: 100%;
        font-size: 36px;
    }

    .about_text {
        width: 100%;
    }

    .doctors_section {
        background-size: cover;
    }

    .play_icon::before {
        left: 67px;
    }




}




@media (max-width: 575px) {
    #main_slider a.carousel-control-prev {
        position: absolute;
        left: -60px;
        right: 0px;
        top: 105%;
    }

    #main_slider a.carousel-control-next {
        position: absolute;
        left: 0px;
        right: -60px;
        top: 105%;
    }

    .shoping_bag {
        display: none;
    }

    .header_section {
        background-size: cover;
    }

    .toggle_menu_1 {
        display: block;
        top: 5px;
        position: relative;
        float: right;
    }

    .toggle_menu {
    top: 8px;
    position: relative;
    left: 0px;
    display: none;
}

    .menu_main {
        display: none;
    }

    .logo {
        width: auto;
    }

    .menu_main {
        display: none;
    }

    .banner_taital {
        font-size: 40px;
        padding-top: 0px;
    }

    .banner_text {
        width: 100%;
    }

    .banner_img {
        width: 100%;
        margin-top: 40px;
    }

    #my_slider a.carousel-control-next {
        top: 112%;
    }

    #my_slider a.carousel-control-prev {
        top: 112%;
    }



}



*/


@media only screen and (min-width: 280px) and (max-width: 599px) {
    .cart-content-right {
        padding-bottom: 5px;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 5%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .menu-area-main {
        height: 45px;
        overflow-y: auto;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
}



@media (min-width: 768px) and (max-width: 991px) {

    #my_slider a.carousel-control-next {
        top: 122%;
    }

    #my_slider a.carousel-control-prev {
        top: 122%;
    }

    #main_slider a.carousel-control-prev {
        position: absolute;
        left: -60px;
        right: 0px;
        top: 105%;
    }

    #main_slider a.carousel-control-next {
        position: absolute;
        left: 0px;
        right: -60px;
        top: 105%;
    }

    .shoping_bag {
        display: none;
    }

    .header_section {
        background-size: cover;
    }

    .toggle_menu_1 {
        display: block;
        top: 5px;
        position: relative;
        float: right;
    }

    .menu_main {
        display: none;
    }

    .logo {
        width: auto;
    }

    .banner_taital {
        font-size: 40px;
        padding-top: 0px;
    }

    .banner_text {
        width: 100%;
    }

    .banner_img {
        width: 100%;
        margin-top: 40px;
    }

 
    .news_text {
        width: 100%;
    }

    .box_main {
        width: 97%;
    }

    .update_taital {
        font-size: 26px;
    }

    .update_mail {
        width: 90%;
    }

    .doctors_section{
        background-size: cover;
        background-image: linear-gradient(90deg, #7d56c9 18%, rgba(76, 90, 90, 0) 4%), url(../images/doctor-bg1.png);
    }

    .play_icon::before {
        left: 51px;
    }

}