* {

    padding: 0px;

    margin: 0px;

    box-sizing: border-box;

}



body {

    font-family: "Poppins", sans-serif !important;

    font-weight: 400;

    font-style: normal;

    line-height: 1.5;

}



header {}



.site-header {

    position: relative;

    z-index: 10;

}



.color-white {

    color: #fff;

}



@media(min-width:1200px) {

    .container {

        max-width: 1400px;

    }

}

.navbar-right-inner .auth-buttons{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
    /* padding-left: 50px; */
}

.common-padding {

    padding-top: 50px;

    padding-bottom: 50px;

}



.top-menu {

    /* background:#202A44; */

    padding: 15px 0;

}



.top-left-menu {

    display: flex;

    flex-wrap: wrap;

}



.login-signup-buttton {

    display: flex;

    justify-content: space-between;

    align-items: center;
padding-left: 50px;
}



.top-left-menu ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

    display: flex;

    align-items: center;

}



.top-left-menu ul li {

    font-weight: 500;

    color: #fff;

    font-size: 16px;

    margin-right: 15px;

}



.top-left-menu ul li a {

    color: #fff;

    font-size: 16px;

    text-decoration: none;

}



.top-left-menu ul li a:hover {

    color: #20CD00;

}



.top-left-menu ul li img {

    margin-right: 15px;

}



.top-right-menu {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

}



.top-right-menu ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

}



.top-right-menu ul li {

    font-weight: 500;

    color: #fff;

    font-size: 16px;

    margin-right: 15px;

}



.top-right-menu ul li a {

    text-decoration: none;

}



.top-right-menu ul li {

    margin-right: 15px;

}



.top-right-menu ul li:last-child {

    margin-right: 0px;

}



.top-right-menu ul li img:hover {

    opacity: 0.5;

}



.header-bottom {

    padding: 15px;

    background: #fff;

    margin-top: 15px;

    border-radius: 15px;

}



.header-left-menu {

    display: flex;

    align-items: center;

}



.header-bottom-left {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

}



.header-bottom-left ul {

    list-style-type: none;

    display: flex;

    flex-wrap: wrap;

    margin: 0px;

    padding: 0px;

}



.header-bottom-left ul li {

    /* padding: 0 15px 0 0; */
    padding: 0 25px 0 0;
    font-size: 16px;


    font-weight: 500;

}



.header-bottom-left ul li:last-child {

    padding: 0px;

}



.header-bottom-left ul li a {

    color: #20CD00;

    text-decoration: none;

}



.header-bottom-left ul li a:hover {

    color: #000000;

    text-decoration: none;

}



.header-bottom-left ul li.current-menu-item a {

    color: #000000;

    text-decoration: none;

}



/* .header-bottom-left ul:last-child li {

    padding-left: 25px;

} */
.header-bottom-left ul li:last-child{

    padding-right: 25px;

}


.banner {

    position: relative;

    overflow: hidden;

    margin-top: -194px;

    z-index: 1;

}



.banner img {

    width: 100%;

    object-fit: cover;



}



.banner figure {

    margin: 0px;

    position: relative;

    height: 700px;

}



.banner figure img {

    height: 800px;

    object-fit: cover;

}



.banner figure::after {

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(5, 2, 2, 0.80) 17%, rgba(255, 255, 255, 0) 100%);

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    z-index: 1;

    left: 0px;

    top: 0px;

}



