/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #000;}
header.site-header .maintop-header{
    background: #393D72;
    padding: 7px 0;
} 
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;
    background: #fff;
}        
.site-header .maintop-header p.head-txt{
    padding: 7px 10px;
    font-size: 15px;
    color: #FFF;
    font-family: 'Ubuntu';
    font-weight: 400;
    text-align: left;
}    
.site-header .maintop-header .mail-icn i{
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
  }

.site-header .maintop-header .mail-txt a{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ubuntu';
    color: #fff;
    }
.site-header .maintop-header .mail-txt a:hover{
    color: #FF4880;
    transition: all .6s;
    }
.site-header .maintop-header .social-icons{
    position: relative;
    text-align: right;
    padding-top: 7px;
    }
.site-header .maintop-header .social-icons a{
    margin-right: 40px;
    }
.site-header .maintop-header .social-icons a i{
        font-size: 19px;
        color: #D1D1D1;
    }
    .site-header .maintop-header .social-icons a:hover i{
    color: #FF4880;
    transition: all .6s;
    }
.site-header .head_btn a{

    }
.site-header .head_btn{
    position: relative;
    right: 0px;
    background: #FF4880;
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center;
    display: block;
    }
    .site-header .inside_head_btn{
    position: relative;
    right: 0px;
    background: #FF4880;
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center;
    display: block;
    display: none;
    }
   .site-header .inside_head_btn{

    }
.site-header .maintop-header .email-bx{
position: relative;
padding-top: 7px;
    }
.mainbottom-header{}
.stickyheader{}
.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    z-index: 999;
    position: relative;
    border-radius: 34px !important;
} 

.mainbottom-header .header-shopbtn {
    color: #fff;
    padding: 8px 24px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-duration: 0.5s;
    font-family: 'Poppins',sans-serif;
    position: relative;
    overflow: hidden;
    right: 0;
    border: 1px solid transparent;
}
.mainbottom-header .inside_header-shopbtn {
    color: #fff;
    padding: 8px 24px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    transition-duration: 0.5s;
    font-family: 'Poppins',sans-serif;
    position: relative;
    overflow: hidden;
    right: 0;
    border: 1px solid transparent;
}

.mainbottom-header .header-shopbtn::before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 74%, 20% 34%, 0% 0%);
}
.mainbottom-header .header-shopbtn:hover::before { width: 110%;}
.mainbottom-header .header-shopbtn:hover{
    color: #FF4880;
    transition: all .5s;
    border: 1px solid #FF4880;
    font-weight: 500;
    padding-left: 45px;
    transition: .5s ease;
}
.mainbottom-header .site-navigation {
    margin-top: 27px;
}

.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff !important;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease
}

.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}

.maintop-header  {
    font-size: 17px;
    font-weight: 400;    
    margin: 0;
    color: #b3b2b2;
}
.maintop-header .header-email {
    text-align: right;
    padding: 5px 0;
}
.maintop-header .header-email a{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.maintop-header .header-email a:hover{
      color: #E11D07;
}
.maintop-header .header-email i{
    font-size: 17px;
    font-weight: 500;
    color: #E11D07;
    margin-right: 10px;
}
.site-header .socials {text-align: right; padding: 0 0;}

.site-header .socials a { padding: 0 10px; }
.site-header .socials a i.fa {
    color: #fff;
    font-size: 22px;   
    line-height: 33px;   
    text-align: center;    
    transition: all 0.9s;
}
.site-header .socials a i.fa:hover {
    color: #E11D07;    
    transform: scale(1.2);
    transition: all 0.9s;
}
.mainbottom-header .callnow {
    padding: 15px 0 0;
    display: block;
}
.mainbottom-header .callnow i{
    font-size: 24px;
    width: 38px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #fff;
    position: relative;
    right: 55px;
    background: #1988C3;
    transform: rotate(72deg);
    font-weight: bold;
    transition: all 0.8s;
}
.mainbottom-header .callnow:hover i{
     transition: all 0.8s;
     animation: shake 5s linear infinite;
     transform: rotate(72deg);
}
 
.mainbottom-header .callnow p{
      color: #E11D07; 
      font-size: 19px;
      font-weight: 600;
      margin: 0;
      text-transform: uppercase;
}
.mainbottom-header .callnow .phnNumber {
    padding-top: 7px;
}
.mainbottom-header .callnow a{
    color: #1988C3;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    transition: all 0.9s;
    transform: scale(1);
    font-family: 'Rajdhani';
}
.mainbottom-header .callnow a:hover{
    color: #FC5307;    
    transform: scale(1.2);
    transition: all 0.9s;
}

/*For inside phone number*/

.mainbottom-header .inside_callnow {
    padding: 15px 0 0;
    display: none;
}
.mainbottom-header .inside_callnow i{
    font-size: 24px;
    width: 38px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #fff;
    position: relative;
    right: 55px;
    background: #1988C3;
    transform: rotate(72deg);
    font-weight: bold;
    transition: all 0.8s;
}
.mainbottom-header .inside_callnow:hover i{
     transition: all 0.8s;
     animation: shake 5s linear infinite;
     transform: rotate(72deg);
}
 
.mainbottom-header .inside_callnow p{
      color: #E11D07; 
      font-size: 19px;
      font-weight: 600;
      margin: 0;
      text-transform: uppercase;
}
.mainbottom-header .inside_callnow .inside_phnNumber {
    padding-top: 7px;
}
.mainbottom-header .inside_callnow a{
    color: #1988C3;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    transition: all 0.9s;
    transform: scale(1);
    font-family: 'Rajdhani';
}
.mainbottom-header .inside_callnow a:hover{
    color: #FC5307;    
    transform: scale(1.2);
    transition: all 0.9s;
}

/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.page-template-home-template .ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #393D72;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding: 5px 0px 0px 0;
    margin-top: 10px;
}
.ht-site-description a,
.page-template-home-template .ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.page-template-home-template .logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 auto;
    text-align: center;    
    
}
.header-transparent .sticky-header .logo-header{
    top: 35px !important;
}
.ht-site-title,.site-title,
.page-template-home-template .ht-site-title, .page-template-home-template .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    color: ;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.page-template-home-template .ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#4a8cec;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .ht-site-description {
        padding: 8px 2px;
    }
}


/*--------------------  contact details ---------------------------*/
ul.h-contact,
.page-template-home-template ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
.page-template-home-template ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
.page-template-home-template ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.page-template-home-template .h-mailid a, .page-template-home-template .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.page-template-home-template .h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.page-template-home-template .h-mailid a i, .page-template-home-template .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.page-template-home-template .h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.page-template-home-template .h-mailid a:hover, .page-template-home-template .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.page-template-home-template .h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: -webkit-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px){
   .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }
   .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }
    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}
/*--------------------  Socials ---------------------------*/
.share-btn,
.page-template-home-template .share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.page-template-home-template .share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.page-template-home-template .share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
} 
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 45px !important;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 19px;
    padding: 30px 0;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,.navigation .mainmenu>li.menu-item-has-children>a:hover:after,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover,.navigation .current_page_item>li.menu-item-has-children>a:hover:after{
    color: #FF4880;  
}
.navigation .mainmenu li a {
    color: #000;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #000;
    
 }

 header.site-header ul.sub-menu li a:hover,
.navigation .mainmenu ul.sub-menu li.current_page_item a,
ul.sub-menu .current_page_item > a,
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover,
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover,
.header.site-header ul.sub-menu li:hover a{
    color: #fff;
    background: #E11D07;
 }
.menu-click i{
    color: #783afd;
 }

 ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
}
.header.site-header ul.sub-menu li a:before {
    color:#fff;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a,
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a,
.header.site-header ul.sub-menu li a:before{
    color: #fff;
} 
header.site-header ul.sub-menu li a:hover,
.navigation .mainmenu ul.sub-menu li.current_page_item a,
ul.sub-menu .current_page_item > a,
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover,
ul.sub-menu .current_page_item > a:hover,
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover,
.header.site-header ul.sub-menu li:hover a {
    color: #fff;
     background: #1988C3;
}
.header.site-header ul.sub-menu li:hover a  {
background: none;
    color: #FF4880;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
    font-weight: 600 !important;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;   
    font-weight: 500;
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
    color: #000;
    font-family: 'Rajdhani';
}
.header.site-header ul.sub-menu li a:before  {
    content: "\f2dc";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
.navigation .mainmenu li ul ul.sub-menu,
.header.site-header ul.sub-menu ul,
.page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
    left: 9% !important;
    /*top: -9px !important;*/
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px){
#treatment {
    padding-top: 1em !important;
}
#WhyUs .peccular-section-head {
    margin-bottom: 4em;
}
#treatment {
    padding-bottom: 2em !important;
}
   .h-contact-block, .page-template-home-template .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    .page-template-home-template #steps .peccular-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 992px){
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 35px;
        top: 13px;
        z-index: 1;
    }
.navigation .mainmenu li.current_page_item a, .current_page_item > a{
    background: #E11D07;
    color: #fff;
}
.navigation .mainmenu li a{ color: #E11D07 ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .page-template-home-template .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .site-header .maintop-header p.head-txt {
    padding: 0px 6px !important;
    text-align: center !important;
}
.logo {
    padding: 0 5px;
    position: relative;
    margin-top: 15px !important;
}
.site-header .maintop-header .social-icons a i {
    font-size: 15px;
}
.site-header .maintop-header .social-icons a {
    margin-right: 20px;
}
.site-header .maintop-header .social-icons {
    position: relative;
    text-align: center;
    padding-top: 5px;
}
.site-header .maintop-header .email-bx {
    position: relative;
     padding-top: 0; 
    text-align: center;
}
    .logo-header .custom-logo-link img {
    width: 60% !important;
}
.hamburger-menus {
    top: -80px !important;
    right: 15px;
}
    #innerpage-box .peccular-service-box {
    margin-bottom: 50px !important;
}
    #innerpage-box .rightcontact .callnownum { left: 0px !important;}
    #innerpage-box .leftcontact .contactformarea {
    padding: 25px 30px 0 30px !important;
}
#innerpage-box .peccular-contact-mapbox iframe {
    margin-top: 2em !important;
    height: 350px !important;
}
#innerpage-box .leftcontact {
    margin: 0em 0px 0em !important;
}
#innerpage-box .rightcontact .callnownum {
    margin-bottom: 20px;
}
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .page-template-home-template .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){

.maintop-header ul li {   line-height: 21px;}
}

@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;     font-size: 31px !important;}

}
@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}

}

/*----- Sticky Header ------*/
/*.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
}*/

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.page-template-home-template .peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.page-template-home-template .peccular-section-head h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 54px;
}

.page-template-home-template .peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.page-template-home-template .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #E11D07;
}
#pet-clinic-center .pet-clinic-center-bg,
#WhyUs .WhyUs-bg,
#about .about-bg,
#gallery .gallery-bg,
#counter .counter-bg,
#treatment .treatment-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#blog .blog-bg,
#footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#WhyUs,
#about,
#pet-clinic-center,
#gallery,
#counter,
#treatment,
#testimonials,
#team,
#blog,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.slider-area .half_overly{
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #f4f2f2;
    z-index: 2;
    height: 100%;
    opacity: 0.78;
}
.hero-style {
    height: 800px;
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slide-inner .hero-overlay{
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-area img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.slide-inner .slider-inner-mainbox {
    position: absolute;
    left: 5%;
    top: 17%;
    width: 650px;
    z-index: 2;
}
.slider-inner-box {
    position: relative;
    padding: 1em 0em 1em 1em;
    text-align: left;
}
.slider-area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0;
}
.hero-style .slide-text p {
    font-size: 108px;
    line-height: 105px;
    color: #393D72;
    transition: all .4s ease;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
}
.hero-style .slide-text p span{
    font-size: 108px;
    line-height: 105px;
    color: #FF4880;
    transition: all .4s ease;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
}
.hero-style .slide-title svg{
    position: relative;
}
.hero-style .slide-title svg path{
    stroke: #ff4880;
}
.hero-style .slide-title h2{
    font-size: 33px;
    color: #FF4880;
    font-weight: bold;
    font-family: 'Ubuntu';
    padding-bottom: 6px;
}
.hero-style .slide-text p span{
    font-size: 108px;
    color: #FF4880;
    border: none;
    line-height: 145px;
    font-family: 'Ubuntu';
    font-weight: bold;
}
.slider-area p {
    color: #fff;
    padding-bottom: 27px;
    margin: 0;
}

.slide-btns-2.animated.fadeInDownBig {
    position: relative;
    z-index: 5;
    float: right;
    margin-top: 3px;
}
.hero-style .slide-btns-2 a.ourserv{
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 18px;
    background: #fff;    
    color: #000;  
    padding: 12px 28px;
    transition: all .6s;
    display: inline-block;
    text-align: center;
}
.hero-style .slide-btns-2 a.ourserv:after{
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    top: 0px;
    left: 6px;
    right: 0;
    height:0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
.hero-style .slide-btns-2 a.ourserv:before{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
.hero-style .slide-btns-2 a.ourserv:hover:after{
    opacity: 1;
    transition:all .6s;
    height: 100%;
}
.hero-style .slide-btns-2 a.ourserv:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}
.hero-style .slide-btns-2:hover a.ourserv{
    background: #E11D07;    
    color: #fff;
    padding: 17px 25px 11px;
    font-size: 17px;
    transition: all .3s;
}
.hero-style .sliderbuttons{
    position: relative;
    display: inline-block;
    margin: 57px 0 0 0;
}
.hero-style .slide-btns-1{
    padding: 2px;
    float: left;
    margin-right: 17px;
}
.hero-style .slide-btns-1:hover{
    border: none;
}
.hero-style .slide-btns-1 a.moreabt{
    font-size: 22px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 28px;
    background: #fff;
    border: 1px solid transparent;
    color: #393D72;
    text-align: center;
    padding: 13px 36px;
    display: inline-block;
    position: relative;
    font-family: 'Poppins',sans-serif;
    z-index: 3;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
     transition: .5s ease;
}

.hero-style .slide-btns-1 a.moreabt::before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 74%, 20% 34%, 0% 0%);
}
.hero-style .slide-btns-1 a.moreabt:hover::before { width: 110%;}
.hero-style .slide-btns-1:hover a.moreabt{
    background: #FF4880;
    color: #FF4880;
    transition: all .5s;
    border: 1px solid #FF4880;
    font-weight: 500;
    padding-left: 45px;
    transition: .5s ease;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 39px !important;
    height: 62px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: #fff;
    transform: scale(1.0);
    transition: all .3s;
    text-align: center;
}
.swiper-button-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 40px;
    left: 15px;
    top: 5px;
    transition: all .6s;
    font-weight: 100;
}
.swiper-button-next{
    top: 35% !important;
}
.swiper-button-prev{
    top: 56% !important;
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 47.9% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50px !important;
}
.swiper-button-prev:before{
content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 45px;
    transition: all .6s;
    font-weight: 500;
    left: 15px;
    top: -2px;
}
.swiper-button-prev {
    background-image: none !important;
    left: 40px !important;  
    color: #393D72;
    font-size: 58px !important;
    padding: 0px 5px !important;
}
.swiper-button-next {
    background-image: none !important;    
    right:50% !important;
    color: #393D72;
    font-size: 58px !important;
    padding: 0px 5px !important;
}
 .swiper-button-prev:hover,
 .swiper-button-next:hover{
    color: #FF4880;
    transform: scale(1.2);
    transition: all .3s;
 } 

/*----------------------------------------*/
/*  gallery Area
/*----------------------------------------*/
 div#gallery{
    position: relative;
    overflow: hidden;
    background: #fefefe;
}
div#gallery .peccular-section-head h2 {
    color: #393D72;
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px;
}
div#gallery .peccular-section-head svg path{
    stroke: #ff4880;
}
div#gallery .peccular-section-head h2 span{
    color: #FC5307;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 8px;
    font-family: 'Rajdhani';
    font-weight: bold;
}
 div#gallery .peccular-section-head {
    text-align: left;
    margin-bottom: 4em;
    margin-top: 1em;
}
#gallery .left_shapeimg {
    position: absolute;
    top: 4%;
    left: 25%;
    transform: rotate(-92deg);
}
#gallery .right_shapeimg {
    position: absolute;
    top: 5%;
    left: 59%;
}
#gallery .right_Pawshapeimg {
    position: absolute;
    top: 3%;
    right: 26%;
}
#gallery .left_Buttrflyshapeimg {
    position: absolute;
    bottom: 14%;
    left: 7%;
}
#gallery .left_shapeimg img{

}
 #gallery .peccular-section-head .peccular-section-head-icon i {
    font-family: 'Fontawesome';
    padding-left: 12px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #c1c1c1;
    display: inline-block;
    margin-bottom: 0;
    font-size: 50px;
}
 #gallery .gal_img{
       position: relative;
    overflow: hidden;
    margin: 5px 8px 5px 8px;
     -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

 #gallery .peccular-gallery-btn a {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 13px 45px;
    color: #fff;
    background: #fd053f;
    transition: all 0.5s;
    border-radius: 30px;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    border: 0;
    line-height: 18px;
    word-break: break-all;
    border: 2px solid #0000;
}

 #gallery .peccular-gallery-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*group1 css*/

/*----------------------------------------*/
/* Gallery Section
/*----------------------------------------*/
/*#gallery .innerpageg{display: none;}*/
#gallery {
    position: relative;
    overflow: hidden;
}
#gallery .lz-gallery-images{
    transition: all 0.3s ease 0s;
}
#gallery .spa-gall {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}
#gallery .spa-gall img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    height: 280px;
    transition: all 0.3s ease 0s;
}
#gallery .ovlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    border-radius: 0px;
    opacity: 0;
    background: #000;
    transition: all 0.3s ease 0s;
}
#gallery .spa-gall:hover .ovlay{
    top: 4%;
    left: 4%;
    right: 4%;
    bottom: 4%;
    opacity: 0.2;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
#gallery .over-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#gallery .spa-gall h3{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding: 0 3em;
    color: #fff;
    word-break: break-word;
    transition: all 0.3s ease 0s;
}
#gallery .spa-gall:hover h3{display: none;transition: all 0.3s ease 0s;}
#gallery .lz-gallery-images {
    margin-bottom: 10px;
    margin-right: 10px;
}
#gallery .gall-icn{
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    background: #3ff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    margin: 0 auto;
    border-radius: 6px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
