* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}
html, body {
    height: 100%;
    font-size: 16px;
    color: #666;
    font-family: "Montserrat", sans-serif;
    vertical-align: baseline;
    line-height: 24px;
    background: #e6e6e6
}
a:focus {
    outline: 0 solid
}
img {
    max-width: 100%;
    height: auto
}
p {
    margin: 0 0 22px
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #464646
}
h1 {
    font-size: 32px
}
h2 {
    font-size: 22px
}
h3 {
    font-size: 18px
}
a {
    transition: all .5s ease-out;
    text-decoration: none;
    color: #464646
}
a:active, a:hover {
    outline: 0 none;
    color: #000;
    text-decoration: none
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
::-moz-selection {
    background: #46b609;
    text-shadow: none;
    color: #fff
}
::selection {
    background: #46b609;
    text-shadow: none;
    color: #fff
}
textarea:focus, input:focus {
    outline: none
}
.slider-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}
.images-overlay {
    background-color: rgba(0, 0, 0, 0.70);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0
}
#preloader-status {
    height: 210px;
    width: 210px;
    background: url('');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%
}
#scrollUp {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px
}
#scrollUp:hover {
    opacity: 1;
    color: #fff !important;
    background: #00b9f2
}
#scrollUp i {
    display: block;
    font-weight: 700;
    padding-top: 6px
}
.hd-sec {
    background: #212836 none repeat scroll 0 0;
    padding: 6px 0;
    display: none
}
.hd-lft li {
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-size: 14px
}
.hd-lft li:first-child:before {
    content: ""
}
.hd-lft li::before {
    content: "|";
    position: absolute;
    left: 0
}
.hd-lft li i {
    margin-right: 10px;
    color: #fff
}
.hd-rgt {
    float: right
}
.hd-rgt li {
    display: inline-block;
    position: relative
}
.hd-rgt li a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize
}
.hd-rgt li a i {
    margin-right: 8px;
    color: #fff
}
.mnmenu-sec {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16)
}
.logo {
    padding: 5px 0px 3px;
    margin-top: 0px;
}
.main-menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative
}
.main-menu ul li {
    float: left;
    padding: 0;
    position: relative
}
.main-menu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .4s ease 0;
    position: relative
}
.main-menu ul li.active a {
    color: #fff;
    position: relative
}
.main-menu ul li ul:hover .main-menu ul li a {
    background: #ddd
}
.main-menu ul li a:hover {
    transition: all .4s 0 ease;
    color: #46b609;
}
.main-menu ul ul {
    /* background: #30312f none repeat scroll 0 0; */
    /* left: 0; */
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 48px;
    transition: all .4s ease 0;
    /* visibility: hidden; */
    z-index: 99999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
    padding: 0;
    width: 250px;
}
.main-menu ul ul li {
    float: none;
    width: 250px
}
.main-menu ul ul li a {
    /* line-height: 120%;
    padding: 10px;
    color: #fff */
    color: #232323;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 0.06px;
    border-bottom: solid 1px #f5f5f5;
}
.main-menu ul ul li:last-child > a {
    border-bottom: none;
}
.main-menu ul ul li a:hover {
    transition: all .4s 0 ease;
    color: #46b609;
}
.main-menu ul ul ul {
    top: 0;
    left: 100%
}
.main-menu ul li:hover ul {
    visibility: visible;
    transition: all .4s ease 0;
    opacity: 1;
    transform: scaleX(1)
}
.main-menu ul li a i {
    margin-left: 6px
}
.all-slide {
    border: solid 2px #333;
    border-top: none;
    border-radius: 0 0 5px 5px
}
.all-slide .owl-item {
    height: 350px
}
.all-slide .single-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%
}
.slider-text {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 210px;
    z-index: 2
}
.slider-text h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase
}
.slider-text p {
    color: #fff;
    padding: 0 100px
}
.slider-text li {
    display: inline-block
}
.slider-text li a {
    background: #212836 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 0 10px
}
.slider-text li a:hover {
    background: #000 !important;
    color: #fff;
    transition: all .4s ease 0
}
.slider-text li:last-child a {
    background: #46b609 none repeat scroll 0 0
}
.all-slide .owl-controls {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%)
}
.all-slide .owl-controls .owl-buttons div {
    background: none;
    opacity: 1
}
.all-slide .owl-controls .owl-prev {
    left: 0;
    position: absolute
}
.all-slide .owl-controls .owl-next {
    right: 0;
    position: absolute
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all .5s ease-out 0;
    background: #46b609
}
.all-slide .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0;
    background: #000;
    color: #fff
}
.all-slide .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0;
    background: #000;
    color: #fff
}
.search-sec {
    background-image: url('');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    background-size: 100% 100%
}
.images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0f0d0d;
    width: 100%;
    height: 100%
}
.domin-search-sec {
    display: inline-block;
    text-align: center;
    width: 100%
}
.domin-search-sec h4 {
    color: #46b609;
    font-size: 36px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px
}
.domin-search-sec h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px
}
.domin-search-sec input[type="text"] {
    padding: 28px 25px;
    width: 647px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff
}
.domin-search-sec input[type="submit"] {
    background: #46b609 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    padding: 27px 50px;
    text-transform: uppercase;
    font-weight: 700
}
.domin-search-sec input[type="submit"]:hover {
    background: #000;
    transition: all .4s ease-in-out 0
}
.domin-search-sec select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #212836 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    color: #fff
}
.domin-search-sec .select-arrow {
    display: inline-block;
    position: relative;
    margin-left: -14px
}
.domin-search-sec .select-arrow:before {
    color: #fff;
    content: '\f0d7';
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    font-size: 14px
}
.domin-search-sec li h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}
.domin-search-sec li h3 {
    color: #46b609;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}
.domin-search-sec ul {
    margin: 30px 0 0
}
.domin-search-sec li {
    display: inline-block;
    padding: 20px 40px;
    margin-right: 25px
}
.sec-title {
    margin: 0 170px 25px;
    text-align: center
}
.sec-title h1 {
    font-size: 27px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h3 {
    font-size: 21px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h5 {
    font-size: 21px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h6 {
    font-size: 21px;
    text-transform: uppercase;
    color: #46b609;
    font-weight: 700
}
.sec-title h1 span {
    font-weight: 400
}
.border-shape::before {
    background: #46b609 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px
}
.border-shape {
    background: #46b609 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px
}
.border-shape::after {
    background: #46b609 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    right: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px
}
.sec-title p {
    margin-bottom: 0;
    margin-top: 20px
}
.about {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #fff
}
.about h3 {
    text-transform: uppercase
}
.service {
    padding-bottom: 4px;
    padding-top: 29px
}
.service i, .why-choose i, .service i {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}
.service-item .inner {
    padding: 15px
}
.service-item .inner:hover {
    background: #46b609;
    color: #fff;
    transition: all .4s ease 0
}
.service-item .inner:hover i {
    background: #fff;
    transition: all .4s ease 0;
    color: #46b609
}
.service-item .inner p {
    margin-bottom: 10px
}
.service-item .inner {
    margin-bottom: 20px
}
.service-item .inner:hover.inner h2 a {
    color: #fff
}
.service-item .inner h2, .why-choose h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 15px
}
.service-item .inner:nth-child(3n+1) {
    clear: both
}
.btn.rdmorebtn {
    background: #46b609 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}
.btn.rdmorebtn:hover {
    background: #000;
    transition: all .4s ease-in-out 0
}
.single-host-plan:hover .btn.rdmorebtn {
    background: #000;
    transition: all .4s ease-in-out 0
}
.table-dsc table tbody tr:hover .btn.rdmorebtn {
    background: #000;
    transition: all .4s ease-in-out 0
}
.single-host-plan h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #464646;
    font-weight: 700
}
.single-host-plan strong {
    color: #46b609;
    font-size: 28px
}
.hostDesc-sec {
    padding-top: 70px;
    padding-bottom: 90px
}
.sngl-hostDesc h1 {
    color: #46b609;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase
}
.sngl-hostDesc h1 span {
    font-weight: 400
}
.sngl-hostDesc h2 {
    color: #0b2d5b;
    font-size: 18px
}
.sngl-hostDesc li {
    color: #8b8b8b;
    margin: 5px 0
}
.sngl-hostDesc li::before {
    color: #46b609;
    content: "?";
    float: left;
    font-family: "FontAwesome";
    margin-right: 10px
}
.sngl-hostDesc a {
    margin-top: 20px
}
.count-up-sec {
    background-color: #fff;
    background-image: url('');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative
}
.count-up-sec .sec-title h1 {
    color: #fff
}
.count-up-sec .sec-title p {
    color: #fff
}
.counting_sl {
    text-align: center
}
.counting_sl i {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 500px;
    color: #fff;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center
}
.counting_sl h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    text-transform: uppercase
}
.counting_sl h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase
}
.project-sec {
    padding-top: 50px;
    padding-bottom: 20px
}
.project-sec .item {
    overflow: hidden;
    position: relative;
    transition: all .4s ease-in-out 0;
    margin-bottom: 30px
}
.project-sec .item:hover .project-hoverlay {
    visibility: visible;
    opacity: 1;
    top: 0
}
.project-hoverlay {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #46b609;
    transition: all .4s ease-in-out 0;
    visibility: hidden;
    opacity: 0
}
.project-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}
.project-text a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    line-height: 50px;
    border-radius: 100%;
    margin-bottom: 15px;
    color: #46b609
}
.project-text h3 {
    color: #fff;
    text-transform: uppercase
}
.project-sec .item img {
    width: 100%
}
.why-choose {
    padding-top: 50px;
    padding-bottom: 20px
}
.why-choose .inner {
    margin-bottom: 25px
}
.call-to-action-sec {
    background-color: #fff;
    background-image: url('');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative
}
.call-to-action-overlay {
    background-color: #806e6e;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}
.call-to-action-text {
    text-align: center;
    color: #fff
}
.call-to-action-text h2 {
    color: #fff;
    text-transform: uppercase
}
.call-to-action-text a.btn {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 60px;
    color: #fff;
    font-weight: 700;
    padding: 12px 36px;
    text-transform: uppercase
}
.call-to-action-text a.btn:hover {
    background: #000;
    transition: all .4s ease-in-out 0
}
.pricing-sec {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative
}
.pricing-sec .brder-btm {
    border-color: #fff
}
.sngl-price {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 5px #e3e3e3;
    margin-bottom: 30px;
    padding: 36px 0;
    text-align: center;
    margin-top: 30px
}
.sngl-price h2 {
    color: #46b609;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800
}
.single-host-plan img {
    border: 1px solid #02b5ff;
    border-radius: 6px;
    height: 60px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    width: 60px
}
.single-host-plan h2 a {
    font-size: 18px
}
.domain-pack .single-host-plan h2 {
    margin-bottom: 12px
}
.single-host-plan h2 {
    color: #464646;
    font-weight: 700;
    text-transform: uppercase
}
.single-host-plan span.curency {
    font-size: 16px;
    position: relative;
    top: -8px;
    margin-left: 10px
}
.price-heading {
    margin-top: 25px
}
.price-heading h2 {
    color: #46b609;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    margin-top: 10px
}
.sngl-price {
    position: relative
}
.pakage-icon i {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: -34px;
    transform: translateX(-50%);
    width: 80px
}
.sngl-price h1 {
    color: #212836;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize
}
.sngl-price h1 span {
    font-size: 18px;
    color: #656766
}
.sngl-price ul li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    padding-left: 8px
}
.snglPrice-lrnMore {
    margin-top: 30px
}
.btn.price_btn {
    background: #46b609 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 20px;
    text-transform: uppercase
}
.sngl-price:hover .btn.price_btn {
    background: #000;
    transition: all .4s ease-in-out 0
}
.sngl-price:hover .pakage-icon i {
    background: #000;
    transition: all .4s ease-in-out 0
}
.faq-sec {
    background-color: #fff;
    padding: 50px 0;
    color: #101010
}
.faq-title {
    margin-bottom: 40px
}
.faq-sec .panel {
    background: transparent
}
.faq-sec .panel-content {
    padding: 15px
}
.faq-title > h2 {
    color: #151414;
    text-transform: uppercase
}
.faq-img {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: center
}
.faq-sec .panel-heading {
    background: #454c59;
    padding: 0;
    border-radius: 25px
}
.faq-sec .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff
}
.faq-sec .panel-title a:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    padding-right: 5px
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content: "\f056"
}
.faq-sec .panel-title > a:hover, .faq-sec .panel-title > a:active, .faq-sec .panel-title > a:focus {
    text-decoration: none;
    background: #46b609
}
.blog-sec {
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #f0f8ff
}
.blog-sec .blog-post {
    padding: 0
}
.single-post {
    display: inline-block;
    margin-bottom: 30px;
    background: #F7F7F7;
    padding: 8px;
    border: solid 1px #D8D8D8;
    border-radius: 5px
}
.blog-title h2 {
    color: #0f0f0f;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px
}
.single-post-text a {
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.pst_info {
    float: left;
    display: inline-block
}
.post-date h2 {
    background: #46b609;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    color: #fff
}
.blog-title {
    padding-bottom: 20px
}
.single-post img {
    width: 100%;
    margin-bottom: 14px
}
.comment-list {
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 14px;
    text-align: center
}
.comment-list h5 {
    margin-bottom: 0
}
.single-post-text h2 {
    margin-bottom: 10px;
    text-align: center
}
.single-post-text ul {
    display: inline-block;
    width: 100%
}
.single-post-text li a {
    color: #46b609;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-left: 1px;
    padding-right: 15px;
    text-transform: capitalize
}
.single-post-text li a i {
    margin-right: 5px
}
.post-date h1 {
    background: #f3af1e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 13px;
    padding: 15px;
    text-align: center;
    text-transform: none
}
.sidebar h1 {
    background: #46b609 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
    padding: 10px
}
.search-field form {
    display: inline-block;
    width: 100%;
    position: relative
}
.search-field input[type=text] {
    background: #ececec none repeat scroll 0 0;
    color: #222;
    padding: 10px 35px 10px 10px;
    width: 100%
}
.search-field button {
    background: #46b609 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    padding: 10px;
    right: 0
}
.blog-sec .inner:nth-child(2n+1) {
    clear: both
}
.abt_dec > p {
    margin-top: 20px
}
.sidebar ul li a {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0
}
.sidebar ul li a:hover {
    transition: all .4s ease-in-out 0;
    color: #46b609
}
.widget-archive li {
    position: relative
}
.widget-archive li:last-child {
    border-bottom: none
}
.widget-cat li:last-child {
    border-bottom: none
}
.widget-cat li {
    position: relative
}
.widget-archive li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #717171;
    padding-right: 10px
}
.widget-cat li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #717171;
    padding-right: 10px
}
.widget-cat li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}
.widget-tag li a:hover {
    transition: all .4s ease-in-out 0;
    background: #46b609;
    color: #fff !important;
    border-color: #46b609
}
.relative-post h3 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px
}
.relative-post {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    padding: 12px 0;
    width: 100%
}
.relative-post-thumb {
    float: left;
    margin-right: 15px
}
.single_r_dec a {
    color: #717171;
    line-height: 20px
}
.single_r_dec a:hover {
    transition: all .4s ease-in-out 0;
    color: #46b609
}
.all_r_pst .media {
    margin-top: 0
}
.single_r_dec p {
    margin-bottom: 0
}
.widget-archive li {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin-left: 10px
}
.widget-archive span {
    float: right
}
.widget-tag a {
    float: left;
    padding: 10px;
    border: 1px solid #ececec;
    margin-right: 5px;
    margin-bottom: 5px
}
.author_dec h3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    margin-bottom: 11px
}
.author_info {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    padding: 22px 0;
    margin-bottom: 30px
}
.author_info > img {
    float: left;
    margin-right: 35px;
    height: 80px
}
.social_link {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-flex
}
.social_link li {
    list-style: none
}
.social_link li a i {
    color: #363636;
    float: left;
    padding: 6px
}
.testimonial-sec {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #fff
}
.all-testimonial .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%
}
.all-testimonial .owl-controls .owl-buttons div {
    background: none;
    opacity: 1
}
.all-testimonial .owl-controls .owl-prev {
    left: -80px;
    position: absolute
}
.all-testimonial .owl-controls .owl-next {
    right: -80px;
    position: absolute
}
.all-testimonial .owl-controls .owl-prev i, .all-testimonial .owl-controls .owl-next i {
    border: 1px solid #46b609;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: all .5s ease-out 0;
    width: 40px;
    background: #46b609
}
.all-testimonial .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0;
    background: #46b609;
    color: #fff
}
.all-testimonial .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0;
    background: #46b609;
    color: #fff
}
.sngl-client {
    border: 1px solid #ddd;
    text-align: center;
    margin: 5px
}
.single-testimonial {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    text-align: center;
    margin: 10px
}
.client-comment img {
    border-radius: 100%;
    height: 200px;
    margin-bottom: 20px;
    width: 200px
}
.client-comment h2 {
    color: #46b609;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 10px
}
.client-comment h3 {
    color: #8b8b8b;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 13px
}
.client-comment p::before {
    content: "\f10d ";
    font-family: fontawesome;
    left: -8px;
    top: -8px;
    position: relative;
    color: #46b609
}
.client-comment p::after {
    bottom: 4px;
    content: "\f10e";
    font-family: fontawesome;
    color: #46b609;
    right: -8px;
    top: 8px;
    position: relative
}
.client-comment > ul {
    padding-bottom: 15px
}
.client-comment li {
    display: inline-block
}
.client-comment li a {
    border: 2px solid #46b609;
    border-radius: 100%;
    color: #46b609;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    width: 30px;
    margin: 0 5px
}
.client-comment li a:hover {
    background: #46b609;
    transition: all .4s ease-in-out 0;
    color: #fff
}
.client-sec .owl-controls {
    display: none
}
.brder {
    border-top: 1px solid #E1E1E1;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    width: 370px
}
.pagehding-sec {
    background-image: url('');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 8px 0;
    position: relative
}
.page-heading h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 2px;
    text-align: left;
    margin-left: 18px
}
.page-heading {
    text-align: center
}
.page-heading ul {
    float: right;
    margin-top: -28px
}
.page-heading li {
    display: inline-block;
    position: relative;
    padding: 0 14px
}
.page-heading li a {
    color: #fff
}
.page-heading li:last-child a {
    color: #46b609
}
.page-heading li::before {
    border-right: 1px solid #fff;
    content: "";
    height: 60%;
    position: absolute;
    right: -2px;
    top: 5px
}
.page-heading li:last-child::before {
    display: none
}
.team-sec {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #f5f5f5
}
.team-member {
    background: #46b609 none repeat scroll 0 0;
    padding-bottom: 1px;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}