.banner-contain {

    position: absolute;

    width: 100%;

    z-index: 9;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.bannerinner-contain {

    width: 100%;

    margin: 0px auto;

    max-width: 1250px;

}



.banner-common-heading {

    color: #fff;

    font-size: 64px;

    font-weight: 700;

    padding-left: 10px;

    border-left: 10px solid #2DAAE2;

    max-width: 700px;

}



.banner-description1 {

    color: #fff;

    font-size: 20px;

    font-weight: 400;

    padding-top: 20px;

    max-width: 700px;

    margin: 0px auto;

    text-align: center;

    padding-bottom: 25px;

}



.header-left-menu {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.align-item-center {

    align-items: center;

}



.login-button {

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

}



.login-button a {

    background: #20CD00;

    border-radius: 25px;

    font-weight: 600;

    font-size: 16px;

    color: #FAFAFA;

    text-decoration: none;

    border-radius: 10px;

    padding: 10px 30px;

    position: relative;

    overflow: hidden;

}



.login-button a span {

    position: relative;

    z-index: 3;

    display: inline-block;

}



.login-button a:after {

    position: absolute;



    left: 0;



    top: 100%;



    content: "";



    background: #000;



    transition: 0.5s;





    z-index: 2;



    width: 100%;



    height: 100%;

}



.login-button a:hover:after {

    background: #000000;

    top: 0%;

}



.login-button a:hover {

    /* background:#000; */

}



.login-button a:hover span {

    color: #fff;

}



.sign-button {

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

}



.sign-button a {

    background: #fff;

    border-radius: 25px;

    font-weight: 600;

    font-size: 16px;

    color: #3BB64B;

    text-decoration: none;

    border: 1px solid #3BB64B;

    border-radius: 10px;

    padding: 10px 30px;

    position: relative;

    overflow: hidden;

}



.sign-button a span {

    position: relative;

    z-index: 3;

    display: inline-block;

}



.sign-button a:after {

    position: absolute;



    left: 0;



    top: 100%;



    content: "";



    background: #000;



    transition: 0.5s;





    z-index: 2;



    width: 100%;



    height: 100%;

}



.sign-button a:hover:after {

    background: #000000;

    top: 0%;

}



.sign-button a:hover {

    /* background:#000; */

}



.sign-button a:hover span {

    color: #fff;

}

.auth-buttons .login-button a{
    padding: 10px 25px;
}
.auth-buttons .sign-button a{
    padding: 10px 15px;
}
.auth-buttons .cart-one-button .login-button a{
    padding: 10px 15px;

}
.search-bg {

    background: #fff;

    border-radius: 30px;

    padding: 15px;

    margin-top: 15px;

}



.banner-heading-text1 {

    font-size: 64px;

    color: #fff;

    width: 100%;

    font-weight: bold;

    margin: 0px auto;

    text-align: center;

    padding-top: 100px;

}



.input-search {

    width: 100%;

    border: 0px !important;

    font-size: 16px;

    font-weight: 500;

    padding: 10px;

    background: #E8E8E8;

    color: #818181;

    border-radius: 10px;

}



.input-search::placeholder {

    color: #CECECE;

    font-size: 16px;

    font-weight: 500;

}



.figure-icon {

    width: 95px;

    height: 95px;

    background: #F0F0F0;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0px auto;

    margin-bottom: 20px;

}



.common-sub-heading {

    color: #172342;

    font-size: 16px;

    font-weight: bold;

    margin: 0px;

}



.common-heading {

    color: #234D20;

    font-size: 36px;

    font-weight: 600;

    margin: 0px;

}



.common-heading span {

    color: #172342;

}



.why-choose-description {

    padding: 20px;

    text-align: center;

}



.why-choose-section {

    background-position: center top 100px !important;

    background-repeat: no-repeat;

    background-size: 100% 100% !important;

    margin-top: -100px;

    position: relative;

    z-index: 15;

}



.why-choose-section::after {

    /* position: absolute;

    left: 0px;

    top: 100px;

    width: 15%;

    height: 100%;

    content: '';

    background: #f3f3f3; */

}



.why-choose-section::before {

    /* position: absolute;

    right: 0px;

    top: 100px;

    width: 15%;

    height: 100%;

    content: '';

    background: #f3f3f3; */

}



.get-the-qulity-section {

    background: #3BB64B;

    border-radius: 20px;

    padding: 20px;

}



.get-icon {

    height: 90px;

}



.get-text-one {

    color: #fff;

    font-weight: bold;

    font-size: 24px;

    padding-bottom: 20px;

}



.get-text-para {

    color: #fff;

    font-weight: 400;

    font-size: 14px;

    line-height: 120%;

    max-width: 80%;

    margin: 0px auto;

}



.how-need-birds {

    -webkit-box-shadow: 000px 5px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 5px 10px 2px rgba(000, 000, 000, 0.2);

    border-radius: 10px;

}



.how-need-birds img {

    max-width: 100%;

}



.how-needs-birds ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px auto;

    max-width: 80%;

    padding-top: 50px;

}



.how-needs-birds ul li {

    font-size: 16px;

    font-weight: bold;

    padding-bottom: 15px;

    background: url(../images/icon-arrow.svg) no-repeat;

    padding-left: 30px;

    background-size: 15px 15px;

    background-position: 0 5px;

    font-size: 16px;

    font-weight: 500;

}





.get-started-button {

    font-size: 16px;

    color: #fff !important;

    text-transform: uppercase;

    text-decoration: none;

    display: inline-flex;

    position: relative;

    overflow: hidden;

    background: transparent;

    border-radius: 10px;

    justify-content: center;

    align-items: center;

    background: #20CD00;

    font-weight: 500;

    width: 100%;



}



.get-started-button:after {



    position: absolute;



    left: 0;



    top: 100%;



    content: "";



    background: #1ba3e2;



    transition: 0.5s;





    z-index: 2;



    width: 100%;



    height: 100%;



}



.get-started-button:hover:after {



    background: #000;



    top: 0%;







}



.equal-video img {

    max-width: 100%;

}



.project-rating-icon {

    text-align: center;

}



.project-rating-icon a {

    text-decoration: none;

}



.get-started-button span {

    position: relative;

    z-index: 3;

    padding: 11px 25px 10px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    color: #fff;

}



.get-started-button span:hover {

    color: #fff;

}



.get-started-now {

    max-width: 80%;

    margin: 0px auto;

}



.our-powerfull {

    padding: 100px 0;

}



.our-power-full-section {

    -webkit-box-shadow: 000px 5px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 5px 10px 2px rgba(000, 000, 000, 0.2);

    border-radius: 10px;

    margin-bottom: 50px;
background: #fff;
}



.our-power-full-section-img {

    height: 250px;

    margin-left: 10px;

    margin-right: 10px;

    margin-bottom: 0px;

    border-radius: 10px 10px 0 0;

    overflow: hidden;

    border-bottom: 1px solid #3BB64B;

    text-align: center;

}
.banner-area #carouselExampleIndicators{
    height: 700px !important; overflow: hidden;
}
.banner-area .carousel-item .banner_img {
    /* height: 100%; */
    height: 700px ;
    object-fit: cover;
}
/* .site-header{
    position: relative;
}
.site-header::after{
    background: linear-gradient(to bottom,  rgba(0,0,0,0.80) 0%,rgba(5,2,2,0.80) 17%,rgba(255,255,255,0) 100%); 
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
} */
.our-power-full-section-img img{ height: 100%;}