#gallery .lz-gallery-images:hover .gall-icn{
    display: block;
    position: absolute;
    top: 45%;
    transition: all 0.3s ease 0s;
}
#gallery .gall-icn i {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    padding: 0 5px;
}

/*----------------------------------------*/
/*  Team home Area
/*----------------------------------------*/

#team {
    position: relative;
   overflow: hidden;
}
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 27px;
    margin-top: 1em;
}
#team .peccular-section-head h2{
color: #1988C3;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: bold;
    font-size: 50px;
    line-height: 75px;
}
#team .peccular-section-head h2 span{
    color: #FC5307;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Rajdhani';
}
#team h4.peccular-team-name {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 24px;
}
#team h4.peccular-popteam-name{
    color: #000;
    font-size: 27px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team h6.peccular-team-designation{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
/*for shortcode*/
#team h5.peccular-team-designation{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #E11D07;
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #59595c;    
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0 30px 0 0;
}
#team .peccular-team-image {
    position: relative;
}
#team .peccular-team-image img.team_img {
    width: 100%;
    height: 286px;
}

#team .peccular-team-single{
    padding: 0 0 10px;
    position: relative;
    padding: 0 0 10px;
    position: relative;
    border-radius: 15px;
    background: #1988C3;
}

#team .peccular-team-single:hover h4.peccular-team-name{ 
    color: #FC5307; 
    letter-spacing: 1px; 
    transition: .8s ease;
 }
#team .peccular-team-single:hover h6.peccular-team-designation{
    transition: .8s ease;
}
#team .peccular-team-content{
    margin: 0 0 0 5px;
    text-align: center;
}

#team .peccular-team-social-icon{
background: #fff;
    width: 224px;
    height: 41px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    bottom: 94px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    border-radius: 4px;
}
#team .peccular-team-social-icon a{
    line-height: 45px;
}
#team .peccular-team-social-icon i {
    color: #FC5307;
    font-size: 19px;
    padding: 0px;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    margin-left: 16px;
}
#team .peccular-team-social-icon i:hover{
    color: #00BCD4;
    transition: all 0.9s ease 0s;
}

#team .peccular-team-image .peccular-team-hoversocial-icon a {
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 10px 5px -24px 10px ;
    color: #fefefc;  
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    margin-bottom: 6.5em;
    position: relative;
}
#innerpage-box .peccular-team-image {
    position: relative;  
    margin-bottom: 0px;
 } 
#innerpage-box .peccular-team-image .teaminn-overlay{
    position: absolute;
    top: 100%;  
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: transparent linear-gradient(180deg,#00000000 0%,#2d150d 100%) 0% 0%;
   transition: .5s ease;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image .teaminn-overlay{
    top: 0;
    height: 100%;
    z-index: 1;
    transition: .5s ease;
}

#innerpage-box .peccular-team-image img {
     width: 365px;
    height: 100%;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#innerpage-box .peccular-team-content{
    margin: 0 0 0 5px;
    top: 33px;
    position: relative;
}
#innerpage-box  .popup_right h4.detail_name{
    color: #FF4880;
}
#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 35px !important;
    font-weight: bold;
    color: #FF4880 !important;
    margin: 0 0 !important;
    font-family: 'Ubuntu';    
    margin-bottom: 8px !important;
}
#innerpage-box .peccular-team-content h4.peccular-team-name:hover{
    text-decoration: underline;
}
#innerpage-box .peccular-team-content  h5.peccular-team-designation {
    font-size: 20px !important;
    color: #000 !important;
    margin: 0 0 0;
    font-weight: 500;
    font-family: 'Ubuntu';
}
#innerpage-box .peccular-team-content h6{
    margin: 0 0 !important;
}
#innerpage-box .peccular-team-social-icon {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
}
#innerpage-box .peccular-team-social-icon a{
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}
#innerpage-box .peccular-team-social-icon a i {
    color: #393D72;
    transition: all 300ms ease 0s;
    font-size: 18px;
    width: 33px;
    height: 33px;
    position: relative;
    background: #fff;
    padding: 8px;
}

#innerpage-box .peccular-team-social-icon a:hover i {
    color: #fff !important;
    transition: all 300ms ease 0s;
    background: #FF4880;
}
#innerpage-box .peccular-team-single .img_overlayColored {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 370px;
    width: 370px;
    transform: matrix(0.98, 0.19, -0.19, 0.98, 0, 0);
    background: #F4EEE7;
    z-index: 0;
    margin: 0 auto;
}
#innerpage-box .peccular-team-single:hover .img_overlayColored{
transform: none;
}
 
/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{
    position: relative;
    overflow: hidden;
    margin: 0em 0;
    background: #fff;
}

#testimonials .peccular-testimonial-block{
    padding-bottom: 17px;
}
#testimonials .peccular-testimonial-block h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    left: 116px;
    top: 60px;
    text-decoration: underline;
    margin: 8px 0 0em;
    position: relative;
    z-index: 1;
    display: inline;
}
#testimonials .peccular-testimonials-single:hover{
    transition: all 0.5s;
}

#testimonials .peccular-testimonials-single{
    padding: 0em 0em 1em;
    margin: 0;
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 25px;
}
#testimonials button.owl-dot.active{
    background: #FF4880 !important;
}
#testimonials .owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    zoom: 1;
    background: #F4EEE7;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 20px;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 14px;
    display: block;
    -webkit-backface-visibility: visible;
     transition: opacity .2s ease; 
     border-radius: 50px; 
     box-shadow: none;
     display: none;
}
#testimonials .owl-carousel.owl-drag .owl-item:nth-child(1) .peccular-testimonials-single{
   border-color: #000;
}

#testimonials .peccular-testimonials-single .clnt_name {
    position: relative;
}

#testimonials .peccular-testimonials-image{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 206px;
}
#testimonials .peccular-testimonials-image .original_image img {
    width: 206px;
    height: 206px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all .35s ease-out;
}
#testimonials .peccular-testimonials-image .frst_Blurrimage img{
    width: 110px;
    height: 110px;
    position: relative;
    opacity: 0.1;
}
#testimonials .peccular-testimonials-image .frst_Blurrimage {
    width: 110px;
    height: 110px;
    position: relative;
    left: 60%;
    top: 22%;
}
#testimonials .peccular-testimonials-image .second_Blurrimage img{
    width: 110px;
    height: 110px;
    position: relative;
    opacity: 0.1;
}
#testimonials .peccular-testimonials-image .second_Blurrimage {
    width: 110px;
    height: 110px;
    position: relative;
    left: 6%;
    top: 22%;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image .imgborderhover {
    opacity: 1;
}
#testimonials .peccular-testimonials-image .imgborderhover {
    width: 136px;
    height: 74px;
    background-color: transparent;
    border-radius: 10rem 10rem 0 0px;
    position: absolute;
    left: -39px;
    top: 21px;
    transform: rotate(274deg);
    transition: all 0.5s ease 0s;
    z-index: 0;
    border: 8px solid #090060;
    border-bottom: none;
    left: -8px solid transparent;
    opacity: 0;
}
#testimonials .peccular-testimonials-image .imgborder {
    width: 136px;
    height: 74px;
    background-color: transparent;
    border-radius: 10rem 10rem 0 0px;
    position: absolute;
    right: -39px;
    top: 21px;
    transform: rotate(86deg);
    transition: all 0.5s ease 0s;
    z-index: 0;
    border: 8px solid #090060;
    border-bottom: none;
    border-right: -8px solid transparent;
}

#testimonials h4.peccular-testimonials-name {
    font-weight: bold;
    color: #FF4880;
    transition: all .35s ease-out;
    font-size: 23px;
    position: relative;
    z-index: 1;
    padding-top: 25px;
    font-family: 'Ubuntu';
    transition: .5s ease;
}

#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    letter-spacing: 2px;
    transition: .5s ease;
}

#testimonials h6.peccular-testimonials-designation {
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    margin: 9px 0 5px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #686868;
    font-family: 'Ubuntu';
}
#testimonials .kite_animatedImage {
    position: absolute;
    top: 23%;
    left: 0;
}
#testimonials .bone_animatedImage1 {
    position: absolute;
    top: 13%;
    left: 18%;
}
#testimonials .bone_animatedImage2 {
    position: absolute;
    top: 50%;
    left: 58%;
}
#testimonials .butterfly_animatedImage2{
    position: absolute;
    top: 64%;
    right: 0;
}
#testimonials .peccular-section-head svg path {
    stroke: #ff4880;
}

#testimonials .clnt_name svg{
    margin-top: 15px;
    margin-bottom: 12px;
}
#testimonials .clnt_name svg path{
    stroke: #ff4880;
    transition: .5s ease;
}
#testimonials .peccular-testimonials-single:hover .clnt_name svg path{
    fill: #ff4880;
    transition: .5s ease;
}
#testimonials .peccular-testimonials-content p{
    color: #6D6D6D;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 22px;
    text-align: center;
    margin: 0 0px;
    line-height: 35px;
    font-family: 'Ubuntu';
}
#testimonials .testcontactarea{
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#testimonials .peccular-testimonials-content i.fa-quote-left {
    font-size: 29px;
    color: #E11D07 !important;   
    position: relative;
    top: 6px;
    right: 0;
    margin-right: 0 ;  
    transform: rotateZ(178deg);
    transition: all 0.7s ease;  
}
#testimonials .peccular-testimonials-content i.fa-quote-right{
    color: #E11D07 !important;
    font-size: 29px;
    left: 0;
    position: absolute;
    transform: rotateY(160deg);
    transition: all 0.7s ease;  
}
#testimonials .bgShadedImage {
    position: absolute;
    bottom: 0;
    height: 42%;
    width: 100%;
}
#testimonials .bgShadedImage img{
    height: 100%;
    width: 100%;
}
#testimonials .peccular-testimonials-single:hover i.fa-quote-right{
    transform: rotateY(43deg);
    transition: all 0.7s ease-out;
} 
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0em !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
}
#testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    left: 0%;
    bottom: 80px;
    display: none;
}

#testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -97px;
    bottom: 211px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 45px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 11px;
    line-height: 50px;
    box-shadow: none;
}
#testimonials .owl-nav .owl-next {
    position: absolute;
    right: -34px;
    bottom: 211px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 45px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 11px;
    line-height: 50px;
    box-shadow: none;
}
#testimonials .owl-nav .owl-prev, 
#testimonials .owl-nav .owl-next {
    background-color: #fff;
}

#testimonials .owl-stage-outer:hover .owl-prev {
    opacity: 1;
}
#testimonials .owl-stage-outer:hover .owl-next {
   right: -10px;
    opacity: 1;
}
#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: none;
}
#testimonials .owl-nav .owl-prev:after,
#testimonials .owl-nav .owl-next:after{
    font-size: 30px;
    color: #000;
    line-height: 50px;
}
#testimonials .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev {
    background-color: #E11D07;
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #fff;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 8em;}

#testimonials .contactbrdrbox{
    padding: 2em 0 1em 0;
    position: relative;
    right: 0px;
}
#testimonials .contactbrdrbox h2{
    color: #393D72;
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px;
}
#testimonials .contactbrdrbox h2 span{
    color: #FC5307;
    font-size: 50px;
    font-family: 'Rajdhani';
    font-weight: bold;
    margin: 0 0 8px;
}

#testimonials .contactbrdrbox span{
    color: #E11D07;
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 0 30px;
}
#testimonials .contactbrdrbox p{
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    margin: 11px 0;
    line-height: 27px;
}

/*----------------------------------------*/
/*  treatment Area
/*----------------------------------------*/

#treatment {
    position: relative;
    overflow: hidden;
    background: #fff;
}
#treatment .no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
#treatment .peccular-section-head h2{
   color: #E11D07;
   font-size: 20px;
   font-weight: 600;
   margin: 0 0 7px;
}
#treatment .peccular-section-head {
    position: relative;
    margin-bottom: 50px;
}
#treatment .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
#treatment .owl-theme .owl-dots .owl-dot {
    /* display: inline-block; */
    zoom: 1;
    display: inline-block !important;
    zoom: 1;
    background: #DCD7CF;
    width: 8px;
    height: 8px;
    height: 8px;
    order-radius: 7px;
    margin-left: 10px;
}
#treatment button.owl-dot.active {
    background: #FF4880 !important;
}
#treatment .peccular-section-head h2{
    color: #393D72;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 48px;
    position: relative;
    font-family: 'Ubuntu';
}
#treatment .peccular-section-head svg path{
stroke: #ff4880;
}
#treatment .peccular-section-head h3 span{
    color: #FC5307;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'Rajdhani';
     line-height: 70px;
}
#treatment .peccular-section-head h4{
    color: #E11D07;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
#treatment .leftBtm_data {
    position: relative;
    left: 16%;
    top: 12%;
    text-align: center;
}
#treatment .leftBtm_data .peccular-treatment-b {
    position: relative;
    left: 2.5em;
    right: 0;
    margin: 0 auto;
}
#treatment .bottom-btn a{
    font-size: 22px;
    background: #FC5307;
    border-radius: 20px;
    padding: 5px 28px 5px 28px;
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: bold;
    transition: all 0.5s;
}
#treatment .bottom-btn {
    margin-top: -10px;
    position: relative;
}
#treatment .bottom-btn a:hover{
color: #fff;
background: #00BCD4;
transition: all 0.5s;
letter-spacing: 0.5px;
}
#treatment .peccular-project-leafimgboxshape1 {
    margin-top: 0px;
    position: absolute;
    bottom: 7%;
    left: 34%;
}
#treatment .top_pawimg {
    position: relative;
    top: 82px;
    left: 38%;
}
#treatment .bottom_lineimg {
position: relative;
    bottom: 95px;
    left: 0;
}
#treatment .bottom_lineimg img{
    position: absolute;
    top: 97%;
    left: 10px;
}
#treatment .peccular-treatment-single {
    position: relative;
}
#treatment .peccular-treatment-single .peccular-treatment-img{
    position: relative;
    overflow: hidden;
}
#treatment .peccular-treatment-single .peccular-treatment-img .courseimeOverly{
    position: absolute;
    top: 100%;
    right: 0; 
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,#3BC8E7,#22707587);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#treatment .peccular-treatment-single:hover .peccular-treatment-img .courseimeOverly{
    opacity: 0.4;
    visibility: visible;
    top: 0;
}
#treatment .peccular-treatment-single .peccular-treatment-img img{
    width: 100%;
    transition: all 0.5s ease;
}
#treatment .peccular-treatment-single:hover .peccular-treatment-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#treatment .peccular-treatment-single .peccular-treatment-content {    
    padding: 0em;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 20px;
}
#treatment .peccular-treatment-single .peccular-treatment-content .btm_data {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-left: 27px;
}
#treatment .peccular-treatment-single h4.peccular-treatment-title {
    color: #393D72;
    font-size: 29px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    margin: 5px 0 22px;
    line-height: 40px;
    font-family: 'Ubuntu';
    text-align: center;
}
#treatment .peccular-treatment-single .peccular-treatment-content p{
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-right: 14px;
    word-break: break-all;
    line-height: 26px;
}
#treatment .peccular-treatment-content a.read-btn{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 12px 20px 12px 0;
    transition: all .6s;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50px;
    height: 48px;
    background: #1988C3;
    position: relative;
    right: 0;
   
}
#treatment .peccular-treatment-content:hover a{
    color: #fff;
    background: #FC5307;
}
#treatment .peccular-treatment-single .peccular-treatment-content a i {
    margin-left: 13px;
    font-size: 22px;
    color: #fff;
}

/*----------------------------------------*/
/*  WhyUs Area
/*----------------------------------------*/
#WhyUs {
    position: relative;
    overflow: hidden;
    background: #fff;
}
#WhyUs .space-abtblock {
    padding: 1em;
    left: 45px;
    position: relative;
    padding-top: 0;
}
#WhyUs .WhyUs-body {
    position: relative;
}

#WhyUs .peccular-section-head {
    margin-bottom: 6em;
    margin-top: 0;
    padding: 0 0em 0 0;
}
#WhyUs .peccular-section-head svg{
    margin-top: 12px;
}
#WhyUs .peccular-section-head svg path{
    stroke:#ff4880;
}
#WhyUs .left_content h3{
    color: #4E4E4E;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
}
#WhyUs .left_content p{
    font-size: 37px;
    color: #FF4880;
    font-weight: bold;
    font-family: 'Ubuntu';
    text-align: left;
}
#WhyUs .below_Services p{
    color: #828282;
    font-size: 16px;
    font-family: 'Ubuntu';
    font-weight: 400;
    line-height: 25px;
}
#WhyUs .below_Services {
    position: relative;
    margin-top: 48px;
    padding-left: 10px;
}
#WhyUs .below_Services h4{
    color: #434343;
    font-size: 22px;
    font-family: 'Ubuntu';
    font-weight: bold;
    margin-bottom: 10px;
}
#WhyUs .below_Services .peccular-features-b {
    margin-bottom: 37px;
}
#WhyUs .below_Services .ser_bx {
    margin-bottom: 37px;
}
#WhyUs .below_Services i{
    font-size: 34px;
    color: #393D72;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 30px;
    height: 32px;
}
#WhyUs .peccular-section-head h2{
    color: #393D72;
    font-weight: bold;
    font-size: 27px;
    margin-left: 0em;
}
#WhyUs .peccular-section-head h3{
    color: #1988C3;
    font-weight: 800;
    font-size: 45px;
}
#WhyUs .peccular-section-head h3 span{
    color: #FC5307;
    font-weight: 800;
    font-size: 45px;
    padding-right: 0em;
    font-family: 'Rajdhani';
    font-weight: bold;
}
#WhyUs .WhyUs-callnow {
    padding: 30px 0 0;
}
#WhyUs .WhyUs-callnow i{
    font-size: 36px;
    font-weight: 800;
    width: 51px;
    height: 50px;
    border: 2px solid #E11D07;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    color: #272727;  
    position: relative;
    left:0;
}
#WhyUs .WhyUs-body:hover .WhyUs-callnow i{
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
#WhyUs .WhyUs-callnow p{
    color: #E11D07; 
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#WhyUs .WhyUs-callnow a{
    color: #000; 
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    transition: all 0.9s;
    transform: scale(1);
}
#WhyUs .WhyUs-body:hover .WhyUs-callnow a{
    color: #E11D07; 
    font-size: 21px;   
    transform: scale(1.3);
    transition: all 0.9s;
}
#WhyUs .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;   
}
#WhyUs .peccular-section-area-textlist ul li,
#WhyUs .peccular-section-area-textlist ol li,
#WhyUs .peccular-section-area-textlist {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
    line-height: 30px;
}
#WhyUs .peccular-section-area-textlist ul li:before, 
#WhyUs .peccular-section-area-textlist ol li:before{
    content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #E11D07;
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
#WhyUs .peccular-section-area-textlist:hover ul li:before{
    color: #E11D07;
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
}
#WhyUs .peccular-section-area-text-subtitle {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 2em 0 0;
    font-family: 'Poppins', sans-serif;
}
#WhyUs .WhyUs_btn a{
color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0;
    background: #FC5307;
    padding: 6px 17px 2px 17px;
    border-radius: 20px;
    font-family: 'Rajdhani';
    transition: all .6s;
}
#WhyUs .WhyUs_btn a:hover{
    color: #fff;
    background: : #00BCD4;
    transition: all .6s;
    letter-spacing: 0.5px;
}

