.btn, .page-title li a {
    text-transform: capitalize;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.disabled, .page-title li:last-child a, .swiper-button-disabled, .theme-pagination li.active a {
    pointer-events: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

::-moz-selection {
    background: #31333e;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #31333e;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #8287a7 !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

::-moz-placeholder {
    color: #8287a7 !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

input:focus, select:focus, textarea:focus {
    outline: 0 !important
}

.header-search button, .header-search button i:focus, .slider-pagination-style .swiper-pagination-bullet:focus, .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white:active {
    outline: 0
}

button[type=submit] {
    cursor: pointer
}

textarea {
    resize: none;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #31333e;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

a:hover {
    color: #E9506C
}

a, a:active, a:focus, a:hover {
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'SiyamRupali','Open Sans', sans-serif;
    font-weight: 400;
    color: #202e39;
    line-height: 1.4
}

.h1, h1 {
    font-size: 36px;
    font-weight: 700
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 16px
}

.h6, body, h6 {
    font-size: 14px
}

p {
    line-height: 1.8;
    margin-bottom: 25px
}
@font-face {
    font-family: 'SiyamRupali';
    src: url('fonts/SiyamRupali.woff') format('woff'),
    url('fonts/SiyamRupali.ttf') format('truetype'),
    url('fonts/SiyamRupali.svg#SiyamRupali') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Siyamrupali';
    src: url('fonts/Siyamrupali.eot');
    src: url('fonts/Siyamrupali.woff2') format('woff2'),
    url('fonts/Siyamrupali.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SiyamRupali','Open Sans', sans-serif;
    color: #3B3B3B;
    background: #fff;
    overflow-x: hidden !important
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-wrapper select::-ms-expand {
    display: none
}

.select-wrapper {
    position: relative
}

.select-wrapper:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    height: 30px;
    pointer-events: none
}

.btn, .pt-sans {
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.alignleft, .alignright, .form-field {
    margin-bottom: 15px
}

.width-expend {
    width: 170px
}

.btn {
    color: #fff;
    position: relative;
    border: 1px solid #E9506C;
    border-radius: 0;
    padding: 8px 30px;
    overflow: hidden;
    z-index: 0;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.btn:after, .btn:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.btn-transparent {
    border-color: #31333e;
    color: #31333e
}

.btn-icon i {
    margin-right: 10px
}

.btn.active, .btn:focus, .btn:hover {
    color: #fff;
    border-color: #31333e
}

.btn:before {
   /* background: #E9506C*/
    background: #00a359;
    opacity: 0.75;
}

.btn-transparent:before {
    background-color: transparent
}

.btn:after {
    background-color: #31333e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn.active:after, .btn:focus:after, .btn:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn:focus, .form-control:focus {
    box-shadow: none !important
}

.btn-icon {
    padding: 8px 15px
}

.theme-bg-overlay {
    position: relative
}

.theme-bg-overlay:before {
    content: '';
    position: absolute;
    background: #E9506C;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-field, .form-group, .page-title-wrap {
    position: relative
}

.primary-bg {
    background-color: #E9506C
}

.light-bg {
    background-color: #ecf7fe
}

.dark-bg {
    background-color: #31333e
}
.light-dark-bg {
    background-color: #F7F7F7
}
.muli {
    font-family: 'Open Sans', sans-serif
}

.font-weight-600 {
    font-weight: 600
}

.list-inline > li {
    display: inline-block
}

.form-control {
    font-size: 14px
}

.form-control:focus {
    border-color: #E9506C
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    border: 1px solid red !important
}

.half-gutter {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.half-gutter > .col, .half-gutter > [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.theme-border-top {
    border-top: 1px solid #E9506C
}

.theme-border-bottom {
    border-bottom: 1px solid #E9506C
}

.theme-list-style {
    padding: 0;
    list-style: none
}

.theme-list-style li {
    font-weight: 600;
    color: #4c4f60;
    padding: 5px 0
}

.theme-list-style li:before {
    content: '\f05d';
    font-family: FontAwesome;
    color: #E9506C;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px
}

.theme-input-style {
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e2e6fb;
    -webkit-transition: all .2s;
    transition: all .2s
}

textarea.theme-input-style {
    padding: 10px;
    min-height: 120px;
    display: block
}

.theme-input-style:focus {
    border-color: #E9506C
}

label input[type=checkbox], label input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #e2e6fb
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-55 {
    padding-top: 55px
}

.pb-55 {
    padding-bottom: 55px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.mt-120 {
    margin-top: 120px
}

.mb-120 {
    margin-bottom: 120px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite
}

.page-title-wrap {
    background-position: center bottom !important
}

.page-title-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.page-title-wrap .row {
    height: 200px
}

.page-title h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.page-title li + li:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #fff;
    padding: 0 8px
}

.section-title > span, .single-counter > span {
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.page-title li a {
    font-size: 18px;
    color: #fff
}

.header-top-settings li span, .post-date li:first-child, .section-title h1, .section-title > span {
    text-transform: uppercase
}

.page-title li a:hover, .page-title li:last-child a {
    color: #E9506C
}

.section-title {
    margin-top: -7px;
    padding-bottom: 30px
}

.section-title > span {
    font-size: 12px;
    font-weight: 700;
    color: #E9506C
}

.section-title h1 {
    margin-top: 0;
    margin-bottom: 0
}

.section-title p {
    font-size: 16px
}

.subtitle {
    display: block;
    font-size: 18px;
    color: #4c4f60;
    margin: 18px 0
}

.header-top-info li, .header-top-settings li {
    padding: 0 10px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top-info li a, .header-top-settings li span {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer
}

.header-top-info li.social-icons a {
    display: inline-block;
    padding: 0 7px;
    font-size: 16px;
    color: #dfdfdf;
}

.header-top-info li a:hover, .header-top-settings li span:hover, .header-top-settings li span[aria-expanded=true] {
    color: #03a9f4;
}

.header-menu ul ul li.active > a, .header-menu ul ul li:hover > a, .header-menu ul ul li > a:hover, .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
    color: #b92cd1 !important;
    border-radius: 4px;
}
.dropdown-menu.header li:hover{
    background-color: #f8f9fa;
}
.header-top-settings .dropdown-menu {
    margin: 16px 0 0;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff
}

.header-top-settings .dropdown-menu a {
    text-align: left;
    padding: 12px 20px
}

.header-top-settings .dropdown-menu a:not(:first-child) {
    border-top: 1px solid #e2e6fb
}

.header-top-settings .dropdown-menu a:hover {
    background-color: #fff;
    color: #E9506C
}

.dropdown-menu.dropdown-menu-right.show {
    margin-left: 0
}

.main-header {
    box-shadow: none;
    position: relative;
    z-index: 999;
    background: #fff
}

.main-header.stuck {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    width: 100%
}

.header-menu, .header-menu #menu-button, .header-menu ul, .header-menu ul li, .header-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative
}

.header-menu #menu-button {
    display: none
}

.header-menu > ul ul {
    text-align: left;
    z-index: 99999
}

.header-menu {
    transition: .3s all linear
}

.header-menu > ul ul li:not(:last-child) {
    border-bottom: 1px solid #e2e6fb
}

.header-menu > ul > li {
    display: inline-block;
    float: left;
    padding: 15px 5px;
}

.header-menu > ul > li.has-sub:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: -2em;
    cursor: pointer;
    left: 0
}

.header-menu > ul > li > a {
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
}

.header-menu > ul > li > a:hover{
    color: #fff;
    border-radius: 4px;
}

/*.header-menu > ul > li.active > a:after, .header-menu > ul > li:hover > a:after, .header-menu > ul > li > a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 2px;
    background: #E9506C;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}*/

.header-menu ul ul ul:after, .header-menu ul ul ul:before {
    content: "";
    position: absolute
}

.header-menu > ul > li.active > a:after, .header-menu > ul > li:hover > a:after, .header-menu > ul > li > a:hover:after {
    width: 100%
}

.header-menu > ul > li > a > i {
    font-size: 10px
}

.header-menu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease
}

.header-menu ul ul > li:hover > ul, .header-menu.align-right ul ul > li:hover > ul, .header-menu > ul > li:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header-menu > ul > li > ul {
    top: 120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease
}

.header-menu > ul > li:hover > ul {
    left: auto;
    top: 70px
}

.header-menu.align-right > ul > li:hover > ul {
    right: 0
}

.header-menu ul ul ul {
    top: 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header-menu ul ul ul:before {
    left: -7px;
    top: 7px;
    width: 0;
    height: 0;
    border-right: 7px solid #ecf7fe;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 99
}

.header-menu ul ul ul:after {
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: -1
}

.header-menu ul ul ul li {
    background: #fff
}

.header-menu ul ul > li:hover > ul {
    top: 0;
    left: 188px
}

.header-menu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    padding-right: 10px
}

.header-menu ul ul li a {
    width: 180px;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header-menu > ul, .header-search input {
    transition: .3s all linear
}

.header-menu ul ul li a i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 10px
}

.menu-wraper {
    float: right
}

.header-menu > ul > li:last-child {
    margin-right: 0
}

.header-search input {
    width: 82px;
    height: 18px;
    border: 0;
    font-size: 14px;
    background: 0 0
}

.header-search button {
    position: absolute;
    right: 0;
    top: -1px;
    color: #8287a7;
    border: 0;
    padding: 0;
    background: 0 0
}

.header-search button:hover {
    color: #E9506C
}

.header-cart {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e2e6fb
}

.header-cart span {
    font-size: 10px;
    position: absolute;
    right: -8px;
    top: 0;
    color: #fff;
    background: #E9506C;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
    border-radius: 50%
}

.main-slider .swiper-slide {
    overflow: hidden
}

.main-slider .swiper-slide img {
    position: absolute;
    left: -999px;
    right: -999px;
    margin: auto;
    max-width: inherit
}

.main-slider .row {
    height: 650px
}

.slide-content h3 {
    font-style: italic;
    position: relative;
    padding-left: 42px
}

.slide-content h3:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #E9506C;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.slide-content h1 {
    font-size: 50px;
    line-height: 1.18;
    margin-bottom: 20px
}

.slide-content p {
    font-style: italic;
    font-size: 18px;
    color: #4c4f60
}

.slide-content a + a {
    margin-left: 15px
}

.main-slider-pagination {
    bottom: 50px !important
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.slider .slider-pagination-style .swiper-pagination-bullet-active {
    background: #a8aecf
}

.slider .slider-pagination-style .swiper-pagination-bullet {
    border: 1px solid #a8aecf
}

.service-controls li + li {
    margin-left: 10px
}

.single-service {
    border-top: 1px solid #E9506C;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding: 70px 15px 25px
}

.single-service:hover {
    border-top: 2px solid #E9506C;
    padding: 69px 15px 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.single-service svg:first-child {
    color: #E9506C;
    height: 62px
}

.single-service svg + svg {
    position: absolute;
    left: -50px;
    top: -50px;
    color: #E9506C
}

.single-service:hover svg + svg {
    top: -51px
}

.single-service h4 {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px
}

.single-service p {
    color: #4c4f60
}

.single-service a {
    font-size: 16px;
    color: #E9506C;
    bottom: 18px;
    position: absolute;
}

.single-service a i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 5px
}

.single-service a:hover {
    color: #000
}

.includes-carousel-wrap {
    border-top: 1px solid #E9506C;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.includes-carousel .swiper-slide {
    height: auto
}

.inc-car-nav {
    margin-left: 30px
}

.single-includes {
    border: 1px solid #ecf7fe;
    text-align: center;
    height: 100%;
    padding: 20px 15px 15px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.single-includes svg {
    color: #E9506C;
    height: 30px
}

.single-includes h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.single-includes:hover {
    background-color: #E9506C
}

.single-includes:hover h3, .single-includes:hover svg {
    color: #fff
}

.inc-car-nav li + li {
    margin-top: 10px
}

.single-service-inner {
    border-top: 1px solid #E9506C;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding: 70px 15px 25px
}

.single-service-inner:hover {
    border-top: 2px solid #E9506C;
    padding: 69px 15px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.single-service-inner svg:first-child {
    color: #E9506C;
    height: auto
}

.single-service-inner svg + svg {
    position: absolute;
    left: -50px;
    top: -50px;
    color: #E9506C
}

.single-service-inner h4 {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px
}

.single-service-inner p {
    color: #4c4f60
}

.single-service-inner a {
    font-size: 16px;
    color: #E9506C
}

.connections {
    /*background: url(../img/world-map.png) center center no-repeat #ecf7fe*/
}

.connection-description h1 {
    margin-bottom: 25px
}

.connection-description p span {
    color: #E9506C
}

.connection-description p {
    font-size: 18px;
    color: #4c4f60
}

.connection-image {
    height: 45px
}

.connection-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    margin: auto
}

.single-counter h2 {
    color: #fff;
    font-weight: 700;
    margin-top: -11px;
    margin-bottom: 4px
}

.single-counter h2 span {
    color: #E9506C;
    font-weight: 400
}

.single-counter > span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: -7px
}

.pricing-carousel {
    padding-top: 15px;
    padding-bottom: 15px
}

.single-pricing-plan {
    font-size: 16px;
    color: #8287a7;
    padding: 30px 30px 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: contain !important;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: bottom !important
}

.follow-icons li a, .follow-icons li i, .single-post {
    -webkit-transition: all .2s
}

.single-pricing-plan .popular {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    background: #31333e;
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-align: center;
    top: 30px;
    right: -50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.single-pricing-plan:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.single-pricing-plan:hover hr {
    border-color: #E9506C
}

.single-pricing-plan h4 {
    color: #E9506C;
    margin-bottom: 14px
}

.plan-price {
    font-size: 30px;
    color: #31333e
}

.plan-price span {
    font-size: 14px;
    font-weight: 400
}

.single-pricing-plan ul {
    margin-bottom: 24px
}

.single-pricing-plan ul li {
    padding: 5px 0
}

.pricing-pagination {
    position: static;
    margin-bottom: -6px;
    margin-top: 10px
}

.customers {
    /*background-image: url(../img/travel.jpg);*/
    background-repeat: no-repeat;
    background-position: center center
}

.customers-review {
    padding-left: 30px;
    padding-right: 30px
}

.single-review p {
    font-size: 18px;
    font-style: italic;
    text-indent: 30px;
    position: relative;
    margin-bottom: 15px
}

.single-review p:before {
    content: '\201c';
    font-size: 48px;
    position: absolute;
    top: -20px;
    left: -32px
}

.single-review p:after {
    content: '\201d';
    font-size: 48px;
    position: absolute;
    bottom: 0;
    height: 50px;
    margin-left: -20px
}

.single-review h4 span {
    color: #8287a7;
    font-size: 14px
}

.review-controls {
    margin-top: 20px
}

.review-controls li + li {
    margin-left: 10px
}

.single-sidebar-widget .search-form .btn {
    right: -1px
}

.customer-fullwidth {
    position: relative;
    width: 100%;
    overflow: hidden
}

.customer-fullwidth .customer--left-img {
    position: absolute;
    content: "";
    width: 49%;
    height: 140%;
    background-repeat: no-repeat;
    background-size: cover
}

.customer-fullwidth .customer-right-img {
    width: 52%;
    position: absolute;
    content: "";
    height: 72%;
    right: 0;
    top: 0
}

.partner-slider {
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-34%)
}

.partner-slider .swiper-slide {
    align-self: center
}

.partner--slider-inner {
    position: relative;
    height: 100%
}

.partner--slider-inner:after {
    position: absolute;
    content: '';
    background: #E9506C;
    width: 152%;
    height: 195px;
    bottom: 0;
    left: -30px
}

.review-slider .stars i {
    color: #E9506C
}

.news-carousel {
    padding-top: 15px
}

.news-pagination {
    position: static;
    margin-bottom: -6px
}

.single-post {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .2s
}

.single-post:hover {
    border: 1px solid #E9506C;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.post-content-block, .single-affiliate-program, .single-sidebar-widget {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px
}

.post-date li {
    height: 24px;
    line-height: 24px
}

.post-date li:first-child {
    font-weight: 600;
    font-size: 12px;
    background: #fff
}

.contact-form h4, .contact-info ul li h4, .post-content .h4, .post-content-block h1.h2, .single-affiliate-program .h4, .single-faq-wrap > .h4, .single-member h3, .single-process .h4 {
    font-weight: 700
}

.post-date li:first-child span {
    font-size: 11px;
    color: #4c4f60
}

.post-date li:last-child {
    color: #fff;
    background: #E9506C
}

.post-content {
    padding: 30px
}

.post-content .h4 {
    margin-bottom: 15px
}

.post-meta {
    font-size: 12px;
    color: #8287a7;
    margin-bottom: 20px
}

.post-meta li:not(:last-child) {
    margin-right: 10px
}

.post-meta li span {
    color: #4c4f60
}

.theme-pagination li:not(:last-child) {
    margin-right: 15px
}

.theme-pagination li a {
    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;
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #e2e6fb;
    font-size: 16px;
    color: #8287a7
}

.theme-pagination li a:hover, .theme-pagination li.active a {
    color: #fff;
    background: #E9506C;
    border-color: #E9506C
}

.post-content-block {
    padding: 30px
}

.post-main-content h1 {
    margin-bottom: 26px
}

.post-main-content img {
    margin-bottom: 28px
}

.post-main-content blockquote {
    color: #4c4f60;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding: 48px 30px 30px;
    border: 1px solid #e2e6fb;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px
}

.post-main-content blockquote h4 {
    margin-bottom: 0;
    color: #E9506C;
    font-style: normal
}

.post-main-content h5 {
    font-weight: 700;
    margin-bottom: 14px
}

.post-main-content blockquote:before {
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    background-color: #E9506C;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto
}

.post-categories a, .post-comment-content .comment-time, .post-nav-content span {
    font-size: 10px;
    text-transform: uppercase
}

.post-categories {
    margin-bottom: -10px
}

.post-categories li {
    margin-bottom: 10px
}

.post-categories li:not(:last-child) {
    margin-right: 10px
}

.post-categories a {
    color: #8287a7;
    display: block;
    border: 1px solid #e2e6fb;
    padding: 5px 8px
}

.post-categories a:hover {
    color: #fff;
    border-color: #E9506C;
    background-color: #E9506C
}

.post-share-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px
}

.social-icons-light a {
    color: #8287a7
}

.social-icons-light a:hover {
    color: #E9506C
}

.post-navigation li {
    max-width: 260px
}

.post-nav-content span {
    color: #8287a7
}

.post-nav-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.post-navigation li a:hover .h6 {
    color: #E9506C
}

.post-author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
}

.post-author-info h5 {
    color: #8287a7;
    margin-bottom: 15px
}

.post-author-info h5 a {
    color: #E9506C
}

.post-author-info p {
    color: #8287a7;
    font-style: italic;
    margin-bottom: 15px
}

.post-comments-wrap > h4 {
    margin-bottom: 28px
}

.post-comments > li:not(:last-child) {
    margin-bottom: 40px
}

.post-comments > li > ul > li {
    margin-top: 40px;
    padding-left: 75px
}

.comment-author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px
}

.post-comment-content h5 {
    margin-top: -5px;
    margin-bottom: 14px
}

.post-comment-content .comment-time {
    margin-bottom: 10px;
    display: block
}

.post-comment-content p {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 12px
}

.post-comment-content .btn-reply {
    font-size: 13px;
    color: #E9506C;
    text-transform: uppercase
}

.post-comment-content .btn-reply:hover {
    color: #000
}

.post-comment-content .btn-reply i {
    margin-right: 3px
}

.single-sidebar-widget {
    padding: 30px
}

.spacer-80 {
    padding-bottom: 90px
}

.single-sidebar-widget h3 {
    margin-top: -6px;
    margin-bottom: 24px
}

.search-form {
    position: relative
}

.search-form input {
    height: 42px
}

.search-form .btn {
    position: absolute;
    right: 0;
    top: 0
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
   font-family: 'SiyamRupali','Open Sans', sans-serif;
    font-size: 16px;
    color: #E9506C
}

.widget_categories ul li {
    padding: 10px 0
}

.widget_categories > ul > li:first-child {
    padding-top: 0
}

.widget_categories ul li:last-child {
    padding-bottom: 0
}

.widget_categories ul ul li:first-child {
    margin-top: 10px;
    border-top: 1px dashed #e2e6fb
}

.widget_categories ul li:not(:last-child) {
    border-bottom: 1px dashed #e2e6fb
}

.widget_categories ul li a {
    color: #31333e;
    padding-left: 17px;
    position: relative
}

.widget_categories ul li a:before {
    content: '\f061';
    position: absolute;
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    top: 3px
}

.widget_categories ul li a:hover {
    color: #E9506C
}

.widget_categories ul ul {
    padding-left: 17px
}

.widget_categories ul ul ul ul {
    padding-left: 0
}

.treading-posts li:not(:last-child) {
    border-bottom: 1px dashed #e2e6fb;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.tp-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.tp-img img {
    padding-right: 10px
}

.tpi-content span {
    font-size: 10px
}

.follow-icons {
    margin: -5px
}

.follow-icons li {
    width: 33.3333%
}

.follow-icons li a {
    display: block;
    color: #8287a7;
    padding: 5px;
    transition: all .2s
}

.follow-icons li i {
    font-size: 18px;
    display: block;
    height: 60px;
    line-height: 58px;
    border: 1px solid #e2e6fb;
    transition: all .2s
}

.follow-icons li span, .tagcloud ul li a {
    font-size: 10px;
    text-transform: uppercase
}

.follow-icons li span {
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.follow-icons li.facebook span {
    background: #3a5898
}

.follow-icons li.twitter span {
    background: #25a6d0
}

.follow-icons li.google span {
    background: #dd4a38
}

.follow-icons li.linkedin span {
    background: #0c76a8
}

.follow-icons li.youtube span {
    background: #c4312a
}

.follow-icons li.instagram span {
    background: #8d3dac
}

.follow-icons li a:hover {
    color: #E9506C
}

.follow-icons li a:hover i {
    border-color: #E9506C
}

.follow-icons li a:hover span {
    background-color: #E9506C
}

.subscribe-widget input {
    height: 42px
}

.subscribe-widget .parsley-errors-list {
    display: none
}

.tagcloud ul {
    margin: 0 0 -10px -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tagcloud ul li {
    margin-left: 10px;
    margin-bottom: 10px
}

.tagcloud ul li a {
    display: block;
    color: #8287a7;
    padding: 5px;
    border: 1px solid #e2e6fb
}

.tagcloud ul li a:hover {
    color: #E9506C;
    border-color: #E9506C
}

.single-member {
    margin-bottom: 25px
}

.single-member h3 {
    margin-top: 14px;
    margin-bottom: 10px
}

.single-member span {
    font-size: 13px
}

.member-img {
    position: relative
}

.member-img ul {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    padding-bottom: 15px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
    -webkit-transition: all .2s;
    transition: all .2s
}

.single-member:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.member-img ul li a {
    color: #fff;
    font-size: 12px
}

.member-img ul li a:hover {
    color: #E9506C
}

.member-controls li:not(:last-child) {
    margin-right: 15px
}

.affiliate-title h1 {
    margin-top: -12px
}

.affiliate-title h1 em {
    font-size: 18px;
    font-style: normal
}

.affiliate-title blockquote, .affiliate-title > span {
   font-family: 'SiyamRupali','Open Sans', sans-serif;
    font-style: italic
}

.affiliate-title blockquote {
    font-size: 18px;
    color: #8287a7
}

.affiliate-title blockquote p {
    text-indent: 20px;
    position: relative
}

.affiliate-title blockquote p:before {
    content: '\201c';
    left: -20px;
    top: -6px
}

.affiliate-title blockquote p:after {
    content: '\201d';
    margin-left: -15px;
    margin-top: -6px
}

.affiliate-title blockquote p:after, .affiliate-title blockquote p:before {
    position: absolute;
    color: #E9506C;
    font-size: 30px
}

.affiliate-title > span {
    color: #E9506C;
    font-size: 18px
}

.affiliate-calculation ul li:not(:first-child) {
    border-top: 1px solid #e2e6fb;
    position: relative
}

.affiliate-calculation ul li:not(:first-child) span:first-child:before {
    content: '';
    position: absolute;
    border-top: 1px dotted #31333e;
    width: calc(100% - 50px);
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto
}

.affiliate-calculation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 15px;
    color: #31333e;
    background: #ecf7fe
}

.affiliate-calculation ul li:first-child {
    padding: 15px 20px;
    background-color: #E9506C;
    color: #fff
}

.affiliate-calculation ul li:not(:first-child) i, .affiliate-calculation ul li:not(:first-child) span:not(:first-child) {
    background: #ecf7fe;
    display: inline-block;
    z-index: 1;
    padding: 0 5px
}

.affiliate-calculation ul li:not(:first-child) i {
    font-style: normal;
    position: relative
}

.single-affiliate-program {
    padding: 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.single-affiliate-program:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.single-affiliate-program p {
    margin: 20px 0
}

.single-affiliate-program a, .single-affiliate-program p span {
    color: #E9506C
}

.single-affiliate-program a:hover {
    color: #000
}

.single-affiliate-program a svg {
    margin-left: 10px
}

.single-process {
    background-color: #fff;
    padding: 50px 40px 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.single-process:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.single-process span {
    width: 100px;
    height: 80px;
    margin: auto;
    border: 1px solid #ecf7fe;
    -webkit-transition: all .2s;
    transition: all .2s
}

.single-process.text-left span {
    margin: 0
}

.single-process.text-right span {
    margin-left: auto;
    margin-right: 0
}

.single-process span i {
    font-size: 24px;
    color: #E9506C
}

.single-process:hover span {
    background: #E9506C;
    border-color: #E9506C
}

.single-process:hover span i {
    color: #fff
}

.single-process .h4 {
    margin-top: 24px;
    margin-bottom: 20px
}

.single-process p {
    color: #4c4f60
}

.contact-info h1 {
    font-size: 30px
}

.contact-info p {
    font-size: 18px
}

.contact-info ul li {
    position: relative;
    padding-left: 40px;
    color: #8287a7
}

.contact-info ul li:before {
    font-family: FontAwesome;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 14px;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 8;
    margin-top: 5px;
}
.contact-info ul li.address:before {
    margin-top: -12px;
}

.contact-info ul li.address:before {
    content: '\f041'
}

.contact-info ul li.email:before {
    content: '\f003'
}

.contact-info ul li.phone:before {
    content: '\f095'
}

.contact-info ul li:not(:first-child) {
    padding-top: 16px
}

.contact-info ul li:not(:last-child) {
    padding-bottom: 16px
}

.contact-info ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px dashed #e2e6fb
}

.contact-info ul li a {
    color: #8287a7
}

.contact-info ul li a:hover {
    color: #E9506C
}

.contact-info {
    margin-top: -11px
}

.contact-form {
    padding: 18px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.domain-search-form, .domain-table {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.contact-form > span {
    display: block;
    font-size: 12px;
    color: #8287a7;
    margin-bottom: 20px
}

.contact-form label {
   font-family: 'SiyamRupali','Open Sans', sans-serif;
    color: #4c4f60;
    margin-bottom: 4px
}

.contact-form input, .contact-form textarea, .contact-form select {
    border-color: #ecf7fe;
    background: #ecf7fe
}

.contact-form input:focus, .contact-form textarea:focus {
    background: 0 0
}

.contact-form button {
    margin-top: 14px
}

.form-response {
    background: #E9506C
}

.form-response span {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 10px 15px
}

.accordion > a:not(.btn) {
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #E9506C
}

.accordion > a:not(.btn):hover {
    color: #31333e
}

.accordion > a:not(.btn) svg {
    margin-left: 10px
}

.accordion > p {
    margin-top: 25px
}

.single-faq-wrap > .h4 {
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e2e6fb
}

.single-faq-wrap > .h4 span {
    font-size: 14px;
    color: #E9506C;
    float: right
}

.single-faq > .h5 {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    cursor: pointer
}

.single-faq > .h5:hover {
    color: #E9506C
}

.single-faq > .h5:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    color: #E9506C
}

.single-faq > .h5[aria-expanded=true]:before {
    content: '\f107';
    left: -2.5px
}

.faq-answer {
    padding-top: 15px;
    padding-left: 15px
}

.single-faq:not(:last-child) {
    margin-bottom: 14px
}

.faq-answer p {
    font-size: 14px;
    margin-bottom: 0
}

.domain-search-form {
    padding: 30px
}

.domain-table {
    color: #4c4f60
}

.domain-table td, .domain-table th {
    vertical-align: middle;
    padding: 1rem;
    border-top: 0
}

.domain-table th {
    font-size: 16px;
    font-weight: 400;
    color: #E9506C;
    background: #fff;
    border-bottom: 1px solid #e2e6fb;
    padding: 1.5rem 1rem
}

.domain-table tr td:first-child {
    font-size: 16px;
    color: #31333e
}

.domain-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ecf7fe
}

.domain-table.table-striped tbody tr:first-child th {
    background: #E9506C;
    color: #fff
}

.single-server-feature {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-top: 1px solid #E9506C;
    padding: 40px 0 35px;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.single-server-feature:hover {
    border-top-width: 2px;
    padding: 39px 0 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.single-server-feature i {
    color: #E9506C;
    font-size: 30px
}

.single-server-feature h4 {
    margin-top: 20px
}

.features-table th {
    font-size: 18px;
    font-weight: 400;
    color: #31333e;
    padding: 1.65rem .75rem;
    background: #ecf7fe;
    border: 1px solid #ecf7fe
}

.features-table td {
    padding: 1.15rem 1.85rem;
    border: 1px solid #e2e6fb;
    vertical-align: middle
}

.features-table td:first-child {
    font-size: 16px;
    color: #31333e;
    text-align: left
}

.features-table tr:last-child td {
    background-size: contain;
    padding-bottom: 60px;
    background-repeat: no-repeat !important;
    background-position: bottom !important
}

.features-table td:empty {
    visibility: hidden
}

.configuration-table tr:not(:first-child) {
    border-left: 1px solid #e2e6fb;
    border-right: 1px solid #e2e6fb
}

.configuration-table th {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 1.65rem .75rem;
    background: #E9506C;
    border-color: #E9506C;
    white-space: nowrap
}

.configuration-table td {
    font-size: 12px;
    color: #4c4f60;
    border-top: 0;
    border-bottom: 1px solid #e2e6fb;
    background: #fff;
    vertical-align: middle;
    padding: 1.2rem .75rem
}

.voip--table-wrapper {
    padding: 0 30px 24px;
    background: #ecf7fe
}

.table--inner-area thead tr th {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #31333e;
    font-size: 18px;
    font-weight: 700
}

.domain--table-inner {
    /*background: url(../img/wave2.png) bottom center no-repeat;*/
    padding-bottom: 110px;
    position: relative;
    background-size: contain
}

.table--inner-area tbody tr td {
    background: #fff;
    vertical-align: middle;
    margin-bottom: 30px !important;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #8287a7
}

.table--inner-area tbody tr td .feature-list {
    padding-left: 0;
    margin-bottom: 0
}

.table--inner-area tbody tr td .feature-list li {
    list-style: none;
    margin-bottom: 4px;
    color: #8287a7;
    white-space: nowrap
}

.table--inner-area tbody tr td .feature-list li span i, .table--inner-area tbody tr td .rating-star i, .voip--table-wrapper .loadmore-btn a {
    color: #E9506C
}

.table--inner-area tbody tr:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1)
}

.table--inner-area tbody tr {
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.provider-logo {
    background: #ecf7fe;
    width: 134px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.table--inner-area tbody tr td .feature-list li span {
    margin-right: 6px
}

.table--inner-area tr.linebrack {
    height: 30px;
    background: 0 0
}

.voip--table-wrapper .loadmore-btn {
    text-align: center;
    margin-top: 10px
}

.voip--table-wrapper .loadmore-btn a span {
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    margin-left: 4px
}

.voip--table-wrapper .loadmore-btn a:hover {
    color: #01bc42
}

.voip-app-heading {
    margin-bottom: 51px;
    margin-top: -12px
}

.contry--details-inner {
    padding: 30px 30px 24px;
    background: #ecf7fe
}

ul.country-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 23px;
    transition: .3s all linear
}

.contry-headig-list li {
    display: inline-block;
    width: 16%;
    text-align: center
}

.contry-headig-list li:first-child {
    width: 15%
}

.contry-headig-list li:nth-child(2) {
    width: 37%
}

.contry-headig-list li:nth-child(3) {
    width: 8%
}

.contry-headig-list li:nth-child(4) {
    width: 10%
}

.contry-headig-list li:nth-child(5) {
    width: 12%
}

.loadmore-btn {
    text-align: center
}

.rating-star i {
    color: #E9506C
}

.feature-list li {
    padding-bottom: 5px
}

.feature-list {
    text-align: left
}

.feature-list li span {
    margin-right: 5px;
    color: #E9506C
}

ul.country-list li h6 {
    color: #8287a7
}

ul.country-list:hover {
    box-shadow: 0 8px 13px rgba(0, 0, 0, .1)
}

.another--service-heading {
    text-align: center;
    margin-top: -11px;
    margin-bottom: 48px
}

.another--service-heading h1 {
    color: #31333e
}

.single--another-service .single-service {
    margin-bottom: 45px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    padding: 70px 15px 25px
}

.single--another-service .single-service:hover {
    padding-bottom: 65px;
    margin-bottom: 0
}

.single--another-service .single-service a {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    display: block;
    position: absolute;
    width: 100%;
    left: 0
}

.single--another-service .single-service:hover a {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.single--another-service .single-service p {
    margin-bottom: 0
}

.single--another-service {
    padding-bottom: 75px
}

.gallery_filter li {
    list-style: none;
    display: inline-block;
    margin: 0 -2px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.gallery_filter li .gallery-btn {
    padding: 5px 28px;
    border-top: 1px solid #e2e6fb;
    display: block;
    font-size: 16px;
    color: #31333e;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #e2e6fb;
    border-right: 1px solid #e2e6fb
}

.gallery_filter li:first-child {
    border-left: 1px solid #e2e6fb
}

.gallery-button {
    margin-bottom: 51px
}

.gallery--button-inner p {
    color: #8287a7;
    font-size: 16px
}

.gallery--button-inner {
    padding-bottom: 27px
}

.loadmore-button a {
    font-size: 16px;
    color: #31333e
}

.gallery_filter li.active span {
    color: #fff;
    background: #E9506C
}

.gallery_filter li span {
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    color: #fff
}

.gallery_filter li:hover span {
    color: #fff;
    background: #E9506C
}

.gallery--single-item {
    position: relative
}

.gallery--hover-item {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #E9506C;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.gallery--single-item:hover .gallery--hover-item {
    visibility: visible;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-icon a, .gallery-icon a + a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

.gallery-text {
    position: absolute;
    bottom: 0;
    left: 22px
}

.gallery-icon a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 50px;
    color: #fff;
    margin-right: 5px;
    padding: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.gallery-icon a + a {
    margin-right: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.gallery--single-item:hover .gallery-icon a, .gallery--single-item:hover .gallery-icon a + a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

.gallery--single-item img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-text h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 3px
}

.gallery-text p {
    color: #fff;
    font-size: 12px
}

.gallery-icon a:hover {
    border-color: #fff
}

.gallery--hover-item .gallery-icon .btn:after, .gallery--hover-item .gallery-icon .btn:hover:after {
    background: #fff
}

.gallery-icon a:hover i {
    color: #E9506C
}

.gallery-details-text h2 {
    font-weight: 700;
    margin-bottom: 30px
}

.gallery-details-text h4 {
    color: #4c4f60;
    margin-bottom: 28px
}

.gallery--product-details ul li {
    display: inline-block;
    list-style: none
}

.gallery--product-details ul {
    padding-left: 0;
    margin-bottom: 19px
}

.gallery--product-details h4 {
    font-weight: 700
}

.gallery-clients {
    margin-bottom: 20px
}

.gallery-clients ul li > span {
    color: #31333e;
   font-family: 'SiyamRupali','Open Sans', sans-serif;
    text-transform: capitalize
}

.gallery-category li, .gallery-clients a {
    color: #4c4f60;
    font-size: 12px
}

.gallery-category li:first-child, .product-share ul li:first-child, .project-link ul li:first-child, .publish-date ul li:first-child {
    color: #31333e;
   font-family: 'SiyamRupali','Open Sans', sans-serif;
    font-size: 14px
}

.project-link ul li:last-child, .publish-date ul li:last-child {
    color: #4c4f60;
    font-size: 12px
}

.product-share ul li a i {
    color: #727587;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.product-share ul li a:hover i {
    color: #E9506C
}

.gallery-pagination-inner {
    border-top: 1px solid #e2e6fb;
    padding-top: 60px;
    margin-top: 30px;
    padding-bottom: 103px;
    position: relative
}

.lb-nav a.lb-next:after, .lb-nav a.lb-prev:after {
    border: 1px solid #fff;
    content: "";
    width: 50px
}

.gallery--pagination-icon {
    position: absolute;
    left: 50%;
    top: 34%;
    cursor: pointer
}

.gallery--pagination-icon a i {
    color: #727587;
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.gallery--pagination-icon:hover i, .no-found h1 {
    color: #E9506C
}

.lb-nav a.lb-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    right: -50px;
    top: 50%;
    display: none !important
}

.lb-nav a.lb-next:after {
    height: 100%;
    top: 100%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: -50px;
    left: 20px
}

.lb-nav a.lb-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    display: none !important
}

.lb-nav a.lb-prev:after {
    height: 100%;
    top: 100%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: -20px
}

.no-found form {
    display: flex
}

.no-found form button {
    padding: 7px 20px
}

.no-found h1 {
    font-size: 100px;
    font-weight: 700;
    margin-top: -37px
}

.no-found h3 {
    margin-bottom: 34px
}

.footer-widget {
    font-size: 13px;
    color: #8287a7;
    margin-bottom: 30px
}

.footer-widget a {
    color: #8287a7
}

.footer-widget a:hover {
    color: #E9506C
}

.footer-widget h3 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -6px
}

.footer-widget .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-widget .menu li {
    padding: 5px 0
}

.bottom-footer {
    padding: 35px 0;
    color: #4c4f60;
    font-size: 16px
}

.copyright a, h1 span {
    color: #E9506C
}

.accepted-payments li:not(:last-child) {
    margin-right: 15px
}

.default-bg {
    /*background-image: url(../img/shapes.png);*/
    background-repeat: repeat-y;
    background-position: top center
}

.map {
    border: 1px solid rgba(0, 0, 0, .05)
}

.swiper-container-wrap {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.swiper-container-wrap .swiper-container {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px
}

.about-content h1 {
    margin-top: -12px
}

.about-content p {
    margin-bottom: -5px
}

.single-reason {
    border: 1px solid #ecf7fe;
    padding: 30px 15px 25px
}

.single-reason i {
    font-size: 30px;
    color: #E9506C
}

.single-reason .h5 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 14px
}

.single-reason span {
    color: #4c4f60
}

.primary-form {
    position: relative
}

.primary-form input:not([type=submit]) {
    height: 60px;
    padding: 0 20px;
    font-size: 14px
}

.primary-form .btn {
    position: absolute;
    right: 9px;
    top: 9px
}

.primary-form .parsley-errors-list {
    display: none
}

.subscription-heading h1 {
    font-size: 30px;
    text-transform: uppercase
}

.carousel-control {
    border: 1px solid #FCEDEF;
    width: 48px;
    height: 48px;
    color: #E9506C;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    background: #FCEDEF;
    border-radius: 50%;
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    background-color: #E9506C;
    border-color: #E9506C;
    outline: 0
}

.slider-pagination-style .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border: 1px solid #e2e6fb;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0 5px
}

.slider-pagination-style .swiper-pagination-bullet-active {
    width: 15px;
    height: 10px;
    background: #e2e6fb
}

.social-icons li:not(:last-child) {
    margin-right: 25px
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 999
}

.back-to-top a {
    color: #00c344;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: all .2s;
    transition: all .2s
}

.back-to-top a:hover {
    background: #00c344;
    color: #fff
}

.preLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: hidden
}

.preLoader:before {
    content: '';
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    width: 70px;
    height: 70px;
    position: absolute;
    border: 5px solid #E9506C;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    margin: -10px 0 0;
    top: 100%;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.parsley-errors-list li {
    font-size: 13px;
    line-height: 1.5;
    background: red;
    color: #fff;
    padding: 0 10px
}

[data-animate] {
    visibility: hidden;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

[data-animate].animated {
    visibility: visible
}

/* Custom css */
section h2{
    color: #000;
    font-weight: 600;
}
/* Header */
.header-top{
    background: #E9506C;
}
.toll-free{
    margin-left: 215px;
}
.logo-warp{
    position: relative;
    padding: 10px 0;
}
.logo-warp .logo{
    position: relative;
    height: 40px;
}
.logo.inner-page{
    height: 130px;
}
.stuck .logo-warp .logo {
    display: none;
}
.logo-warp .hover-logo {
    display: none;
}
.stuck .logo-warp .hover-logo {
    display: block;
    height: 45px;
}
.slider-section {
    position: relative;
}
.search-form-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 60%;
}
.home-form {
    width: 100%;
}
.home-form .form-control {
    width: 100% !important;
    height: auto;
    border: none;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 0;
}
.feature_content{
    margin-top: -110px;
}
.feature-icon{
    height: 47px;
}
.feature-details-link{
    display: none;
    margin-top: 30px;
}
.card-on-hover:hover , .card-active{
    background: #E9506C !important;
    transition: all 1s ease;
    color:#FFFFFF;
    border: none;
}
.feature_content .card{
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(144, 144, 144, 0.16);
    padding: 30px 0 5px 0;
    height: 230px;
}
.feature_content .card-on-hover:hover .card-title,.feature_content .card-on-hover:hover h4,.feature_content .active{
    color: #fff !important;
}
.feature_content .card-on-hover:hover .feature-details-link, .feature-details-link-active{
    position: absolute;
    display: block;
    background: #E9506C !important;
    transition: all 1s ease;
    background-clip: border-box;
    color:#FFFFFF;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: -40px;
    border-radius: 0 0 10px 10px;
}
.feature_content .feature-icon.hover-icon{
    display: none;
}
.feature_content .card-on-hover:hover .feature-icon {
    display: none;
}
.feature_content .card-on-hover:hover .feature-icon.hover-icon{
    display: block;
    margin: 0 auto;
}


.service-tell .section-title{
    color:#4D4D4D;
}
.service-tell .single-service {
    border: 2px solid #afafaf52;
    padding: 20px;
    border-radius: 15px;
}
.service-link{
    margin-top: 10px;
    display: block;
}
.service-tell .swiper-slide:hover .single-service{
    background: #00ABC4;
    color:#FFFFFF;
}
.service-tell .single-service .title{
    font-size: 15px;
    color:#000;
    font-weight: 600;
    margin-top: 10px;
}
.service-tell .single-service .details-content{
    /*min-height: 110px;*/
    margin-bottom: 0;
}
.service-tell .single-service .svgSpecialization{
    width: 100%;
    height: 190px;
    max-width: 100%;
}
.specialities-box .svgSpecialization{
    height: 140px !important;
}

/* count down section*/
.count-down-section{
    background: #F7F7F7;
}
.count-down-content h1{
    color: #E9506C;
    margin: 15px;
}
.count-down-content.last h1{
    border-right: 0px;
}
.count-down-content p{
    margin-bottom: 0;
}
/* End count down section*/
/* featured-doctor section*/
.featured-doctor-content-warp {
    border: 1px solid #e9e9e9;
    /*
    padding: 0 25px;
    */
    box-shadow: 0 0 1px #898989;
    border-radius: 15px;
    margin: 20px 0px 0 0px;
    min-height: 425px;
}
.featured-doctor-content-warp:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.featured-doctor-content-warp:hover .appointment-btn{
    background: #E9506C;
    color: #fff;
    border: 1px solid #E9506C;
    box-shadow: 0 0 1px #E9506C;
}
.featured-doctor-content{
    padding: 10px;
    margin-bottom: 10px;
  
}
/* changed */
.featured-doctor-img .profile-img {
    height: 200px;
    width: 100%;
    /* object-fit: cover; */
    margin: 25px 0 0 0;
    border-radius: 8px;
}

/* Changed (arman) date:4-1-22  start*/
@media only screen and (min-width: 300px)and (max-width: 600px) {
    .featured-doctor-img .profile-img { 
        height: 288px;
        width: 75%;
        /* object-fit: cover; */
        /* margin: 0 0 auto; */
        margin-left: 12%;
        border-radius: 8px;
        max-height: 290px;
    }
}

/* Changed (arman) date:4-1-22  end */

.featured-doctor-img {
    position: relative;
}
img.featured-icon {
    position: absolute;
    right: 18px;
    bottom: -25px;
    width: 50px;
}
.designation {
    color: #fa748d;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
}
.doctor_name {
    font-size: 23px;
    color: #E9506C;
    margin-top: 5px;
}
.doctor-details p {
    margin-bottom: 0;
    color: #673AB7;
    font-size: 12px;
}
.doctor-details {
    min-height: 80px;
}
.doctor-details p span {
    color: #000;
    font-weight: 600;
}
.appointment-btn {
    padding: 12px 15px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 1px #8b8b8b;
    margin-bottom: 10px;
    border-radius: 15px;
}
.appointment-btn:hover{
    background: #E9506C;
    color: #fff;
    border: 1px solid #E9506C;
    box-shadow: 0 0 1px #E9506C;
}

/* End featured-doctor section*/
/* Blog tips section*/
.blog-post-section{
    background-color: #f7f7f7;
}
.blog-post-content {
    margin-top: 25px;
}
.blog-thumb {
    float: left;
    padding-right: 15px;
}

.blog-thumb img {
    height: 140px;
    width: 120px;
    object-fit: cover;
}
.blog-content {
    margin-bottom: 40px;
    min-height: 130px;
}
.blog-content p {
    margin-bottom: 15px;
}
.blog-content .readmore-btn{
    color:#E9506C
}
.blog-content .post-date{
    color:#6CCCDB
}
#carouselTips .carousel-item img {
    height: 380px;
    width: auto !important;
    float: right;
}
.help-tips-details{
    padding: 15px 0;
}
/* End Blog tips section*/
/* End Testimonial section*/
.testimonial .d-block{
    min-height: 300px;
}
.testimonial-short-desc {
    padding: 15px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: justify;
    color: #000;
}
.triangle-bottom-left {
    width: 0;
    height: 0;
    border-top: 15px solid #F7F7F7;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: none;
}
.testimonial-by-info-warp .profile-photo{
    float: left;
    height: 100px;
}
.testimonial-by-info {
    float: left;
    padding-left: 15px;
    margin-top: 20px;
}
.testimonial-by-info h3 {
    float: left;
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: 800;
}
.testimonial-by-info p{
    color: #C1C1C1;
    font-size: 12px;
    margin:0;
}
/* End Testimonial section*/
/* App download section*/
.app-wrap {
    margin-top: 30px;
}

.app-info {
    padding-top: 88px;
    padding-bottom: 100px
}

.app-info .nav li:not(:last-child) {
    margin-right: 15px
}

.app-img {
    position: relative
}
.doctor-app-ico{
    margin-top: -115px;
    float: right;
    max-height: 530px;
}
.app-info h1 {
    font-size: 30px;
    color:#000;
}
.app-info .btn:before {
    background:transparent;
}
.app-info .download .btn{
    background: #000000;
    padding: 10px 25px
}
.app-info .download .btn:before:hover{
    background: #E9506C;
}
.app-info .download span{
    font-size: 8px;
}
.app-info .btn-icon i {
    float: left;
    font-size: 35px;
}
.app-info .btn-text {
    overflow: hidden;
    font-size: 14px;
}
.download span{
    float: left;
    margin-top: 5px;
}
/* End App download section*/
.carousel-indicators li {
    background-color: #afafaf;
}
.carousel-indicators .active {
    background-color: #00c344;
}

/* Slider */
.slick-prev,.slick-next{
    font-size: 0;
    background: #E9506C;
    border: none;
    color:#FFFFFF;
    padding: 0 15px;
    cursor: pointer;
    height: 46px;
    width: 46px;
    border-radius: 50%;
}
.slick-prev{
    float: left;
    margin-left: -50px;
}
.slick-next{
    float: right;
    margin-right: -50px;
    margin-top: -50px;
}
.slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    z-index: 100;
    background: #E9506C;
}

.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    z-index: 100;
    background: #E9506C;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.customer-logos .slick-slide {
    height: 60px;
}
.customer-logos .slick-slide img {
    height: 100%;
}

.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;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* footer section */
.footer-info{
    background: #4E5288;
}
.footer-info a, .footer-info h5, .footer-info h3, .footer-info li {
    color: #d7d7d7;
    font-size: 16px;
}
.footer-social .facebook a{
    color: #d7d7d7;
}
.footer-social .facebook .fa {
    font-size: 15px;
    margin-right: 5px;
}
.footer-social .twitter a{
    color:#d7d7d7;
}
.footer-social .twitter .fa {
    font-size: 15px;
    margin-right: 5px;
}

.footer-bottom{
    padding-bottom: 80px;
}
.footer-hr{
    border-bottom: 2px solid #b0b0b0;
}
.footer-logo-text{
    height: 18px;
    float: right;
    padding-left: 10px;
}

/* End Footer section */
/* End Custom css */


/* Doctor Details view page */
.doctor-tab-section .tab-content {
    box-shadow: 0 3px 20px rgba(172, 172, 172, 0.16);
    background-color: #ffffff;
    padding: 30px 15px 30px;
}
.doctor-info-tab #nav-tab {
    border-bottom: 0;
}
.doctor-info-tab .nav-tabs a.nav-item{
    background: #EBEBEB;
    margin-right: 5px;
    padding: 15px;
    font-size: 15px;
}
doctor-info-tab .nav-tabs a:last-child {
    margin-right: 0px;
}
.doctor-info-tab .nav-tabs a.active{
    background: #00ABC4;
    color:#FFFFFF;
}
ul.chamber-info {
    margin: 30px 0 10px;
}
.chamber-info.right{
    border-left: 1px solid #E3E3E3;
    padding-left: 15px;
    margin-left: -15px;
}
ul.chamber-info li {
    padding: 0px 0 10px;
}
ul.chamber-info li:last-child {
    padding: 0px;
}
ul.chamber-info li .fa{
    font-size: 20px;
    color: #00ABC4;
}
ul.chamber-info li span{
    color: #E9506C;
}
.calendar-wrap {
    margin-top: 20px;
}
.calendar-left {
    width: 150px;
    float: left;
    background: #00ABC4;
    color: #fff;
    text-align: center;
    padding: 10px;
    height: 304px;
    position: relative;
}
.calendar-left .ca-date {
    font-size: 23px;
    margin-top: 30px;
}
.calendar-left .ca-month {
    font-size: 24px;
    font-weight: bold;
}
.calendar-left .ca-dash{
    width: 100%;
    display: inline-block;
}
.calendar-left .ca-dash span {
    width: 40px;
    border: 1px solid #FFFFFF;
    float: right;
    margin-right: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.calendar-left .ca-year {
    font-size: 15px;
    margin-top: 5px;
}
.next-previous-wrap{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.prev, .next {
    display: inline-block;
    cursor: pointer;
}
.prev {
    float: left;
    margin-left: 10px;
}
.next {
    float: right;
    margin-right: 10px;
}
.btn-border{
    /*border: 1px solid #e2e6fb;*/
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    color: #E9506C;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}
.btn-border:hover{
    background-color: #31333e;
    color: #fff2d6;
    outline: 0;
}
.btn-border svg {
    margin: 14px 14px;
    float: left;
}

.calendar-table {
    width: calc(100% - 150px);
    float: left;
    text-align: center;
}
.calendar-table th {
   color:#775AFA !important;
}
.calendar-table td {
    /*background: #C4C4C4;*/
    color:#000000;
    cursor:pointer;
}

td.ca-active {
    background: #209F7C;
    color: #fff;
}

.pick-time-warp {
    margin-top: 0px;
}
.pick-time {
    width: 20%;
    background: #E9506C;
    color:#FFFFFF;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    float: left;
    cursor: pointer;
}
.pick-time.disable{
    background: #E8E8E8;
    color:#000000;
    cursor:not-allowed;
}
.pick-time.active {
    background: #E9506C;
    color: #fff;
}
.pick-time.ca-close {
    background-color: #000000;
    opacity: 0.5;
}
.institute-title{
    color:#E9506C;
    font-size: 20px;
}

/*Doctor Education section*/
/*.edu-training-title {
    background: #E9506C;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.edu-training-title.training-title{
    background: #00ABC4;
}
.edu-training-details span {
    color: #00ABC4;
    font-size: 13px;
}
.edu-title{
    color: #E9506C;
}
.edu-training-details p{
    color:#3B3B3B;
}*/
/*End Doctor Education section*/
/* Review section */
.review-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.reviewer-name {
    float: left;
    color: #000000;
    font-size: 20px;
    padding: 7px 10px;
}
.reviewer-name span{
    font-size: 12px;
}
.review-title img {
    float: left;
    height: 50px;
}

.review-rating {
    /*color: #EE9735;
    font-size: 20px;*/
    padding: 10px 10px;
}
/* form raging*/
.rating {
    display: inline-block;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}
.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.rating label:last-child {
    position: static;
}
.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}
.rating label:nth-child(4) {
    z-index: 2;
}
.rating label:nth-child(5) {
    z-index: 1;
}
.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rating label .icon {
    float: left;
    color: transparent;
    padding-right: 5px;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #EE9735;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #fff;
    text-shadow: 0 0 5px #EE9735;
}
.raging-btn{
    background: #E9506C;
    color:#FFFFFF;
    padding: 10px 15px;
    border: none;
}

/* End Doctor Details view page */
/* Doctor List  page */
.doc-specialize-menu {
    margin-bottom: 60px;
}
ul.specialize-menu {
    list-style: none;
    padding-left: 0;
    width: 100%;
}
ul.specialize-menu li {
    display: inline-block;
}

ul.specialize-menu li a {
    padding: 13px 25px;
    background: #F9F9F9;
    font-size: 16px;
}

ul.specialize-menu li a:hover {
    background-color: #00a359;
    color: #ffffff;
}
.specialize-menu li.active a {
    background-color: #00a359;
    color: #ffffff;
}

.doc-list-form{
    margin:30px 0;
}
/*residential-area */
.filter-title {
    color: #00a359;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0 15px;
    display: block;
}
.filter-title.first-title{
    margin-top: 0;
}
input.reset-btn {
    float: right;
    background: none;
    border: none;
    color: #000000;
    font-size: 15px;
    margin-right: 20px;
}
.filter-location ul.location {
    list-style: none;
    padding-left: 0;
}
.filter-location ul.location li {
    font-size: 14px;
    line-height: 30px;
    color: #00abc4;
}
input.check-filter {
    font-size: 18px;
}
input.filter-btn {
    background-color: #00abc4;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}
/*Price Slider*/
.price-slide-container {
    width: 100%;
    margin: 15px 0 10px;
    display: inline-block;
}
.price-slider {
    -webkit-appearance: none;
    width: calc(100% - 60px);
    height: 8px;
    background: #E6E6E6;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: none;
    float: left;
    margin-top: 5px;
}
span#range-value {
    background: #E9506C;
    color: #fff;
    padding: 4px 10px 4px 10px;
    width: 60px;
}
.price-slider:hover {
    opacity: 1;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 29px;
    background: #E9506C;
    cursor: pointer;
}

.price-slider::-moz-range-thumb {
    width: 8px;
    height: 29px;
    background: #E9506C;
    cursor: pointer;
}

/*End Price Slider*/

.doctor-list {
    box-shadow: 0 3px 20px rgba(123, 123, 123, 0.16);
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.doctor-list .profile-img {
    width: 170px;
    height: 160px;
    float: left;
    overflow: hidden;
}
.doctor-list .profile-img img {
    width: 100%;
    height: 178px;
    /* changed object-fit (arman) */
    /* object-fit: cover; */
}
.doctor-list.profile-details .profile-img{
    height: 190px;
}
.doctor-list.profile-details .profile-img img{
    height: 190px;
}
.doc-pro-details {
    width: calc(100% - 170px);
    float: left;
    padding-left: 30px;
}

.doc-pro-details .doctor_name {
    font-size: 20px;
    color: #E9506C;
    margin-top: 0px;
}
.doc-pro-details .doctor_name span {
    font-size: 12px;
    color: #000000;
    display: inherit;
}
span.stars, span.stars span {
    display: inline-block;
    background: url('../img/stars.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
.doc-experience p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}
.doc-experience p span {
    color: #00abc4;
}
.doc-experience {
    width: calc(100% - 150px);
    float: left;
}
.doc-appointment {
    width: 150px;
    float: left;
    margin-top: 30px;
}
.doc-appointment .doc-app-btn {
    background: #EE9735;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
}

.doc-appointment .doc-app-btn.uber_doctor {
    background: #28a745 !important;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
}
.doc-appointment .doc-app-btn.uber_doctor:hover {
    background: #218d39 !important;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
}
/*End residential-area */
/* End Doctor List  page */
/* Faq page */

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #53bc77;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #53bc77;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    margin-top: -5px;
    content: url('../img/minus.png');
    font-family: FontAwesome;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    font-family: FontAwesome;
    content: url('../img/plus.png');
}
.panel.panel-default panel-heading {
    border-radius: 0px !important;
}
.panel-body  {
    font-family: 'SiyamRupali','Open Sans', sans-serif;
    font-size: 15px;
}
.panel-body ul {
    padding: 10px 100px 0px 30px;
    text-align: left;
}

/* End Faq page */
/************* website-health-tips page *************/
.health_tips_page {
    padding: 20px 0px;
}
.health_tips_grid{
    margin-left: -8px;
    margin-right: -8px;
}
.health_tips {
    padding: 0 8px 15px 8px;
}
.health_tips_item{
    border: 1px solid #7bC167;
}

.health_tips_img img {
    width: 100%;
    border: none;
    height: 170px;
    object-fit: cover;
}

.health_tips_title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.health_tips_short_des {
    color: #333;
    margin: 8px;
    height: 80px;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.read_more a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 20px;
    background: #7BC167;
    font-family: 'SiyamRupali','Open Sans', sans-serif;
}

.read_more a:hover {
    text-align: center;
    color: #00fd01;
    display: block;
    background: #94c876;
    color: #f3f4f3;
}

.read_more span {
    font-size: 16px;
}

.search_health_tips_area {
    margin: 20px 0px;
    padding-bottom: 30px;

}

.search_by_category_tip ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.search_by_category_tip ul li {
    float: left;
    padding-left: 0px;

}

.search_by_category_tip ul li a {
    padding: 10px 15px;
    display: block;
    border: 2px solid #7bc379;
    color: #fff;
    margin-right: 5px;
    background: #7DC169;
}

.search_by_category_tip ul li a:hover {
    background: #7bc379;
    color: #fff;
}
/******* Website health tips details   page *********/
.health_tips_details_title {
    font-size: 24px;
    color: #94CB5C;
    font-weight: bold;
    padding: 8px 0px;
    padding-left: 0px;
}
.health_tips_details {
    width: 100%;
    clear: both;
    height: auto;
}
.event-details{
    padding-top:20px;
}
.health_tips_details img#health_tips_thumbnail {
    paddding: 0px;
    border: 4px solid #f0f0f0;
    min-height: 190px;
    max-height: 190px;
    width: 300px;
    float: left;
    margin-right: 20px;
}

.health_tips_description img {
    margin-right: 10px;
}



/* Pagination */
.paginator{
    margin: 30px 0 0px;
}
.pagination a {
    margin: 0 10px 0 0;
    background: #00ABC4 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 12px;
}
.pagination .disable a{
    cursor: not-allowed !important;
}
/* End Pagination */
/*About Page*/
.about-video-content{
    background: url("../img/video-bg.png");
    background-position: center;
    width: 100%;
    height: 400px;
}
.about-video-content h1 {
    margin-top: 160px;
    font-size: 45px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.about-company-photo{
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*==========shahrukh css starts=============*/
/*-------banner-counts----------*/

.bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.banner {
    padding-top: 45px;
    padding-bottom: 45px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.bg_3 {
    background-image: url(../img/bg_3.png);
    background-position: 0 0;
}

.bg_transparent .row {
    position: relative;
    z-index: 100;
}
.bg_transparent.bg_3:after {
   /* background-color: rgba(60, 185, 170, 0.85);*/
    background-color: rgba(0, 171, 196,0.85)
}

.bg_transparent:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.list-progress {
    display: table;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.list-progress li {
    display: table-cell;
}

.list-progress li .info {
    margin-left: 90px;
}
.list-progress .chart {
    display: block;
    line-height: 1;
}
.list-progress .percent {
    font-size: 38px;
    font-weight: 600;
}
.btn-plus2 {
    margin-left: 0;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    top: 3px;
}
.list-progress .label-chart {
    font-size: 20px;
    font-weight: 400;
}
.list-progress .icon-round {
    float: left;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.list-progress .icon {
    font-size: 24px;
}
.bg-color_second {
    /*background-color: #3cb9aa;*/
    background-color: rgba(0, 171, 196,0.85)
}

.icon-round_small {
    width: 64px;
    height: 64px;
}

.icon-round {
    position: relative;
    display: inline-block;

    color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    /*background-color: #f47920;*/
    transition: all 0.3s;
    text-align: center;
}
.icon-round .icon {
    vertical-align: middle;
}
.helper:before {
    width: 0;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

/*------count-css--ends-here---*/
/*End About Page*/
.breadcrumb-section{
    background-image: url("../img/breadcrumb_bg.png");
    background-position: center;
    width: 100%;
    height: 121px;
}
.breadcrumb{
    background: transparent;
    padding-top: 80px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #A8A8A8;
    font-weight: 400;
    font-family: "FontAwesome";
    font-weight: 900; content: "\f054";
    font-size: 10px;
}

/***  Start New Homepage Design CSS by Arif ***/
.mobile_number_li {
    color: #dfdfdf;
    vertical-align: middle;
    font-size: 12px;
}
.mobile_number_li i {
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 10px;
    font-size: 18px;
    color: #f2f2f2;
}
.login_li a {
    font-size: 13px !important;
}
.signup_li a {
    background: #4F5389;
    color: #fff !important;
    border: none;
    padding: 8px 12px;
    font-size: 13px !important;
    border-radius: 5px;
}
.signup_li a:hover {
    background: #60639e;
}
.social-icons{
    margin-right: 40px;
}
#btn-search {
    cursor: pointer;
    background: #E9506C;
    color: #fff;
    vertical-align: middle;
    padding: 20px 0;
    border-radius: 0 .25rem .25rem 0;
}
.home-form .select2-selection {
    height: auto !important;
    padding: 11px 35px;
    border: none !important;
    border-radius: .25rem 0 0 .25rem !important;
    position: relative;
}
.home-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: -20px;
    margin-top: -2px;
    top: 73%;
}
.slider_map_icon {
    position: absolute !important;
    color: #686d85 !important;
    z-index: 9999;
    top: 23px !important;
    left: 23px !important;
    font-size: 23px !important;
}
.feature_content h4{
    padding: 10px 0;
}
.feature_arrow_icon{
    visibility: hidden;
    padding-top: 15px;
}
.feature_content .card:hover .feature_arrow_icon{
    visibility: visible;
}
.count-down-content{
    border-right: 1px solid #00000014;
}
.count-down-content.last{
    border-right: none;
}
.footer-bottom p{
    color: #d7d7d7;
}
.doctor_name h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0 5px 0;
    margin-bottom: 5px;
}
.health_tips_row{
    margin-top: 80px;
}
.health_tips_h4 {
    color: #E9506C;
    margin-top: 70px;
    font-size: 20px;
}
.featured-doctor-content-warp.blog {
    padding: 0;
    border: 0;
    margin: 0;
    min-height: 410px;
}
.featured-doctor{
    margin-top: -150px;
}
.featured-doctor-img img.blog {
    width: 100%;
    height: 225px;
    border-radius: 15px;
}
.doctor_name h4.blog{
    font-size: 20px;
    padding: 0;
}
.featured-doctor-content p.blog{
    margin-bottom: 10px;
}
.service-link.blog {
    color: #E9506C;
    font-size: 16px;
}
.featured-doctor-content-warp.blog:hover .service-link.blog{
    text-decoration: underline;
}
.blog_title_row{
    margin-top: 90px;
}
.appointment-btn.blog {
    background: #E9506C;
    border: 1px solid #E9506C;
    color: #f1f1f1;
}
.appointment-btn.blog:hover{
    color: #fff;
}
.dotted_img {
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 555;
    height: 190px;
}
.profile-photo.recipient {
    margin-left: 20%;
    margin-top: 40px;
    z-index: 999;
    position: relative;
}
.quote_icon{
    height: 60px;
    display: block;
    margin: 15px 0 25px 0;
}
.carousel-item.recipient{
    min-height: 430px;
}
.app_info_col{
    padding-left: 8%;
}
.app_store_icon{
    height: 115px;
}
.google_play_icon{
    height: 100px;
}
.dropdown-toggle::after {
    vertical-align: 0.255em;
    top: 36px;
    right: 5px;
    position: absolute;
}
.dropdown-menu.header li{
    display: flow-root !important;
    transition: .3s;
}
.dropdown-menu.header li a{
    display: table-cell;
}
.country_list{
    font-size: 13px;
    padding: 2px 4px;
    width: 85px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.country_list option{
    color: #000;
}

.top_service_ul{
    position: absolute;
    right: 0;
    top: -160px;
}
.single-service.homeCare{
    min-height: 500px;
}
.homeCareUl {
    margin: 0;
    padding: 0 0 0 19px;
    font-size: 14px;
    height: auto;
}
.homeCareUl li {
    line-height: 2;
    color: #000;
}
.home_care_heading {
    font-weight: 600;
    padding: 35px 60px 0 60px;
    text-align: center;
    line-height: 1.6;
}
.home_care_package_title {
    text-transform: capitalize;
    margin: 130px 0 0 0;
}
.home_care_package_details p {
    font-size: 15px;
    margin: 0;
    text-align: justify;
}
.service-tell .single-service .home_care {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 20px 0 5px 0;
}
.home_care_privacy_policy {
    padding: 15px 0;
}
.home_care_privacy_policy h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 28px;
}
.home_care_privacy_policy p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.policy_ul li{
    text-align: justify;
}
.footer_title{
    font-weight: 600;
    color: #fff;
}
/***  End of New Homepage Design CSS by Arif ***/

/** Footer Fixed Menu **/
.bottom_fixed_icons {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    /* box-shadow: 0 3px 6px #00000029; */
    padding: 1em;
}
#bottom-fixed-menu {
    /*height: 84px;*/
    /* background: url(images/bar-bg.jpg) repeat-x; */
    /* background: #fff repeat-x; */
}
#bottom-fixed-menu .table {
    display: table;
    margin: 0 auto;
    width: auto;
}
#bottom-fixed-menu ul#horizontal-list {
    /*
    min-width: 696px;
    */
    list-style: none;
    /* padding-top: 20px; */
    background: #fff repeat-x;
    border-radius: 20px;
    margin: 0;
    padding: 0.5em;
    box-shadow: 0 3px 10px #00000029;
    text-align: center;
}
#bottom-fixed-menu ul#horizontal-list li {
    display: inline-flex;
}
#bottom-fixed-menu ul#horizontal-list li a {
    padding: 0.5em;
}
.bottom_fixed_icons ul#horizontal-list li a:hover {
    background: #F2F2F2;
    border-radius: 15px;
}
.bottom_fixed_icons a:hover {
    text-decoration: none;
}
.bottom_fixed_icons a {
    text-decoration: none;
    float: left;
    width: 100%;
}
.f_icon {
    padding: 0px;
    width: 3em;
    height: 3em;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;
    border-radius: 25px;
    margin-right: 0.5em;
    float: left;
}
.bottom_fixed_icons div p {
    padding: 0;
    margin: 0;
    line-height: 3em;
    font-size: 16px;
    color: #000;
    display: inline;
}
p:last-of-type {
    padding-bottom: 0;
}
.consult {
    background: transparent linear-gradient(180deg,#ff8b77 0,#ff6950 100%) 0 0 no-repeat padding-box;
}
.myconsult {
    background: transparent linear-gradient(180deg,#66D1ED 0,#0082A2 100%) 0 0 no-repeat padding-box;
}
.covid {
    background: transparent linear-gradient(180deg,#0082A2 0,#163D7E 100%) 0 0 no-repeat padding-box;
}
.labtest {
    background: transparent linear-gradient(180deg,#D65FA4 0,#B83882 100%) 0 0 no-repeat padding-box;
}
.emergency_care {
    background: transparent linear-gradient(180deg,#3F51B5 0,#673AB7 100%) 0 0 no-repeat padding-box;
}
#bottom-fixed-menu i{
    font-size: 15px;
}
#bottom-fixed-menu i {
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #fff;
}
/** End of Footer Fixed Menu **/

.language_select{
    font-size: 13px;
    padding: 3px 4px;
    width: 75px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.language_select option{
    color: #000;
}
.disclaimer_ul li {
    line-height: 1.8;
    font-size: 15px;
}
.countryCodeLabel {
    display: inline-block;
    width: 17%;
    height: 112%;
    padding: .375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mobileField{
    width: 80% !important;
    display: inline-block !important;
}

.carousel-control-inblock{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .8;
    transition: opacity .15s ease;
}
.carousel-control-prev-inblock {
    margin-left: -35px;
    margin-top: -55px;
}
.carousel-control-nxt-inblock {
    margin-right: -35px;
    margin-top: -55px;
    width: 5% !important;
    opacity: .8 !important;
}
.package-title{
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
}
.package-title-div{
    height: 69px;
}
.package-image{
    border-radius: 20px;
}
.footer-block{
    margin-bottom: 20px;
}
.logo_responsive{
    display: none;
}
.logo_responsive_full{
    display: block;
}
.btncl{
    color: #fff !important;
    background-color: #B94085;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    padding: 2px 5px;
    margin-left: 5px;
    font-weight: bold;
}
.package_price{
    margin-bottom: 30px;
    margin-top: 0px;
}
.success_stories_text{
    padding-left: 40px;
    padding-bottom: 30px;
}

.menu_drop_menu{
    width: 300px !important;
}
.featured-doctor-img .profile-img{
    margin-top: 0px;
}
.contact-us a {
    background: #e9506c;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 6px 12px;
    font-size: 12px !important;
    border-radius: 5px;
}
.contact-us a:hover {
    background: #4f5389;
    border: 2px solid #4f5389;
}
.contact-image{
    width: 16px;
    height: 18px;
}
.support p{
    text-align: justify;
}

.launching-info{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    margin-top: 16px;
    right: -48px;
    top: 0px;
    animation: 3s blinker linear infinite;
    -webkit-animation: 3s blinker linear infinite;
    -moz-animation: 3s blinker linear infinite;
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.search_cross_icon{
    position: absolute !important;
    top: 24px !important;right: 15px;
}
.specialization_descriptio_details{
    font-size:16px;
    padding-left:20px;
}
.specialization_title_details{
    font-size:34px;
}

.specialization_details{
    margin-top:34px;
}
.post-inner-content {
    padding: 20px 25px;
}
.des_col{
    padding-left: 80px;
}

.testimonial-short-desc span{
    padding-left: 20px;
    display: inline-block;
}

.testimonial-by-info.single {
    margin-top: 0px;
    padding-left: 52px;
}

.testimonial-short-desc span{
    padding-left: 35px;
}
.payment_success_div{
    border: 1px solid #4f53892b;
    width: 450px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 0 3px #8080804f;
}
.payment_success_div i{
    background: #35a33a;
    color: #fff;
    padding: 22px 26px;
    font-size: 40px;
    border-radius: 50%;
}
.payment_success_div h3{
    margin: 10px 0 10px 0;
    font-weight: 600;
    color: #555454;
}
.payment_success_div h4{
    color: #787878;
    font-size: 16px;
}
.payment_success_div a{ width: 100%; background: #E9506C}
.ml_0_responsive{
    margin-left: 0.5rem !important;
}
.share_with_all_doctor{
    margin: 0 0;
}