.our-power-full-section-text {

    padding: 20px;

}



.get-price-text {

    color: #3BB64B;

    font-size: 22px;

    font-weight: 400;

    text-align: center;

}



.project-heading-text {

    font-size: 20px;

    font-weight: bold;

    color: #3BB64B;

}



.project-description-text {

    font-size: 14px;

    color: #525252;

    text-align: center;

}



.common-heading.color-white {

    color: #fff;

}



.equal-text1 {

    padding-left: 40px;

}



.equal-text1-description {

    font-size: 14px;

    color: #fff;

    font-weight: 500;

    padding: 15px 0;

}



.equal-text1 ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

}



.equal-text1 ul li {

    font-size: 16px;

    font-weight: bold;

    padding-bottom: 15px;

    background: url(../images/arrow-white-icon.svg) no-repeat;

    padding-left: 30px;

    background-size: 15px 15px;

    background-position: 0 5px;

    font-size: 16px;

    font-weight: 500;

    color: #fff;

}



.get-started-now.w-100 {

    width: 100%;

    max-width: 100%;

}



.video-icon1 {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}



.industry-con1 {

    border-radius: 10px;

    overflow: hidden;

    padding: 10px 20px;

}



.industry-con1 figure {

    margin: 0px;

    border-radius: 10px;

    overflow: hidden;

    height: 300px;

}



.industry-con1 figure img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.image-overlay:after {

    position: absolute;

    width: 100%;

    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+18,000000+100&0+0,0.6+100 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 18%, rgba(0, 0, 0, 0.6) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    content: '';

    top: 50%;

    left: 0px;

    transform: translateY(-50%);

}



.industry-con-heading {

    font-weight: 600;

    font-size: 32px;

    padding: 20px;

    position: absolute;

    left: 50px;

    bottom: 20px;

    color: #fff;

    z-index: 1;

}



.trasted-bg1 {}



.testimonial-contain {

    background: #FF6527;

    border-radius: 10px;

    padding: 20px;

}



.testimonial-contain figure {

    width: 101px;

    height: 100px;

    border-radius: 50%;

    margin: 0px auto;

    overflow: hidden;

}



.testimonial-contain figure img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.testimonial-heading {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

}



.sub-heading-text {

    color: #fff;

    font-size: 14px;

    font-weight: 700;

}



.testimonial-description {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

}



.common-sub-heading.white-color {

    color: #fff !important;

}



.our-blog-contain {

    border-radius: 10px;

    overflow: hidden;

    padding: 0 20px;

}



.our-blog-contain figure {

    margin: 0px;

    border-radius: 10px;

    overflow: hidden;

    height: 400px;

}



.our-blog-contain figure img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.blog-main-one:after {

    position: absolute;

    width: 100%;

    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+18,000000+100&0+0,0.6+100 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 18%, rgba(0, 0, 0, 0.6) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    content: '';

    top: 50%;

    left: 0px;

    transform: translateY(-50%);

    border-radius: 10px;

}



.blog-contain-text {

    position: absolute;

    left: 20px;

    bottom: 20px;

    z-index: 1;

    right: 20px;

}



.blog-heading-text {

    font-weight: 700;

    font-size: 20px;

    color: #fff;

}



.blog-description-text {

    font-weight: 500;

    font-size: 16px;

    color: #fff;

}



.read-more1 a {

    color: #fff;

    text-decoration: none;

}