#WhyUs .WhyUs-services{
    margin: 0 0;
}
#WhyUs .WhyUs-services i{
    background: #272727;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 25px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin: 7px 0 0 7px;
}
#WhyUs .WhyUs-services:hover i{
    background: #E11D07;
}
#WhyUs .WhyUs-services h2{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-align: left;
    color: #272727;    
}
#WhyUs .WhyUs-services p{
    font-size: 16px;
    text-align: left;
    color: #939192;
    line-height: 19px;
    padding: 0 10px 0 0;    
}

#WhyUs .peccular-WhyUs-imgbox{ 
    position: relative;
    overflow: hidden;
}
#WhyUs .peccular-WhyUs-imgbox img {
    width: 474px;
    height: 609px;
    position: relative;
    left: 28%;
    bottom: 42px;
}
#WhyUs .peccular-WhyUs-imgbox .secondimg_img {
    width: 465px;
    height: 312px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#WhyUs .peccular-WhyUs-imgbox .Thirdimg_img {
    width: 465px;
    height: 312px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx {
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 9px;
    background: #FFFFFF;
    padding: 8px 25px;
    width: 303px;
    box-shadow: 0px 0px 20px #00000029;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p{
    color: #393D72;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 47px;
    width: 303px;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p span{
    font-size: 50px;
    color: #FF4880;
    font-weight: 900;
    font-family: 'Ubuntu';
    margin-right: 22px;
}
#WhyUs .peccular-WhyUs-imgbox .Thirdimg_img img {
    width: 191px;
    height: 175px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 19%;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
}
#WhyUs .peccular-WhyUs-imgbox .left_buttrflyimg{
    position: absolute;
    top: 7%;
    left: 58px;
}
#WhyUs .peccular-WhyUs-imgbox .left_buttrflyimg img{
    height: 40px;
    width: 40px;
    top: 0;
}
#WhyUs .peccular-WhyUs-imgbox .left_dctrSteth_img{
    position: absolute;
    top: 17%;
    left: 8%;
}
#WhyUs .peccular-WhyUs-imgbox .left_dctrSteth_img img{
    height: 140px;
    width: 127px;
    top: 0;
} 
#WhyUs .peccular-WhyUs-imgbox .secondimg_img img{
    width: 309px;
    height: 312px;
    position: absolute;
    overflow: hidden;
    bottom: 25px;
    left: 28%;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
}

/*----------------------------------------*/
/*  pet-clinic-center Area
/*----------------------------------------*/
#pet-clinic-center {
    background: #fff;
    position: relative;
    overflow: hidden;
}
#pet-clinic-center .space-abtblock {
    left: 87px;
    position: relative;
    padding-top: 0;
    margin-top: 0;
}
#pet-clinic-center .pet-clinic-center-body {
    position: relative;
}

#pet-clinic-center .peccular-section-head {
    margin-bottom: 7px;
    margin-top: 0;
    padding: 0 0em 0 0;
}
#pet-clinic-center .peccular-section-head h2{
    color: #393D72;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 7px;
    margin-left: 0em;
    font-family: 'Ubuntu';
}
#pet-clinic-center .peccular-section-head svg path{
stroke: #ff4880;
}
#pet-clinic-center h3{
    color: #393D72;
    font-weight: 800;
    font-size: 27px;
    position: relative;
    top: 73%;
    left: 12px;
}

#pet-clinic-center .bottomshp_img {
    position: absolute;
    left: 41%;
    bottom: 19%;
}
#pet-clinic-center .btterflyshp_img{
    position: absolute;
    top: 97%;
    left: 10px;
}
#pet-clinic-center .peccular-section-head h3 span{
    color: #FC5307;
    font-weight: 800;
    font-size: 45px;
    padding-right: 0em;
    font-family: 'Rajdhani';
    font-weight: bold;
}
#pet-clinic-center .pet-clinic-center-callnow {
    padding: 30px 0 0;
}
#pet-clinic-center .pet-clinic-center-callnow i{
    font-size: 36px;
    font-weight: 800;
    width: 51px;
    height: 50px;
    border: 2px solid #E11D07;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    color: #272727;  
    position: relative;
    left:0;
}
#pet-clinic-center .pet-clinic-center-body:hover .pet-clinic-center-callnow i{
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
#pet-clinic-center .pet-clinic-center-callnow p{
    color: #E11D07; 
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#pet-clinic-center .pet-clinic-center-callnow a{
    color: #000; 
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    transition: all 0.9s;
    transform: scale(1);
}
#pet-clinic-center .pet-clinic-center-body:hover .pet-clinic-center-callnow a{
    color: #E11D07; 
    font-size: 21px;   
    transform: scale(1.3);
    transition: all 0.9s;
}
#pet-clinic-center .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;   
}
#pet-clinic-center .peccular-section-area-textlist ul li,
#pet-clinic-center .peccular-section-area-textlist ol li,
#pet-clinic-center .peccular-section-area-textlist {
    color: #393D72;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 30px;
}
#pet-clinic-center .peccular-section-area-textlist ul li:before, 
#pet-clinic-center .peccular-section-area-textlist ol li:before{
    content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #FF4880;
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
#pet-clinic-center .peccular-section-area-textlist:hover ul li:before{
    color: #E11D07;
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
}
#pet-clinic-center .peccular-section-area-text-subtitle {
    color: #FF4880;
    font-size: 37px;
    font-weight: bold;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 2em 0 0;
    font-family: 'Ubuntu';
    margin-top: 10px;
    line-height: 45px;
}
#pet-clinic-center .pet-clinic-center_btn a{
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0;
    background: #FF4880;
    padding: 11px 25px 11px 25px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    font-family: 'Poppins',sans-serif;
    transition: all .6s;
    z-index: 3;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
     transition: .5s ease;
}
#pet-clinic-center .pet-clinic-center_btn a::before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 74%, 20% 34%, 0% 0%);
}

#pet-clinic-center .pet-clinic-center_btn a:hover::before { width: 110%;}
#pet-clinic-center .pet-clinic-center_btn a:hover{
    color: #FF4880;
    transition: all .5s;
    border: 1px solid #FF4880;
    font-weight: 500;
    padding-left: 45px;
    transition: .5s ease;
}

#pet-clinic-center .pet-clinic-center-services{
    margin: 0 0;
}
#pet-clinic-center .pet-clinic-center-services i{
    background: #272727;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 25px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin: 7px 0 0 7px;
}
#pet-clinic-center .pet-clinic-center-services:hover i{
    background: #E11D07;
}
#pet-clinic-center .pet-clinic-center-services h2{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-align: left;
    color: #272727;    
}
#pet-clinic-center .pet-clinic-center-services p{
    font-size: 16px;
    text-align: left;
    color: #939192;
    line-height: 19px;
    padding: 0 10px 0 0;    
}

#pet-clinic-center .peccular-pet-clinic-center-imgbox{ 
    position: relative;
    margin-top: 4em;
    height: 700px;
}
#pet-clinic-center .topcat_img {
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 84px;
}
#pet-clinic-center .Elephant_img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#pet-clinic-center .Elephant_img img{
    height: 274px;
    width: 400px;
}
#pet-clinic-center .bigstr_img {
    position: relative;
    top: 47%;
    height: 15px;
    width: 24px;
    left: 16px;
}
#pet-clinic-center .smallstar_img {
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 27%;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox img {
    width: 450px;
    height: 621px;
    position: absolute;
    z-index: 2;
    top: 0em;
    left: 6em;
    margin-top: 4em;
}
#pet-clinic-center .left_footimg .peccular-project-leafimgboxshape1 {
    margin-top: 0px;
    position: absolute;
    top: 21%;
    left: 12%;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox .imgBG_bx{
    position: relative;
    background: #F4EEE7;
    width: 460px;
    height: 620px;
    transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
    z-index: 2;
    left: 5em;
    top: 4em;
}

/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about {
    background: #fff;
    position: relative;
    overflow: hidden;
}
#about .space-abtblock {
    position: relative;
    padding-top: 0;
    top: 80px;
    left: 25px;
}
#about .about-body {
    position: relative;
}
#about .Paw_img1{
    position: absolute;
    top: 17px;
    left: -8%;
}
#about  .peccular-section-head {
    margin-bottom: 7px;
    margin-top: 0;
    padding: 0 0em 0 0;
    top: 15px;
}
#about .peccular-section-head svg path{
stroke: #ff4880;
}
#about .peccular-section-head h2{
    color: #393D72;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 7px;
    margin-left: 0em;
}
#about .left_doctr_data  h3{
    color: #FF4880;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 20px;
}
#about .left_doctr_data {
    position: relative;
    left: 36px;
}
#about .left_doctr_data  h4{
    color: #393D72;
    font-size: 22px;
    font-family: 'Ubuntu';
    font-weight: 500;
}
#about .left_doctr_data .social-icons{
    margin-top: 20px;
}
#about .left_doctr_data .social-icons a {
    margin-right: 10px;
}
#about .left_doctr_data .social-icons a i {
    font-size: 18px;
    color: #393D72;
    height: 33px;
    width: 33px;
    background: #F4EEE7;
    position: relative;
    padding: 10px;
}
#about .RightBottom{
    height: 380px;
    position: relative;
}
#about .RightBottom img{
    width: 428px;
    height: 304px;
}
#about .experience_box p{
    color: #FF4880;
    font-size: 39px;
    text-align: left;
    font-family: 'Ubuntu';
    font-weight: bold;

}
#about .experience_box p span{
    color: #393D72;
    font-size: 53px;
    font-family: 'Roboto';
    font-weight: bold;
}
#about .leftSVGBox svg{
width: 379px;
height: 132px;
}
#about path.FirstPath {
    fill: #fff;
}
#about path.secondPath {
    fill: #ff4880;
}
#about .experience_box {
    position: relative;
    left: 72px;
    top: 32%;
    padding-left: 18px;
        width: 379px;
}
#about .experience_box  .small_bxshp{
    position: absolute;
    height: 108px;
    width: 81px;
    clip-path: polygon(100% 9%, 0 0, 100% 34%);
    background: #e18c8c;
}

#about .peccular-section-head h3 span{
    color: #FC5307;
    font-weight: 800;
    font-size: 45px;
    padding-right: 0em;
    font-family: 'Rajdhani';
    font-weight: bold;
}
#about .about-callnow {
    padding: 30px 0 0;
}
#about .about-callnow i{
    font-size: 36px;
    font-weight: 800;
    width: 51px;
    height: 50px;
    border: 2px solid #E11D07;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    color: #272727;  
    position: relative;
    left:0;
}
#about .about-body:hover .about-callnow i{
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
#about .about-callnow p{
    color: #E11D07; 
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#about .about-callnow a{
    color: #000; 
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    transition: all 0.9s;
    transform: scale(1);
}
#about .about-body:hover .about-callnow a{
    color: #E11D07; 
    font-size: 21px;   
    transform: scale(1.3);
    transition: all 0.9s;
}
#about .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;   
}
#about .peccular-section-area-textlist ul li,
#about .peccular-section-area-textlist ol li,
#about .peccular-section-area-textlist {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
    line-height: 30px;
}
#about .peccular-section-area-textlist ul li:before, 
#about .peccular-section-area-textlist ol li:before{
    content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #E11D07;
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
#about .peccular-section-area-textlist:hover ul li:before{
    color: #E11D07;
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
}
#about .peccular-section-area-text-subtitle {
    color: #686868;
    font-size: 21px;
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Ubuntu';
    margin-top: 25px;
    width: 556px;
    left: 36px;
    position: relative;
}
#about .Top_Starimg {
    position: absolute;
    top: 0;
    left: 33%;
}
#about .Top_Starimg2 {
    position: absolute;
    top: 9%;
    left: 63%;
}
#about .about_btn a{
    color: #FF4880;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0;
    font-family: 'Ubuntu';
    transition: all .6s;
    text-decoration: underline;
}
#about .about_btn {
    left: 36px;
    position: relative;
}
#about .about_btn a:hover{
    color: #fff;
    background: : #00BCD4;
    transition: all .6s;
    letter-spacing: 0.5px;
}

#about .Top_cockimg {
    position: absolute;
    top: 0;
    left: 0;
}
#about .Top_cockimg img{
    width: 166px !important;
    height: 153px !important;
    top: -26px !important;
    position: relative !important;
    left: -6px !important;
}
#about .about-services{
    margin: 0 0;
}
#about .about-services i{
    background: #dddede;
    color: #3D4350;
    width: 42px;
    height: 42px;
    font-size: 25px;
    text-align: center;
    line-height: 42px;
       border-radius: 50%
    margin: 7px 0 0 7px;
}
#about .about-services:hover i{
    background: #E11D07;
}
#about .about-services h2{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-align: left;
    color: #272727;    
}
#about .about-services p{
    font-size: 16px;
    text-align: left;
    color: #939192;
    line-height: 19px;
    padding: 0 10px 0 0;    
}

#about .peccular-about-imgbox{ 
    position: relative;
    overflow: hidden;
}
#about .peccular-about-imgbox img {
    width: 502px;
    height: 660px;
    position: relative;
    top: 80px;
    left: 50px;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter {
    background: #fff;
    position: relative;
    overflow: hidden;
}

#counter .peccular-counter-area {
    position: relative;
    background: #F4EEE7;
    padding: 110px 69px 35px 69px;
    top: -7em;
    margin-bottom: -60px;
}
#counter .Top_dogssimg {
    height: 314px;
    position: relative;
    top: 0;
    z-index: 1;
    text-align: center;
}
#counter .Top_dogssimg img{

}
#counter .peccular-section-head{
    margin-bottom: 6em;
    margin-top: 0em;
}
#counter .peccular-section-head h2{
   color: #000;
   font-size:  40px;
   font-weight: 800;
    margin: 0 0 5px;
}
#counter .peccular-section-head h3 {
    color: #272727;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    
}
#counter .peccular-section-head h3 span{
    color: #E11D07;
}
#counter .peccular-counter-single{
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0 0 11px 0;
}

#counter .peccular-counter-single:hover .peccular-counter-icon{
    background: #FF4880;  
    transition: all 0.5s;
} 
#counter .peccular-counter-icon{
    background: #FFFFFF;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
    transition: all 0.3s ease 0s;
    width: 60px;
    height: 93px;
}
#counter .peccular-counter-area .num_data{
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
}
#counter .peccular-counter-icon span{
    font-size: 43px;
    color: #FF4880;
    font-weight: 500;
}
#counter .peccular-counter-num.count:after{
    content: "\f067";
    font-family: 'Fontawesome';
    margin-right: 0px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #393D72;
    display: inline-block;
    margin-bottom: 0;
    font-size: 21px;
    padding: 1px 3px 0px;
    font-weight: 100;
    position: relative;
    top: -3px;
}
#counter .peccular-counter-single:hover .peccular-counter-icon span {
    color: #fff;
    transition: all 0.3s ease 0s;
}
#counter h4.peccular-counter-title  {
    font-size: 25px;
    font-weight: bold;
    word-break: break-word;
    color: #393D72;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
    font-family: 'Ubuntu';
}

#counter .peccular-counter-num.count{
    font-size: 35px;
    font-weight: bold;
    color: #393D72;
    padding: 0;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
    font-family: 'Ubuntu';
}
#counter .peccular-counter-single:hover .peccular-counter-num.count{
    letter-spacing: 10px;
    transition: all 0.3s ease 0s;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog {    
    position: relative;
    overflow: hidden;
    background: #fff;
}
#blog .peccular-section-head {
    margin-bottom: 4em;
    margin-top: 0em;
}
#blog .peccular-section-head svg path{
stroke: #ff4880;
}
#blog .peccular-section-head h2{  
    color: #393D72;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: bold;
    font-size: 27px;
    line-height: 45px;
}
#blog .peccular-section-head h2 span{
    color: #FC5307;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Rajdhani';
}

#blog .peccular-blog-post{      
    padding: 0;
    margin: 0 10px 20px 10px;
    border-radius: 4px;
    background: none;
    position: relative;
}
#blog .peccular-blog-imgbox{
    position: relative;
}
#blog .peccular-box-area-S { margin: 0px;}

#blog .blog_contentimage {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}
#blog .peccular-blog-imgbox .peccular-blog-bg {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    height: 100%;
    top: 70%;
}
#blog h4.inner-area-title {
    color: #FF4880;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 0em;
    transition: all 1s ease 0s;
    z-index: 3;
    margin-bottom: 7px;
    position: relative;
    font-family: 'Ubuntu';
}

#blog .peccular-blog-post p{
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0em;
    padding: 0em;
    position: relative;
    z-index: 3;
    font-family: 'Ubuntu';
    text-align: left;
    padding-right: 24px;
}
#blog .read-btn{
    margin: 12px 0 0;
    position: relative;
    z-index: 3;
}

#blog .read-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    background: #FF4880;
    color: #fff;
    text-align: center;
    padding: 5px 14px;
    transition: all .6s;
    display: inline-block;
    position: relative;
    font-family: 'Ubuntu';
    border: 1px solid transparent;
    z-index: 2;
}
#blog .read-btn a::before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 74%, 20% 34%, 0% 0%);
}
#blog .read-btn a:hover::before { width: 110%;}
#blog .read-btn a:hover{
    color: #FF4880;
    transition: all .5s;
    border: 1px solid #FF4880;
    font-weight: 500;
    padding-left: 30px;
    transition: .5s ease;
}

