@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif;  */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'Roboto Slab', serif; */


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

button:hover,
button:focus {
    outline: none;
}
.mt40{
    margin-top: 40px!important;
}
.mb40{
    margin-bottom: 40px;
}
.mb20{
    margin-bottom: 20px;
}
.headertop {
    background: #fff;
/*    padding: 5px 0;*/
     line-height: 35px;
}
.bookbtn{
    float: right;
}
.bookbtn button{
/*    border: 1px solid #ccc;*/
    font-weight: 600;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 0px;
    background: #e37286;
    color: #fff;
    letter-spacing: 0.5px;
}
.bookbtn button:hover{
    background: #fff;
/*     border: 1px solid #ffc1d3;*/
    color: #5d369b;
}
.headertop p {
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.logo img {
    width: 310px;
}
.logo h1{
    font-size: 36px;    
    font-weight: 400;
    margin: 0;
    padding: 0;
     color: #fff;
}
.logo p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
      color: #fff;
}
.tlr {
    float: left;
   padding-top: 5px;
}
.tlr p {
     color: #666;
    font-weight: 600;
}
.tlr p i {
    color: #f798a9;
/*    background: #4751a4;*/
    margin-left: 0;
    margin-right: 3px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
    /*	border: 1px solid #dc3132;*/
}
.tlr p span{
    color: #fff!important;
    margin:  0 12px
}
.socialicon ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    float: right;
}

.socialicon ul li {
    display: inline-block;
}

.socialicon ul li i {
    color: #4751a4;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 300;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socialicon ul li i:hover {
    color: #4751a4;
}

.menu .navbar {
    padding: 12px 0;
    background: #5d369b!important;
}

.menu ul li a {
    font-size: 16px;
    border-right: 1px solid #ffffff30;
    color: #fff !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 15px!important;
}
.menu ul li a:hover{
    color: #ffc1d3!important;
}
.menu ul li a i{
    font-size: 12px;
    padding-left: 2px;
}
.menu ul li a.noborder{
    border-right: none!important;
}
.dropdown-toggle:after{
    display: none!important;
}
.menu ul ul {
    border-radius: 0;
}

.menu ul ul li {
    border-radius: 0 !important;
}

.menu ul ul {
    /*height: 500px;
	overflow-y: scroll;*/
    background-color: #fff;
    top: 78px!important;
}

.menu ul ul li a {
    width: 320px;
    padding: 5px 15px !important;
    color: #000 !important;
    border-radius: 0 !important;

}
.menu ul ul li a i{
    font-size: 10px!important;
    transform: translate( -3px, -1px)
}
.menu ul ul li a:hover {
    background: #e37286;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.menu .navbar-nav {
    padding-left: 15px;
}
/*
.banner img{
    filter: grayscale(100%);
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
*/
/*
.banner:hover img{
    filter: grayscale(0);
}
*/
.banner .carousel-caption {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0

}
.banner .carousel-indicators{
    bottom: 10%;
}
.banner .carousel-indicators [data-mdb-target]{
    background: #fff;
    width: 12px!important;
    height: 12px!important;
    border: none;
    margin: 0 8px;
    border-radius: 100%;
}
.banner .carousel-caption h1 {
    margin: 0;
    padding: 0;
    padding: 7px 0;
    background: #e3728690;
    color: #fff;
    font-size: 28px;
     text-shadow: 5px 5px 5px #00000025;
    font-family: 'Roboto', sans-serif;
  
    font-weight: 300;
    letter-spacing: 1px;
}
.banner .carousel-caption h1.c2{
     background: #5d369b90;
}
.carousel-caption.banner2{
    top: 20%;
    left: 12%;
}
.carousel-caption.banner2 h1{
    text-shadow: 5px 5px 5px #00000025;
    text-transform: uppercase;
    line-height: 65px;
}
.carousel-caption.banner3{
    top: 25%;
    left: 59%;
}
.carousel-caption.banner3 h1{
    text-shadow: 5px 5px 5px #00000025;
    text-transform: uppercase;
    line-height: 65px;
}
.carousel-caption.banner2 h1.black{
    color: #264691;
}
.banner .carousel-caption h3 {
    color: #fff;
   font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 36px;
}