.select-box1 {

    font-size: 16px;

    font-weight: 600;

    padding: 10px;

    background: #E8E8E8;

    color: #818181;

    text-decoration: none;

    /* width: 100%; */

width: 33%;
margin-right: 15px;
    border: 0px;

    border-radius: 10px;

}
.banner-bottom-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.banner-contents{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.container-two.form_container .banner-contents{
    margin-top: -160px;
}
.banner-search-form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.select-box1{
    width: 33.33%;
    margin-right: 10px;
}
.banner-address-select{
    width: 32%;
    position: relative;
    z-index: 9;
}
.input-search-one {

    border-right: 1px solid #d0d0d0;

}



.search-button {

    background: #20CD00;

    border-radius: 10px !important;

    padding: 10px 10px;

    font-weight: 600;

    font-size: 16px;

    text-decoration: none;

    width: 100% !important;

    border: 0px !important;

    color: #fff !important;
    height: 100%;

}



.search-button:hover {
color: #20CD00 !important;
    background: #fff;

}



.news-latter-section {

    background: #20CD00;

    padding: 50px 100px;

    border-radius: 20px;

    max-width: 953px;

    margin: 0px auto;

    z-index: 1;

    position: relative;

}



.news-sub-text1 {

    color: #fff;

    max-width: 750px;

    margin: 0px auto;

    text-align: center;

}



.news-latter-section-one {

    background: #fff;

    width: 100%;

    position: relative;

    padding: 10px;

    margin-top: 20px;

    border-radius: 10px;

    height: 70px;

    padding-top: 20px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.news-search {

    width: 70%;

    border: 0px !important;

    color: #CDCDCD !important;

    text-decoration: none;



}



.news-submit-one {

    background: #20CD00;

    color: #fff;

    text-decoration: none;

    font-weight: 400;

    font-size: 16px;

    padding: 15px;

    display: inline-block;

    border: 0px;

    width: 181px;

    height: 52px;

    text-transform: uppercase;

    border: 0px solid #1F4B43;

    border-radius: 10px;

    max-width: 100%;

    position: absolute;

    right: 10px;

    top: 10px;

}



.news-submit-one:hover {

    background: #242424;

}



.lorem-text1 {

    background: url(../images/lorem-ipsum-4.png) no-repeat;

    background-size: cover;

    border-radius: 20px;

    padding: 50px;

}



.blog-card-section {

    background: #3BB64B;

    border-radius: 22px;

}

.latest-blog-section .blog-card-section { margin-bottom: 30px;}

.latest-blog-section .blog-card-img{
    text-align: center;
}

.blog-card-img img {

    max-width: 100%;

    border-radius: 22px 22px 0 0;

}



.blog-card-content {

    padding: 15px;

}



.blog-card-heading {

    color: #fff;

    font-weight: 600;

    font-size: 22px;

}

.blog-card-heading h2{
    
    color: #fff;

    font-weight: 600;

    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}
.blog-card-content h1{
    color: #fff;

    font-weight: 600;

    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.blog-card-content h1 a{
    color: #fff;
    text-decoration: none;
}
.blog-card-descriprion {

    color: #fff;

    font-weight: 600;

    font-size: 14px;

}

.blog-card-description{

    color: #fff;

    font-weight: 600;

    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 50px; */
}
.blog-card-section1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    color: #fff;
}
.needs-bg-one .signup-label{
    color: #000000; font-size: 18px;
}
.needs-bg-one .checkbox-label{
    color: #000000;font-size: 18px;
}
.needs-bg-one .forgot-btn{
    color: #000000;font-size: 18px;
}
.needs-bg-one .bottom-register {
    color: #000000;font-size: 18px;
}
.needs-bg-one button{
    background: #20CD00;
    border-radius: 68px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    border-color: #5deb5b;
    margin-bottom: 15px;
}
.needs-bg-one button:hover{
    background: #fff;
    color: #28ff00;
}
.needs-bg-one .password_otp_hide .eye_icon{
    position: absolute;
    right: 13px;
    top: 20px;
    color: #000;

}
.needs-bg-one .signup-checkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
    padding-top: 10px;
}
.needs-bg-one .checkbox-inlines .checkbox-label{
    color: #000000;
}
.site-header::after{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(5, 2, 2, 0.80) 17%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
}
/* .site-header{
    padding-bottom: 50px;
}
.site-header::before{
    background: url(../images/banner1.png) no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
} */
.needs-bg-one .tabs li .icon{ margin-right: 15px;}
.needs-bg-one .tabs li .icon{ color: #05c91f; font-size: 25px; text-align: center;}
.needs-bg-one .tabs li .title{
    color: #05c91f;
}
.needs-bg-one .tabs li{
    padding: 15px 25px;
    border-radius: 15px;
}
.needs-bg-one .tabs li.active{
    background: #000000;
    padding: 15px 25px;
    border-radius: 15px;
}
.needs-bg-one .tabs li.active::before{display: none;}
.needs-bg-one .tabs li.active .icon{ color: #28ff00; font-size: 25px; text-align: center;}
.needs-bg-one .tabs li.active .title{
    color: #28ff00;
}

.needs-bg-one .registration-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.needs-bg-one .registration-list{
    font-size: 25px;
    
    border-radius: 50%;
}
.needs-bg-one .registration-list li a{    
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;}
    .needs-bg-one .registration-list.step-list-two .list.active .list-click {
        background: #28ff00;
        color: #fff;
        border-color: #28ff00;
    }
    .needs-bg-one .registration-list .list:not(:last-child) {
        padding-right: 70px;
    }
    .registration-list .list:not(:last-child) .list-click::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -55px;
        background: #ddd;
        height: 2px;
        width: 40px;
    }
    .needs-bg-one .blog-card-section {
        background: #fff;
        padding: 50px;
        border-radius: 28px;
        -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);
        box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);
    }
    .banner-inner-area {
        background:#068b17;

    }
    .banner-inner-area .banner-inner-title{
        color: #fff;
    }