#blog .peccular-blog-post:hover .peccular-blog-single{
    bottom: 8em;
    opacity: 0.87;
    transition: all .4s;
}

#blog .peccular-blog-single {     
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-left: 19px;
    padding-right: 11px;
    padding-bottom: 23px;
    background: #fff;
    border-right: 5px solid #393D72;
    border-bottom: 4px solid #393D72;
    width: 85%;
    bottom: 7em;
    opacity: 0.87;
    transition: all .4s;
}
#blog .peccular-blog-thumbnail {
    position: relative;    
}
#blog .peccular-blog-thumbnail img {
    width: 100%;
    height: 218px;
}

#blog .peccular-blog-comment {
    top: 0;
    display: inline-block;
    padding: 10px 0;
}
#blog .bogdate {
    position: relative;
    text-align: right;
    padding: 6px 8px;
}
#blog .bogdate i{
    font-size: 15px;
    margin-right: 8px;
    color: #FF4880;
}
#blog .bogdate span{
    color: #393D72;
    font-size: 17px;
    padding: 7px 0px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Ubuntu';
}
#blog .bogcomnt {
    margin-left: 26px;
    margin-top: 2px;
    padding: 6px 8px;
}
#blog .small_dot {
    width: 14px;
    height: 11px;
    position: absolute;
    background: #D44200;
    border-radius: 0px 19px 0px 0px;
    right: -15px;
    top: 8px;
}
#blog .bogcomnt span {
    color: #393D72;
    font-size: 18px;
    padding: 7px 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Ubuntu';
}
#blog .bogcomnt i{
    font-size: 11px;
    font-weight: 500;
    padding-right: 7px;
    color: #FF4880;
}
/*----------------------------------------*/
/*  13. Inner Contact page
/*----------------------------------------*/

#innerpage-box .leftcontact{
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 3em 0px 0em;
    padding: 0 6px 11px 0;
}
#innerpage-box .topcontact_Content{

}
#innerpage-box .topcontact_Content .topIcon{
    width: 59px;
    height: 59px;
    border: 1px solid #393D72;
    padding: 13px;
    background: #393D7212;
}
#innerpage-box .topcontact_Content .topcontact_head h2{
    color: #FF4880 !important;
    font-size: 39px;
    font-family: 'Ubuntu';
    font-weight: bolder;
    text-transform: none !important;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
#innerpage-box .middle_leftContent {
    position: relative;
    background: #F4EEE7;
    margin-top: 3em;
    padding-top: 3em;
    padding-bottom: 1em;
}
#innerpage-box .middle_leftContent .add_dog_image{
width: 268px;
height: 193px;
position: relative;
}
#innerpage-box .middle_leftContent .lftmiddl_icon {
    position: relative;
    text-align: right;
    top: 35px;
}
#innerpage-box .middle_leftContent .lftmiddl_cat_image {
    position: absolute;
    top: -111px;
}
#innerpage-box .middle_leftContent .rht_data h3{
    font-size: 22px;
    color: #FF4880 !important;
    text-transform: uppercase !important;
    font-family: 'Ubuntu';
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 10px !important;
}
#innerpage-box .middle_RightContent{
    position: relative;
    top: 18px;

}
#innerpage-box .topcontact_Content .Top_Box_Title{
    background: #393D7212;
    border-radius: 3px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 15px;
}
#innerpage-box .topcontact_Content .top_box {
    margin-right: 15px;
}
#innerpage-box .topcontact_Content .Top_Box_Title h3{
    font-size: 22px;
    font-family: 'Ubuntu';
    font-weight: 500;
    color: #FF4880 !important;
    margin: 0;
}
#innerpage-box .topcontact_Content p{
    font-size: 17px;
    color: #747474 !important;
    font-family: 'Ubuntu';
    font-weight: 400;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: -11px;
    padding-left: 23px;
    border: 1px solid #393D7221;
    border-top: none;
    padding-right: 15px;
    text-align: left;
    padding-bottom: 18px;
    line-height: 21px;
    padding-top: 5px;
}

#innerpage-box .middle_data {
    position: relative;
    margin-top: 7em;
}
#innerpage-box .middle_RightContent img{
width: 458px;
height: 566px;
}
#innerpage-box .middle_leftContent .rht_data{
    text-align: left;
}
#innerpage-box .middle_leftContent.lftmiddl_icon {
    position: relative;
    text-align: right;
    top: 35px;
}
#innerpage-box .middle_leftContent .rht_data p{
    color: #393D72 !important;
    font-size: 22px;
    font-family: 'Ubuntu';
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px !important;
    text-align: left;
    margin-bottom: 10px !important;
}
#innerpage-box .leftcontact .contactformarea .LeafTopimage1 {
    position: absolute;
}
#innerpage-box .leftcontact .contactformarea .peccular-contact-bgshape {
    margin-top: 16px;
}

#innerpage-box .leftcontact .contactformarea {
    padding: 65px 30px 0 58px;
    position: relative;
}

#innerpage-box .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#innerpage-box .leftcontact .peccular-section-head{
  margin: 0 0 30px;
}
#innerpage-box .leftcontact .peccular-section-head h1{
    font-size: 50px;
    font-weight: bold;
    color: #1988C3 !important;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: center;
}
#innerpage-box .leftcontact .peccular-section-head h2{
    font-size: 44px;
    font-weight: 600;
    color: #170864;
    line-height: 53px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
#innerpage-box .leftcontact .peccular-section-head h3 {
    color: #1D1B25;
    font-weight: 600;
    font-size: 15px !important;    
    line-height: 19px;
    opacity: 0.7;
}
#innerpage-box .rightcontact .box_onMAp {
    width: 328px;
    position: absolute;
    right: 0;
    background: #1988C3;
    bottom: 0;
    padding: 45px 5px 30px 33px;
}

#innerpage-box .rightcontact {
    margin: 3em 0 10px 0px;
    z-index: 1;
    position: relative;
    top: 0;
    overflow: hidden;
}

#innerpage-box .rightcontact .border-bottom{
    border-bottom: 5px solid #061C30 !important;
}
#innerpage-box .rightcontact .peccular-section-head{
    margin: 40px 0 26px;
} 
#innerpage-box .rightcontact .peccular-section-head h2{
    font-size: 43px;
    font-weight: bold;
    color: #1D1B25;
    line-height: 18px;
    margin-bottom: 32px;
    padding: 0 0;
}
#innerpage-box .rightcontact .peccular-section-head h2 span{
    color: #E11D07;
    font-size: 43px;
    font-weight: bold;
}
#innerpage-box .rightcontact .peccular-section-head h3 {
    color: #1D1B25;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 29px;
    padding: 0 8em 0 0;
    margin-bottom: 46px;
}
#innerpage-box .peccular-contact .emailmargin{
    margin-top: 3em;
}
#innerpage-box .peccular-contact-info:hover a,
#innerpage-box .peccular-contact-info2:hover a{
    
    color: #E11D07;
}
#innerpage-box .peccular-contact-info a{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #1D1B25;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.5;
}
#innerpage-box .peccular-contact-info2 {
    margin-top: -7px;
}
#innerpage-box .peccular-contact-info2 a{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #1D1B25;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
}
#innerpage-box .peccular-contact-icon i {
    color: #E11D07;
    font-size: 30px;       
    text-align: center;
}
#innerpage-box .peccular-contact-address{
    text-align: left;
}
#innerpage-box .peccular-contact-label {
    color: #170864;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
#innerpage-box .peccular-contact-info{
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
#innerpage-box .rightcontactpage-right {
    position: relative;   
}
#innerpage-box .rightcontact img.app-right-img {
    height: 317px;
    width: 430px;
    position: absolute;
    right: -95px;
    top: -16px;
    margin: 0px 0 0 0;
    padding: 0;
}
#innerpage-box .rightcallnow-left {
    margin-bottom: 43px;
    position: relative;
}
#innerpage-box .rightcontact .rightcallnow-left h2 {
    color: #170864;
    font-size: 40px !important;
    font-weight: 600;
    margin: 0 0 41px !important;
    text-align: center;
    padding: 0 0 !important;
}
#innerpage-box .rightcontact .callnowbox{
    margin: 0 auto;
    position: relative;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr{
    position: absolute;
    right: 98px;
    top: 0;    
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr span{
    width: 90%;
    border-top: 1px solid #fff;
    border-top-right-radius: 15px;
    border-right: 2px solid #fff;
    position: absolute;
    right: -30px;
    top: 23px;
    height: 14px;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr i.fa-minus{
    font-size: 1px;
    background: #fff;
    padding: 0px 5px;
    color: #fff;
    margin: 0 6px 0px 0;
}
#innerpage-box .rightcontact .callnowbox h3{
    color: #E11D07;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 -15px -39px;
    text-align: center;
    font-style: italic;
}
#innerpage-box .rightcontact .callnownum{
    position: relative;
    margin-bottom: 39px;
}
#innerpage-box .rightcontact .callnowEmail {
    position: relative;
    margin-bottom: 38px;
}

#innerpage-box .rightcontact .callnownum i.fa-phone{
    color: #fff;
    font-size: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    float: left;
    position: relative;
    transform: rotate(3deg);
}

#innerpage-box .rightcontact .callnownum a{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0px 5px 0 0;
    text-align: right;
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-family: 'Rajdhani';
    margin-left: 11px;
    transition: all .3s;
}
#innerpage-box .rightcontact .callnownum a:hover{
    color: #FC5307;
    transition: all .9s;
}
#innerpage-box .rightcontact .callnowEmail a:hover{
    color: #FC5307 !important;
    transition: all .9s;
}

#innerpage-box .rightcontact .callnowEmail i{
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 30px;
    float: left;
    position: relative;
}
#innerpage-box .rightcontact .callnowEmail a{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-family: 'Rajdhani';
    margin-left: 11px;
}
#innerpage-box .rightcontact .callnowAddress p{
    color: #fff !important;
    font-size: 28px;
    font-weight: bold;
    margin: 0px 5px 0 0;
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-family: 'Rajdhani';
    margin-left: 45px;
}
#innerpage-box .rightcontact .callnowAddress i{
    color: #fff;
    font-size: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    float: left;
    position: relative;
    margin-left: 9px;
}
/*#innerpage-box .peccular-contact-block {
    margin-top: 2em;
}
*/
#innerpage-box .peccular-contact-member-wrap input[type="text"], 
#innerpage-box .peccular-contact-member-wrap input[type="email"], 
#innerpage-box .peccular-contact-member-wrap input[type="url"], 
#innerpage-box .peccular-contact-member-wrap input[type="password"], 
#innerpage-box .peccular-contact-member-wrap input[type="search"], 
#innerpage-box .peccular-contact-member-wrap input[type="number"], 
#innerpage-box .peccular-contact-member-wrap input[type="tel"], 
#innerpage-box .peccular-contact-member-wrap input[type="range"], 
#innerpage-box .peccular-contact-member-wrap input[type="date"], 
#innerpage-box .peccular-contact-member-wrap input[type="month"], 
#innerpage-box .peccular-contact-member-wrap input[type="week"], 
#innerpage-box .peccular-contact-member-wrap input[type="time"], 
#innerpage-box .peccular-contact-member-wrap input[type="datetime"],
#innerpage-box .peccular-contact-member-wrap input[type="datetime-local"], 
#innerpage-box .peccular-contact-member-wrap input[type="color"],
#innerpage-box .peccular-contact-member-wrap input[type="file"],
#innerpage-box .peccular-contact-member-wrap textarea{

    border: 1px solid #393D7233 !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #0303038C;
    /*margin: 0 0 5px 0;*/
    border-radius: 5px;
    padding: 0 0 0 7px;
    font-size: 18px;
    height: 56px;
    font-weight: 400;
    font-family: 'Ubuntu';
}
 #innerpage-box .peccular-contact-member-wrap textarea::placeholder, 
 #innerpage-box .peccular-contact-member-wrap input::placeholder {
 color: #1988C3;
 }
#innerpage-box .peccular-contact-member-wrap input[type="file"]{
    cursor: pointer;
    padding: 0px 0 10px;
    color: #fff;
    height: 35px;
}
#innerpage-box .peccular-contact-member-wrap select{
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d8d9d4;
    z-index: 2000;
    width: 100%;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    height: 55px;
    background: none;
    color: #d8d9d4;
}
#innerpage-box .peccular-contact-member-wrap select option{
    font-weight: 600;
    padding-bottom: 12px;
    color: #d8d9d4;
}

#innerpage-box .peccular-contact-member-wrap textarea {
    height: 170px;
    padding: 10px 15px;
}

#innerpage-box .peccular-contact-member-wrap input::placeholder,
#innerpage-box .peccular-contact-member-wrap textarea::placeholder{
    color:#000;
    opacity: 1;
    z-index: 999;
}  
    
#innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"]{
    font-size: 22px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 25px;
    background: #FF4880;
    color: #fff;
    text-align: center;
    padding: 15px 52px !important;
    transition: all .6s;
    position: relative;
    box-shadow: none;
    font-family: 'Ubuntu';
    margin-top: 20px;
}
#innerpage-box .peccular-contact-member-wrap input[type="submit"]:hover {
    background: #393D72;    
    color: #fff;
    transition: all .3s;
}
#innerpage-box .peccular-contact-phone:hover .peccular-contact-icon,
#innerpage-box .peccular-contact-address:hover .peccular-contact-icon,
#innerpage-box .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}
#innerpage-box .peccular-contact-mapbox iframe{ 
    width: 100%;
    margin-top: 5em;
    height: 624px;
}
#innerpage-box .leftcontact .socials{
    margin: 10px 0 0 0;
}
#innerpage-box .leftcontact .socials i{
    font-size: 15px;
    border: 1px solid #000;
    opacity: 0.3;
    color: #000;
    border-radius: 50%;    
    padding: 9px 10px;
}
#innerpage-box .leftcontact .socials i:hover {
    background: #E11D07;
    color: #fff;
    padding: 9px 10px;
    opacity: 0.9;
    border: 1px solid #918e8e;
}
#innerpage-box .leftcontact .socials a:first-child i{
    background: #E11D07;
    color: #fff;
    padding: 9px 12px;
    opacity: 0.9;
    border: 1px solid #918e8e;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footerareabox{
    margin: 0 0 0 0;
    position: relative;
    /*margin-top: 7em;*/
}
#footer,
.footer-area,
.page-template-home-template .footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;    
  background: #F4EEE7;
}

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page-template-home-template #footer .widget_block,
.page-template-home-template #footer .widget_meta,
.page-template-home-template #footer .widget_recent_entries,
.page-template-home-template #footer .widget_categories,
.page-template-home-template #footer .widget_recent_comments,
.page-template-home-template #footer .widget_archive,
.page-template-home-template #footer .widget_nav_menu ,
.page-template-home-template #footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area .textwidget p,
.footer-area .single-footer-1 p{
    color: #393D72 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    text-align: left;
    margin-top: 25px;

}
/*.footer-area .single-footer-1 .widget-title p{ 
    margin-top: 10px !important;
}*/
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Ubuntu';
    display: flex;
    color: #393D72;
}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    color: #393D72;
    font-family: 'Ubuntu';
}
.footer-area li:before,
.page .footer-area li:before,
.single .footer-area li:before  {
    content: "\f1b0";
    font-family: 'Fontawesome';
    font-size: 17px;
    padding-right: 10px;
    color: #FF4880;
}
.footer-area .gallery-item, .page-template-home-template .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.page-template-home-template .footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.footer-area ul,
.page-template-home-template .footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.page-template-home-template .footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    color: #f8f4f5;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.page-template-home-template .footer-area .widget-title,
.page .footer-area .widget-title,
.page-template-home-template #footer .widget_block h1,
.page-template-home-template #footer .widget_block h3, 
.page-template-home-template #footer .widget_block h4, 
.page-template-home-template #footer .widget_block h5, 
.page-template-home-template #footer .widget_block h6, 
.page-template-home-template #footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #fbfdf0;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
}

.footer-area .widget.widget_recent_entries li a,
.page-template-home-template .footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.page-template-home-template .footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.page-template-home-template .footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.page-template-home-template .footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0em;}
.footer-area .footer-bottom-area ul li,
.page-template-home-template .footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.page-template-home-template .footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {
    position: relative;
}

.footer-area .bottom-area ul,
.page-template-home-template .footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 22px;
    font-weight: 500;
    color: #393D72;
    font-family: 'Ubuntu';
    margin-bottom: 15px;
    border-top: 0.5px solid #000;
    padding-top: 15px;
}
.footer-area .pd-0,
.page-template-home-template .footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page-template-home-template .footer-area .bottom-area li a:hover, .page-template-home-template .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page-template-home-template .footer-area .bottom-area li:hover a::after, .page-template-home-template .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.page-template-home-template .footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.page-template-home-template .footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.page-template-home-template .footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 25px 0 0 1px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.page-template-home-template .footer-area input[type="text"], .page-template-home-template .footer-area input[type="email"], .page-template-home-template .footer-area input[type="url"], .page-template-home-template .footer-area input[type="password"], .page-template-home-template .footer-area input[type="search"], .page-template-home-template .footer-area input[type="number"], .page-template-home-template .footer-area input[type="tel"], .page-template-home-template .footer-area input[type="range"], .page-template-home-template .footer-area input[type="date"], .page-template-home-template .footer-area input[type="month"], .page-template-home-template .footer-area input[type="week"], .page-template-home-template .footer-area input[type="time"], .page-template-home-template .footer-area input[type="datetime"], .page-template-home-template .footer-area input[type="datetime-local"], .page-template-home-template .footer-area input[type="color"], .page-template-home-template .footer-area textarea,
.page-template-home-template .footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}
.footer-area .single-footer-4 p{
    margin-top: 10px;
}
.footer-area input[type="submit"],
.page-template-home-template .footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,

.page-template-home-template .footer-area input[type="submit"],
.page-template-home-template .footer-area .widget_calendar tfoot tr td a,
.page-template-home-template .footer-area .s-footer .textwidget p a,

.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    border-bottom: 1px solid;
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,

.page-template-home-template .footer-area input[type="submit"]:hover,
.page-template-home-template .footer-area .widget_calendar tfoot tr td a:hover,
.page-template-home-template .footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,