.team-member:hover .team-overlay {
    visibility: visible;
    top: 0;
    transition: all .4s ease-in-out 0;
    opacity: 1
}
.team-overlay {
    position: absolute;
    top: 100%;
    visibility: hidden;
    transition: all .4s ease-in-out 0;
    opacity: 0
}
.team-overlay > ul {
    padding-bottom: 10px
}
.team-member img {
    width: 100%
}
.team-member h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 11px;
    text-transform: uppercase;
    line-height: 2px
}
.team-member h3 {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize
}
.team-member li {
    display: inline-block;
    padding: 0 10px
}
.team-member li i {
    color: #fff
}
.about-us-sec {
    padding-bottom: 30px;
    padding-top: 50px
}
.abtdsc-sec p {
    color: #fff
}
.abt-lft h2 {
    color: #464646;
    text-transform: uppercase
}
.abt-img img {
    width: 100%
}
.contact-form-sec {
    padding-top: 50px;
    padding-bottom: 45px
}
.contact-field h2, .map-heading h2 {
    color: #464646;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 10px 30px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase
}
.contact-field h2::before {
    border-bottom: 3px solid #46b609;
    bottom: 1px;
    content: "";
    height: 3px;
    position: absolute;
    width: 9%
}
.map-heading h2::before {
    border-bottom: 3px solid #46b609;
    bottom: 1px;
    content: "";
    height: 3px;
    position: absolute;
    width: 9%
}
.contact-info h3 {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0
}
.contact-info i {
    margin-right: 10px
}
.contact-field input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
	border-radius: 5px;
}
.contact-field .message-input {
    display: inline-block;
    width: 100%
}
.single-input-field textarea {
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 200px;
    padding: 10px;
	border-radius: 5px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #46b609 none repeat scroll 0 0;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    border-color: #46b609
}
.single-input-fieldsbtn input[type="submit"]:hover {
    background: #000;
    transition: all .4s ease-in-out 0;
    border-color: #000
}
.contact-field {
    display: inline-block
}
.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px
}
.contact-person h1 {
    color: #464646;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px
}
.contact-person h1::before {
    border-left: 3px solid #46b609;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    top: 14px;
    width: 3px
}
.single-info h2 {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 30px
}
.map-sec iframe {
    width: 100%;
    height: 450px
}
.footer-sec {
    /* background: #212836 none repeat scroll 0 0; */
    padding: 60px 0 20px 0;
}
.footer-sec h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px
}
.footer-sec h2:before {
    /* border-left: 3px solid #46b609; */
    content: "";
    height: 65%;
    left: -8px;
    position: absolute;
    width: 3px
}
.footer-sec p {
    color: #ccc
}
.footer-wedget-one i {
    border: 1px solid #444;
    color: #444;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all .4s ease-in-out 0;
    border-radius: 100%;
    margin-bottom: 2px
}
.footer-wedget-one i:hover {
    background: #46b609;
    color: #fff;
    border-color: #46b609;
    transition: all .4s ease-in-out 0
}
.footer-wedget-one ul {
    margin-top: 5px
}
.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px
}
.ft-menu ul {
    padding: 0 20px
}
.ft-menu h2 {
    display: inline-block;
    text-align: left
}
.footer-wedget-three li {
    /* color: #ccc;
    font-size: 14px;
    padding: 10px; */
    color: #444;
    font-size: 15px;
    padding: 5px 0;
/*    display: inline-block;*/
    transition: all .4s ease-in-out 0;
    font-weight: 600;
}
.footer-wedget-two li a {
    color: #444;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 0;
    display: inline-block;
    transition: all .4s ease-in-out 0;
    font-weight: 600;
}
.footer-wedget-two li a:hover {
    color: #4dc247;
}
.footer-wedget-two li a i {
    margin-right: 0px
}
/* .footer-wedget-two li a:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    padding-right: 10px
} */
.footer-wedget-three input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: capitalize
}
.footer-wedget-three input[type=submit] {
    background: #2E93D6;
    border: 1px solid #2E93D6;
    padding: 10px 25px;
    color: #fff
}
.footer-wedget-three form {
    margin-top: 10px
}
.footer-bottom-sec {
    background: #242424 none repeat scroll 0 0;
    padding: 10px 0
}
.footer-bottom-sec p {
    color: #ccc;
    font-weight: 700;
    margin: 0;
    text-align: center
}
.headercontact {
    margin-top: 10px
}
.headercontact li {
    line-height: 30px;
    font-size: 18px;
    color: #004000
}
.headercontact li .fa {
    padding-right: 10px
}
.menubg {
    background: #384c2a;
}
.contact .single-input-field placeholder {
    color: grey;
    text-align: center
}
.contact input[type="submit"] {
    margin: 20px;
    width: 100%
}
.contact h2 {
    padding-top: 10px
}
.contact label {
    margin: 7px
}
.contact textarea {
    width: 100%;
    height: 76px;
    border: 1px solid grey;
    font-weight: 400;
    width: 100%
}
.contact .single-input-field input {
    border: 1px solid grey;
    padding-top: 6px;
    font-weight: 400;
    width: 100%
}
.homecontactform {
    background: #fff;
    padding: 5px;
    min-height: 348px;
    border-radius: 0 0 5px 5px;
    border: solid 2px #333;
    border-top: none
}
.slider {
    padding-bottom: 20px
}
.homecontactform .form-group {
    margin-bottom: 10px
}
.error {
    color: red
}
.mt-300 h2 {
    color: #46b609
}
.mt-300 p {
    text-align: justify
}
.mt-250 img {
    background: #F7F7F7;
    padding: 2px;
    border: solid 1px #D8D8D8;
    border-radius: 5px;
    width: 353px;
    height: 200px
}
.mt-400 img {
    background: #F7F7F7;
    padding: 2px;
    border: solid 1px #D8D8D8;
    border-radius: 5px
}
.mt-400 h3 {
    text-align: center
}
.mt-320 {
    height: 320px
}
.mt-500 {
    background: #F7F7F7
}
#fixfooterbootom {
    background-color: #00bf43;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    margin-bottom: 0
}
@media screen and (max-width:720px) {
    .page-heading ul {
        float: none;
        margin-top: 0
    }
    .about-us-sec {
        padding-bottom: 30px;
        padding-top: 20px
    }
    .page-heading h1 {
        font-size: 13px
    }
    h2 {
        font-size: 14px
    }
}
.wh-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    z-index: 100;
    line-height: 50px
}
.wh-float:hover {
    background-color: #25d366;
    color: #FFF
}
.rightfloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 49px;
    right: 20px;
    background-color: #388aca;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    line-height: 35px;
    padding-top: 8px
}
.rightfloat:hover {
    background-color: #388aca;
    color: #FFF
}
.my-float {
    margin-top: 5px;
    font-size: 25px;
    line-height: 25px;
}
.call-ri {
    display: block
}
.logo-mb {
    display: none
}
.logo-desk {
    display: block
}
.call-mbl-none {
    display: block
}
.top-mbl {
    display: none
}
.youtube {
    position: relative;
    display: inline-block
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(../images/video-youtube-icon.png) center center no-repeat
}
#social-sidebar {
    right: 0;
    position: fixed;
    top: 30%;
    z-index: 9999;
}
#social-sidebar li:first-child a {
    border-top-left-radius: 5px;
}
#social-sidebar li:last-child a {
    border-bottom-left-radius: 5px;
}
#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
    right: 120%;
    opacity: 1;
}
#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}
#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
#social-sidebar a[class*="twitter"]:hover, #social-sidebar a[class*="twitter"] span, #social-sidebar a[class*="twitter"] span:before {
    background: #00aced;
}
#social-sidebar a[class*="facebook"]:hover, #social-sidebar a[class*="facebook"] span, #social-sidebar a[class*="facebook"] span:before {
    background: #3B5998;
}
#social-sidebar a[class*="gplus"]:hover, #social-sidebar a[class*="gplus"] span, #social-sidebar a[class*="gplus"] span:before {
    background: #E34429;
}
#social-sidebar a[class*="dribbble"]:hover, #social-sidebar a[class*="dribbble"] span, #social-sidebar a[class*="dribbble"] span:before {
    background: #c00;
}
#social-sidebar a[class*="dropbox"]:hover, #social-sidebar a[class*="dropbox"] span, #social-sidebar a[class*="dropbox"] span:before {
    background: #8DC5F2;
}
#social-sidebar a[class*="github"]:hover, #social-sidebar a[class*="github"] span, #social-sidebar a[class*="github"] span:before {
    background: #9C7A5B;
}
#social-sidebar a[class*="evernote"]:hover, #social-sidebar a[class*="evernote"] span, #social-sidebar a[class*="evernote"] span:before {
    background: #6BB130;
}
.zoom-in-zoom-out {
    width: 45px;
    background: green;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    border: none;
    background: none;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.bg-white-fq {
    background: #fff !important;
}
.fq-panel-heading {
    background: #46b609 !important;
    padding: 0;
    border-radius: 0px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.faq-sec .panel-title-1 a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "" !important;
    padding-right: 5px;
}
.text-white {
    color: #fff !important;
}
/********** new slider css *************/
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}
@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        display: none;
    }
}
.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}
.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}
.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
    display: none;
}
.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}
@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}
.swiper-pagination {
    text-align: left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 470px;
    transition: all .4s ease;
}
@media (max-width: 991px) {
    .hero-style {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hero-style {
        height: 150px;
        margin-top: 73px;
    }
}
@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}
.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
}
.hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}
@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}
@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}
@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}
.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}
@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}
.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}
.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}
.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}
@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}
@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}
/*************new slider css End *******************/
/**********top bar css *******/
.mnmenu-sec .top-bar {
    background: #323946;
    color: #fff;
    margin: 0 30px;
    padding: 0 20px;
    position: relative;
    height: 49px;
}
.mnmenu-sec .top-bar {
    background: #46b609;
    color: #fff;
    margin: 0 30px;
    padding: 0 20px;
    position: relative;
    height: 49px;
}
.mnmenu-sec .top-bar:before {
    position: absolute;
    left: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #404856;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.mnmenu-sec .top-bar:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #46b609;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.mnmenu-sec .top-bar p:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #404856;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.mnmenu-sec .top-bar p {
    float: left;
    background: #404856;
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 0 -20px;
    font-weight: 500;
    position: relative;
}
.mnmenu-sec .top-bar ul {
    float: right;
}
.mnmenu-sec .top-bar ul li {
    float: left;
    list-style: none;
    font-size: 16px;
    margin: 12px 20px 14px;
    position: relative;
}
.mnmenu-sec .top-bar ul li i {
    font-size: 22px;
    position: absolute;
    left: -30px;
    top: 0px;
}
.mnmenu-sec .top-bar ul li i.icon-icons74 {
    font-size: 27px;
    top: -5px;
}
.mnmenu-sec .top-bar ul li i.icon-icons20 {
    font-size: 27px;
    top: -5px;
}
.mnmenu-sec .top-bar-simple {
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
}
.mnmenu-sec .top-bar-simple p {
    float: left;
    font-size: 16px;
    padding: 9px 20px;
    margin: 0 0 0 -20px;
    font-weight: 400;
    position: relative;
}
.mnmenu-sec .top-bar-simple ul {
    float: right;
}
.mnmenu-sec .top-bar-simple ul li {
    float: left;
    list-style: none;
    font-size: 14px;
}
.mnmenu-sec .top-bar-simple ul li i {
    font-size: 20px;
}
.mnmenu-sec .top-bar-simple ul.social li a i {
    background: none;
    border: 0;
    line-height: 50px;
    height: 49px;
    border-radius: 0;
}
/**********top bar css End *******/
/* New Footer css */
.footer-sec-bg {
    background-image: url(../images/new-web/footer-bg.jpg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.new-footer-title .footer-title {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    color: #1f2278;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}
.new-footer-title .footer-title::before {
    position: absolute;
    left: 33px;
    bottom: 0;
    content: "";
    height: 2px;
    width: 5px;
    background: #4dc247;
}
.new-footer-title .footer-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 30px;
    background: #4dc247;
}
.st-shedule-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.st-shedule-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #444;
    padding: 10px 0;
    color: #444;
    font-weight: 500;
}
/* New Footer Css End */
/* Home Page About Us */
.section-sp1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading-bx {
    margin-bottom: 25px;
}
.heading-bx .title-ext {
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    background-position: center;
    background-repeat: repeat;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    background: #00bf43;
    border-radius: 5px;
}
.heading-bx h1.title {
    font-size: 36px;
    color: #1f2278;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.heading-bx h2.title {
    font-size: 31px;
    color: #1f2278;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.heading-bx h3.title {
    font-size: 31px;
    color: #1f2278;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.heading-bx h4.title {
    font-size: 31px;
    color: #1f2278;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.bg-white {
    background-color: #fff;
}
.btn-new {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-width: 2px;
    line-height: 1.2;
}
.btn-primary.shadow {
    box-shadow: 0px 5px 20px 0px rgb(86 90 207 / 30%) !important;
}
.btn-primary:hover {
    background-color: #565acf;
    box-shadow: 0px 1px 7px 0px rgba(86, 90, 207, 0.3);
    color: #fff;
    border: 2px solid #565acf;
}
.btn-secondary {
    background-color: #f17732;
    color: #fff;
}
.btn-secondary.shadow {
    box-shadow: 0px 5px 20px 0px rgb(241 119 50 / 30%) !important;
}
.btn-secondary:hover {
    background-color: #f49762;
    color: #fff;
    border: 2px solid #f49762;
    box-shadow: 0px 5px 20px 0px rgba(241, 119, 50, 0.3) !important;
}
.about-area .pt-img1 {
    bottom: 20%;
    left: 16%;
}
@media only screen and (max-width: 1380px) {
    .about-area .pt-img1 {
        left: 100px;
    }
}
.about-area .pt-img2 {
    bottom: 5%;
    right: 25%;
}
.about-area .pt-img3 {
    top: 30%;
    right: 7%;
}
.about-area .pt-img4 {
    bottom: 10%;
    right: 1%;
}
.about-area .pt-img5 {
    top: 25%;
    left: 5%;
}
@media only screen and (max-width: 1380px) {
    .about-area .pt-img5 {
        left: 35px;
    }
}
.about-thumb-area {
    margin-right: 30px;
    position: relative;
}
.about-thumb-area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.about-thumb-area ul li {
    display: inline-flex;
    padding: 0 10px;
    margin-bottom: 20px;
}
.about-thumb-area ul li:nth-child(1), .about-thumb-area ul li:nth-child(3) {
    width: 45%;
}
.about-thumb-area ul li:nth-child(2), .about-thumb-area ul li:nth-child(4) {
    width: 55%;
}
.about-thumb-area .about-thumb1 {
    border-radius: 0 60px 60px;
    margin-top: auto;
    margin-left: auto;
}
.about-thumb-area .about-thumb2 {
    border-radius: 60px 0 60px 60px;
    margin-top: auto;
    margin-right: auto;
}
.about-thumb-area .about-thumb3 {
    border-radius: 60px 60px 60px 0;
    margin-bottom: auto;
    margin-left: auto;
}
.about-thumb-area .exp-bx {
    background-color: #00bf43;
    border-radius: 60px 60px 0px 60px;
    padding: 60px 0px 30px;
    text-align: center;
    line-height: 75px;
    font-size: 105px;
    font-weight: 800;
    position: relative;
    display: block;
    color: #fff;
    z-index: 2;
    width: 220px;
}
.about-thumb-area .exp-bx span {
    display: block;
    font-size: 18px;
    color: #fff;
}
.about-thumb-area .exp-bx:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #e4e4ef;
    border-radius: 60px 60px 0px 60px;
    z-index: -1;
}
.about-thumb-area:after {
    content: "";
    position: absolute;
    top: 49%;
    left: 40%;
    width: 50px;
    height: 50px;
    /* background-color: #f17732; */
    border-radius: 15px;
    transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
    .about-thumb-area {
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .about-thumb-area:after {
        top: 51%;
        left: 41%;
    }
}
@media only screen and (max-width: 767px) {
    .about-thumb-area:after {
        top: 48%;
        left: 40%;
    }
}
@media only screen and (max-width: 575px) {
    .about-thumb-area {
        margin: 0 15px;
    }
    .about-thumb-area ul {
        margin: 0 -10px;
    }
    .about-thumb-area ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .about-thumb-area .about-thumb2 {
        border-radius: 30px 0 30px 30px;
    }
    .about-thumb-area .about-thumb3 {
        border-radius: 30px 30px 30px 0;
    }
    .about-thumb-area .about-thumb1 {
        border-radius: 0 30px 30px;
    }
    .about-thumb-area .exp-bx {
        padding: 50px 0px 20px;
        border-radius: 30px 30px 0px 30px;
        line-height: 55px;
        font-size: 70px;
        width: 85%;
    }
    .about-thumb-area .exp-bx:after {
        border-radius: 30px 30px 0px 30px;
        top: 8px;
        left: 8px;
    }
    .about-thumb-area .exp-bx span {
        font-size: 12px;
    }
    .about-thumb-area:after {
        top: 43%;
        left: 41%;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
.about-area p {
    line-height: 1.6;
    color: #444;
    font-weight: 500;
}
.list-check-squer li {
    display: block;
    color: #1f2278;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 8px 15px 7px 50px;
    margin-bottom: 10px;
    line-height: 20px;
}
.list-check-squer li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #444;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
}
.list-check-squer li:hover:before {
    background-color: #f17732;
}
@media only screen and (max-width: 575px) {
    .list-check-squer li {
        font-size: 18px;
        padding: 8px 15px 7px 46px;
    }
}

.list-check-treat li {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 8px 15px 7px 50px;
    margin-bottom: 10px;
    line-height: 20px;
}
.list-check-treat li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #444;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
}
.list-check-treat li:hover:before {
    background-color: #f17732;
}
.list-check-black li {
	color:#000;
}
@media only screen and (max-width: 575px) {
    .list-check-treat li {
        font-size: 18px;
        padding: 8px 15px 7px 46px;
		line-height: 22px;
    }
	
}
/* Home Page About Us End */
/******* Counter css *****/
.service-wraper2 {
    background-color: rgba(86, 90, 207, 0.1);
}
.feature-bx3 {
    border-radius: 20px;
    padding: 50px 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    position: relative;
    margin: 15px 0 0 15px;
}
.feature-bx3 {
    border-radius: 20px;
   padding: 50px 30px 35px 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    position: relative;
    margin: 15px 0 0 7px;
	text-align:center;
}
.feature-bx3:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -11px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #4dc247;
    z-index: 1;
}
.feature-bx3 .ttr-title {
    margin-bottom: 12px;
    font-size: 20px;
    color: #1f2278;
    line-height: 1.3;
    font-weight: 600;
}
.feature-bx3 .counter {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.feature-bx3 p {
    font-size: 14px;
}
.feature-bx3 .ttr-title, .feature-bx3 .counter, .feature-bx3 p {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.feature-bx3:hover {
    background-color: #565acf;
}
.feature-bx3:hover .ttr-title, .feature-bx3:hover .counter, .feature-bx3:hover p {
    color: #fff !important;
}
.count-box {
    position: relative;
}
.count-box .count-text::after {
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    /* right: -25px; */
    top: 38%;
    font-size: 25px;
    transform: translateY(-50%);
    font-weight: 700;
    margin-left: 5px;
    color: #00bf43
}
.counter-update-section {
    background: linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url(../images/new-web/new-slider-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 25px 35px 25px;
}
/******* Counter css *****/
/* service section */
.service-wraper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: calc((100% - 1200px) / 2);
}
.blog-card {
    border: 2px solid rgba(86, 90, 207, 0.2);
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px;
}
.blog-card .post-media {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-card .post-media img {
    width: 100%;
}
.blog-card .post-title {
    margin-bottom: 20px;
}
.blog-card .post-info {
    padding: 12px;
}
@media only screen and (max-width: 1380px) {
    .service-wraper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* service section end */
/* team member products-carousel new */
.products-carousel {
    position: relative;
}
.products-carousel .owl-theme .custom-nav {
    position: absolute;
    top: -60px;
    right: 50px;
    z-index: 1;
}
.products-carousel .owl-theme .custom-nav .owl-prev {
    right: 50%;
    margin: 40px
}
.products-carousel .owl-theme .custom-nav .owl-next {
    left: 50%;
    margin: 2px
}
.products-carousel .owl-theme .custom-nav .owl-prev, .products-carousel .owl-theme .custom-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    /* background-color: transparent;*/
    padding: 12px 0px 12px 0px;
    transition: 0.4s;
    margin-top: 0px;
    background: #1f2278;
    border: 1px solid #1f2278;
}
.products-carousel .owl-theme .custom-nav .owl-prev:focus, .products-carousel .owl-theme .custom-nav .owl-next:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
.products-carousel .owl-theme .custom-nav .owl-prev:hover, .products-carousel .owl-theme .custom-nav .owl-next:hover {
    background-color: #cb6c2b;
}
.products-carousel .owl-theme .custom-nav .owl-prev i, .products-carousel .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.products-carousel .owl-theme .custom-nav .owl-prev i:hover, .products-carousel .owl-theme .custom-nav .owl-next i:hover {
    font-size: 30px;
    line-height: 20px;
    color: #fff;
}
.products-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none;
}
.products-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    box-shadow: none;
    border: none;
}
.products-carousel .owl-dots button.owl-dot.active {
    background-color: #000;
    width: 12px;
    border-radius: 25px;
}
.products-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}
.item-box {
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* team member End */
/* video section */
.video-box-test {
    position: relative;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 0px rgba(178, 186, 204, .4);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.video-box-test:hover {
    box-shadow: 0px 5px 12px 0px rgba(178, 186, 204, .0);
    transform: translateY(-6px);
}
/* video section end */
/* new Testimonial css */
.testimonial-new {
    position: relative;
    background: url(../images/new-web/new-slider-2.webp) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 20px
}
.testimonial-new:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 55%;
    bottom: 0;
    left: 0;
    background: #000;
}
.testimonial-new .section-title-new {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.testimonial-new .section-title-new h4 {
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    background-position: center;
    background-repeat: repeat;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    background: #00bf43;
    border-radius: 5px;
}
.testimonial-new .section-title-new .h2class {
    font-weight: 800;
    position: relative;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.3;
}
.single-testimonial-new {
    background: #fffaf9 none repeat scroll 0 0;
    padding: 30px 20px;
    text-align: center;
    margin: 10px;
    border-radius: 20px 0;
}
.single-testimonial-new .single-testimonial-bottom h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #46b609;
    font-size: 18px;
}
.single-testimonial-new .single-testimonial-bottom p {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
.height-200-test {
    height: 170px;
    overflow-y: auto;
    text-align: justify;
    padding: 10px;
}
.test-carousel-relative {
    position: relative;
    z-index: 999;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
}
.heading-bx .font-size-25 {
    font-size: 25px !important;
}
/* Track */
.height-200-test::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
.height-200-test::-webkit-scrollbar-track {
    background: #d6d4d4
}
.height-200-test::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.height-200-test::-webkit-scrollbar-thumb {
    background: #105abf;
    border-radius: 10px;
}
/* Handle on hover */
.height-200-test::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
/* new Testimonial css End */
/************* faq Css *********/
.main {
    margin: 30px 0;
}
.main #faq .card {
    margin-bottom: 15px;
    border: 0;
}
.main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
.main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #2fb463;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.main #faq .card .card-header .btn-header-link.collapsed {
    background: #337ab7;
    color: #fff;
    display: block;
}
.main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}
.main #faq .card .collapsing {
    background: #ffffff;
    line-height: 20px;
}
.main #faq .card .collapse {
    border: 0;
}
.main #faq .card .collapse.in {
    background: #f6f4f4;
    color: #222;
}
.main #faq .card .card-body p {
    color: #222;
    font-size: 15px;
    /* margin: 3px; */
    text-align: justify;
}