.registration-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-tabs-registration{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.needs-bg-one .tabs {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.msform.new-register-one fieldset{
    background: transparent;
}
.msform.new-register-one .forms-label{
    color: #000000;
    font-size: 18px;
}
.msform.new-register-one .registration-list {
    display: flex;
    list-style-type: none;
}
.msform.new-register-one .next.action-button{
    background: #28ff00;
    border-radius: 68px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    border-color: #5deb5b;
    margin-bottom: 15px;
}
.msform.new-register-one .next.action-button:hover{
    background: #fff;
    color: #28ff00;
}
.msform.new-register-one .form--control{
    background: #ECECEC;
    font-size: 18px;
}
.needs-bg-one .color-white{
    color: #000;
}
.needs-bg-one .form--control{
    background: #ECECEC;
}
/* .carousel-control-prev-icon{
    background: url(../images/download-img2.svg) no-repeat;
}
.carousel-control-next-icon{
    background: url(../images/download-img1.svg) no-repeat;
} */
.home-two-banner .carousel-item::after{
    background: linear-gradient(to bottom,  rgba(0,0,0,0.80) 0%,rgba(5,2,2,0.80) 17%,rgba(255,255,255,0) 100%); 
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
}
.home-two-banner .carousel-item .carousel-caption{
    z-index: 2;
}
.home-two-banner .carousel-item .banner-title{color: #fff; text-align: center; margin: 0px auto; margin-bottom: 15px;}
.new-con1{
    height: 120px;
}
.blog-card-description p{ color: #fff;}
.blog-card-section2 h1{
    display: none;
}
.blog-card-section2 h1{
    display: none ;
}
.banner-contents .banner-title{
    text-align: center;

}
.blog-date {

    font-size: 14px;

    color: #fff;

    border-top: 1px solid #fff;

    padding: 15px;

    padding-top: 10px;

}



.blog-date span {

    position: relative;

    padding-left: 20px;

}



.blog-date span::after {

    position: absolute;

    content: "";

    left: 10px;

    top: 50%;

    transform: translateX(-50%);

    width: 4px;

    border-radius: 50%;

    height: 4px;

    background: #fff;

}



.green-color {

    color: #234D20;

}



.footer-bg {

    background: url(../images/footer-bg1.png) no-repeat;

    background-position: center center;

    padding: 150px 0 0px 0;

    background-size: cover;



    /* z-index: -1;

        position: relative; */

}



.social-media-icon a {

    padding: 0 15px 0 0;

    margin-right: 15px;

    border-right: 1px solid #234D20;





}



.social-media-icon a:last-child {

    padding-right: 0px;

    margin-right: 0px;

    border-right: 0px solid #234D20;

}



.social-media-icon a:first-child {

    padding-left: 0px;

}



.social-media-icon a:hover img {

    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);

}



.footer-logo-text {

    color: #234D20;

    text-decoration: none;

    font-size: 18px;

    line-height: 1.5;

    padding: 20px 0;

}



.contact-us-now ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

}



.contact-us-now ul li {

    display: flex;

    flex-wrap: nowrap;

    align-items: flex-start;



}



.contact-us-now ul li img {

    margin-right: 15px;

}



.contact-us-now ul li p {

    font-weight: 500;

    font-size: 20px;

    color: #fff;

}



.contact-us-now ul li p a {



    color: #fff;

    text-decoration: none;

}



.contact-us-now ul li p a:hover {



    color: #242424;

    text-decoration: none;

}



.footer-left-main {

    background: #fff;

    border: 15px;

    padding: 20px;

    border-radius: 20px;

    max-width: 90%;

}



.footer-text1 {

    padding-top: 50px;

}



.footer-text1 h2 {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

    padding-bottom: 20px;

}



.contact-us-now h2 {

    color: #fff;

}



.footer-text1 ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

}



.footer-text1 ul li {

    font-weight: 500;

    font-size: 20px;

    color: #fff;

    padding-bottom: 20px;

}



.footer-text1 ul li a {



    color: #fff;

    text-decoration: none;

}



.footer-text1 ul li a:hover {



    color: #242424;

    text-decoration: none;

}



.design-text {



    color: #fff;



    font-weight: normal;



    text-decoration: none;



    text-align: left;



    font-size: 15px;





    font-weight: 600;



    text-align: right;



}



.design-text a {



    color: #ffff;



    text-decoration: none;



}







.design-text a:hover {



    color: #000;

    transition: 0.3s;



}







.allright-text {



    color: #fff;



    font-weight: normal;



    text-decoration: none;



    text-align: left;



    font-size: 15px;



    font-weight: 600;



    padding-bottom: 20px;



}







.allright-text a {



    color: #fff;



    text-decoration: none;



}







.allright-text a:hover {



    color: #000;



}



.footer-bottom {

    margin-top: 50px;

    padding-bottom: 20px;

    padding-top: 20px;

    border-top: 1px solid #fff;



}



.col-sm-6.quick-link {

    padding-left: 50px;

}



.banner .inner-banner {

    height: 400px;

}



.banner.inner-banner figure {

    height: 400px;

}



.banner.inner-banner figure img {

    height: 400px;

}



.inner-heading-text1 {

    font-size: 64px;

    font-weight: 700;

    color: #fff;

    position: relative;

    padding-top: 50px;

    padding-bottom: 25px;

    text-align: center;

}



.inner-heading-text1::after {

    border-bottom: 7px solid #fff;

    position: absolute;

    left: 50%;

    bottom: 15px;

    width: 180px;

    height: 1px;

    content: '';

    transform: translateX(-50%);

}



.about-inner-contain {

    -webkit-box-shadow: 5px 5px 10px 10px rgba(000, 000, 000, 0.2);

    box-shadow: 5px 5px 10px 10px rgba(000, 000, 000, 0.2);

    width: 100%;

    padding: 60px;

    margin: 100px 0;

    overflow: hidden;

    border-radius: 20px;

}



.about-right {

    border-left: 1px solid rgba(173, 173, 173, 0.60);

    padding-left: 50px;

}



.about-left {

    padding-right: 50px;

}



.about-con1 {

    padding-right: 50px;

}



.about-con1 h2 {

    font-weight: 700;

    color: #FF4900;

    font-size: 32px;

    min-height: 80px;

}



.about-con1 p {

    font-weight: 500;

    font-size: 20px;

}



.about-our-mision-text {

    padding-right: 50px;

}



.about-our-mision-text p {

    padding-top: 20px;

}



.color-white {

    color: #fff;

}



.about-left p {}



.profile-img-about {

    max-width: 505px;

    height: 505px;

    overflow: hidden;

    border-radius: 100%;

}



.profile-img-about img {

    max-width: 505px;

    height: 505px;

    overflow: hidden;

    border-radius: 100%;

}



.common-heading-one {

    font-size: 36px;

    font-weight: 700;

    margin: 0px;

}



.common-heading-two {

    font-size: 32px;

    font-weight: 700;

    margin: 0px;

}



.find-contract-card {

    background: #fff;

    border-radius: 20px;

    padding: 20px;

    -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    margin-bottom: 40px;

}



.find-heading-card {

    background: #F14300;

    border-radius: 60px;

    padding: 15px 20px;

    color: #fff;

    font-size: 24px;

    font-weight: 7000;

    text-align: center;

}



.find-contract-card ul {

    list-style-type: none;

    padding: 0px;

    margin: 20px 0;

}



.find-contract-card ul li {

    font-weight: 500;

    font-size: 18px;

}



.show-all a {

    color: #000;

    font-weight: 600;

    font-size: 20px;

}



.show-all a:hover {

    color: #F14300;

    text-decoration: none;

}



@keyframes animate {

    0% {

        transform: translate(0px, 0px);

    }



    50% {



        transform: translate(20px, 0px);

    }



    100% {

        transform: translate(10px, 0px);

    }

}



.show-all a:hover img {

    animation: animate 2s infinite;

    filter: invert(26%) sepia(55%) saturate(3685%) hue-rotate(10deg) brightness(102%) contrast(101%);

}



.business-mid-section1 {

    border-radius: 20px;

    padding: 50px;

    -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 35px;

}



.business-right-part1 {

    padding-left: 50px;

}



.business-mid-section1-profile-left {

    width: 212px;

}



.business-mid-section1-profile-right {

    width: calc(100% - 212px);

    padding-left: 50px;

}



.top-section-one {

    display: flex;

    align-items: center;

}



.business-mid-section1-profile-left img {

    max-width: 100%;

}



.top-section-one h2 {

    font-weight: 700;

    font-size: 32px;

    line-height: 1.2;

    color: #172342;

    margin: 0px;

    border-right: 1px solid #172342;

    padding-right: 10px;

}



.top-section-one h5 {

    margin-bottom: 0px;

    padding-left: 10px;

    font-weight: 700;

    font-size: 16px;

}



.star-img {

    padding-left: 10px;

    padding-right: 10px;

}



.mid-con-one p {

    font-weight: 500;

    font-size: 20px;

    line-height: 1.2;

    padding-top: 10px;

    padding-bottom: 10px;

}



.cal-text1 {

    font-weight: 600;

    font-size: 20px;

}



.cal-text1 img {

    margin-right: 10px;

}



.search-inner-main-one {

    max-width: 80%;

    margin: 0px auto;

}



.search-section-main {

    background: #fff;

    padding: 15px;

    border-radius: 95px;

    -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);



    margin-top: -50px;

}