.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
    opacity: 0.6;
    background: none;
}
.footer-area .top-area,
.page-template-home-template .footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
}
.footer-area label,
.page-template-home-template .footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.page-template-home-template .footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.page-template-home-template .footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.page-template-home-template .footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.page-template-home-template .footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 16px;
    margin-right: 8px;
}
.footer-area i.fa {
    color: #E11D07;
}
.footer-area .textwidget a, 
.single-footer-5 a{
    color: #fff;
}
.footer-area .textwidget a:hover, 
.footer-area .single-footer-5 a:hover{
    color:#E11D07 ;
}
.footer-area .social-profile-icons i.fa,
.page-template-home-template .footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
/*    margin-top: 14px;
*/    font-size: 22px;
    padding: 0;
}
 .footer-area table tr,
.page-template-home-template .footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.page-template-home-template .footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.page-template-home-template .footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.page-template-home-template .footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.page-template-home-template .footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.page-template-home-template .footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.page-template-home-template .footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page-template-home-template .footer-area input[type="text"], .page-template-home-template .footer-area input[type="email"], .page-template-home-template .footer-area input[type="url"], .page-template-home-template .footer-area input[type="password"], .page-template-home-template .footer-area input[type="search"], .page-template-home-template .footer-area input[type="number"], .page-template-home-template .footer-area input[type="tel"], .page-template-home-template .footer-area input[type="range"], .page-template-home-template .footer-area input[type="date"], .page-template-home-template .footer-area input[type="month"], .page-template-home-template .footer-area input[type="week"], .page-template-home-template .footer-area input[type="time"], .page-template-home-template .footer-area input[type="datetime"], .page-template-home-template .footer-area input[type="datetime-local"], .page-template-home-template .footer-area input[type="color"], .page-template-home-template .footer-area textarea {background: transparent;}
.page-template-home-template .footer-area .s-footer,

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background: transparent;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.page-template-home-template .footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .single-footer-1 .social-profile-icons{
    margin: -10px 0 0 0;
}
.footer-area .single-footer-2,
.page-template-home-template .footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 4em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.page-template-home-template .footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 4em;
    margin-left: 0%;
}
.footer-area .single-footer-4,
.page-template-home-template .footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 4em;
    margin-left: 0%;
}
.footer-area .widget_recent_entries ul li,
.page-template-home-template .footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .footer_area-img img,
.page-template-home-template .footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.page-template-home-template .footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.footer-area .midix,
 .page-template-home-template .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.page-template-home-template .footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.page-template-home-template .footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.page-template-home-template .footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.page-template-home-template .footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.page-template-home-template .footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .page-template-home-template .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.page-template-home-template .footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i,
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}

.footer-share-btn ul li:before,
.page-template-home-template .footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}

/*.single-footer-1 img{  margin: -24px 0 0px; }*/

.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    font-size: 18px !important;
    color: #fff !important;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
/* .footer-area .bottom-area{
    margin-top: 57px;
 }*/
  .footer-area .single-footer-5{
   
    padding: 0px 0em 2em 14px;
    display: block;   
    position: relative;
    top: 0;
    left: 50px;  

  }

  .footer-area .widget-title{
    margin-bottom: 0em;
    font-size: 26px !important;
    font-weight: 500 !important;
    font-family: 'Ubuntu';
    margin-top: 0;
    color: #393D72;
  }
  .footer-area .social-profile-icons ul li a{
    
    padding: 10px 3px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    width: 38% !important;
    height: 38%;
    color: #E11D07;

  }

  .footer-area .social-profile-icons ul li:first-child a{padding: 0;}

  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #fff !important;
    background: #FF4880 !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
    color: #393D72 !important;
    font-size: 20px;
    height: 33px !important;
    width: 33px !important;
    position: relative;
    background: #fff;
    padding: 7px;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0;
    margin-bottom: 15px;
   } 

    .footer-area  .top-area {
    overflow: hidden;
    position: relative;
}

   .footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
margin: 0 0 0.3em 0%;
    letter-spacing: 0px;
    font-weight: bold !important;
    font-size: 24px !important;
    text-align: left;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 200px 3px 19px;
    color: #FF4880;
    font-family: 'Ubuntu';
}
.category .ht-main-title {
    margin: 0 0 15px;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #393D72;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding: 3em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    text-align: center;
}
/*.shape_img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 0;
}
.shape_img img{
    width: 100%;
    position: relative;
    z-index: 0;
}*/
/* .innHeadshape_img {
    -webkit-mask-image: url(images/slidrshpe.png);
    mask-image: url(images/slidrshpe.png);
    -webkit-mask-position: center right;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #f4f2f2;
    z-index: 2;
    height: 100%;
    opacity: 0.78;
}*/
.peccular-page-main{
    position: relative;
    overflow: hidden;
}
.header_half_overly{
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #f4f2f2;
    z-index: 2;
    height: 100%;
    opacity: 0.78;
}

#content-box ul li:before, #content-box ol li:before, main#innerpage-box div#sitemap-box ul li a:before {
    color: #E11D07;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, .woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-about-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, 
div#secondary .social-profile-icons ul li i, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount{
        color: #393D72;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 31px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.breadcrumbbox .button{
    /* border: 1px solid; */
    display: inline-block;
    border-radius: 24px;
    /* background: #fff; */
    padding-top: 10px;
    padding-bottom: 9px;
    /* padding-left: 22px; */
    padding-right: 22px;
}
.breadcrumbbox .button i{
color: #1988C3;
font-size: 18px;
}
.breadcrumbbox span {
color: #393D72;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Ubuntu';
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #f9c12c;
}
.breadcrumbbox a {
    color: #393D72;
    font-weight: 500;
    padding: 6px 4px;
    font-size: 24px;
    border-radius: 2px;
    position: relative;
    font-family: 'Ubuntu';
}
.breadcrumbbox a:hover {
    color: #FF4880;
}
/*--------------------------------------------------------------
## Blog inner page
--------------------------------------------------------------*/

#innerpage-box .blog-info-area{ 
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 8px;
    padding-left: 19px;
    padding-right: 11px;
    padding-bottom: 23px;
    background: #fff;
    border-right: 5px solid #393D72;
    border-bottom: 4px solid #393D72;
    width: 85%;
    bottom: 7em;
    opacity: 0.87;
    transition: all .4s;
}

#innerpage-box .inner-blogpost:hover .blog-info-area{
    bottom: 8em;
    opacity: 0.87;
    transition: all .4s;
}
#innerpage-box .single_post .blog-info-area {
    margin: 1em 0 1em;
    padding-left: 0;
}
/*#innerpage-box .inner-blog-post{
    padding: 18px 0 0;
    position: relative;
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-left: 22px;
    padding-right: 11px;
    padding-bottom: 23px;
}*/

/*#innerpage-box .innpeccular-blog-post {
    padding: 0;
    margin: 0 45px 20px 0;
    border: 1px solid #1988C3;
    border-radius: 4px;
    position: relative;
    background: #fff;
}*/

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

#innerpage-box .blog-comment .innbogcomnt {
    margin-left: 26px;
}

#innerpage-box .datecommentbox .blog-date i {
font-size: 15px;
    margin-right: 8px;
    color: #FF4880;
}

#innerpage-box .datecommentbox .blog-comment span{
    color: #393D72;
    font-size: 18px;
    padding: 7px 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Ubuntu';
}
#innerpage-box .datecommentbox .blog-comment i {
    font-size: 11px;
    font-weight: 500;
    padding-right: 7px;
    color: #FF4880;
}
#innerpage-box .innblogsmall_dot {
    width: 14px;
    height: 11px;
    position: absolute;
    background: #D44200;
    border-radius: 0px 19px 0px 0px;
    right: -15px;
    top: 8px;
}
/*#innerpage-box .blog-date .innbogdate {
    position: relative;
    width: 131px;
    text-align: right;
    background: #FC5307;
    padding: 6px 8px;
    margin-top: 8px;
    right: -62px;
    border-radius: 17px 0px 7px 17px;
}*/

.single main#innerpage-box .comment-respond h4{
  
    padding: 0 0;
    
}
.single main#innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;   
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post div#content-box .blog-info-area{
    border-bottom: none !important;
    border-right: none!important;
}
body.post-template-default.single.single-post ul.post-categories {
    margin-top: 6px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li, body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
        display: inline-block;
}

#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#innerpage-box .inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0px 0em 0px;
    border-radius: 0;
    position: relative;
}


#innerpage-box .inner-blogpost {
    padding: 0;
    margin: 0 10px -58px 10px;
    border-radius: 4px;
    background: none;
    position: relative;
}

#innerpage-box .blog-info-area a h2 {
    color: #FF4880 !important;
    font-size: 20px !important;
    font-weight: 500!important;
    line-height: 30px;
    padding: 0em;
    transition: all 1s ease 0s;
    z-index: 3;
    margin-bottom: 7px;
    position: relative;
    font-family: 'Ubuntu';
    text-transform: none !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}
#innerpage-box .datecommentbox {
    margin: 2px 0 15px;
    top: 0;
    padding: 10px 0;
    z-index: 10;
}
#innerpage-box .innbogdate span {
    color: #393D72;
    font-size: 17px;
    padding: 7px 0px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Ubuntu';
}
#innerpage-box .inner-blog-post:hover .inner-blogpost-info a h2 {
    color: #E11D07;
}
div#secondary .social-profile-icons ul li i:hover,
main#innerpage-box .innpeccular-blog-post:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt,
#innerpage-box #blog-box .inner-blog-excerpt {
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 1.2em;
    padding: 0em;
    position: relative;
    z-index: 3;
    font-family: 'Ubuntu';
    text-align: left;
    padding-right: 24px;
}
#innerpage-box .post-single-content{
    margin: 1em 0 2em;
}

#innerpage-box .blog-page-btn{
    margin: 12px 0 0;
    position: relative;
    z-index: 3;
    margin-bottom: 4px;
}
#innerpage-box .blog-page-btn:hover{
    border: none;
}
#innerpage-box .blog-page-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    background: #FF4880;
    color: #fff;
    text-align: center;
    padding: 5px 14px;
    transition: all .6s;
    display: inline-block;
    position: relative;
    font-family: 'Ubuntu';
    border: 1px solid transparent;
    z-index: 2;
}

#innerpage-box .blog-page-btn a::before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 74%, 20% 34%, 0% 0%);
}
#innerpage-box .blog-page-btn a:hover::before { width: 110%;}
#innerpage-box .blog-page-btn a:hover{
    /*background: #FF4880;*/
    color: #FF4880;
    transition: all .5s;
    border: 1px solid #FF4880;
    font-weight: 500;
    padding-left: 30px;
    transition: .5s ease;
}


/*#innerpage-box .blog-page-btn:hover a{
    background: #00BCD4;    
    color: #fff;
    transition: all .6s;
    letter-spacing: 0.5px;
}*/

#innerpage-box .single_post .blog-page-btn i {
    display: none;
}

.single main#innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #000;
    text-decoration: underline;
}
.single main#innerpage-box h2:hover{
     color: #E11D07;
}

div#secondary {
    padding: 0px;
    border-radius: 5px;
    margin-top: 2em;
}
main#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 1em;
}
#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.single #innerpage-box .single_post .blog-author a,
.single #innerpage-box .single_post .blog-category a, 
.single #innerpage-box .single_post .blog-tags a,
.single #innerpage-box .single_post .blog-time,
.single #innerpage-box .single_post .single-blog-date{ 
    color: #66727D !important;
    font-size: 19px !important;
}

.single #innerpage-box .single_post .blog-author a:hover,
.single #innerpage-box .single_post .blog-category a:hover, 
.single #innerpage-box .single_post .blog-tags a:hover,
.single #innerpage-box .single_post .blog-time:hover,
.single #innerpage-box .single_post .single-blog-date:hover{  color: #E11D07 !important;}

.single #innerpage-box .single_post .blog-author i,
.single #innerpage-box .single_post .blog-time i,
.single #innerpage-box .single_post .single-blog-date i,
.single #innerpage-box .single_post .blog-category i,
.single #innerpage-box .single_post .blog-comment i {
    color: #E11D07;
    margin-right: 7px;
    margin-left: 10px;
}
.single #innerpage-box .single_post .post-single-content p{
        font-size: 17px;
}
.single #innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
.single #innerpage-box .single_post .blog-tags a {
    color: #000;
    font-size: 17px!important;
    font-weight: 500;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 10px 22px;
    margin-right: 1em;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-box ul {
    text-align: center;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
}

.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
    display: inline-block;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa:hover, body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands:hover {
    color: #FF4880;
}

body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
        color: #000;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
.single #innerpage-box .single_post .blog-tags .tags-heading{
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
.single #innerpage-box .blog-comment{
        transform: rotate(0deg) !important;
        text-align: left !important;
}
.single #innerpage-box .comment-respond h4{ padding: 0 0;}
.single #innerpage-box .comment-respond h4 span{ text-align: left !important;  padding: 0 0;}
.single #innerpage-box .single_post ul li:before{
    display: none !important;
}
   
.single #innerpage-box .single_post .blog-info-area .metabox2brdr {
    border-bottom: 1px solid #eaeaea !important;
}
.single #innerpage-box .single_post .singlePost_image img.ht-page-header-img.slidershape1 {
    width: 836px;
    height: 555px;
    box-shadow: none;
}
.single #innerpage-box .single_post .blog-info-area .metabox2brdr ul li{
    display: inline-block;
}
.single_post .borderBox1 {
    width: 100%;
    position: relative;
    height: 0.5px;
    background: #000;
    margin-top: 14px;
}
.single_post .borderBox2 {
    width: 100%;
    position: relative;
    height: 0.5px;
    background: #000;
    margin-top: 14px;
}
.single_post .socialMedia{
    position: relative;
    /* text-align: center; */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}
.single_post .margintopbtm{
    margin: 2em 0 3em;
}
.single_post .blog-tags {
    margin-bottom: 30px;
}
.single_post .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single_post .socialMedia ul li{
    float: left;
    margin: 0 0 !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single_post .socialMedia ul li a.site-button i {
    color: #000;
    font-size: 24px;
    padding: 0 4px;
}
.single_post .socialMedia ul li a.site-button:hover i{
    color: #E11D07;
}

/*-------------shop inner page-------------*/

main#innerpage-box h2.woocommerce-loop-product__title{
    color: #000 !important;
}
main#innerpage-box .woocommerce ul.products li.product .price del span{ color: #000 !important; }
main#innerpage-box .woocommerce ul.products li.product .price ins span{ color: #E11D07 !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #E11D07; }
main#innerpage-box .woocommerce ul.products li.product:hover .button{ color: #fff; background: #000; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/

main#innerpage-box #peccular-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}
#peccular-contactus-wrap .peccular-section-head{
    margin-bottom: 5em;
}
#peccular-contactus-wrap .peccular-section-head h2 {
    font-size: 34px !important;   
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #E11D07;
}
#peccular-contactus-wrap .peccular-section-head h3 {
    font-size: 17px !important;    
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    color: #000;
}
#peccular-contactus-wrap .peccular-section-head p {
    font-size: 16px !important;
    line-height: 46px;
    font-weight: 400 !important;    
    margin-bottom: 20px !important;
    color: #333333 !important;     
    text-align: center;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right{
    position: relative;
    top: -3px;
    right: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right span{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-contact-block1{
    position: relative;
    display: block;
    background: #E11D07;
    padding: 85px 30px 77px;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block2{
    background: #f9c12c;
    padding: 53px 30px 9px;
    margin-top: -20px;
    margin-bottom: -20px;
    position: relative;
    display: block;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block2 h4{
    color:#E11D07;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    border-bottom: 1px solid #E11D0759;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact-label{
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p a{
    color: #fff !important;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block3{
    position: relative;
    display: block;
    background: #E11D07;
    padding: 85px 30px 77px;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block3 i{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block1 i{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_l_area{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_l_area{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a h2{
    color: #f9c12c;
        font-size: 30px !important;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #f9c12c;
        font-size: 30px !important;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a:hover h2,
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a:hover h2{
    color: #fff;
}
#innerpage-box .peccular-contact-page-form {
    margin: 3em 0;
}
#innerpage-box .peccular-contact-form-block h2{
    color: #131313;
    font-size: 39px !important;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#innerpage-box .peccular-contact-form-block{
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}
#innerpage-box .peccular-contact-form-block p{
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
#innerpage-box .peccular-contact-form-block .text-box{
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
#innerpage-box .peccular-contact-form-block .text-box p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}
#peccular-contactus-wrap .peccular-contact-page-form {
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-page-form p{
    color: #fff;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}
#peccular-contactus-wrap .peccular-contact-page-form {
    text-align: left;
}
.peccular-contact-page-form input[type="text"], 
.peccular-contact-page-form input[type="email"], 
.peccular-contact-page-form input[type="url"],
.peccular-contact-page-form input[type="password"], 
.peccular-contact-page-form input[type="search"], 
.peccular-contact-page-form input[type="number"], 
.peccular-contact-page-form input[type="tel"], 
.peccular-contact-page-form input[type="range"], 
.peccular-contact-page-form input[type="date"], 
.peccular-contact-page-form input[type="month"], 
.peccular-contact-page-form input[type="week"], 
.peccular-contact-page-form input[type="time"], 
.peccular-contact-page-form input[type="datetime"], 
.peccular-contact-page-form input[type="datetime-local"], 
.peccular-contact-page-form input[type="color"], 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea {
    margin-bottom: 25px;
    border: 1px solid #000;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #616161;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#616161;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#E11D07 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

.peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}
.peccular-contact-page-form textarea {
    height: 170px;
}
.peccular-contact-page-form label {
    font-weight: 500;
    width: 100%;
    color: #010101;
    font-size: 16px;
}

.peccular-contact-page-form select {
    width: 100%;
}
.peccular-contact-page-form input[type="checkbox"], .peccular-contact-page-form input[type="radio"], .peccular-contact-page-form input[type="file"] {
    margin-bottom: 15px;
}
.peccular-contact-page-form input[type=date] {
    line-height: 10px;
    padding: 14px 20px;
}
main#innerpage-box .peccular-contact-page-form h2{
    color: #333333;
    font-size: 45px;
    font-weight: 500;
}
.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    padding: 20px 35px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #E11D07;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
    box-shadow:none;
    width: 100%;
}
.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
    background-color: #f9c12c;
    color: #000;
}

.page-template-contact-template .inner_contentbox {
    padding: 5em 0em 0em;
}
.peccular-contact-area {
    text-align: center;
    margin-bottom: 3em;
}

.peccular-contact-area i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #4377ff;
    transition: all 1s ease 0s;
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-area:hover i{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
        -webkit-animation-name: tada;
    animation-name: tada;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#peccular-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#peccular-contactus-wrap .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.peccular-contact-page-form {
    padding-right: 20px;
    color: #616161;
}

.peccular-contact-mapbox{
    margin: 0;
    padding: 0;
    position: relative;
}

.page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}

@media screen and (min-width:320px) and (max-width:880px){
    #innerpage-box .peccular-contact-form-block h2{
            font-size: 26px !important;
            line-height: 36px;
            margin: 0 0;
    }
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ font-size: 14px !important;}
    #peccular-contactus-wrap .peccular-contact-block2 .contact-label{ font-size: 14px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){

#testimonials .testcontactarea {
    width: 370px !important;
    margin-bottom: 15px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px !important;
}

#testimonials .contactbrdrbox h2 {
    font-size: 32px !important;
    line-height: 35px!important;
}
#testimonials .contactbrdrbox h2 span{
    font-size: 32px !important;
    line-height: 35px!important;
}


        #about .peccular-about-imgbox img {
    width: 100%;
    height: 300px;
}