.banner .carousel-caption p {
    color: #ccc;
    letter-spacing: 0.8px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.banner .carousel-caption button {
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-right: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    background: transparent;
    color: #fff;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner .carousel-caption button:hover {
    background: #0e52c1;
    color: #fff;
      border: 1px solid #0e52c1;
}

.banner .carousel-control-prev {
     font-size: 14px;
    background-image: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #0b235a50;
    position: absolute;
    left: 3%;
    top: 45%;
}

.banner .carousel-control-next {
     font-size: 14px;
    background-image: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #0b235a60;
     position: absolute;
   right: 3%;
    top: 45%;
}

.homeservice {
    padding: 3.5em 0;
}

.title h1 {
    text-align: center;
    font-weight: 300px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #999;
    font-size: 24px;
}

.title h3 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.homeservice .card {
    margin: 0 10px;
    text-align: center;
    border: 1px solid #eee !important;
/*    border-top: 5px solid #c0c5f3 !important;*/
    padding: 20px 15px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.card:hover {
    border: 1px solid #ccc !important;  
}
.card h5 {
    font-size: 20px;
    color: #333;
    font-weight: 800;
    margin: 0;
    padding: 15px 0 10px 0;
    line-height: 28px;
}

.card img {
/*    width: 100px !important;*/
    margin: auto;
/*    filter: grayscale(100%);*/
}
.card:hover img{
/*    filter: grayscale(0) */
}
.card-body {
    padding: 0 !important;
}

.card a {
    background: #5d369b;
    font-size: 13px;
    border-radius: 30px;
     transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.card:hover a{
     border-radius: 5px;
     background: #e37286;
}
.homeahoutus{
    padding: 3em 0;
    background: #e37286;
}
.doctor{
    border-radius: 30px;
/*    border: 1px solid #ccc;*/
    overflow: hidden;
}
.doctor img{
/*    filter: grayscale(100%);*/
}
.doctor img:hover{
/*    filter: grayscale(0);*/
}
.homeservice .owl-carousel button.owl-dot {
    top: 50px;
}

.homeservice .owl-carousel .owl-nav button.owl-next {
    background: #fff !important;
    position: absolute;
    right: -50px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}

/*
.homeservice .owl-carousel .owl-nav button.owl-next:hover {
    background: #4751a4 !important;
}
*/

.homeservice .owl-carousel .owl-nav button.owl-prev i,
.homeservice .owl-carousel .owl-nav button.owl-next i {
    color: #5d369b;
    font-size: 30px;
    line-height: 40px;
}

.homeservice .owl-carousel .owl-nav button.owl-prev {
    background: #fff !important;
    position: absolute;
    border-radius: 100%;
    left: -50px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}

/*
.homeservice .owl-carousel .owl-nav button.owl-prev:hover {
    background: #4751a4 !important;
}
*/


.habtcnt {
   
}

.habtcnt h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.habtcnt h1:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    left: 0;
    bottom: -10px;
    background: #fff;
    margin: 20px 0;
}

.habtcnt h1 span {
    font-size: 16px;

}
.abtcnt h2{
    font-size: 22px;
}
.habtcnt p {
    color: #fff;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 24px;
}
.habtcnt a{
    background: #fff;
    font-weight: 600!important;
    font-family: 'Poppins', sans-serif;
}
.habtcnt ul {
    padding: 0;
    margin: 0;
    margin-left: 18px;
    padding-bottom: 10px;
}

.habtcnt ul li {
    list-style: disc;
    color: #333;
}

.abtgallery .owl-theme .owl-nav.disabled + .owl-dots {
    margin: auto;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.abtgallery .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    /*    outline: 2px solid #001a54;*/
}

.abtgallery .owl-theme .owl-dots .owl-dot.active span,
.abtgallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #bed3fe;
    /*  outline: 2px solid #001a54;*/
}

.habtcnt a {
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    
}

.habtcnt a i {
    font-size: 14px;
    margin-left: 10px;
}

.habtcnt a:hover {
    color: #fff;
    background: #5d369b
}

.reviews {
    background: url(../img/reviewbg.jpg) no-repeat center;
    background-size: cover;
    padding: 3.5em 0;
}

.rbx {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-bottom: transparent;
    padding: 40px 20px;
/*    border-radius: 20px 0 20px 0;*/
    width: 95%;
    margin: auto;
}

.rbx p {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 26px;
}

.rbx h3 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #5d369b;
}
.rbx h3 span{
    display: block;
    font-weight: 300;
    font-size: 14px;
    padding-top: 5px;
}
.rbx img {
    margin: auto;
    height: 20px !important;
    width: auto !important;
    margin-bottom: 15px;
}

.reviews .owl-carousel button.owl-dot {
    top: 50px;
}



.reviews .owl-carousel .owl-nav button.owl-next:hover {
    background: #4751a4 !important;
}