.search-section-main1 {

    background: #ECECEC;

    border-radius: 95px;

    padding: 15px !important;

    width: 100%;

    border: 0px !important;

    font-size: 16px;

    color: #909090;

    border-radius: 34px !important;

}



.search-section-main1::placeholder {

    color: #909090;

}



.search-button.search-button-inner {

    height: 50px;

    border-radius: 50px !important;

}



.location-1 {

    background: url(../images/location6.svg) no-repeat left 10px center #ECECEC;

    padding: 15px;

    border: 0px;

    border-radius: 50px !important;

    padding-left: 50px;



}



.range-silder-bg {

    background: #ECECEC;

    padding: 15px;

    border-radius: 50px !important;

}



.rangr-slider1 {

    -webkit-appearance: none;

    width: calc(100% - 110px);

    height: 11px;

    background: #D9D9D9;

    outline: none;

    opacity: 0.7;

    border-radius: 30px !important;

    -webkit-transition: .2s;

    transition: opacity .2s;

}



.rangr-slider1:hover {

    opacity: 1;

}



.rangr-slider1::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    width: 15px;

    height: 15px;

    background: #FF4900;

    cursor: pointer;

    border-radius: 30px !important;

}



.rangr-slider1::-moz-range-thumb {

    width: 15px;

    height: 15px;

    background: #FF4900;

    cursor: pointer;

}