#about {
    padding-bottom: 1em !important;
}
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ text-align: center;}
}

/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {  
    position: relative;
    margin: 0;
    margin-bottom: 86px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1988C3;
    margin-left: 30px;
    margin-right: 30px;
}
#innerpage-box .peccular-service-image img { 
    width: 100%;
    height: 223px;
}
#innerpage-box .peccular-service-box .peccular-service-content h4{
    background: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {
    word-break: break-all;
    padding: 0;
    font-size: 34px;
    font-weight: 600;
    color: #1988C3;
    font-family: 'Rajdhani';
    font-weight: bold;
    line-height: 30px;
}

#innerpage-box .peccular-service-box .peccular-service-content p {
    font-size: 18px;
    font-weight: 300;
    word-break: break-word;
    line-height: 28px;
    color: #707070 !important;
    margin: 0 0;
    position: relative;
    z-index: 3;
    font-family: 'Poppins', sans-serif;
}
#innerpage-box .peccular-service-content {
    margin: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 11px;
    padding-bottom: 23px;
    z-index: 3;
}
#innerpage-box .service_inncontentimage {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 225px;*/
     transition: all 0.5s ease 0s;
}
#innerpage-box .service_inncontentimage img{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    height: 333px;
    top: -119px
}
#innerpage-box .peccular-service-box .peccular-service-image{
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-service-box:hover .peccular-service-image:before {
    opacity: 1;
    transition: all .9s;
    width: 100%;
    bottom: 100%;
}
#innerpage-box .peccular-service-box .peccular-service-image:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to top,rgba(255,0,0,0), #1988C3 );
    top: 0px;
    left: 0%;
    right: 0%;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .9s;
}

#innerpage-box .peccular-service-box .service-view-btn:hover{
    border: none;
}
#innerpage-box .peccular-service-box:hover .service-view-btn a{
    background: #00BCD4 !important;    
    color: #fff !important;
    transition: all .6s;
    z-index: 10;
    letter-spacing: 0.5px;
}
#innerpage-box .peccular-service-box .service-view-btn a{
    font-size: 22px;
    line-height: 18px;
    color: #fff !important;
    text-align: center;
    padding: 6px 17px 2px 17px;
    transition: all .6s;
    display: inline-block;
    position: relative;
    background: #FC5307 !important;
    border-radius: 20px;
    line-height: 30px;
    font-family: 'Rajdhani';
    font-weight: bold;
}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/

#innerpage-box .faqnformbox{
    margin-bottom: 0em;
   clear: both;
}
#innerpage-box .faqarea{
    position: relative;
    right: 215px;
    overflow: hidden;
    clear: both;
    width: 677px;
    margin-top: 13px;
}

#innerpage-box .faqcontactform .faqformarea{
    margin: 91px 102px 56px 16em;
    position: absolute;
    top: 0;
}
#innerpage-box .faqcontactform .faqform-overlay{
    background: #120072;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    z-index: 2;
}
#innerpage-box .faqcontactform .faqformbg{
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: center;
}
#innerpage-box .faqcontactform .peccular-section-head{
    margin: 0 0;
    position: relative;
    z-index: 10;
}
#innerpage-box .faqnformbox .leftContnt h2{
    font-size: 59px;
    font-weight: bold;
    color: #0F2B5B !important;
    line-height: 70px;
    margin: 0 0 25px;
    padding: 0 0;
    text-transform: capitalize;
}
#innerpage-box .faqnformbox .leftContnt h3{ 
color: #FF4880 !important;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 23px;
    position: relative;
    top: 85px;
}

 #innerpage-box .faqnformbox .leftContnt .Elephant_img{
    height: 150px;
 }
  #innerpage-box .faqnformbox .leftContnt .elepant_text {
    margin-top: -55px;
}
  #innerpage-box .faqnformbox .leftContnt p.call_num{

 }
  #innerpage-box .faqnformbox .leftContnt p.call_num span{
font-size: 34px;
    font-family: 'Ubuntu';
    font-weight: 500;
    color: #393D72;
    margin-right: 10px;
 }
   #innerpage-box .faqnformbox .leftContnt p.call_num a{
    color: #FF4880;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 46px;
    /* margin-top: 20px; */
    line-height: 30px;
 }
  #innerpage-box .faqnformbox .leftContnt p.call_num a:hover{
    text-decoration: underline;
    color: #FF4880 !important;
  }
#innerpage-box .faqnformbox .leftContnt p{
    color: #8D8D8D !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 28px;
    padding: 0 34px 0 0;
    font-family: 'Ubuntu';
    margin-top: 15px;
}
#innerpage-box .faqnformbox .peccular-faq-area-textlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
#innerpage-box .faqnformbox .peccular-faq-area-textlist ul li, #innerpage-box .faqnformbox .peccular-faq-area-textlist ol li, #innerpage-box .faqnformbox .peccular-faq-area-textlist {
    color: #616161 !important;
    font-size: 19px !important;
    font-weight: 400;
    word-break: break-word;
    line-height: 27px;
    font-family: 'Ubuntu';
    margin-top: 8px;
    margin-bottom: 15px;
}
#innerpage-box .faqnformbox .peccular-faq-area-textlist ul li:before, #innerpage-box .faqnformbox .peccular-faq-area-textlist ol li:before {
content: "\f005";
    font-family: 'Fontawesome';
    margin-right: 15px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #FF4880;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    padding: 0px 4px 12px 2px;
    font-weight: 100;
    border: 1px solid;
    height: 20px;
    width: 21px;
    line-height: 18px;
}
#innerpage-box .faqnformbox .peccular-faq-area-textlist{

}
 main#innerpage-box .peccular-faqform-member-wrap .wpcf7 form .wpcf7-response-output{
    color: #fff;
 }
#innerpage-box .faqcontactform .peccular-faqform-block{
    margin: 0 0;
    position: relative;
    z-index: 10;
}
#innerpage-box .peccular-faqform-block input[type="text"], 
#innerpage-box .peccular-faqform-block input[type="email"], 
#innerpage-box .peccular-faqform-block input[type="url"], 
#innerpage-box .peccular-faqform-block input[type="password"], 
#innerpage-box .peccular-faqform-block input[type="search"], 
#innerpage-box .peccular-faqform-block input[type="number"], 
#innerpage-box .peccular-faqform-block input[type="tel"], 
#innerpage-box .peccular-faqform-block input[type="range"], 
#innerpage-box .peccular-faqform-block input[type="date"], 
#innerpage-box .peccular-faqform-block input[type="month"], 
#innerpage-box .peccular-faqform-block input[type="week"], 
#innerpage-box .peccular-faqform-block input[type="time"], 
#innerpage-box .peccular-faqform-block input[type="datetime"],
#innerpage-box .peccular-faqform-block input[type="datetime-local"], 
#innerpage-box .peccular-faqform-block input[type="color"],
#innerpage-box .peccular-faqform-block input[type="file"],
#innerpage-box .peccular-faqform-block textarea{
  
    border: 1px solid #fff !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 24px 0;
    border-radius: 0;
    padding: 0 0 0 7px;
    font-size: 14px;
    height: 42px;
    font-weight: 600;  
}

#innerpage-box .peccular-faqform-block input::placeholder{
    color:#fff;
}

#innerpage-box .peccular-faqform-block input[type="submit"]{
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
    background: #E11D07;    
    color: #fff;    
    text-align: center;
    padding: 16px 63px !important;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

#innerpage-box .peccular-faqform-block input[type="submit"]:hover {
    background: #fff;    
    color: #E11D07;
    border: 1px solid #E11D07;
    transition: all .3s;
}
#content-box .faq .faq-content{
    margin-bottom: 23px;
    padding: 0 15px;
    border-radius: 6px;
}
#content-box .faq .faq-content.active{
    background: none;
}
#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    background: #F9EEE8;
    padding: 21px;
}
#content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
    padding: 21px 21px 21px 21px;
    background: #F4EEE7;
}
#innerpage-box #content-box h3.faq-title:before {
    content: '\f00c';
    font-family: 'Fontawesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    width: 24px;
    height: 24px;
    background: #FF4880;
}

#innerpage-box #content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f00d";
    font-family: 'Fontawesome';    
}
#content-box .faq-content div.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  margin: 0 0 0px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#content-box .faq-content div.panel p{
    margin: 0 0 0px;
    color: #393D72 !important;
    font-size: 18px !important;
    font-family: 'Ubuntu';
    font-weight: 400;
    line-height: 28px !important;
    text-align: left;
}
#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 20px 0px 0;
    background: #393D7217;
    margin-left: 22px;
    padding: 24px 33px;
}
#innerpage-box #content-box h3.faq-title{
    text-transform: none;
    font-size: 22px !important;
    line-height: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-weight: 400;
    /* font-family: 'IBM Plex Sans', sans-serif; */
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 50px;
    text-align: left;
    color: #393D72;
    font-family: 'Ubuntu' !important;
    margin: 0 0;
}
#innerpage-box #content-box button.accordion.active h3.faq-title{
    color: #1988C3;
    padding-left: 57px;
}
#innerpage-box #content-box h3.faq-title:after {
    display: none;
}
#content-box .faq-content p {
    font-size: 18px !important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 300;
    color: #fff;
    line-height: 30px !important;
}
.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}
/*-----------------------
## End FAQS page
-----------------------------*/

/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {      
    margin: 0% 0px 1em;
    padding: 0em;
}
#innerpage-box .peccular-testimonials-identity {
    position: relative;
    z-index: 0;
}
#innerpage-box .peccular-testimonials-identity svg{
    margin-top: 10px;
}
#innerpage-box .peccular-testimonials-identity svg path{
    stroke: #ff4880;
}

#innerpage-box .peccular-testimonials-identity h4.peccular-testimonials-name {
    color: #FF4880;
    font-size: 23px !important;
    font-weight: bold;
    margin: 10px 0 8px;
    font-family: 'Ubuntu';
    padding-top: 10px;
}
#innerpage-box .peccular-testimonials-identity h6.peccular-testimonials-designation {
    color: #686868;
    font-size: 15px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Ubuntu';
    padding-bottom: 9px;
}

#innerpage-box .peccular-testimonials-image{
    margin: 0 auto;
    padding: 0;  
    text-align: center; 
}
#innerpage-box .peccular-testimonials-image img{   
    position: relative;
    margin: 0 auto;
    width: 206px;
    height: 206px;
    transition: .3s ease;
}
#innerpage-box .smallShp_BX {
    background: #1988C3;
    width: 34px;
    height: 29px;
    top: 129px;
    position: relative;
    left: 17px;
}
#innerpage-box .left_sideBX {
    width: 39px;
    height: 96px;
    background: #085781 0% 0% no-repeat padding-box;
    border-radius: 37px 0px 0px 37px;
    top: 109px;
    position: relative;
    left: 13px;
    z-index: 1;
}
#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0 5px;
    color: #6D6D6D !important;
    font-size: 22px !important;
    line-height: 34px !important;
    text-align: center;
    margin: 0;
    font-family: 'Ubuntu';
    font-weight: 400;
}
#innerpage-box .peccular-testimonials-content i {
    color: #E11D07;
    font-size: 23px;
    text-align: left;
    margin: 0 0 0 -21px;
}
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    position: relative;
    right: -9px;
    bottom: 9px;
    float: right;  
}
#innerpage-box .peccular-testimonials-content {
    padding: 15px 20px 20px 7px;
    margin-bottom: 22px;
    position: relative;
    width: 400px;
    text-align: center;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #E11D07;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    border: 2px solid #E11D07; 
        transition: .5s ease;
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
    color: #E11D07;
}
/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- treatment inner page -------------------------------*/

#innerpage-box .peccular-treatment-single {
    margin-bottom: 3em;
    background: #fff;
    padding: 0 0;
    position: relative;
    transition: 0.4s ease-in-out;
}
#innerpage-box .peccular-treatment-single .peccular-treatment-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
#innerpage-box .peccular-treatment-single .peccular-treatment-img img{
    width: 100%;
    transition: 0.6s ease-in-out;
}
#innerpage-box .peccular-treatment-single:hover .peccular-treatment-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
}

#innerpage-box .peccular-treatment-single .peccular-treatment-content h4{
    margin: 0;  
    padding: 0; 
    line-height: 26px;
}
#innerpage-box .peccular-treatment-single .peccular-treatment-content h4 a{   
    color: #393D72 !important;
    font-size: 29px;
    font-weight: 500;
    font-family: 'Ubuntu';
    line-height: 40px;
}
#innerpage-box .peccular-treatment-single .peccular-treatment-content h4 a:hover{
    text-decoration: underline;
    transition: 0.6s ease-in-out;
    color: transparent !important;
}

#innerpage-box .peccular-treatment-single:hover .peccular-treatment-content a.read-btn{
    background: #00BCD4;
    color: #fff; 
    transition: 0.6s ease-in-out;
}
#innerpage-box .peccular-treatment-single:hover .peccular-treatment-content{
bottom: 10%;
transition: 0.4s ease-in-out;
background: none;
}
#innerpage-box .peccular-treatment-content{
    padding: 5px 21px;
    z-index: 2;
    bottom: 0;
    transition: 0.4s ease-in-out;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#innerpage-box .peccular-treatment-single .peccular-treatment-content p{   
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 27px;
    color: #fff;
    transition: 0.6s ease-in-out;
    font-family: 'Poppins', sans-serif;
    margin-top: 3px;
    margin-bottom: 5px;
}
#innerpage-box .peccular-treatment-content .treatmentbtn{
    position: relative;
    overflow: hidden;
    margin: 5px 0 5px;
    transition: 0.6s ease-in-out;
}

#innerpage-box .peccular-treatment-content a.read-btn{
font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    background: none;
    color: #fff !important;
    text-align: center;
    padding: 7px 17px;
    transition: all .6s;
    display: inline-block;
    position: relative;
    background: #FC5307;
    border-radius: 19px;
    font-family: 'Rajdhani';
    transition: 0.4s ease-in-out;
}

#innerpage-box .peccular-treatment-single .peccular-treatment-img:before {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  content: "";
  background: transparent linear-gradient(180deg, #1988C300 0%, #393D72 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  opacity: 0.9;
   transition: 0.4s ease-in-out;
}

#innerpage-box .peccular-treatment-single .peccular-treatment-img:hover:before {
  height: 100%;
  transition: 0.4s ease-in-out;

}


/*---------------------- End treatment page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    color: ;
    background: none;
    color: #0F2B5B;
}
#innerpage-box h1{
    color: #0F2B5B;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #0F2B5B;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #0F2B5B;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #0F2B5B;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #0F2B5B;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #0F2B5B;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive css----------------------------- */


@media screen and (min-width:320px) and (max-width: 1024px){
    #innerpage-box .blog-info-area a h2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}
#innerpage-box .blog-info-area {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    width: 87%;
    bottom: 7em;
}
#innerpage-box .inner-blog-excerpt, #innerpage-box #blog-box .inner-blog-excerpt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0.2em;
    padding-right: 5px;
}
#innerpage-box .blog-comment .innbogcomnt {
    margin-left: 15px;
}
#innerpage-box .datecommentbox {
    margin: 2px 0 0px;
    padding: 5px 0;
}
    .mainbottom-header .header-shopbtn {
    padding: 5px 7px;
    font-size: 19px;
}
    #blog {
    padding-top: 1em !important;
}

    #gallery .gallName {
    width: 276px;
    height: 43px;
}
#gallery .gallName h2 {
    font-size: 21px;
    line-height: 41px;
}
    #treatment .peccular-section-head h3 {
    font-size: 40px;
    line-height: 50px;
    left: 0;
}
#blog .peccular-blog-post {
    margin: 0 0px 20px 0;
}
#blog .small_dot {

    display: none;
}
#blog h4.inner-area-title {
    font-size: 28px;
    line-height: 30px;
}
#blog .peccular-blog-post p {
    font-size: 16px;
    line-height: 25px;
}
#blog .read-btn a {
    font-size: 19px;
    line-height: 24px;
}

#blog .peccular-section-head {
    margin-bottom: 1.3em;
    margin-top: 1em;
}
#blog {
    padding-bottom: 2em !important;
}

div#gallery .peccular-section-head h2 span{
    font-size: 40px;
}

#treatment .leftBtm_data .peccular-treatment-b {
    left: 0;
    right: 0;
    margin: 0 auto;
}
#treatment .peccular-section-head h3 span {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 30px;
}
#blog .bogdate {
    right: -1px;
}
    #innerpage-box .peccular-testimonials-identity h4.peccular-testimonials-name {
    font-size: 18px !important;
    margin: 10px 0 3px;
    padding-top: 8px;
}
#innerpage-box .peccular-testimonials-identity h6.peccular-testimonials-designation {
    font-size: 15px !important;
    padding-bottom: 6px;
}