.reviews .owl-carousel .owl-nav button.owl-prev span,
.reviews .owl-carousel .owl-nav button.owl-next span {
    color: #fff;
    font-size: 60px;
    line-height: 36px;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
    background: #4751a450 !important;
    position: absolute;
    border-radius: 100%;
    left: -5%;
    top: 35%;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #fff;
    outline: none;
}
.reviews .owl-carousel .owl-nav button.owl-next {
    background: #4751a450 !important;
    position: absolute;
    border-radius: 100%;
    right: -5%;
    top: 35%;
    text-align: center;
     width: 32px;
    height: 32px;
    color: #fff;
    outline: none;
}

.reviews .owl-carousel .owl-nav button.owl-prev:hover {
    background: #4751a4 !important;
}

.homefaq {
    padding: 3.5em 0;
    background-color: #fff;
}

.accordion-flush .accordion-item {
    background: none;
}

.accordion-flush .accordion-item .accordion-button {
    background: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.accordion-body {
    padding: 30px;
    color: #333;
    background: #5d369b18;
}

.accordion-body h3 {
    font-size: 20px;
    color: #000;
    padding: 0;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 16px;
}
.accordion-body p{
    position: relative;
    padding-left: 25px;
}
.accordion-body p b{
    font-size: 16px;
    color: #5d369b;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.accordion-body p i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #5d369b;
}
.accordion-button:not(.collapsed) {
    color: #999;
}

.accordion-body ul li {
    list-style: disc;
}

footer {
    padding: 3.5em 0;
    background: #565458;
}

.ftbox h1 {
    font-size: 20px;
    font-weight: 700;
    color: #ffc1d3;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative
}

.ftbox h1:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #ffffff15
}

.ftbox p {
    color: #fff;
    font-weight: 300;
    line-height: 28px;  
}