.rating-text4 {

    color: #172342;

    font-size: 16px;

    font-weight: 500;

}



.filter-section-main ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

    padding-top: 15px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    width: 100%;

}



.filter-section-main ul li {

    padding: 0 5px;

}



.filter-section-main ul li:first-child {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100px;

    justify-content: space-between;

}



.filter-button1 {

    padding: 0px;

    margin: 0px;

}



.search-section-main.iner-section-main {

    border-radius: 10px;

}



.select-one1 {

    background: #ECECEC;

    padding: 15px;

    border: 0px;

    border-radius: 50px !important;

    font-size: 16px;

    font-weight: 500;

    width: 100%;

    padding-right: 25px;

    min-width: 160px;



}



.project-contain-main1 {

    border-bottom: 1px solid #e2e2e2;

    padding-bottom: 20px;

    padding-top: 20px;

}



.project-contain-main1:last-child {

    border-bottom: 0px solid #e2e2e2;

    padding-bottom: 20px;

    padding-top: 20px;

}



.inner-heading-text1.small-heading {

    font-size: 40px;

    padding-bottom: 50px;

}



.search-project-contain {

    border: 1px solid #E1E1E1;

    padding: 50px;

    border-radius: 20px;

}



.project-name-date {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

}



.date-icon1 {

    background: #ECECEC;

    padding: 5px 10px;

    font-size: 14px;

    font-weight: 500;

    border-radius: 100px;

    margin-left: 10px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.date-icon1 img {

    margin-right: 10px;

}



.project-name-date .common-heading {

    font-size: 24px;

}



.lorem-text1 {

    font-size: 14px;

    color: #000;

}



.revert-text1 {

    font-size: 16px;

    font-weight: 600;

    padding-bottom: 15px;

    color: #172342;

}



.tag-contain {

    padding-top: 20px;

}



.tag-contain a {

    background: #172342;

    border-radius: 96px;

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    display: inline-block;

    min-width: 100px;

    color: #fff;

    text-decoration: none;

    text-align: center;

    padding: 5px;

    text-transform: capitalize;

}



.tag-contain a:hover {

    background: #9b4d05;

    color: #fff;

}



.contact-us-from-one {

    background: #fff;

    padding: 50px;

    border-radius: 28px;

    -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

}

.contact-us-form-one{

    background: #fff;

    padding: 50px;

    border-radius: 28px;

    -webkit-box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

    box-shadow: 000px 000px 10px 2px rgba(000, 000, 000, 0.2);

}

.contact-input {

    background: #ECECEC;

    border-radius: 6px !important;

    width: 100%;

    height: 40px;

    border: 0px !important;

    padding-left: 20px;

}



.input-main-0ne {

    margin-bottom: 15px;

}



.input-main-0ne label {

    font-size: 16px;

    font-weight: 500;

}



.address-input {

    height: 100px;

    padding-top: 10px;

}



.input-main-0ne input[type=submit] {

    background: #20CD00;

    padding: 20px;

    width: 100%;

    border: 0px;

    font-weight: bold;

    font-size: 16px;

    border-radius: 30px;

    color: #fff;

}



.input-main-0ne input[type=submit]:hover {

    background: #000;

}



.sticky {

    background: rgba(0, 0, 0, 0.7);

    position: fixed;

    top: 0px;

    left: 0px;

    z-index: 99;

    width: 100%;

    height: 180px;

}



.sticky .top-menu {

    background: transparent;

}



.filter-button1 {

    border: 0px;

}



.login-bg {

    background: url(../images/login-bg.png) no-repeat;

    height: 100vh;

    background-size: cover;

    display: flex;

    align-items: center;

    justify-content: center;

}



.needs-bg-one {

    max-width: 700px;

    width: 100%;

    margin: 0px auto;

}



.card.card-bg1 {

    background: #172342;

    border-radius: 30px;

}



.logo-heading-text {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

    padding-top: 20px;

    text-transform: uppercase;

}



.card .form-label {

    color: #fff;

}



.hide-icon {

    position: absolute;

    right: 20px;

    top: 42px;

    background: transparent;

    border: 0px;

}



.hide-icon img {

    filter: brightness(0) contrast(10);





}



.btn.send-button-one {

    background: #FF4900;

    border-radius: 68px;

    width: 100%;

    color: #fff;

    height: 54px;

}



.btn.send-button-one:hover {

    background: #772707;

    color: #fff;

}



.need-our-text1 {

    color: #fff;

    padding-top: 20px;

    font-weight: 500;

    font-size: 16px;

    padding-top: 15px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.lorem-description {

    font-size: 24px;

    line-height: 160%;

}



.need-our-text1 input[type='checkbox'] {

    margin: 0 10px 0 0;

    width: 20px;

    height: 20px;

}



.need-our-text1 a {

    color: #FF4900;

    text-decoration: none;

    margin-left: 5px;

    margin-right: 5px;

}



.need-our-text1 a:hover {

    color: #fff;

    text-decoration: none;

}



.register-heading-text {

    font-weight: 700;

    font-size: 36px;

    color: #fff;

    text-transform: uppercase;

    padding-top: 5px;

}



.checkput-popular {

    background-position: center top !important;

    background-repeat: no-repeat;

    background-size: 100% 100% !important;

}



.check-out-one {

    background: #fff;

    border-radius: 10px;

    padding: 15px;

    margin-bottom: 50px;

}


.checkout-img{
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.checkout-img img {

    max-width: 100%;

}



.popular-servive-text-one {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    width: 100%;

    padding: 10px 0;

}



.popular-service-heading-text {

    font-size: 22px;

    font-weight: 600;

    color: #20CD00;

    width: 50%;

    margin: 0px;
height: 65px;
overflow: hidden;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.popular-service-price-text {

    font-size: 24px;

    font-weight: 600;

    color: #20CD00;

    width: 50%;

    text-align: right;

    margin: 0px;

}



.contact-text-left {

    padding-top: 50px;

    padding-right: 100px;

}



.contact-heading-text {

    font-size: 36px;

    font-weight: bold;

    color: #20CD00;

}



.contact-description-text {

    font-size: 16px;

    font-weight: normal;

    color: #20CD00;

}



.phone-text-one img {

    margin-right: 15px;

}



.phone-text-one {

    font-size: 20px;

    font-weight: normal;

    color: #20CD00;

    padding: 15px 0 0 0;

}



.phone-text-one a {

    color: #20CD00;

    text-decoration: none;

}



.phone-text-one a:hover {

    color: #000000;

    text-decoration: none;

}

.banner-area{
    margin-top: -200px;
}
.banner-area .carousel-caption {
    bottom: inherit;
    top: 40%;
}

.single-service_img{
    overflow: hidden;
}
.single-service_img .service-thumb{
    transform: scale(1, 1);
  transition: transform 0.5s;
}
.single-service:hover .service-thumb{
    transform: scale(1.05, 1.05);
}
.dark_shadow {
    box-shadow: 0 16px 32px rgb(55 58 80 / 10%), 0 8px 16px rgb(55 58 80 / 10%), 0 4px 8px rgb(55 58 80 / 10%), 0 2px 4px rgb(55 58 80 / 10%), 0 1px 2px rgb(55 58 80 / 10%);
}
.single-service .services-contents {
    padding: 20px;
}
.single-service_img {
    overflow: hidden;
}
.all-services {
    margin-bottom: 1.5rem;
}
.single-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    line-height: 45px !important;
}
.single-service .service-thumb {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.inner-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
list-style-type: none;
}
.inner-menu .list {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-bg-thumb-format {
    height: 238px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.speicality-img {
    position: relative;
    height: 170px;
    box-shadow: 2px 2px 13px rgba(58, 181, 71, .9);
    border-radius: 100%;
    width: 170px;
    background: #fff;
    margin: 0px auto;
}
.speicality-img img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.custom-oul-silder{
    padding: 50px ;
}
.custom-oul-silder .speicality-item{
    padding: 10px;
}
.speicality-img span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.owl-carousel.owl-two .owl-item img{
    width: auto;
    display: inherit;
}
.speicality-img span i {
    font-size: 15px;
    color: #3ab547;
}
.fa-circle:before {
    content: "\f111";
}
.speicality-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.section-header .sub-title {
    color: #757575;
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0;
}
.section-doctor {
    background-color: rgba(58, 181, 71, .2);
    padding: 80px 0;
}
.section-doctor .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.profile-widget .pro-content .title a {
    display: inline-block;
}
.profile-widget .verified {
    color: #28a745;
    margin-left: 3px;
}
.profile-widget p.speciality {
    font-size: 15px;
    color: #3ab547;
    margin-bottom: 5px;
    min-height: 40px;
}
.pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.pro-content {
    padding: 15px 0 0;
}
.doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}
.section-doctor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 15px;
}
.doc-img img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}

.profile-widget .fav-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    color: #2E3842;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.pro-content p:last-child{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}
.profile-widget:hover .fav-btn {
    background-color: #fb1612;
    color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.doctor-main-one{
    padding-left: 50px;
    padding-right: 50px;
}
.owl-four .owl-prev{
    background: url(../images/download-img2.svg) no-repeat #fff !important;
    width: 20px;
    height: 20px;
    position: absolute;
        right: -50px;
        top: 50%;
        border-radius: 50%;
}
.owl-four .owl-prev span{ color: #fff;}
.owl-four .owl-next{
    background: url(../images/download-img1.svg) no-repeat #fff !important;
    width: 20px;
    height: 20px;
        position: absolute;
        left: -50px;
        top: 50%;
        border-radius: 50%;
    
} 
.owl-four .owl-next span{ color: #fff;}
.owl-four .owl-nav{
    display: block !important;
}
@media (max-width:1400px) {

    .equal-text1 {

        padding-left: 20px;

    }



    .bannerinner-contain {

        width: 100%;

        max-width: 1250px;

    }



    .banner-heading-text1 {

        font-size: 50px;

        padding-top: 50px;

    }



    .banner-description1 {

        font-size: 16px;

        padding-bottom: 10px;

    }



    .why-choose-section {

        margin-top: -100px;

    }

}