#team {
    padding-top: 1em !important;
}

    #about .peccular-about-imgbox{ width: auto; }
    #innerpage-box .leftcontact{    margin: 4em 0px 0em !important;}
    #innerpage-box .inner-blog-post { margin-bottom: 1em;}
    .page-template-home-template #about { padding-bottom: 2em !important;}
    .page-template-home-template #about { padding-top: 1em !important;}
    .footer-area .top-area, .page-template-home-template .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area{
        padding-top: 5em !important; padding-bottom: 0em !important;
    }
   
    #team .peccular-team-image{ width: auto; }
    #testimonials .peccular-testimonials-image .imgborder{ display: none;}
    .swiper-button-next{right: 10px !important;}
    .slider-area img{height: 800px;}
     #innerpage-box .rightcontact img.app-right-img{ position: relative; left: 134px;}
     #innerpage-box .faqnformbox .md-0 { flex-wrap: wrap; margin: 0 0em;}
}
@media screen and (min-width:992px) and (max-width: 1024px){
    #about .peccular-about-imgbox .abtexpeience{ width: 60%; bottom: 100px;}
    #about .peccular-about-imgbox .abtexpeience p {font-size: 24px; padding: 0 0px 0 0px;}  
    #about .about-services i{ margin: 0;}  
    .navigation .mainmenu li{    margin-right: 29px !important;}
    .navigation .mainmenu{ text-align: left; }
    .mainbottom-header .callnow a{ font-size: 18px;}
    .mainbottom-header .callnow p{  font-size: 17px;}
    .mainbottom-header .callnow i{
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 35px;
    right: 46px;
    transform: rotate(58deg);
    }
   #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"]{ padding: 16px 401px; }
    
}

@media screen and (min-width:320px) and (max-width:425px){

   .maintop-header .header-email,.site-header .socials,
   .ht-site-description, .page-template-home-template .ht-site-description, .page .ht-site-description, .single .ht-site-description{text-align: center;}
   .mainbottom-header .callnow p{text-align: right;}
   .mainbottom-header .callnow { padding: 30px 0 0; text-align: right; position: relative;
    left: -212px;  top: -60px;}
   .slide-inner .slider-inner-mainbox{top: 0px;}
   .slider-inner-box{
    padding: 1em 1em 1em 0em !important;
    width: 350px;
    text-align: center;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}
  .slide-inner .slider-inner-mainbox{    width: 462px;}
  .hero-style .slide-title h2{line-height: 28px !important; font-size: 28px !important;}
  .hero-style .slide-text p { 
    line-height: 22px;
    font-size: 16px;
    margin: 0px 0 0 0;
    padding: 0 10px 0 0;
    text-align: center;
}
.hero-style .slide-btns-1 a.moreabt {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 25px;
    letter-spacing: 1px;
}


}
  .swiper-button-next, .swiper-button-prev{    margin-top: 56px !important;}
  .hero-style .slide-btns-1{    margin-right: 2px;}
#about .about-callnow {  padding: 0px 40px 0;}
#about .about-services { padding: 24px 36px;}
#about .peccular-about-imgbox .abtexpeience{    height: 30%;}
#counter .peccular-counter-single{ margin-bottom: 40px; }
#counter .peccular-counter-icon{    margin: 0 auto;}
#testimonials .peccular-section-head{ text-align: center;     margin-bottom: 3em;}
#testimonials .contactbrdrbox{ padding: 1em 34px;}
#testimonials .peccular-testimonials-single{ padding: 1em 1em 1em;}
#testimonials .testcontactarea{    overflow: visible;}
#testimonials .peccular-testimonials-content p{    padding: 0 132px !important;}
#testimonials .peccular-testimonials-content i.fa-quote-left{position: absolute;bottom: 0;}
.page-main-header { padding-top: 10em !important;}
#about .about-services p{ padding: 0 10px 21px 0;}

}
@media screen and (min-width:320px) and (max-width:375px){
#about .peccular-about-imgbox .abtexpeience{ width: 55%; bottom: 125px;}
.swiper-button-next, .swiper-button-prev { margin-top: 93px !important;}
.hero-style .sliderbuttons { left: 20px;}
#about .peccular-section-head h3{font-size: 17px; padding-right: 0;}
#about .peccular-section-area-text-subtitle{    padding: 0 1em 0 0;}
#counter { padding-bottom: 1em !important;}
#counter { padding-top: 0em !important;}
.page-template-home-template #about { padding-bottom: 0em !important;}
}

@media only screen and (max-width: 375px){ 
        #innerpage-box .peccular-testimonials-content {
    padding: 10px 10px 10px 7px;
    margin-bottom: 10px;
    top: -20px!important;
    width: 240px !important;
    margin-left: 27px !important;
}
.slide-inner .slider-inner-mainbox { width: 386px;}
.slide-btns-2.animated.fadeInDownBig{ float: left; }
    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] {
    padding: 16px 112px !important;    width: 203px;}
    #innerpage-box .leftcontact .peccular-section-head h1 { font-size: 28px ;}
    #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 22px ;}
    #innerpage-box .rightcontact .callnownum { left: 41px !important;}
    #innerpage-box .rightcontact .peccular-section-head h2, 
    #innerpage-box .rightcontact .peccular-section-head h2 span{  font-size: 28px ;}
    .mainbottom-header .callnow {  left: -165px;}
    #innerpage-box .faqcontactform .faqformarea { margin: 91px 30px 56px 1em !important;}
}
@media only screen and (max-width:320px){ 

.slide-inner .slider-inner-mainbox {  width: 332px;}
.slide-btns-2.animated.fadeInDownBig{ float: left; margin: 5px 0 0 19px;}
.ht-main-title{    padding: 0 141px 3px 19px;}
.page-main-header {  padding-top: 25em !important;}
 #innerpage-box .leftcontact .peccular-section-head h1 { font-size: 22px !important ; line-height: 18px;}
    #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 17px !important; line-height: 25px;}
    #innerpage-box .rightcontact .callnownum { left:15px !important;}
    #innerpage-box .rightcontact .peccular-section-head h2, 
    #innerpage-box .rightcontact .peccular-section-head h2 span{  font-size: 28px !important;}
    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] { padding: 16px 83px !important; left: -22px;}
    #innerpage-box .rightcontact .callnownum{width: 234px;}
    #innerpage-box .rightcontact .callnownum p a{ font-size: 24px;}
    #innerpage-box .rightcontact .callnowbox h3{margin: 0 0 -15px -16px;}
    #innerpage-box .rightcontact .peccular-section-head h3{ padding: 0 1em 0 0; margin-bottom: 30px;}
    .mainbottom-header .callnow {  left: -108px;}
    .hero-style .sliderbuttons { left: 50px; margin: 9px 0 0 0;}
    #innerpage-box .faqcontactform .peccular-section-head h2 { line-height: 34px !important;font-size: 33px;}
    #innerpage-box .faqcontactform .peccular-section-head h3{ padding: 0 2px 0 0;}
    #innerpage-box .faqcontactform .faqformarea { margin: 81px 20px 56px 1em !important;}
    #innerpage-box #content-box h3.faq-title { font-size: 17px !important; line-height: 24px; width: 220px;}
}
@media only screen and (max-width: 425px){ 
    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] {
    padding: 16px 135px !important;}
    #innerpage-box .leftcontact .peccular-section-head h1 { font-size: 33px ;}
    #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 26px ;}
    
    #innerpage-box .rightcontact .peccular-section-head h2 {  font-size: 33px ;}

    .category .ht-main-title { margin: 46px 0 8px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){

   #innerpage-box .rightcontact img.app-right-img {  left: 0 !important;}  
   #innerpage-box .rightcontact img.app-right-img { width: 400px !important;}
 
    #about .md-0 {  flex-wrap: wrap !important;  margin: 0 0em;}
    #about .peccular-section-head {padding: 0 1em 0 0;}
    .page-template-home-template #about {  padding-bottom: 1em;}   
    .footer-area .top-area, .page-template-home-template .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 3em !important;}
    #innerpage-box .faqcontactform { height: 731px;}
    .footer-area .single-footer-5{ left: 0 !important;  padding: 0 36px !important; }
    .footer-area .single-footer-5 .peccular-contact-info a {padding: 0 0 0 15px;}
    .ht-main-title{    padding: 0 0px 3px 19px !important;}
  
}
@media screen and (min-width:320px) and (max-width:768px){
    .mainbottom-header .header-shopbtn {
    font-size: 13px !important;
}
    #innerpage-box .blog-info-area a h2 {
    font-size: 20px !important;
    line-height: 25px;
}
#innerpage-box .inner-blogpost {
    margin: 0 0px 0px 0px;

}
#innerpage-box .blog-info-area {
    bottom: 3em;
}
    #testimonials .kite_animatedImage {
    position: absolute;
    top: 18%;
    left: 0;
    width: 150px;
}
#testimonials .bone_animatedImage1 {
    left: 17%;
    left: 10%;
    width: 34px;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 15px !important;
    width: 340px!important;
}
#about .peccular-about-imgbox img {
    width: 502px;
    height: 480px;
    position: relative;
    top: 80px;
    left: 0;
}
#about .experience_box p span {
    font-size: 30px;
}
#about .experience_box p {
    font-size: 25px;
}
#about .experience_box {
    left: 39px !important;
    top: 33% !important;
    padding-left: 8px;
}
#about .RightBottom {
    height: 270px;
    position: relative;
}
#about .RightBottom img {
    width: 390px;
    height: 230px;
}
#about .leftSVGBox svg {
    width: 231px !important;
    height: 115px !important;
}
    div#gallery {
    padding-top: 1em !important;
}
    div#gallery .peccular-section-head {
    margin-bottom: 2em;
    margin-top: 1em;
}
#WhyUs {
    padding-bottom: 1em !IMPORTANT;
}
    .site-header .maintop-header p.head-txt {
    padding: 5px 13px;
}
    .site-header .maintop-header .mail-txt a {
    font-size: 12px;
}
    #treatment .leftBtm_data {
    left: 0;
    top: 6%;
}
#about .space-abtblock {
    padding: 1em;
    left: 0;
}

#about .peccular-section-area-text-subtitle {
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
#treatment .peccular-treatment-single {
    margin-bottom: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
}
#treatment .bottom-btn{
    margin-bottom: 4em;
}
    #innerpage-box .rightcontact .callnownum i.fa-phone {
    font-size: 30px;
}
#innerpage-box .rightcontact .callnowEmail {
    margin-bottom: 20px;
}
#innerpage-box .rightcontact .callnowEmail i {
    font-size: 25px;
}
#innerpage-box .rightcontact .callnownum a {
    font-size: 23px;
}
#innerpage-box .rightcontact .callnowEmail a {
    font-size: 23px;
}
#innerpage-box .rightcontact .callnowAddress i {
    font-size: 27px;
}
#innerpage-box .rightcontact .callnowAddress p {
    font-size: 22px;
    margin-left: 35px;
}
    #innerpage-box .peccular-contact-member-wrap input[type="text"], #innerpage-box .peccular-contact-member-wrap input[type="email"], #innerpage-box .peccular-contact-member-wrap input[type="url"], #innerpage-box .peccular-contact-member-wrap input[type="password"], #innerpage-box .peccular-contact-member-wrap input[type="search"], #innerpage-box .peccular-contact-member-wrap input[type="number"], #innerpage-box .peccular-contact-member-wrap input[type="tel"], #innerpage-box .peccular-contact-member-wrap input[type="range"], #innerpage-box .peccular-contact-member-wrap input[type="date"], #innerpage-box .peccular-contact-member-wrap input[type="month"], #innerpage-box .peccular-contact-member-wrap input[type="week"], #innerpage-box .peccular-contact-member-wrap input[type="time"], #innerpage-box .peccular-contact-member-wrap input[type="datetime"], #innerpage-box .peccular-contact-member-wrap input[type="datetime-local"], #innerpage-box .peccular-contact-member-wrap input[type="color"], #innerpage-box .peccular-contact-member-wrap input[type="file"], #innerpage-box .peccular-contact-member-wrap textarea {
    padding: 0 0 0 7px;
    font-size: 16px;
    height: 40px;
}
#innerpage-box .peccular-contact-member-wrap textarea {
    height: 100px;
    padding: 10px 15px;
}
   .slide-inner .slider-inner-mainbox{ left: 7%;top: 20%;}
   .navigation .mainmenu li ul ul.sub-menu, .header.site-header ul.sub-menu ul, .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul{
            left: 15px !important;   }
   .footer-area li.current_page_item a, .footer-area li:hover:before, .footer-text a:hover, .footer-area li.current_page_item:hover:before {
    
    background: none;}   

}
@media screen and (min-width:320px) and (max-width:375px){
    #innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0 5px;
    font-size: 16px !important;
    line-height: 25px !important;
}
#innerpage-box .smallShp_BX {
    display: none;
}
#innerpage-box .left_sideBX{
display: none;
}
#innerpage-box .peccular-testimonials-image img {
    width: 130px;
    height: 130px;
}
#innerpage-box .peccular-testimonials-identity {
    border-radius: 38px 38px 38px 38px;
    top: 30px;
    left: 0;
}
#innerpage-box .peccular-testimonials-image {
    top: 37px;
    position: relative;
}
#innerpage-box .peccular-testimonials-single .identityBox {
    top: -42px;
}
   #innerpage-box .peccular-testimonials-content {
    padding: 10px 10px 10px 7px;
    margin-bottom: 10px;
    top: 0!important;
    width: 280px !important;
    margin-left: 13px !important;
}
#innerpage-box .peccular-testimonials-single {
    margin: 5% 0px 2em;
}
}
@media screen and (min-width:320px) and (max-width:426px){
    .hero-slider {
    height: 290px;
}
    #innerpage-box .middle_leftContent .lftmiddl_icon {
    position: relative;
    text-align: center;
    top: 0;
}
.hero-style .sliderbuttons {
    left: 0 !important;
}
.slide-inner .slider-inner-mainbox {
    left: 7% !important;
    top: 10%!important;
}
#pet-clinic-center .topcat_img {
    display: none;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox .imgBG_bx {
    display: none;
}
#pet-clinic-center .bigstr_img{
    display: none;
}
#pet-clinic-center .smallstar_img{
    display: none;
}
#pet-clinic-center .btterflyshp_img{
    display: none;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox {
    margin-top: 0em;
    height: 375px;
}
#pet-clinic-center .Elephant_img img {
    height: 200px;
    width: 230px;
}
#pet-clinic-center .peccular-section-area-text-subtitle {
    font-size: 23px;
    margin-bottom: 10px;
    padding: 0 2em 0 0;
    margin-top: 0em;
    line-height: 30px;
}
#pet-clinic-center .space-abtblock {
    left: 40px;
}
#pet-clinic-center .pet-clinic-center_btn a {
    font-size: 17px;
    padding: 7px 18px 7px 18px;
}
#pet-clinic-center .peccular-section-area-textlist ul li, #pet-clinic-center .peccular-section-area-textlist ol li, #pet-clinic-center .peccular-section-area-textlist {
    font-size: 18px;
    line-height: 25px;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox img {
    width: 320px;
    height: 320px;
    top: 0em;
    left: 3em;
    margin-top: 2em;
}
#WhyUs .peccular-WhyUs-imgbox .secondimg_img img {
    width: 276px;
    height: 253px;
    bottom: 25px;
    left: 28%;
}
#testimonials .bone_animatedImage1{
    display: none;
}
#testimonials .peccular-testimonials-image .firstBlurr_image{
    display: none;
}
#counter .Top_dogssimg {
    height: 177px;
    top: 0;
}
#testimonials .peccular-testimonials-image .secondBlurr_image{
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 10px !important;
}
#testimonials .testcontactarea {
    width: 370px !important;
    margin-bottom: 0 !important;
}
#testimonials .peccular-testimonials-content p {
    padding: 0 10px !important;
}
#testimonials .kite_animatedImage{
    display: none;
}
#testimonials .bone_animatedImage2{
    display: none;
}
#testimonials .butterfly_animatedImage2 {
    display: none;
}
#about .RightBottom img {
    width: 300px!important;
    height: 200px !important;
}
#about .experience_box p {
    font-size: 18px !important;
}
#about .experience_box {
    left: 51px !important;
    top: 35% !important;
    padding-left: 8px;
}
#about .leftSVGBox svg {
    width: 300px !important;
    height: 100px !important;
}
#about .Top_Starimg{
    display: none;
}
#about .left_doctr_data h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
#about .space-abtblock {
    top: 20px;
    left: 25px;
}
#about .Top_Starimg2{
    display: none;
}
#about .Top_cockimg{
    display: none;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p span {
    font-size: 30px;
    margin-right: 10px;
}
#gallery .right_Pawshapeimg {
    display: none;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p {
    font-size: 25px;
    width: 170px;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx {
    top: 17px;
    right: 9px;
    padding: 8px 10px;
    width: 180px;
}
#WhyUs .peccular-WhyUs-imgbox .Thirdimg_img img {
    width: 143px;
    height: 145px;
    bottom: 0;
    left: 14%;
}
#WhyUs .peccular-WhyUs-imgbox img {
    width: 320px;
    height: 450px;
    left: 60px;
    bottom: 42px;
}
#WhyUs .below_Services .peccular-features-b {
    margin-bottom: 25px;
}
#WhyUs .below_Services p {
    font-size: 15px;
    line-height: 22px;
    width: 340px;
}
#WhyUs .below_Services h4 {
    font-size: 17px;
    margin-bottom: 5px;
}
#WhyUs .below_Services {
    margin-top: 25px;
    padding-left: 0;
}
#WhyUs .left_content p {
    font-size: 25px;
}
#WhyUs .peccular-section-head {
    margin-bottom: 2em;
}
#treatment .peccular-project-leafimgboxshape1{
    display: none;
}
#treatment .bottom_lineimg{
    display: none;
}
#pet-clinic-center .bottomshp_img{
    display: none;
}
#innerpage-box .middle_leftContent .rht_data h3 {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 5px !important;
}
#innerpage-box .topcontact_Content .topcontact_head h2 {
    font-size: 27px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
#innerpage-box .middle_RightContent img {
    height: 300px;
    width: 350px;
    left: 30px;
    position: relative;
}
#innerpage-box .rightcontact {
    margin: 1em 0 10px 0px;
}
#innerpage-box .middle_leftContent .add_dog_image {
    width: 230px;
    height: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#innerpage-box .middle_leftContent {
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}
#innerpage-box .middle_leftContent .rht_data p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
#innerpage-box .middle_leftContent .rht_data {
    text-align: center;
}
    #innerpage-box .faqnformbox .leftContnt .Elephant_img {
    height: 150px;
    position: relative;
    overflow: hidden;
}
#innerpage-box .faqnformbox .leftContnt p.call_num span {
    font-size: 20px;
    margin-right: 5px;
}