.ftbox a {
    color: #fff;
    font-weight: 400;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.ftbox a:hover {
    color: #c8e8ff
}

.ftbox ul {
    margin: 0;
    padding: 0
}

.ftbox ul li {
    line-height: 30px;
  
}

.ftbox ul li a {
    color: #fff;
    font-weight: 300;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;--moz-transition: 0.5s ease;
}

.ftbox ul li a:hover {
    color: #ffc1d3;

   
}

.ftbox i {
    font-size: 12px;
    padding-left: 5px;
}

.ftbtn {
    padding: 10px 0;
    background: #5d369b;
}

.ftbtn p {
    margin: 0;
    padding: 0;
   color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.des {
    float: right
}

.ftbtn p a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pdl-50 {
    padding-left: 50px
}

.ftbtn p a:hover {
    color: #ffc1d3;
}

.address i {
    width: 20px;
    font-size: 18px;
    margin-right: 10px;
    color: #ffc1d3
}

.address p {}

.innerbanner {
    background: url(../img/innerbanner.jpg) top no-repeat;
    background-attachment: fixed;
    height: 200px;
}

.innerbanner h1 {
    color: #fff;
    text-align: center;
    padding-top: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.innerbanner ul {
    margin: 0;
    padding: 0;
}

.innerbanner ul li {
    text-align: center;
}

.innerbanner ul li a {
    color: #fff;
}

.innerbanner ul li {
    color: #fff;
}

.innerbanner a span {
    color: #ffc1d3;
}

.abtpage {
    padding: 3.5em 0;
}

.abtpage h2 {
    font-size: 26px;
    padding-bottom: 0px;
    color: #333;
    font-weight: 800;
}

.abtpage h3 {
    font-size: 18px;
    color: #666;
    padding-bottom: 0px;
    font-weight: 400;
}

.abtpage h4 {
    color: #dc3132;
    font-size: 19px;
    padding-bottom: 8px;
}

.abtpage p {
    text-align: justify;
    color: #333;
}

.abtpage p:last-child {
    padding-bottom: 0;
    margin: 0
}

.abtpage ul {
    padding: 0;
    margin: 0;
    padding-left: 18px;
    line-height: 27px;
}

.abtpage ul li {
    color: #333;
    list-style: disc;
    padding-bottom: 5px;
}
.aboutimg img {
    border: 1px solid #ccc;
    margin: auto;
    width:300px;
    float: left;
    margin: 0 20px 10px 0;
/*    padding: 20px 20px 0 20px*/
}

.abtpage ul li a {
    color: #333
}

.bk {
    margin-top: 30px;
    text-align: center;
}

.bk button {
    background: #dc3132;
    font-size: 16px;
    width: 60%;
    border-radius: 0;
}

.orline {
    margin: 15px 0;
}

.bk h5 {
    margin: 15px 0;
    font-size: 32px;
    font-weight: 500;
    color: #000
}

.contactpage {
    padding: 3.5em 0;
}

.contactdetail {
    border: 1px solid #66666660;
    padding: 20px 30px;
/*    border-top: 5px solid #c0c5f3 !important;*/
    box-shadow: 0 0 5px 5px #00000025;
    border-radius: 3px;
}

.contactdetail p {
    margin: 0;
    padding: 0;
    color: #222020;
}
.contactdetail h1{
    color: #000;
    border-bottom: 1px solid #eee;
    
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.contactdetail h2 {
    color: #5d369b;
     font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin: 20px 0;
    position: relative;
}
.contactdetail h2:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #99999960;
}
.contactdetail h2 i{
    color: #5d369b;
    padding-right: 5px;
}
.contactdetail iframe{
    margin-top: 20px;
    padding: 5px;
    background: #eee;
}
.contactdetail p a {
    color: #333;
}

.contactdetail p a i {
    margin-right: 5px;
    color: #333;
}
.social nav{
    width: 310px!important;  
}
.social {
    position: fixed;
    top: 60%;
    right: 15px;
    z-index: 999;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 10px 5px;
   background: rgba(173, 178, 177, 0.4);
    width: 300px;
    text-align: left;
    padding: 5px;
/*
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(173, 178, 177, 0.4);
}

.social ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: #5d369b;
}

.social ul li i {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
/*
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
*/
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

}
.auther{
   
    z-index: 999;
}
.auther img{
    width: 80px!important;
    height: 80px!important;
    background: #ccc;
    padding: 5px;
    border-radius: 50%;
}
.sociallinks ul li{
    display: inline;
    padding: 0;
    margin: 0;
}
.sociallinks {
    margin-top: 25px;
}
.sociallinks ul li i{
    margin-right: 3px;
    font-size: 16px;
    padding: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #e37286;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.sociallinks ul li i:hover{
    background: #e37286;
    color: #fff;
    text-shadow: 0 5px 5px #00000050;
}
.appointmentbox {
    background: #eee;
    padding: 30px;
}
.appointmentbox h2{
    font-size: 24px;
    padding-bottom: 10px;
}
.appointmentbox form input{
    width: 100%;
    height: 40px;
    font-size: 15px;
    margin: 5px 0;
    padding: 2px 10px;
    border: none;
    border: 1px solid #ccc;
}
.appointmentbox form input:focus{
    outline: 1px solid #999;
}
.appointmentbox form input:placeholder-shown{
    color: #eeeeee;
}
.appointmentbox form textarea{
    height: 150px;
     font-size: 15px;
    width: 100%;
     margin: 5px 0;
    padding: 2px 10px;
      border: 1px solid #ccc;
}
.appointmentbox form textarea:focus{
    outline: 1px solid #999;
}
.appointmentbox form button{
    border: 2px solid #5d369b;
    cursor: pointer;
    background: #5d369b;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.appointmentbox form button:hover{
    background: #fff;
    color: #e37286;
     border: 2px solid #e37286;
}

.sociallinkstop ul li{
    display: inline;
    padding: 0;
    margin: 0;
}
.sociallinkstop ul{
   margin: 0;
    float: right;
}
.sociallinkstop ul li i{
    margin-right: 3px;
    font-size: 16px;
    padding: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #666;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.sociallinkstop ul li i:hover{
    background: #e37286;
    color: #fff;
    text-shadow: 0 5px 5px #00000050;
}
.serimg{
    border: 1px solid #00000010;
    margin-bottom: 20px;
    overflow: hidden;
}
.serimg img{
    
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.serimg:hover img{
   
    transform: scale(1.2)
}
.abtcnt h1{
    font-size: 28px;
    font-weight: 800;
    color: #333;
}
.reviewpage{
    padding: 3.5rem 0;
}
.bookapp{
      background: #eee;
    padding: 30px;
}
.bookapp form {
    padding: 30px;
   
}
.bookapp form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 600;
}
.bookapp form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
.bookapp form input::placeholder{
    color: #ccc!important;
    font-style: italic;
}
.bookapp form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.bookapp form textarea{
    display: block;
     border: 1px solid #ccc;
    width: 100%;
     margin-bottom: 15px;
    height: 200px;
    padding: 10px;
}
.bookapp form textarea::placeholder{
    color: #ccc!important;
    font-style: italic;
}
.bookapp form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.bookapp form button{
    width: 150px;
    border-radius: 10px;
    height: 45px;
    line-height: 45px;
     background: #3764af;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    border-left: 5px solid #e37286;
}
.bookapp form button:hover{
    background: #e37286;
}



.article_img{}
.article_img img{
	width:100%;
	border:5px solid #ddd;
}