.main #faq-1 .card {
    margin-bottom: 15px;
    border: 0;
}
.main #faq-1 .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
.main #faq-1 .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #2fb463;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.main #faq-1 .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.main #faq-1 .card .card-header .btn-header-link.collapsed {
    background: #337ab7;
    color: #fff;
    display: block;
}
.main #faq-1 .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}
.main #faq-1 .card .collapsing {
    background: #ffffff;
    line-height: 20px;
}
.main #faq-1 .card .collapse {
    border: 0;
}
.main #faq-1 .card .collapse.in {
    background: #f6f4f4;
    color: #222;
}
.main #faq-1 .card .card-body p {
    color: #222;
    font-size: 15px;
    /* margin: 3px; */
    text-align: justify;
}
.p-3 {
    padding: 0.6rem !important;
}
/************* faq Css End *********/

/********* Treatment Page Css ***************/
.treatment-update-section {
    background: linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url(../images/new-web/piles-treatment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.treatment-update-section-1 {
    background: linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url(../images/new-web/fistula-treatment-in-delhi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
.treatment-update-section-2 {
    background: linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url( "../images/new-web/laser-treatment-for-fissure-in-delhi.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.sld-content{
padding: 50px 0px 20px 0px;
}
.tr-icon-div  {
	text-align: center;
	
}
.sld-content h1 { 
font-size: 36px;
    color: #1f2278;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.sld-content p  {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	max-width: 75%
	
}
.tr-icon-div .tr-icon-div-img  {
	display: inline-block;
	
}
.tr-icon-div .tr-icon-div-img img  {
	margin-bottom: 8px;
	
}
.tr-icon-div span  {
	color: #fff;
	font-size: 17px;
	
}
.treat-card .treat-card-heading {
	font-size:26px;
	color: #46b609;
	font-weight: 700;
}
.py-0 {
    padding-bottom: 0!important;
	padding-top: 0!important;
}
.bg-img {
    position: relative;
    z-index: 1;
}

/* new Testimonial css */
.cause-new {
    position: relative;
    background: url("../images/new-web/diagnosis-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
/*
    padding-top: 40px;
    padding-bottom: 20px
*/
}
.cause-new:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 55%;
    bottom: 0;
    left: 0;
	background: url(../images/new-web/bg-tr-img.jpg) no-repeat;
    
}
.cause-new .section-title-new {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cause-new .section-title-new h4 {
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    background-position: center;
    background-repeat: repeat;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    background: #00bf43;
    border-radius: 5px;
}
.cause-new .section-title-new .h2class {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.3;
}
.treat-heading .treat-heading-text {
	font-size: 25px;
    margin-bottom: 15px;
    color: #00bf43;
    font-weight: 600;
    text-transform: uppercase;
}

.treat-heading-home .treat-heading-text-home {
	font-size: 22px;
    margin-bottom: 20px;
    color: #00bf43;
    font-weight: 500;
    text-transform: capitalize;
}

.dign-div {
	width: 100%;
    position: relative;
    display: block;
}
.dign-div-overlay {
	position: absolute;
    left: 0;
    background-image: linear-gradient(to right, #000000a6 , #00000000);
    top: 0px;
    width: 70%;
    content: '';
    height: 100%;
}
.dign-div-overlay img {
    width: 100%;
}

.treat-heading .treat-heading-text-h6 {
	font-size: 22px;
    margin-bottom: 15px;
    color: #00bf43;
    font-weight: 500;
    text-transform: uppercase;
}

/*********** Treatment Page Css End **********/

/* The sticky class scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
 z-index: 9999;	
}

.sticky + .content {
  padding-top: 60px;
}
/* The sticky class */

.header-consult {
    margin: 20px;
    background: #000;
    color: #fff;
    padding: 10px 10px 10px 10px;
    width: 85%;
    text-align: center;
    border-radius: 10px;
    font-weight: 400;
    font-size: 17px;
}
.wh-float-new {
    position: fixed;
    width: 160px;
    height: 46px;
    bottom: 120px;
    left: 10px;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 22px;
    z-index: 100;
    line-height: 50px;
    border-radius: 25px;
}
.d-none {
    display: none;
}
.d-lg-block {
    display: block;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.p-text-dec {
    line-height: 1.6;
    color: #444;
    font-weight: 500;
    text-align: justify;
}
.mt-10 {
	margin-top:10px;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.p-0 {
    padding: 0px;
}
.p-2 {
    padding: 2px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.bg-light-new {
    background-color: rgba(86, 90, 207, 0.1);
}
.bg-light-2 {
    background-color: #dde6db;
}
.text-green-color {
    color: #46b609;
}
.articles-info {
    min-height: 107px;
}
.heading-bx .font-size-22 {
    font-size: 22px !important;
}
.light-bg-3 {
    background: #e0efe3b8;
}
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.new-footer-title .social-links li {
	display: inline-block;
}

.position-relative-treat {
    position: relative;
    z-index: 999;
}
.rounded {
	border-radius: 15px;
}
.more-alt {
	color:#F00 !important;}