#innerpage-box .faqnformbox .leftContnt .Elephant_img img{
    width: 235px;
    height: 150px;
}
#innerpage-box .faqnformbox .leftContnt p.call_num a {
    font-size: 25px;
}
    #innerpage-box .faqnformbox .leftContnt h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 8px;
}
#innerpage-box .faqnformbox .leftContnt h3 {
    font-size: 20px;
    top: 39px;
    margin-left: 20px;
}
#innerpage-box .faqnformbox .leftContnt p {
    font-size: 15px !important;
    line-height: 25px;
    padding: 0 10px 0 0;
    margin-top: 15px;
}
 #innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 25px !important;
}
#innerpage-box .peccular-team-image img {
    width: 340px;
}
#innerpage-box .peccular-team-single .img_overlayColored {
    height: 370px;
    width: 327px;
}
#innerpage-box .peccular-team-content h5.peccular-team-designation {
    font-size: 16px !important;
}
}
@media screen and (min-width:376px) and (max-width:426px){
   
    #innerpage-box .peccular-testimonials-content {
    padding: 10px 10px 10px 7px;
    margin-bottom: 10px;
    top: -44px!important;
    width: 280px !important;
    margin-left: 13px !important;
}
#innerpage-box .smallShp_BX {
    display: none;
}
#innerpage-box .left_sideBX{
display: none;
}
#innerpage-box .peccular-testimonials-single .identityBox {
    top: -42px;
}
#innerpage-box .peccular-testimonials-identity {
    border-radius: 38px 38px 38px 38px;
    top: 0px;
    left: 0;
}
#innerpage-box .peccular-testimonials-image img {
    width: 140px;
    height: 140px;
}
#innerpage-box .peccular-testimonials-content {
    padding: 10px 10px 10px 7px;
    margin-bottom: 10px;
    top: -20px!important;
    width: 345px !important;
    margin-left: 27px !important;
}
#innerpage-box .peccular-testimonials-single {
    margin: 10% 0px 2em !important;
}
}
@media screen and (min-width:427px) and (max-width:768px){
    #innerpage-box .topcontact_Content .top_box {
    margin-right: 0;
}

element.style {
}
#innerpage-box .topcontact_Content p {
    color: #747474!important;
    border-color: #393D7221;
    background: #fff;
}
#innerpage-box .topcontact_Content p {
    font-size: 15px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    padding-bottom: 5px;
    line-height: 21px;
    padding-top: 2px;
}
#innerpage-box .middle_leftContent .rht_data h3 {
    font-size: 19px;
    margin-bottom: 10px !important;
}
#innerpage-box .middle_leftContent .add_dog_image {
    width: 180px;
    height: 193px;
}
#innerpage-box .topcontact_Content .Top_Box_Title h3 {
    font-size: 18px;
    margin: 0;
}
#innerpage-box .middle_leftContent .rht_data p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}
#innerpage-box .topcontact_Content .topIcon {
    width: 50px;
    height: 50px;
    padding: 10px;
}
#innerpage-box .topcontact_Content .Top_Box_Title {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
    #innerpage-box .faqnformbox .leftContnt h2 {
    font-size: 40px !important; 
    line-height: 45px !important;
    margin-bottom: 10px;
}
#innerpage-box .faqnformbox .leftContnt .Elephant_img {
    height: 120px;
    top: 15px;
    position: relative;
}
#innerpage-box .faqnformbox .leftContnt h3 {
    font-size: 20px !important;
    top: 44px;
    left: 10px;
}
#innerpage-box .faqnformbox .leftContnt p {
    margin-top: 13px !important;
}
    #innerpage-box .peccular-team-image img {
    width: 350px;
    height: 265px !important;
}
#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 23px !important;
}
#innerpage-box .peccular-team-single {
    margin-bottom: 5.5em;
    position: relative;
}
#innerpage-box .peccular-team-single .img_overlayColored {
    height: 270px;
    width: 191px;
}
#innerpage-box .peccular-team-content h5.peccular-team-designation {
    font-size: 17px !important;
}
#innerpage-box .peccular-team-social-icon a {
    margin: 0 4px;
}
    #testimonials .peccular-testimonials-image .frst_Blurrimage {
    left: 33%;
    top: 22%;
}
#counter {
    padding-top: 2em !important;
}
#counter .peccular-counter-single {
    margin-bottom: 20px;
}
#counter .peccular-counter-area {
    padding: 60px 15px 15px 15px !important;
    top: -12.5em !important;
    margin-bottom: -175px !important;
}
#blog .peccular-blog-single {
    margin: 0px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 17px;
    width: 100%;
    bottom: 2em;
}
.footer-area ul, .page-template-home-template .footer-area ul, .page .footer-area ul, .single .footer-area ul {
    margin: 10px 0 0 1px;
}
.footer-area .footer-text, .footer-text a, .single .footer-area .footer-text, .single .footer-text a, .single .footer-area .footer-text, .single .footer-text a {
    font-size: 17px;
    margin-bottom: 10px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 15px;
    font-size: 18px;
}
.footer-area .top-area, .page-template-home-template .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 3em !important;
    padding-bottom: 0em !important;
}
.footer-area .widget-title {
    font-size: 22px !important;
}
.footer-area .textwidget p, .footer-area .single-footer-1 p {
    font-size: 14px !important;
    line-height: 25px !important;
    margin-top: 15px;
}
#blog .peccular-blog-post p {
    font-size: 15px !important;
    line-height: 20px!important;
    padding-right: 0!important;
}
#blog h4.inner-area-title {
    font-size: 20px !important;
    line-height: 23px!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 18px;
}
    #products-austrak a, #products-sherings a, #products-austmark a {
    width: 29% !important;
}
#gallery .right_Pawshapeimg {
    top: 5%;
    right: 10%;
}
#gallery .right_shapeimg {
    top: 5%;
    left: 66%;
}
    #WhyUs .peccular-WhyUs-imgbox .secondimg_img img {
    width: 259px;
    height: 240px;
    bottom: 25px;
    left: 15%;
}

#WhyUs .below_Services p {
    font-size: 16px !IMPORTANT;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p {
    font-size: 28px;
}
#WhyUs .peccular-WhyUs-imgbox .left_dctrSteth_img img {
    height: 80px;
    width: 80px;
    top: 0;
}
#WhyUs .left_content p {
    font-size: 25px;
}
#WhyUs .below_Services {
    margin-top: 30px;
}
#WhyUs .peccular-WhyUs-imgbox .Thirdimg_img img {
    width: 150px;
    height: 150px;
    left: 9%;
}
#WhyUs .peccular-WhyUs-imgbox img {
    width: 474px;
    height: 450px;
    left: 28%;
    bottom: 42px;
}
    #pet-clinic-center .peccular-pet-clinic-center-imgbox img {
    width: 450px;
    height: 400px;
    top: 0em;
    left: 3em;
    margin-top: 4em;
}
#pet-clinic-center .pet-clinic-center_btn a {
    font-size: 18px;
    padding: 7px 20px 7px 20px;
}
#pet-clinic-center .peccular-section-area-textlist ul li, #pet-clinic-center .peccular-section-area-textlist ol li, #pet-clinic-center .peccular-section-area-textlist {
    color: #393D72;
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
}
#pet-clinic-center .peccular-section-area-text-subtitle {
    font-size: 25px;
    line-height: 35px;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox {
    margin-top: 4em;
    height: 463px;
}
#pet-clinic-center .btterflyshp_img {
    position: absolute;
    top: 77%;
    left: 10px;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox .imgBG_bx {
    width: 300px !important;
    height: 400px!important;
    left: 1.5em!important;
    top: 4em;
}
#WhyUs .peccular-section-head {
    margin-bottom: 3em;
}
    .hero-style .slide-text p {
    font-size: 50px;
    line-height: 75px;
}
.hero-style .slide-btns-1 a.moreabt {
    font-size: 20px;
    padding: 10px 25px;
}

.hero-slider {
    height: 490px!important;
}

    .swiper-button-next {
    margin-top: -10px;
}

    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] {
    font-size: 20px;
    border-radius: 28px;
    line-height: 25px;
    padding: 11px 63px !important;
}
    #innerpage-box .peccular-contact-mapbox iframe {
    margin-top: 0em;
    height: 508px;
}
#innerpage-box .peccular-contact-block {
    margin-top: 0em;
}

#innerpage-box .leftcontact .contactformarea {
    padding: 20px 20px 0 20px;
}
#innerpage-box .rightcontact {
    margin: 64px 0 10em 0px;
}
#innerpage-box .rightcontact .box_onMAp {
    width: 270px;
    padding: 20px 5px 15px 15px;
}
#innerpage-box .peccular-testimonials-content {
    padding: 10px 10px 10px 7px;
    margin-bottom: 10px;
    top: -44px!important;
    width: 280px !important;
    margin-left: 13px !important;
}
#innerpage-box .peccular-testimonials-image img {
    width: 100px!important;
    height: 100px!important;
}
#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0 5px;
    font-size: 15px !important;
    line-height: 23px !important;
}
#innerpage-box .smallShp_BX {
    display: none;
}
#innerpage-box .peccular-testimonials-identity {
    border-radius: 38px 38px 38px 38px;
    top: 24px;
    left: 0;
}
#innerpage-box .left_sideBX{
display: none;
}
#innerpage-box .peccular-testimonials-image img {
    width: 100px;
    height: 100px;
}
 .category .ht-main-title { margin: 0 0 8px !important;}
 }
@media screen and (min-width:426px) and (max-width:767px){

    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] {
    padding: 16px 193px;}
}
@media screen and (min-width:1024px) and (max-width: 1440px){
#innerpage-box .innergallryBox:nth-child(4) {
    left: 3.8% !important;
    top: 40% ;
}
#innerpage-box .innergallryBox:nth-child(6) {
    left: 65% !important;
    top: 40%;
}
#innerpage-box .innergallryBox:nth-child(5) {
    left: 34.2% !important;
    margin-top: 10px;
}

}
@media screen and (min-width:780px) and (max-width:1024px){
    #innerpage-box .peccular-team-single .img_overlayColored {
    height: 376px;
    width: 275px;
}
#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 28px !important;
}
#innerpage-box .peccular-team-content h5.peccular-team-designation {
    font-size: 18px !important;
}
#innerpage-box .peccular-team-image img {
    width: 267px;
}

    #innerpage-box .peccular-contact-mapbox iframe {
    margin-top: 4em;
}
#innerpage-box .rightcontact .box_onMAp {
    width: 300px;
    padding: 30px 5px 20px 20px;
}

}
@media screen and (min-width:767px) and (max-width:1024px){

    #innerpage-box .faqnformbox .leftContnt h2 {
    font-size: 50px;
    line-height: 60px;
}
#innerpage-box .faqnformbox .leftContnt p {
    font-size: 16px !important;
    line-height: 26px;
    padding: 0 15px 0 0;
}
#innerpage-box .faqnformbox .leftContnt h3 {
    font-size: 23px;
    top: 44px;
    left: 10px;
}
#innerpage-box .faqnformbox .leftContnt p.call_num span {
    font-size: 25px;
    margin-right: 10px;
}
#innerpage-box .faqnformbox .leftContnt p.call_num a {
    font-size: 30px;
    /* margin-top: 20px; */
    line-height: 25px;
}

#WhyUs .peccular-WhyUs-imgbox .experence_bx {
    padding: 8px 10px;
    width: 250px;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p span {
    font-size: 40px;
    margin-right: 14px;
}
#WhyUs .peccular-WhyUs-imgbox .experence_bx p {
    font-size: 35px;
}
    #pet-clinic-center .Elephant_img img {
    height: 205px;
    width: 210px;
}
#pet-clinic-center .peccular-section-area-text-subtitle {
    font-size: 30px;
    line-height: 40px;
}
#pet-clinic-center h3 {
    top: 62%;
    left: 15px;
}
    #counter .peccular-counter-area {
    padding: 103px 30px 15px 30px;
    top: -9em;
    margin-bottom: -100px;
}
#pet-clinic-center .peccular-pet-clinic-center-imgbox .imgBG_bx {
    width: 388px;
    height: 610px;
    transform: rotate(-10deg);
    left: 4em;
    top: 4em;
}
    #testimonials .bone_animatedImage2 {
    top: 53%;
    left: 64%;
}
#testimonials .butterfly_animatedImage2 {
    top: 55%;
    right: 0;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 16px;
    width: 435px;
}
    .hero-style .slide-text p {
    font-size: 55px;
}
.hero-slider {
    height: 700px;
}
#about .experience_box {
    left: 50px;
    top: 29%;
    padding-left: 8px;
}
#about .leftSVGBox svg {
    width: 300px;
    height: 122px;
}
#gallery .right_Pawshapeimg {
    top: 8%;
    right: 14%;
}
#gallery .left_shapeimg {
    top: 8%;
    left: 18%;
}
#gallery .right_shapeimg {
    top: 11%;
    left: 66%;
}
    #WhyUs .peccular-WhyUs-imgbox .left_dctrSteth_img {
    left: 0%;
}
    #innerpage-box .smallShp_BX {
    top: 107px;
    left: 2px;
}
#innerpage-box .peccular-testimonials-single .identityBox {
    top: -60px;
}
#innerpage-box .left_sideBX {
    top: 79px;
    left: 0px;
}
    #innerpage-box .peccular-testimonials-content {
    padding: 12px 20px 20px 7px;
    margin-bottom: 22px;
    top: -68px;
    width: 379px;
    margin-left: 27px;
}
    #innerpage-box .peccular-testimonials-image img {
    width: 130px;
    height: 130px;
}

    .navigation .mainmenu {
    text-align: left !important;
}
.navigation .mainmenu>li>a {
    font-size: 18px !important;
}
    .logo-header {
    padding-right: 3em !important;
}
    main#innerpage-box .widget-area .widget_nav_menu ul li a{ font-size: 17px !important; line-height: 22px;   }
    .widget_search .wp-block-search__label, #secondary label{font-size: 18px !important;}
    #secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], #secondary input[type="password"], #secondary input[type="search"], #secondary input[type="number"], #secondary input[type="tel"], #secondary input[type="range"], #secondary input[type="date"], #secondary input[type="month"], #secondary input[type="week"], #secondary input[type="time"], #secondary input[type="datetime"], #secondary input[type="datetime-local"], #secondary input[type="color"], #secondary input[type="file"], #secondary textarea, #secondary select{
        padding: 5px !important;
    }
    .widget .textwidget form p{ margin: 0 0 !important ; }
}
@media only screen and (max-width:1440px){ 

    #innerpage-box .faqnformbox { margin-bottom: 0em; overflow: hidden;}
    #innerpage-box .faqcontactform {left: 0; width: 578px; float: none; height: 581px;}
    #innerpage-box .faqcontactform .faqformarea { margin: 91px 74px 56px 3em;}
    #innerpage-box .faqarea { right: 0; width: 642px; margin-left: 56px;}
}
@media only screen and (max-width:1024px){ 
    #innerpage-box .peccular-service-box .peccular-service-content p {
    font-size: 16px;
    line-height: 25px;
}
#innerpage-box .peccular-service-box .service-view-btn a {
    font-size: 18px;    
    line-height: 26px;
    margin-top: 10px;
}
    #innerpage-box .peccular-service-box .peccular-service-content h4 a {
    font-size: 24px;
}
    #innerpage-box .peccular-service-box {
    margin-left: 0;
    margin-right: 0;
}
#innerpage-box .faqcontactform {width: auto; float: none; height: 581px;}
#innerpage-box .faqarea {right: 0; width: auto; margin-left: 0;}
.footer-area .single-footer-2, .page-template-home-template .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2,
.footer-area .single-footer-3, .page-template-home-template .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3,
.footer-area .single-footer-4, .page-template-home-template .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4{
        padding-left: 2em;}
.footer-area .single-footer-5{padding: 0px 0em 2em 0; left: 36px;}
}
 
@media only screen and (max-width: 768px){ 
    #innerpage-box #content-box h3.faq-title{
        font-size: 19px !important;
    }
    #content-box .faq-content button.accordion {
    padding: 15px;
}
#content-box .faq-content div.panel.show {
    margin-left: 17px;
    padding: 15px 18px;
}
#content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
    padding: 15px;
}
    #testimonials .peccular-testimonials-content p {
    font-size: 15px;
    line-height: 25px;
}
#testimonials .peccular-testimonials-image img {
    width: 140px;
    height: 140px;
}

#team {
    padding-bottom: 1em !important;
}

#team .peccular-team-single {
    margin-bottom: 30px;
}

#team .peccular-section-head {
    margin-bottom: 20px;
    margin-top: 0em;
}
    #innerpage-box .rightcontact{    padding: 14px 0px 44px 12px;}
    .slider-inner-box {padding: 0em 0em 7em 3em;}
    .hero-style .sliderbuttons{    left: 150px;}
    #treatment .peccular-section-head h4{font-size: 18px;}
    #secondary .widget_search input[type="submit"], #innerpage-box .widget_search input[type="submit"]{width: 33px;
    height: 33px; padding: 0 0; right: 12px !important;}
    .widget-area form#searchform:before{  font-size: 16px; right: 25px !important;}
    #secondary .widget_search input[type="submit"], #innerpage-box .widget_search input[type="submit"]{
    width: 30px !important;  height: 30px !important; padding: 0 0;
    right: 12px !important;  margin: 3px 0 -8px 0;    }
     #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"]{ padding: 16px 282px; }
}

@media only screen and (max-width: 767px){
      #testimonials .peccular-testimonials-content p{padding: 0 0 0 47px;}
   #innerpage-box .leftcontact .peccular-section-head h1{  font-size: 48px;}
   #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 37px;}
   #innerpage-box .rightcontact img.app-right-img{ left: 38px;}
   #innerpage-box .rightcontact .callnownum { left: 93px;}
   #innerpage-box .rightcontact .callnowbox .calltopbrdr { right: 153px;}
   #innerpage-box .faqcontactform .peccular-section-head h2{    line-height: 49px;}
   #innerpage-box .faqcontactform { height: 610px;}
   #counter .peccular-counter-num.count{ text-align: center;}
   #counter h4.peccular-counter-title{text-align: center;}
   #blog .peccular-blog-post{margin: 0 0 20px 0;}
}
