#video{
    padding: 50px 0;
}

#video iframe{
    margin: 0 auto;
    display: block;
}

@media(max-width:576px){
    #video iframe{
        width: 100%;
        height: auto;
    }
}

/*----------------------------------------------------------------
Icon List
-------------------------------------------------------------------*/

#iconList{
    background: #ECFDFE;
    padding: 50px 0;
}

#iconList .header{
    display: flex;
    align-items: center;
    margin:  0 0 20px;
}

#iconList p{
    margin: 0;
}

#iconList h5{
    margin: 0 0 0 10px;
    font-size: 21px;
    color: #163E6B;
    font-weight: 500;
}

#iconList i{
    background: #1F87AD;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:767px){
    #iconList .header{
        height: 52px;
    }
}

/*----------------------------------------------------------------
Specialists
-------------------------------------------------------------------*/

#specialists{
    padding: 50px 0;
}

#specialists .content{
    height: 250px;
}

#specialists img{
    width: auto;
    height: 280px;
}

#specialists .inner{
    display: flex;
}

#specialists h3{
    margin:  0 0 20px;
    color: #212932;
}

#specialists .col1 .inner{
    margin-right: 25px;
}

#specialists .col2 .inner{
    margin-left: 25px;
}

@media(max-width:1200px){
    #specialists .content{
        height: auto;
        width: 100%;
        margin-right: 25px;
    }
    
    #specialists img{
        margin-left: 25px;
    }

    #specialists .col1 .inner,
    #specialists .col2 .inner{
        margin: 0;
    }
}

@media(max-width:767px){
    #specialists .inner{
        flex-direction: column;
        margin: 0 0 50px;
    }
    
    #specialists{
        padding: 50px 0 0;
    }
	
	    #specialists .content{
        margin-right: 0px;
    }
    
    #specialists img{
        margin-left: 0px;
    }
    
}

@media(max-width:576px){
    #specialists .inner{
        margin: 0 15px 50px;
    }
}

/*----------------------------------------------------------------
Dispensary
-------------------------------------------------------------------*/

#dispensary{
    background: #ECFDFE;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#dispensary .content{
    width: 320px
}

#dispensary .inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

#dispensary h3{
    font-weight: 500;
}

#dispensary img{
    width: 100%;
}

#dispensary .i1{
    width: 200px;
    position: absolute;
    bottom: -200px;
    right: 100px;

}

#dispensary .i2{
    width: 200px;
    position: absolute;
    top: -200px;
    left: 100px;
}

@media(max-width:1400px){
    #dispensary .i1{
        right: 20px;
    
    }
    
    #dispensary .i2{
        left: 20px;
    }
}

@media(max-width:1230px){
    #dispensary .i1{
        display: none;

    }
    
    #dispensary .i2{
        display: none;
    }
}

@media(max-width:767px){
    #dispensary .inner{
        flex-direction: column;
    }
    
    #dispensary .content{
        width: 100%;
    }
}

/*----------------------------------------------------------------
Contact
-------------------------------------------------------------------*/

#contact{
    padding: 50px 0;
}

#contact img{
    width: 60%;
    margin: 0 auto;
    height: 200px
}

#contact .content{
    margin: 20px 0 0;
}

#contact .btn-main{
    margin: 50px auto;
    display: block;
}

@media(max-width:767px){
    #contact .block{
        margin: 50px 0 0 0;
    }

    #contact{
        padding: 0px 0 50px;
    }
}

/*----------------------------------------------------------------
Philosophy
-------------------------------------------------------------------*/

#philosophy .rowFlex{
    display: flex;
    align-items: center;
}

#philosophy img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

@media(max-width:991px){
    #philosophy img{
        margin: 50px auto 0;
    }
    
    #philosophy{
        text-align: center;
    }
}

/*----------------------------------------------------------------
Testimonial
-------------------------------------------------------------------*/

#testimonial{
    background: #ECFDFE;
    padding: 100px 0;
}

#testimonial h2{
    font-size: 35px;
    color: #163E6B;
    font-weight: 500;
}

#testimonial .slider p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    color: #163E6B;
}

#testimonial .slider .name{
    font-size: 24px;
    color: #1F87AD;
}

#testimonial .slider{
    margin-left: 50px;
    position: relative;
    margin-bottom: 0;
}

#testimonial .slider::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f10d";
    position: absolute;
    font-size: 50px;
    top: -60px;
    left: -60px;
    opacity: .38;
    color: #7ABED6;
}

#testimonial .slider::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f10e";
    position: absolute;
    font-size: 50px;
    bottom: 0px;
    right: 0px;
    opacity: .38;
    color: #7ABED6;
}

#testimonial .slick-prev{
    display: none!important;
}

#testimonial .slick-next::before{
    opacity: 1;
    color: #163E6B;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f061";
    font-size: 30px;
    bottom: 0;
}

#testimonial .slick-next{
    top: 30px;
    right: -30px;
}

#testimonial{
    position: relative;
}

#testimonial .i3{
    position: absolute;
    right: 20px;
    top: 0;
}

#testimonial .i4{
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 0;
}

@media(max-width:1200px){
    #testimonial .i3{
        display: none;
    }
    
    #testimonial .i4{
        display: none;
    }
}

@media(max-width:991px){
    #testimonial{
        padding: 50px 0;
    }
}

@media(max-width:576px){
    #testimonial .slider::before,
    #testimonial .slider::after,
    #testimonial .slick-next::before{
        display: none;
    }

    #testimonial .slider{
        margin: 0;
    }
}

/*----------------------------------------------------------------
Article
-------------------------------------------------------------------*/

#article{
    padding: 50px 0;
}

#article img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

#article .content{
    margin: 20px 0 0;
}

@media(max-width:991px){
    #article .post{
        margin-bottom: 50px ;
    }
}

/*----------------------------------------------------------------
Article Button
-------------------------------------------------------------------*/

#articleButton{
    background: #F6F6F6;
    padding: 30px 0;
    margin-bottom: 50px
}

#articleButton .btn-main{
    margin: 0 auto;
    display: block;
}