@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");

/*------------------------------------------------*/
/*---------[POP UPs]-----------*/
/*------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol,
li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

p {
    font-size: 18px;
    line-height: 2rem;
}

body a {
    text-decoration: none;
}
.btn:hover {
    color: #fff;
}
:focus {
    box-shadow: none !important;
}
div#loader_blog_hospital_list img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
/* Live search style start*/
.ui-autocomplete {
    z-index: 999999 !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 0px 10px !important;
}

.ui-menu-item:hover {
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none !important;
}

/* Gradient Scrollbar */
.ui-autocomplete::-webkit-scrollbar {
    width: 7px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
    border-radius: 25px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: transparent;
    /* opacity: 0; should do the thing either */
    box-shadow: 0px 0px 0px 100000vh #d9d9db;
    border-radius: 25px;
}

/* Gradient Scrollbar End*/
/* Live search style end*/
.modal-content {
    padding: 0px 30px 20px 30px;
    border-radius: 0px !important;
}

.modal-body label {
    padding-top: 10px;
    font-size: 14px;
}

.input.checkbox label {
    font-size: 0.8em;
}

.bmt-gradient-btn.load-more-btn_M {
    margin: auto;
    font-size: 18px;
}

.bmt-gradient-btn.load-more-btn_M a {
    font-size: 16px;
    padding: 5px 37px !important;
}

.modal-header {
    background-color: #4267b2;
    padding: 0px 30px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    height: 50px;
}

.bmt-fixed-nav a.btn.btn-info.btn-sm.dropdown-toggle {
    background: #fff;
    padding: 11px 6px 11px 6px !important;
    box-shadow: none !important;
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
    color: #999 !important;
    font-weight: 400 !important;
    width: 100%;
    font-size: 12px;
}

.modal.fade.show {
    /*display: flex !important;*/
    align-items: center;
    justify-content: center;
    height: 95%;
}

.modal-body {
    padding: 10px 0;
    z-index: 999999;
}

.modal-header h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
div#files-divid {
    width: 100%;
}
input#upload-file,
input[type=file]{
    background-color: transparent;
    border: none;
    border-radius: 5px !important;
}
img#loader_consult {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: left;
}
img#loader {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: left;
}
.safesection {
    margin-bottom: 5px;
}

#consultDoctorSubmitBtn {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border-radius: 5px;
    padding: 7px 45px;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: 5px solid rgb(135, 166, 201, 0.2);
    text-transform: uppercase;
    transition: all 0.4s ease;
}

#consultDoctorSubmitBtn:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999;
}



.modal-dialog {
    margin-top: 100px;
    max-width: 800px;
}

.request-callback .modal-content {
    padding: 0;
}

.request-callback .modal-body {
    padding: 40px;
}

.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0.25rem;
}

#requestCallbackForm .input.select.required {
    margin-right: 10px;
}

button#btn_send_requests {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border-radius: 5px;
    padding: 7px 45px;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: 5px solid rgb(135, 166, 201, 0.2);
    text-transform: uppercase;
    transition: all 0.4s ease;
}

button#btn_send_requests:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999;
}

.safesection {
    font-size: 0.6em;
    color: #666;
}

.input.checkbox {
    font-size: 0.8em;
    color: #666;
}

.fixed-header {
    position: relative;
    background: rgb(66, 103, 178, 0.1);
    border-radius: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* Find treatment form select fileds replace*/

.select-replace {
    position: relative;
    font-size: 14px;
    color: #8a8489;
    cursor: pointer;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    background: #f3f6f9;
    color: #8a8489;
    border-radius: 5px;
}

.select-styled:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    /*background-image: url(/webroot/css/new-theme/assets/img/download.png);*/
    background-size: 12px;
    background-repeat: no-repeat;
    height: 8px;
    width: 13px;
}


.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #87a6c9;
}
.goto-sideber1.left-src-form .select-styled {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.goto-sideber1.left-src-form .select-styled:after {
    top: 20px;

}
.select-options li {
    margin: 0;
    padding: 8px 15px 8px 0;
    text-indent: 15px;
    border-top: 1px solid #87a6c9;
    width: 100%;
    display: flex;
    justify-content: center;
}
.select-options li:first-child {
    border-top: none;
}

.select-options li:hover,
.select-options li.is-selected {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}


/*------------------------------------------------*/
/*---------[HOME AVAILALBLE TREATMENTS]-----------*/
/*------------------------------------------------*/

.fixed-nav-search-bar {
    right: 0;
    position: absolute;
    height: 100%;
    width: 55%;
    display: none;
}

.fixed-nav-search-bar .treatment-from {
    max-width: 60%;
    background: #fff;
    border-radius: 80px;
    padding: 0 0 0 10px;
    border: 7px solid rgb(66, 103, 178, 0.1);
}

.bmt-fixed-nav .bmt-header {
    position: relative;
}

.bmt-fixed-nav .bmt-right-from-btn {
    margin: 0;
    border: none;
    width: fit-content;
    background-color: #fff;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
}

#bmt-header .fa-search {
    color: #87a6c9;
    font-size: 0.9em;
}

.fixed-nav-search-bar form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: none;
    height: 75%;
    margin-top: 8px;
}

.bmt-fixed-nav .bmt-r {
    width: fit-content;
}

.fixed-nav-search-bar .form-radio-age input {
    margin-top: 16px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #fff;
    border: none;
    padding: 0;
    height: 35px;
}

.fixed-nav-search-bar .bmt-frm-radio {
    margin-top: 14px;
    position: relative;
    right: -20px;
}

.fixed-nav-search-bar .form-select {
    width: 100px;
    border-radius: 50px;
    font-size: 13px !important;
}

.s-con select {
    width: 100% !important;
}

.fixed-nav-search-bar .bmt-frm-radio li:last-child {
    position: relative;
    left: -15px;
}

.fixed-nav-search-bar #flexRadioDefault1 {
    margin-right: 7px !important;
}

.fixed-nav-search-bar .bmt-frm-radio li label {
    position: relative;
    top: 1.5px;
}

/*------------------------------------------------*/
/*---------[HOME AVAILALBLE TREATMENTS]-----------*/
/*------------------------------------------------*/
.bmt-available-treatment .bmt-title {
    max-width: 78%;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
}

.bmt-carousel div {
    padding-top: 20px;
    padding-bottom: 5px;
}

/*------------------------------------------------*/
/*---------------[LINK ANIMATION]-----------------*/
/*------------------------------------------------*/
.fa-arrow-right:before {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    padding-left: 0;
    opacity: 0;
    transition: all 0.8s ease;
}

a:hover .fa-arrow-right:before {
    opacity: 1;
    padding-left: 7px;
}

/*------------------------------------------------*/
/*------------------[HEADER]----------------------*/
/*------------------------------------------------*/
.citydd {
    margin-top: 0 !important;
}



#navbarSupportedContent ul li:last-child {
    z-index: 999999999999;
}

.bmt-fixed-nav .form-select-loc,
.bmt-fixed-nav .bmt-frm-radio {
    display: none !important;
}

.bmt-fixed-nav .form-radio-age {
    width: 100%;
}

.bmt-fixed-nav #navbarSupportedContent li:last-child {
    position: relative;
    background: rgb(66, 103, 178, 0.1);
    border-radius: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    display: none;
}

.bmt-fixed-nav .col-md-6.fixed-nav-search-bar {
    display: flex !important;
}

.col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
    width: 40%;
    margin-top: 10px !important;
}

.col-md-6.fixed-nav-search-bar li.nav-item {
    width: 30%;
    list-style: none;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.bmt-fixed-nav .hero-btn-l.infoBtn {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    height: 37px;
    line-height: 26px;
    border-radius: 80px;
    padding: 5px 10px;
    text-align: center;
}

.bmt-fixed-nav .w50-l {
    width: 280px;
    border-radius: 80px;
    height: 50px;
    margin-top: 7px;
    border: 7px solid rgb(66, 103, 178, 0.1);
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    color: #999;
    margin-right: 0px;
}

.bmt-fixed-nav a#consultadoctorbtn:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999 !important;
}

.btn.btn-info.btn-sm.dropdown-toggle:hover {
    color: #999;
}

.bmt-fixed-nav #navbarSupportedContent li:last-child a {
    box-shadow: none;
    opacity: 0.6;
    background: #f3f6f9;
}

#bmt-header {
    padding-top: 7px;
    position: relative;
    transition: all 0.4s ease 0s;
    /*    margin-bottom: -70px;
    */
}

.bmt-fixed-nav {
    background-color: rgb(255, 255, 255, 0.9) !important;
    position: fixed !important;
    width: 100%;
    padding-top: 0 !important;
    z-index: 99999;
    border-bottom: 1px solid #eeeeee;
}

.bmt-fixed-nav .logo {
    max-width: 50px !important;
}

.bmt-fixed-nav .bmt-l {
    max-width: 74px;
}

.bmt-fixed-nav .nav-link {
    color: #444;
}

.bmt-fixed-nav .navbar-nav li:first-child {
    padding-left: 0;
}

.bmt-fixed-nav .navbar-nav.me-auto.mb-2.mb-lg-0 {
    justify-content: flex-start !important;
}

.bmt-fixed-nav .cuntry {
    display: none;
}

/*--Hover Transition Animation--*/
#bmt-header .nav-link {
    width: fit-content;
}

.bmt-fixed-nav .nav-link:hover {
    color: #000 !important;
}

#bmt-header .nav-item {
    position: relative;
    padding-left: 0 !important;
}

#bmt-header .nav-link:after {
    width: 0%;
    height: 3px;
    content: "";
    background: #fff;
    position: absolute;
    border-radius: 80px;
    transition: all 0.4s ease;
    left: 0;
    bottom: 7px;
}

#bmt-header.bmt-fixed-nav .nav-link:after {
    background: #000 !important;
}

#bmt-header .nav-item:not(.nav-item:last-child) {
    position: relative;
    padding-left: 0 !important;
    margin-right: 20px;
}

#bmt-header .nav-link:hover:after {
    width: 100%;
}

.header-phones-dropdown {

}

.header-phones-dropdown button img {
    width: 20px;
    margin-right: 10px;
}

.header-phones-dropdown .dropdown-menu {
    background: transparent;
    border: 0;
    text-align: center;
}

.header-phones-dropdown .dropdown-menu li a {
    width: 200px;
    max-width: 100%;
    color: #000;
    padding: 7px 17px;
    margin-bottom: 10px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 80px;
    box-shadow: 0 0 30px #444;
    font-weight: 600;
    text-align: left;
    font-size: 14px !important;
    padding: 10px !important;
    margin: 0 auto 10px auto;
}

#navbarSupportedContent  .header-phones-dropdown .dropdown-menu li a.btn:hover {
    color:#999 !important;
}

.header-phones-dropdown .dropdown-menu img {
    width: 20px;
    margin-right: 10px;
}

.fixed-nav-search-bar .header-phones-dropdown {
}

.fixed-nav-search-bar .header-phones-dropdown button.dropdown-toggle {
    box-shadow: none !important;
    padding: 9px 6px 9px 6px !important;
    font-size: 12px;
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
}

.fixed-nav-search-bar .btn.btn-info.btn-sm.dropdown-toggle {
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
}

.fixed-nav-search-bar .header-phones-dropdown .dropdown-menu li {
    margin-left: 6px;
}

.fixed-nav-search-bar .header-phones-dropdown .dropdown-menu li a{
    box-shadow: none;
    padding: 7px 6px 7px 6px !important;
    font-size: 12px;
}

/*------------------------------------------------*/
/*--------------[TREATMENT FORM]------------------*/
/*------------------------------------------------*/
.row.bmt-hero-section {
    padding-top: 150px;
}

.form-select-loc {
    position: relative;
}

.treatment-from {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 300px;
    border: 2px solid #4267b2;
}

.treatment-from .form-divider {
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background: #4267b2;
    position: relative;
    top: 22px;
    width: 48px;
    height: 5px;
    border: solid 3px transparent;
    border-radius: 10px;
    margin-bottom: 35px;
}

.treatment-title {
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 33px;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    color: #444;
}

.w50-l {
    margin-right: 10px;
}

.w50-r {
    margin-left: 10px;
}

.form-label {
    color: #808080;
    letter-spacing: 0.2px;
    font-weight: normal;
    font-size: 14px;
}

.bmt-top-line {
    border: solid 4px transparent;
    border-radius: 10px;
    background-color: #4267b2;
    background-origin: border-box;
    width: 60px;
    height: 7px;
    margin-top: 25px;
    margin-bottom: 5px !important;
}

.bmt-frm-radio {
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 14px;
    color: #808080;
}

.bmt-right-from-btn {
    display: flex;
    border: solid 2px transparent;
    border-radius: 20px;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 120px;
    height: 35px;
    text-align: center;
    margin: 25px auto 10px auto;
}

.btn.bmt-from-btn {
    text-decoration: none;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 14px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 25px;
}
.bmt-right-from-btn:hover {
    background: none;
    border: none;
}
.btn.bmt-from-btn:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 7px solid #EBEFF7;
    height: fit-content;
    margin-top: -5px;
}
.form-select {
    background-color: #f3f6f9;
    color: #8a8489;
    line-height: 2.2em !important;
    border-color: #f3f6f9;
    font-size: 14px !important;
    padding: 2px 0;
    padding-left: 15px;
    /*background-image: url(/webroot/css/new-theme/assets/img/download.png);*/
    background-size: 13px;
}

.form-control {
    background-color: #fff;
    color: #999;
    line-height: 1.5em !important;
    border: 1px solid #ced4da;
    font-size: 13px;
    padding: 8px 20px 8px 5px;
    margin-top: 5px;
}

.form-control:focus {
    color: #666 !important;
    background-color: #fff !important;
    border-color: #ced4da !important;
    outline: none !important;
    box-shadow: none !important;
}

.bmt-frm-radio li {
    padding-right: 30px;
    align-items: center;
    display: flex;
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%234267b2'/%3e%3c/svg%3e") !important;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.form-check-input:checked {
    background-color: #aab2c1 !important;
    border-color: #5698b8 !important;
}

#flexRadioDefault1 {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border-color: #4267b2;
    text-align: center;
}

/*------------------------------------------------*/
/*---------------[TOP-HOSPITALS]------------------*/
/*------------------------------------------------*/
.bmt-fav-right p:not(p:nth-child(3)) {
    display: none !important;
}

.bmt-fav-right p {
    overflow: hidden;
    line-height: 2rem;
    max-height: 16rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

img.bmt-fav-arrow {
    margin-top: 60px;
}

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/* Common Style */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

.bmt-main {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container.width-1250 {
    max-width: 1250px;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

/*Header Style Start*/
.row.bmt-header div.col-md-6 {
    margin: auto 0;
}

.row.bmt-header div.col-md-8 {
    margin: auto 0;
}

.logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* Menu style */
.nav-item {
    padding: 8px 0px 8px 25px !important;
}

.nav-item a {
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
}

.nav-link:focus,
.nav-item a:hover {
    color: #fff !important;
}

.navbar-nav.me-auto.mb-2.mb-lg-0 {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Hero Section style */
.bmt-hero {
    padding: 15px 0 60px 0;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.bmt-hero-section div.col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}

.row.bmt-header div.container {
    padding: 0;
}

.hero-title {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero-title span {
    font-weight: bold;
}

.hero-button.d-flex {
    margin-bottom: 15px;
}

.hero-p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.hero-button a {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 80px;
}

.hero-btn-l {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 12px 25px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

.hero-btn-l:hover {
    background-color: transparent;
    color: #fff !important;
}

.hero-btn-r {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 1.5em;
    border-radius: 20px;
    text-align: center;
}

.hero-btn-r:hover {
    background-color: #fff;
    color: #000 !important;
    border: none;
}

.modal-header button.close {
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #fff;
}

/* Available Treatment */
.bmt-slider-at div.carousel-inner {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: -30px;
    margin-top: -55px;
    z-index: 999;
    box-shadow: none;
}

.bmt-available-treatment {
    padding: 100px 0;
}

.bmt-carousel-item1 {
    text-align: center;
    background-color: #fff;
    padding: 40px 20px;
}

.btm-common-title1 {
    font-size: 40px;
    font-weight: 700;
}

.bmt-title {
    color: #fff;
    font-size: 26px;
    padding-bottom: 15px;
    margin-left: 30px;
}

/* Gradient Scrollbar */
.bmt-carousel::-webkit-scrollbar {
    width: 7px;
}

.bmt-carousel::-webkit-scrollbar-track {
    background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
    border-radius: 25px;
}

.bmt-carousel::-webkit-scrollbar-thumb {
    background: transparent;
    /* opacity: 0; should do the thing either */
    box-shadow: 0px 0px 0px 100000vh #d9d9db;
    border-radius: 25px;
}

.bmt-carousel {
    font-family: Consolas;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    max-height: 480px;
    overflow-y: scroll;
    box-shadow: 0 8px 6px -6px #d1d1d1;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

/* Gradient Scrollbar End*/
.bmt-carousel-item1 p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.bmt-carousel-item2 {
    text-align: center;
    background-color: #fafbfb;
    padding: 40px 20px;
}

.btm-common-pera1 {
    color: #999;
    font-size: 18px;
    margin-bottom: 35px;
}

.col-md-5.bmt-fav-right p {
    margin-bottom: 35px;
}

.bmt-carousel-item2 p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.col-md-7.at-left {
    padding-right: 60px;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 570px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.treatment {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 22px 20px 2px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
}

.bmt-slider-button {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
    z-index: 99999;
    position: relative;
}
.close.customClose {
    order: 2;
    margin-left: 15px;
    font-size: 30px;
    background: none;
    line-height: 1rem;
    border: none;
    padding: 8px 7px;
    color: #fff;
    background-color: #000;
}
.carousel-control-prev1,
.carousel-control-next1 {
    background: none;
    border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.col-md-5.at-right {
    margin: auto;
}

.bmt-gradient-btn {
    display: flex;
    justify-content: center;
    border: solid 2px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: fit-content;
    height: 45px;
    text-align: left;
}

.bmt-gradient-btn a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 8px 17px 8px 32px;
    line-height: 24px;
    font-weight: 500;
}

/*Rehabilitation Section Start*/
.bmt-rehabilitation {
    padding-top: 40px;
}

.bmt-slider-button2 {
    text-align: left;
    position: relative;
    top: 80px;
    z-index: 2;
}

.col-md-7.rehabilitation-left {
    padding-right: 50px;
}

.rehabilitation-area {
    background-image: url(assets/img/rehab-bg-1.png);
    background-size: cover;
    padding: 4% 5% 7% 0;
}

.col-md-7.rehabilitation-left img {
    border-top-right-radius: 11%;
}

.col-md-5.rehabilitation-right {
    padding-left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.carousel-caption1.d-md-block {
    width: 100%;
    padding-right: 10%;
    max-width: 530px;
}

.carousel-item.carousel-caption1 {
    bottom: 5rem !important;
    text-align: left !important;
    max-width: 500px !important;
}

.carousel-caption1.d-md-block h5 {
    font-size: 40px;
    font-weight: 700;
}

.carousel-caption1.d-md-block p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #999;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

.col-md-5.bmt-fav-right p {
    color: #999;
    font-size: 18px;
}

.rehab-control button.carousel-control-prev {
    right: 0px !important;
    top: 0 !important;
    bottom: unset !important;
    opacity: 1 !important;
    left: 80%;
    position: absolute;
}

.rehab-control button.carousel-control-next {
    right: 8% !important;
    top: 0 !important;
    bottom: unset !important;
    opacity: 1 !important;
    position: absolute;
}

/* request callback */
#myModalRQ .input.select.required::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    position: absolute;
    padding: 4px 0px 4px 0px;
    top: 21px;
    content: "";
    z-index: 99;
    left: 46px;
}

#myModal2 .input.select.required::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    padding: 4px 0px 4px 0px;
    position: absolute;
    top: 21px;
    content: "";
    z-index: 99;
    left: 50px;
}

.message.success.alert.alert-success.alert-dismissible {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000;
    top: 44vh;
    bottom: 44vh;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1250px;
}
/* Consult a doctor */
/* Our favourite*/
.our-favourite {
    /*padding: 90px 0px 130px 0;*/
}

.bmt-fav-slider div.carousel-inner {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.carousel-control-next img.bmt-fav-arrow {
    width: 25px;
}

.carousel-control-prev img.bmt-fav-arrow {
    width: 25px;
}

.row.bmt-fav-head {
    background-color: #4267b2;
    padding: 10px 30px 10px 30px;
    height: 60px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.our-fav-plus {
    font-size: 40px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    margin-left: -20px;
    margin-right: 10px;
}

span.fa.fa-star {
    font-size: 14px;
}

.fav-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.col-md-7.bmt-fav-top-left h2 {
    display: flex;
}

.bmt-fav-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
}

.col-md-7.bmt-fav-top-left i.fas.fa-plus {
    font-size: 40px;
    padding-right: 20px;
    color: #fff;
}

.col-md-5.bmt-fav-right {
    text-align: left;
    margin: auto;
}

.col-md-7.bmt-fav-left img {
    border-radius: 15px;
}

.checked {
    color: orange;
}

.row.bmt-fav-body {
    background-color: #fff;
    padding: 50px 90px;
}

.col-md-7.bmt-fav-left img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    max-height: 350px;
}

.bmt-fav-country-img {
    width: 30px !important;
    border-radius: 5px;
    margin-right: 10px;
}

.col-md-5.bmt-fav-top-right {
    margin-top: 7px;
    padding-left: 2rem;
    text-align: right;
}

.col-md-5.bmt-fav-top-right p {
    color: #999;
    font-size: 18px;
    text-align: left;
}

.bmt-fav-country {
    display: flex;
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0;
}

.bmt-fav-text {
    font-size: 14px;
    color: #555;
}

.bmt-fav-buttom {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin-bottom: 2em;
}

.col-md-7.bmt-fav-left {
    padding-right: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

/* Patient Section start*/
.bmt-patient {
    padding: 0;
    background-color: #f8f8f8;
}

.p-img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 100%;
    margin-top: 40px;
}

.patient-des {
    font-size: 18px;
    text-align: left;
    color: #999;
    line-height: 2rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}

.patient-pera-title1 {
    text-align: left;
    color: #000;
    font-weight: 700;
}

.col-md-7.patient-col-l {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 60px;
}

.p-button {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 60px;
}

.p-button a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.carousel-caption.bmt-patient-caption {
    width: 84%;
    max-width: 100% !important;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0 !important;
}

.p-info-area {
    margin: auto !important;
    background-image: url(assets/img/patient-stories-circle-2.png);
    max-width: 550px;
    width: 100%;
    max-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.info-gradient-btn {
    display: flex;
    border: solid 2px transparent;
    border-radius: 25px;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: fit-content;
    height: 40px;
    text-align: left;
}

.info-gradient-btn a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding: 8px 10px 8px 25px;
    line-height: 19px;
    font-weight: 500;
}

.p-bg-img {
    width: 100%;
}

.p-info {
    padding: 50px;
}

.carousel-indicators [data-bs-target] {
    opacity: 1 !important;
    background-color: transparent !important;
    text-indent: unset !important;
}

.p-name {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.p-versity {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.p-address {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.p-feadback {
    padding-bottom: 70px;
}

.p-feadback span.fa.fa-star {
    font-size: 10px;
    color: #555;
}

.p-feadback span.fa.fa-star.checked {
    color: #fcb71a;
}

/* Testimonial Style*/
.bmt-testimonials {
    /*background-image: url("assets/img/testimonials-bg-1.png");*/
    background-color: #fff;
    padding: 0px;
}

.testi-img-area {
    min-width: 120px !important;
    margin-right: 10px;
    position: relative;
}

.testi-author-bg-l {
    position: absolute;
    z-index: 999;
}

.testi-author-image-l img {
    border-radius: 100%;
    width: 100% !important;
}

.testi-author-image-l {
    position: absolute;
    z-index: 999;
    width: 80px;
    height: 80px;
}

.testi-author-image-l {
    position: absolute;
    z-index: 999;
    width: 86px;
    height: 86px;
    top: 17px;
    left: 30px;
}

.testi-author-bg-r {
    position: absolute;
    z-index: 999;
    right: -8px;
    width: 111px;
    top: 2px;
}

.testi-author-image-r img {
    border-radius: 100%;
    width: 100% !important;
}

.testi-author-image-r {
    position: absolute;
    z-index: 999;
    width: 80px;
    height: 80px;
}

.testi-author-image-r {
    position: absolute;
    z-index: 999;
    width: 86px;
    height: 86px;
    top: 24px;
    left: 30px;
}

.testi-col {
    background-color: #f3f6f9;
    border-top-right-radius: 50px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    padding: 25px 25px 0 25px;
}

.testi-col p {
    font-size: 0.9em;
    line-height: 2em;
    color: #666;
}

.testi-p {
    color: #999;
    font-size: 15px;
    font-style: italic;
}

.testi-col .testi-author {
    color: #666;
    font-style: italic;
    font-weight: 500;
    font-size: 1.1em;
}

.testi-col .testi-buttom a {
    position: relative;
    bottom: 5px;
    right: 5px;
    font-size: 0.8em;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.testi-author-image-l img {
    width: 86px !important;
    height: 86px;
    top: 17px;
    left: 30px;
}
.bmt-info .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: auto;
    margin-right: auto;
}

.main.bd-grid.owl-carousel.test-carousel.owl-loaded.owl-drag {
    margin: 0;
}

.test-carousel article.choose-slider-item {
    max-width: 100%;
}

/*Info center style*/

.bmt-info {
    background-color: #fff;
    padding-top: 120px;
}

.row.info-head {
    margin-bottom: 40px;
}

.info-title {
    font-weight: 700;
    font-size: 40px;
}
.info-head-right .bmt-gradient-btn {
    margin-left: auto;
}
.col-md-4.info-head-right {
    text-align: right;
    margin: auto;
}

.info-col-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-left: 10px;
}

.testi-buttom a {
    text-decoration: none;
    font-size: 15px;
    text-align: right;
    background-color: #f2f2f2;
    padding: 5px 10px;
    color: #555;
    border-radius: 5px;
    box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.5);
}

.testi-buttom {
    padding-bottom: 5px;
    text-align: right;
    margin-right: -20px;
}

.col-md-6.testi-left {
    display: flex;
    padding-left: 6%;
}

.testi-left {
    display: flex;
    padding-left: 6%;
}

.testi-title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.bmt-testimonials span.carousel-control-next-icon {
    height: 18px !important;
}

.bmt-testimonials span.carousel-control-prev-icon {
    height: 18px !important;
}

.bmt-testimonials button.carousel-control-next,
.bmt-testimonials button.carousel-control-prev {
    opacity: 1 !important;
    height: 35px !important;
    width: 35px !important;
    background-color: #fff !important;
    margin-top: 60px !important;
    margin-bottom: auto !important;
    border-radius: 5px !important;
}

.col-md-6.testi-right {
    display: flex;
    padding-right: 6%;
}

.info-name {
    font-size: 24px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.info-post-details {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #666;
}

.col-sm-5.info-count {
    text-align: right;
    margin-bottom: auto;
    margin-top: auto;
}

.info-short-des {
    font-size: 15px;
    color: #999;
    line-height: 1.3rem;
}

.info-post-details {
    margin-bottom: 15px;
}

.info-author-date {
    font-size: 12px;
    color: #777;
}

.col-sm-4.info-count {
    text-align: right;
}

.info-like {
    padding-right: 15px;
}

/* Why choose section */
.bmt-choose {
    background-color: #fff;
    padding: 130px 0 0px 0;
    margin: auto;
}

.owl-nav {
    display: none;
}

.choose-slider-item {
    max-width: 501px;
    width: 100%;
    max-height: 739px;
    height: auto;
    padding-bottom: 10px;
}

.choose-slider-content {
    position: absolute;
    padding: 55px 25px 15px 25px;
    z-index: 9999;
    display: none;
}

.choose-slider-title-black {
    color: #333;
    font-size: 24px;
    font-weight: 700;
}

.choose-slider-des-black {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.choose-slider-title-white {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.choose-slider-des-white {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.col-md-3.choose-left-sec {
    margin: auto;
}

.Choose-left-title {
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

.choose-left-content {
    color: #999;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: 230px;
}

/* Patient Stories Style*/
.bmt-pstories {
    background-color: #4267b2;
    padding: 120px 0;
}

.container-fluid.contact-map {
    padding: 0;
    margin-bottom: -400px;
}

/* Footer style start */
/*Widget style */
.bmt-footer {
    background-image: url("assets/img/footer-bg-1.png");
    background-color: #fff;
    background-position: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.common-footer {
    background-image: url("img/footer-bg-img1-fb.png");
    background-position: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999;
    position: relative;
    background-color: transparent;
}

.bmt-widget {
    padding: 400px 0 40px 0;
}

.widget-col {
    list-style: none;
    padding-left: 0;
}

Flyer
Greeting
Card
Logo
Manipulation
Pattern
Design
Post
Card
T-Shirt
.widget-col {
    list-style: none;
    padding: 0;
}

.bmt-widget-title {
    color: #fff;
    font-size: 18px;
}

.widget-col a {
    text-decoration: none;
    color: #fff;
    padding-right: 5px;
    font-size: 16px;
    line-height: 30px;
}

.widget-title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    width: 200px;
}

.widget-col li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.select_box .select-styled {
    padding: 8px 15px;
    background: transparent;
    color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    line-height: 13px;
    height: 30px;
}

.select_box .select-styled:after {
    height: 0;
    width: 0;
}

.select_box .select_box select {
    padding: 2px 5px 5px 5px;
    right: 0px;
}
/*.select_box:after {*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 6px solid transparent;*/
/*  border-right: 6px solid transparent;*/
/*  border-top: 6px solid #fff;*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  right: 5px;*/
/*  content: "";*/
/*  z-index: 99;*/
/*}*/

.select_box select {
    width: 100%;
    border: 0;
    position: relative;
    z-index: 999;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 2px 5px 5px 5px;
    right: 2px;
}

.select_box select option {
    color: #555 !important;
    background-color: #ebf5f3;
}

/* Footer buutom */
.bmt-footer-buttom {
    border-top: 1px solid #fff;
    padding: 30px 20px 15px;
}

.bmt-footer-buttom .container-fluid.footer-buttom {
    max-width: 1600px;
}

.d-flex.footer-left-menu {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer-left-menu li a {
    text-decoration: none;
    color: #fff;
    padding-right: 5px;
    font-size: 13px;
}

.widget-col i {
    border: 1px solid #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
}

.copyright {
    font-size: 13px;
    text-align: right;
    margin: 0;
    color: #fff;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

.carousel-caption {
    max-width: 600px !important;
    top: 65px !important;
}

.treatment-from div.row {
    width: 100%;
    display: block;
    --bs-gutter-x: 0rem;
}

.carousel-caption1.d-md-block h5 {
    font-size: 40px;
}

.choose-left {
    max-width: 350px !important;
    text-align: left;
    /*float: right;*/
    margin-right: -185px !important;
}

.info-content {
    padding: 20px 35px;
    background-color: #fff;
}

.d-flex.footer-left-menu {
    display: inline-flex !important;
    text-align: left !important;
}

.row.bmt-hero-section.mobile {
    display: none;
}

.owl-carousel .owl-stage {
    display: flex;
    transition: all 2s ease 0s;
}

/* Common page style area start */
/* Commn header area start*/
.mission-l {
    padding-left: 0;
}

.mission-r {
    margin: auto;
}

.common-hero {
    min-height: 60px;
    background-position: bottom;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.common-title {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

/* Our mission area start */
.our-mission-area {
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-align: center;
}

.mission-shor-des {
    font-size: 20px;
    color: #666;
    padding: 0 16%;
    line-height: 2rem;
}

.mission-title {
    font-size: 36px;
    font-weight: 300;
    color: #212529;
    margin-bottom: 20px;
}

.mission-r p {
    font-size: 16px;
    line-height: 2rem;
    color: #666;
    text-align: left;
}

.row.our-mission {
    margin-bottom: 50px;
}

.row.our-mission-bottom {
    margin-top: -1px;
    padding: 50px 30px 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}
.list-inner-certify .swiper-slide.hc.swiper-slide-active {
    transform: scale(1);
}
/* About hospital area start*/
.about-hospital-sidebar .sidebar-img-list {
    justify-content: flex-start;
}

.about-hospital-sidebar .sidebar-img-list img {
    height: 30px;
    width: auto;
}

.about-hospital-sidebar .sidebar__certs {
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    padding-top: 0;
    margin-bottom: 20px;
}
.sidebar__certs .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: 0;
}
.about-hospital-sidebar .sidebar-inner-container {
    padding: 0 0 30px 30px;
}

.about-hospital-sidebar .send__request {
    margin-top: 15px;
}

/* About hospital area end*/
.bmt_accommodation .goto-info {
    margin-left: 0 !important;
}

.accordion__heading:not(.ah_1) {
    margin-top: 50px !important;
}

/*--Accomodation Sidebar--*/
.bmt_accommodation_sidebar .widget-list li {
    align-items: center;
    display: flex;
}

.bmt_accommodation_sidebar .widget-list li:before {
    font-family: "fontawesome";
    color: #4267b2;
    padding-right: 5px;
    font-size: 1.5em;
}

.a_toilet:before {
    content: "\f7bd";
}

.a_wifi:before {
    content: "\f1eb";
}

.a_meal:before {
    content: "\f2e7";
}

.a_shower:before {
    content: "\f2cd";
}

.a_tv:before {
    content: "\f26c";
}

.bmt_accommodation_sidebar .s-btn-top-title {
    padding-bottom: 10px;
    font-weight: 600;
}

/*============================
| SINGLE DEPT PAGE
============================*/
.dpt-dr {
    margin-bottom: 30px !important;
}

.dpt-title {
    font-weight: 800;
}

.sd_docs_desc p {
    font-size: 0.9em;
    margin-bottom: 0;
    line-height: 1.5em;
}

.sd_docs_desc p:first-child {
    font-weight: 800;
}

.input-group.sidebar-search input {
    border-radius: 3px !important;
    border: 1px solid #87a6c9;
    width: 100%;
}

.sidebar-search span.input-group-text {
    background: none;
    padding: 0;
    margin-top: 5px;
    height: auto;
    border: none;
}

.single-dept .sidebar__certs {
    border-top: none;
}

.single-dept .sidebar-img-list img {
    height: 30px;
    width: auto;
}

.single-dept .sidebar-img-list {
    justify-content: flex-start;
}

.single-dept .sidebar-inner-container .sidebar__certs {
    padding: 30px;
}

.single-dpt-content p {
    font-size: 16px;
    color: #666;
    line-height: 2rem;
    text-align: left;
}

.single-dpt-title {
    border: 5px solid rgb(228, 228, 228);
    margin-bottom: 5px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    width: fit-content !important;
    padding: 10px 30px 0px 15px !important;
    border-radius: 0px 100px 100px 0px;
}
.single-dpt-title h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.single-dept .dpt-tablinks.active {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.single-dept .dpt-tablinks {
    margin-right: 5px;
}

.single-dept .goto-info {
    margin-left: 0;
}

/* Our services area start */
.container-fluid.sevices-full-width {
    background-image: url("assets/img/about-us-our-services-bg-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    /* background-image: linear-gradient(to right, #4267b2, #87a6c9); */
}

.col-md-6.services-r {
    background-size: cover;
    padding: 30px 50px 20px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.services-title {
    font-size: 36px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.services-short-des {
    font-size: 16px;
    line-height: 2rem;
    color: #333;
    text-align: left;
}

/* Our services area end */
/* Our mission area start */
.container.width-1250.mission {
    padding-bottom: 70px;
    margin-top: 50px;
}

/*--PRIVACY POLICY PG--*/
.pvcy_head_ttl_M {
    border: 5px solid rgb(228, 228, 228);
    font-size: 36px;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 30px;
    margin-top: 10px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    width: fit-content;
    padding: 20px 40px 15px 30px;
    border-radius: 0px 100px 100px 0px;
}

.privacy-title_M {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height:2rem;
}

.container.width-1250.privacy-policy {
    margin-top: 30px;
}

.privacy-toc {
    padding: 30px;
    border-radius: 10px;
    transition: all 0.8s ease;
}

.privacy-toc h5 {
    color: #666;
    font-weight: 400;
    padding-bottom: 5px;
    padding-right: 50px;
    width: fit-content;
    text-transform: none !important;
}

.privacy-policy h5:not(.privacy-toc h5) {
    padding-top: 80px;
    font-size: 20px;
    line-height: 2rem;
    color: #4267b2;
    font-weight: 600;
    text-transform: uppercase;
}

.privacy-toc ul {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.privacy-toc ul li {
    padding-bottom: 10px;
}

.privacy-toc ul li a {
    color: #87a6c9;
    position: relative;
    font-size: 1em;
}

.privacy-toc ul li a:hover,
.privacy-toc ul li a:focus,
.privacy-toc ul li a:active,
.pp-link-active {
    color: #4267b2 !important;
    font-weight: 600;
}

.privacy-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 40px;
    margin-top: 20px;
    text-transform: capitalize;
    color: #4267b2;
}

.pp-content-area p {
    padding-right: 50px;
}

.privacy-policy p span {
    color: #333;
    font-weight: 600;
}

/* Our mission area end */
/* Our advantages area start */
.advantages-l {
    margin: auto;
}

.col-md-7.advantages-l {
    margin: auto;
}

/* Accoroding area start */
.accordion-body {
    background-color: #f2f9ff !important;
}

.advantages-title {
    font-size: 36px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.advantages-img img {
    width: 90%;
    margin-top: 50px;
}

.accordion-button {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff !important;
    font-size: 1rem;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.accordion-button::after {
    content: "+" !important;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 1.3rem;
    background: none !important;
}

/* Accoroding area end */
/* Privacy area start */
.container.width-1250.privacy-policy2 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.privacy-content-area1 {
    text-align: center;
    padding: 50px;
}

.col-md-12.privacy-content-area {
    margin: auto;
}

.container.width-1250.privacy-policy p {
    font-size: 16px;
    line-height: 2rem;
    color: #666;
}

.prvacy-gradient-btn {
    display: flex;
    border-radius: 25px;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: fit-content;
    height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.prvacy-gradient-btn button:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 7px solid #EBEFF7;
    height: fit-content;
    margin-top: -5px;
}
.prvacy-gradient-btn button {
    background: #fff;
    border: 2px solid #3f67b2;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 7px 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    align-items: center;
}

.prvacy-gradient-btn a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 8px 24px 8px 24px;
    line-height: 24px;
    font-weight: 500;
}

.privacy-qtitle {
    font-size: 30px;
    color: #666;
    font-weight: 300;
    line-height: 2rem;
}

/* Privacy area end */
/* How it works area start */
.container.width-1250.how-it-works {
    margin-top: 130px;
}

.how-it-item {
    margin-bottom: 40px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 45px;
    transform: skewX(-10deg);
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.col-md-6.how-it-works-l img {
    width: 80%;
}

.how-it-item.d-flex.one {
    position: relative;
    right: -250px;
}

.how-it-item.d-flex.two {
    position: relative;
    right: -150px;
}

.how-it-item.d-flex.three {
    position: relative;
    right: -45px;
}

.how-it-item.d-flex.four {
    position: relative;
    right: -100px;
}

.how-it-item.d-flex.five {
    position: relative;
    right: -200px;
}

.col-md-6.how-it-works-l {
    margin: auto;
}

.how-it-item img {
    max-width: 116px;
    max-height: 116px;
    padding: 10px 15px 10px 10px;
    width: 100%;
    transform: skew(10deg);
    text-align: left;
    margin: auto;
}

.how-it-item-p {
    font-size: 14px;
    color: #666;
    margin: auto;
    line-height: 1.5rem;
    padding: 15px 20px 15px 50px;
    transform: skew(10deg);
}

/* How it works area end */
/* Become a partner area start */
.container-fluid.become-partner-full-width {
    position: relative;
    padding: 70px 0 20px 0;
    min-height: 600px;
    height: auto;
}

h3.become-partner-title {
    font-size: 36px;
    line-height: 3rem;
    margin-bottom: 30px;
    color: #333;
    font-weight: 300;
}

.become-partner-title span {
    font-weight: 600;
    color: #333;
}

p.partner-des {
    font-size: 16px;
    color: #666;
    line-height: 2rem;
}

.col-md-5.become-partner-l {
    position: absolute;
    width: 44%;
    right: 0;
    margin-right: 0;
    padding-right: 0;
}

#bp-info-btn {
    color: #fff;
    border-radius: 50px;
    padding: 12px 50px;
    font-size: 14px;
    letter-spacing: 1.5px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none;
    text-decoration: none;
}

#bp-info-btn:hover {
    color: #fff !important;
}

.bp-info-header {
    background-color: #4267b2;
    padding: 0px 30px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    height: 60px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

h5.bp-info-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 24px;
    padding: 18px 0;
    margin-bottom: 0;
}

.bp-info-label {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 2rem;
}

span.required-star-color {
    color: red;
}
.terms-foot-section .form-check-input {
    border-radius: 100% !important;
    margin-right: 5px;
    height: 14px;
    width: 14px;
    background-color: #fff !important;
}
.become-section .form-control:focus {
    border: 1px solid #ced4da !important;
}
.terms-foot-section label {
    display: flex;
    align-items: center;
}
.terms-foot-section a {
    text-decoration: none;
    color: #666;
}

.bp-info-body .form-control {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    /*margin-bottom: 15px;*/
    /*padding: 3px 10px;*/
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}
.btn-partner button {
    padding: 12px 30px;
    border-radius: 10px !important;
    border: none;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #4368b2 !important;
    border: 1px solid #4368b2 !important;
}

.bp-info-body {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
}

.bp-info-condition {
    font-size: 15px;
    color: #999;
    line-height: 20px;
}

.bap-info-button {
    text-align: center;
    margin-top: 20px;
    max-width: 320px;
    width: 100%;
    margin: 20px auto 0;
}

#bp-info-button {
    color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    margin-top: 20px;
    font-size: 16px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none;
    width: 100%;
    letter-spacing: 1px;
}

/*======================================
| Contact Us Form
======================================*/
#contactUsForm input,
#bcpformname input,
#contactUsForm textarea,
#bcpformname textarea,
.bp-info-body .form-control {
    border: none;
    border-bottom: 2px solid rgb(66, 103, 178, 0.3);
    border-radius: 0 !important;
}
#contactUsForm input:focus,
#bcpformname input:focus,
#contactUsForm textarea:focus,
#bcpformname textarea:focus,
.bp-info-body .form-control:focus {
    border: none !important;
    border-bottom: 2px solid rgb(66, 103, 178, 0.8) !important;
}
#contactUsForm label,
#bcpformname label {
    opacity: 0.6;
}
.contact-section h2 {
    margin-bottom: 30px;
}
#contactUsSubmitBtn {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border-radius: 5px;
    padding: 7px 45px;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: 5px solid rgb(135, 166, 201, 0.2);
    text-transform: uppercase;
    transition: all 0.4s ease;
}
#contactUsSubmitBtn:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999;
}
#contactUsForm textarea,
#bcpformname textarea {
    padding-left: 0;
    opacity: 0.9;
    font-size: 0.9em;
}
#contactUsForm #loader-contacts {
    width: 30px;
    float: left;
    top: -32px;
    position: relative;
    left: 150px;
}
/*======================================
| Contact Us Form
======================================*/
.message.success.alert.alert-success.alert-dismissible {
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    color: #fff;
    width: 50%;
    border-radius: 7px;
    padding: 50px;
    border: 0;
    box-shadow: 0 0 7px rgb(0 0 0 / 90%);
}
.message.success.alert.alert-success.alert-dismissible .close {
    background: rgb(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.message.success.alert.alert-success.alert-dismissible.hidden {
    visibility: hidden;
}

/* Become a partner area end */
/* Contact page style start */
.contact-page {
    background-color: #fff;
    padding: 50px 0;
}

.contact-col1 {
    width: 19% !important;
}

.contact-col2 {
    width: 25% !important;
}


.con-title {
    font-size: 25px;
    line-height: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.cont-lbl_M label {
    font-size: 14px;
}

h4.contact-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem;
    font-family: "Poppins", sans-serif;
    margin-right: 20px;
}

.bap-info-button2 #bp-info-button {
    width: 100%;
    padding: 8px;
}

.contact-title {
    font-size: 22px;
    color: #212529;
    line-height: 2rem;
    font-weight: 600;
}

.container.width-1250.contact-area {
    margin-top: 100px;
}

.row.blog-comment-M {
    margin: 20px 20px 0px 20px;
}

.bap-info-button3 {
    text-align: right;
}

.single-comment-form input {
    margin: 0;
}

.single-post-sidebar-M {
    /* background-color: #87a6c9 !important; */
    background-color: rgb(135, 166, 201, 0.1) !important;
    border-radius: 5px;
}

.fixed-height-sidebar-M h3 {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

.bap-info-button3 button {
    border-radius: 5px;
    padding: 8px 80px;
    margin-top: 20px;
    font-size: 16px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.single-comment-form {
    margin-top: 50px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    padding: 40px;
}
.single-comment-form button {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: none;
    padding: 8px 15px;
}

.contact-address .select_box {
    height: 40px !important;
    max-width: 100%;
    margin-right: 0;
    padding: 0 5px;
}

.contact-address select {
    color: #666;
}

.contact-address select {
    color: #666;
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
}

.row.contact-address select {
    color: #999;
    border: 1px solid #999;
    height: 30px;
    line-height: 1.3rem;
    font-size: 16px;
    border-radius: 5px;
}

.contact-address2 {
    margin-bottom: 50px;
    margin-top: 20px;
    display: flex;
    width: 100%;
}

.goto-sideber1.left-src-form {
    background-color: #f2f9ff;
}

.sidebar-btn {
    width: 100%;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border: none;
    border-radius: 5px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    font-weight: 400 !important;
    padding: 5px 0px;
    color: #fff !important;
}

.sidebar-search .sidebar-btn {
    margin-top: 10px;
}

.sidebar-tratment {
    line-height: 1.5rem;
}

.sidebar-tratment a {
    font-size: 15px;
    color: #4267b2;
    text-decoration: none;
}

#form1 {
    height: 40px;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    margin: 0;
}

.con-add-col {
    min-height: 150px;
    background-color: #fafafa;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.d-flex.select.s-con {
    padding-right: 25px;
}

.ex-col {
    display: grid;
}

.con-add-col p {
    color: #999;
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 0;
}

.con-add-col a {
    text-decoration: none;
    color: #999;
    font-size: 14px;
    line-height: 2rem;
}

.con-add-col img {
    width: 40px;
    margin-right: 10px;
}

.bp-info-button {
    margin-bottom: 50px;
}

.container-fluid.contact-map {
    padding: 0;
    margin-bottom: -400px;
    z-index: 99;
    position: relative;
}

/* Contact page style end */
/* Goto page area start */
.goto-header {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.col-md-12.goto .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.col-md-12.goto .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.col-md-12.goto2 {
    padding: 10px 11px;
}

.goto-btn.d-flex {
    list-style: none;
    padding-left: 0;
}

.goto-btn li {
    padding: 0;
    width: 25%;
    text-align: center;
    display: flex;
    border: solid 2px transparent;
    border-radius: 0;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 60px;
    border-right: 0px;
}

.goto-btn li:last-child {
    border-right: 2px solid transparent;
}

.goto-btn li a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    margin: auto;
    line-height: 42px;
}

.goto-btn li.active {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none;
}

.goto-btn li.active a {
    color: #fff;
}

.goto-btn li.active a:hover {
    color: #fff !important;
}

.goto-gradient h4 {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    text-align: left;
    color: #fff;
    font-weight: 300;
    padding: 8px 15px;
    font-size: 22px;
    line-height: 2rem;
    margin-bottom: 15px;
}

p.s-btn-top-title {
    margin-bottom: 10px !important;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    line-height: 1.5rem;
    color: #333;
    padding-top: 10px;
}

.row.dpt-dr {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 0;
}

.dpt-dr .col-md-8 {
    margin: auto;
}

.dpt-dr .col-md-8 h2 {
    text-align: center;
}

.row.dpt-dr h2 {
    color: #333;
    font-size: 1.5rem;
    line-height: 2rem;
}

.dpt-top-r {
    margin: auto;
    margin-top: auto;
    padding: 30px 0;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.dpt-top-r img {
    border-radius: 100%;
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 3px;
}
.bmt-gradient-btn.load-more-btn_M {
    display: none;
}

.dpt-title {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.dpt-dr-name {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.tab.dpt-post-tab {
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 6px;
    border-radius: 100px;
    width: fit-content;
    margin-left: 10px;
}

.single-dept .col-md-12.goto-info {
    margin-left: 0;
}
.listing__tabs .col-md-12.goto-info {
    margin-left: 0;
}
.blog-list-main .col-md-4 {
    position: relative;
    right: 0;
}

.goto-content .tabcontent {
    margin-top: 15px;
}

.tabcontent h2 {
    position: relative;
    width: fit-content;
    padding-right: 100px;
    font-size: 1.5rem;
}
.tabcontent h2 strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(to right, #4267b2, #87a6c9);
}
.tabcontent h2 strong {
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.goto-content h2 {
    position: relative;
    width: fit-content;
    font-size: 1.5rem;
}
.goto-content h2 strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(to right, #4267b2, #87a6c9);
}
.goto-content h2 strong {
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.dpt-tablinks {
    background-color: #f2f2f2;
    border: none;
    color: #333;
    border-radius: 100px;
    padding: 15px 30px;
    text-align: center;
}

.dpt-tablinks:hover {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.dpt-tablinks.active {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.col-md-12.goto-info {
    margin-top: 20px;
    margin-left: 20px;
}

.goto-flag img {
    width: 20px;
    margin-right: 8px;
    border-radius: 3px;
}

.goto-versity {
    font-size: 34px;
    color: #666;
    line-height: 2rem;
    font-weight: 300;
}

p.goto-address {
    font-size: 13px;
    line-height: 1.3em;
}

.goto-cat {
    font-size: 20px;
    color: #999;
    line-height: 2rem;
    margin-bottom: 25px;
}

.goto-feadback.d-flex {
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.3em;
    color: #999;
}

.goto-star-checked {
    margin-left: 10px;
}

.goto-star-checked .fa.fa-star {
    font-size: 11px;
}

.col-md-8.gca-right p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.8rem;
    padding-left: 15px;
}

.dept-inner-text-M {
    border-left: solid 2px transparent;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 20px;
}

.goto-sidebar-btn a {
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    border: none;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.goto-sidebar-btn {
    text-align: center;
}

.dr-area {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.dr-name {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 20px;
}

h4.dr-designation {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
}

.doc-img img {
    width: 90px;
}

.dr-area li {
    margin: auto;
}

.dr-des {
    font-size: 18px;
    line-height: 2rem;
    color: #999;
}

.dr-btn {
    text-align: right;
}

.dr-btn a {
    text-align: center;
    font-size: 18px;
    color: #666;
    text-decoration: none;
    line-height: 2rem;
}

.goto-sideber1 {
    background-color: #f2f9ff;
    padding: 30px 40px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #666;
    line-height: 2rem;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.personal-coordinator-block {
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
}

.personal-coordinator-block-header {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

.personal-coordinator-block-img-div {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.personal-coordinator-block-img-div img {
    height: 100px;
}

.personal-coordinator-block-header small {
    font-size: 0.8em;
}

.personal-coordinator-block-body {
    padding: 5px 0 20px 0;
}

.personal-coordinator-service-item {
    display: block;
    border-bottom: 1px solid #ddd;

    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5rem;
}

.personal-coordinator-service-item .btn {
    width: 320px;
    max-width:95%;
    text-align: center;
    display: block !important;
}

.personal-coordinator-block .btn-primary {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 2px solid #EBEFF7;
    height: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 7px 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 2em;
    margin-top: -5px;
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    position: relative !important;
    right: auto  !important;
    bottom: auto !important;
}

.hospital-list-main .personal-coordinator-block .btn-primary {
    padding: 7px 20px !important;
}

.personal-coordinator-block .btn-primary:hover {
    background: #fff;
    border: 2px solid #3f67b2;
    color: #000;
}

.personal-coordinator-block .btn-primary.send__request-green {
    background: linear-gradient(to right, #94d368, #94d368);
    border: 2px solid #fff;
}

.personal-coordinator-block .btn-primary.send__request-blue {
    background: linear-gradient(to right, #4267b2, #4267b2);
    border: 2px solid #fff;
}

.personal-coordinator-block .btn-primary.send__request-red {
    background: linear-gradient(to right, #ff6252, #ff6252);
    border: 2px solid #fff;
}

.personal-coordinator-block .btn-primary.send__request-orange {
    background: linear-gradient(to right, #ffb449, #ffb449);
    border: 2px solid #fff;
}

.sticky__sidebar {
    width: 100%;
}

.sticky__sidebar.sticky__sidebar_starts {
    width: 392px;
    height: fit-content;
}
.title a {
    text-decoration: none;
}
i.icon-not-hover.fas.fa-arrow-right:before {
    opacity: 1;
}

.sidebar-img-list {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sidebar-img-list img {
    width: 60px;
}
.widget-img-list .col-sm-6.sm-w-50 {
    font-size: 1em;
    padding-bottom: 1.8em;
    color: #333;
}

.widget-list {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0px;
}

.widget-list li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.widget-list li img {
    width: 30px;
}

.widget-list li p {
    color: #666;
    font-size: 0.9em;
    margin: auto 0;
    text-align: left;
    padding-left: 5px;
}

.goto-sideber1 h3 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.goto-sideber1 h4 {
    font-size: 20px;
    color: #333;
    line-height: 2rem;
}

/* Gradient Scrollbar */
/*
.fixed-height-sidebar::-webkit-scrollbar {
  width: 7px;
}

.fixed-height-sidebar::-webkit-scrollbar-track {
  background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
  border-radius: 25px;
}

.fixed-height-sidebar::-webkit-scrollbar-thumb {
  background: transparent;
 // opacity: 0; should do the thing either
  box-shadow: 0px 0px 0px 100000vh #d9d9db;
  border-radius: 25px;
}
*/
.fixed-height-sidebar {
    background-color: #fff;
    max-height: 400px;
    overflow-y: scroll;
}

/* Gradient Scrollbar End*/
.widget-sidebar-ul {
    display: block;
    list-style: none;
    padding-left: 0;
}

.widget-sidebar-ul li {
    display: flex;
    align-items: center;
}


.widget-sidebar-ul li img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.widget-sidebar-ul li p {
    padding-left: 10px;
}

.goto-sf {
    list-style: none;
    font-size: 18px;
    color: #999;
    line-height: 2rem;
    padding-left: 10px;
}

/* Goto page area end */
/* Single post page area start*/
#show__reply_box {
    margin-top: 40px;
    margin-right: 30px;
}

.container.width-1250.single-post {
    padding: 50px 0;
}

.single-title {
    font-size: 36px;
    line-height: 2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
}

.tab.single-post-tab .owl-item {
    margin-left: 2px;
}

.single-cat {
    font-size: 13px;
    color: #999;
    line-height: 1.5rem;
}

.col-md-6.meta-r {
    font-size: 13px;
    color: #999;
    text-align: right;
    line-height: 1.2rem;
}

.row.meta-area {
    margin-bottom: 15px;
}

.tab.single-post-tab {
    position: relative;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 1000px;
    padding: 6px;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.item .single-tablinks {
    width: 100%;
}

.single-comment-form .form-control {
    margin-top: 15px;
}
.single-tablinks {
    text-decoration: none;
    text-align: center;
    flex-basis: 50%;
    font-weight: 500;
    padding: 1em;
    position: relative;
    border-radius: 6px;
    transition: color 0.8s ease;
    user-select: none;
    cursor: pointer;
    letter-spacing: -0.5px;
    color: #000;
    border-radius: 100px;
    border: none;
    background-color: #f2f2f2;

}

a.single-tablinks {
    text-decoration: none;
    display: block;
}

.single-tablinks:hover {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.single-tablinks.active {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}
a.single-tablinks:active {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.single-post .single-post-tab-container {
    margin-bottom: 25px;
}

h3.comment-title {
    font-size: 20px;
    color: #fff;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 5px 20px;
    border-radius: 50px;
    width: -webkit-fill-available;
    position: relative;
}

.single-post .single_comment_container {
    height: 130px;
    overflow: hidden;
}

.comment-title .fa-caret-down {
    position: absolute;
    right: 20px;
    top: 10px;
}

.col.comment-item-img {
    max-width: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80px;
}

.col.comment-item-img i {
    color: #f9fafb;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 6px;
    border-radius: 50px;
}

.com-title {
    font-size: 15px;
    color: #333;
    line-height: 2rem;
    margin-bottom: 0px;
}

.com-content {
    font-size: 14px;
    color: #666;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.tabcontent p {
    font-size: 16px;
    color: #666;
    line-height: 2rem;
    text-align: left;
}

.input-group.sidebar-search {
    display: block;
}

.commen-btn {
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border: none;
    border-radius: 5px !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 8px 50px;
    color: #fff;
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

h5.search-title {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    text-align: left;
    line-height: 1.5rem;
}

.gradient-line {
    border: solid 1px transparent;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gradient-line2 {
    border: solid 1px transparent;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #87a6c9, #4267b2);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all programe page start*/
.bmt-select-program {
    margin-top: 100px;
}

/*--RESULT FOR--*/
.headline__result {
    height: 40px;
    overflow: hidden;
    position: relative;
    float: left !important;

}

.headline__result:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #1770b8;
    transition: 0.3s ease-in-out;
}

.headline__result--visible:before {
    height: 100%;
}

.result__span {
    transform: translateX(-100%);
    padding-left: 1.3em;
    font-size: 0.8em;
    line-height: 1.3;
    font-weight: 400;
    word-break: break-word;
    display: block;
    transition: 0.8s ease-in-out;
    color: #666;
}

.result__span span {
    font-weight: 600;
}

.result__span--visible {
    transform: translateX(0);
    transition-delay: 0.6s;
}

/*--LISTING TABS--*/
.listing__tabs {
    margin-top: 100px;
    margin-bottom: 15px;
}

.tabs__container {
    position: relative;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 1000px;
    padding: 6px;
    background: #f2f2f2;
}

.tabs__container:before {
    z-index: 0;
    content: "";
    position: absolute;
    transform: translateX(var(--background-offset));
    width: calc(50% - var(--outer-padding));
    height: calc(100% - var(--outer-padding) * 2);
    background-color: #251d5a;
    border-radius: var(--border-radius);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs__button:hover {
    color: #fff;
}

.tabs__button {
    text-decoration: none;
    text-align: center;
    flex-basis: 50%;
    font-weight: 500;
    padding: 1em;
    position: relative;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
    letter-spacing: -0.5px;
    color: #000;
    margin-right: 5px;
}

.tabs__button:focus {
    box-shadow: inset 0 0 0 2px #251d5a;
}

.tabs__button[aria-selected="true"] {
    color: #fff;
    background: linear-gradient(to right, #4267b2, #87a6c9);
    border-radius: 1000px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.tabs__button:hover {
    color: #fff !important;
    background: linear-gradient(to right, #4267b2, #87a6c9);
    border-radius: 1000px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/*-- LISTING SLIDER --*/
.goto-info {
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
    width: fit-content;
    padding-right: 100px;
}

.listing__slider {
    background: transparent;
    margin: 40px 0 80px 0;
    height: 200px;
    display: block;
    perspective: 1000px;
    position: relative;
}


.listing__slide-description {
    overflow: hidden;
}

.listing__slide-container {
    padding: 8px;
    border-radius: 25px;
    background-image: linear-gradient(#87a6c9, #4267b2), linear-gradient(to right, #87a6c9, #4267b2);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.listing__slide-container img {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    transition: all 0.8s ease;
}
.listing-area .swiper-slide.swiper-slide-active img:hover {
    /*transform: scale(1.5);*/
}



/*-- Select Program --*/
.gca-left img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    border: 2px solid #4267b2;
    margin-bottom: 10px;
}

.gca-left {
    text-align: center;
}

.gca-left p {
    margin-bottom: 0px;
}

.gca-right p {
    margin-bottom: 5px;
}

.goto-content-area p {
    margin-bottom: 0;
}

.goto-content-area.row {
    margin-bottom: 15px;
}

.sb-top {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

.gca-left {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: auto;
}

.goto-content-area .col-md-4 {
    position: relative;
}

.program-ac-item {
    padding-bottom: 30px;
}

.gca-right {
    margin: auto;
}

.dpt-doctor h3,
.dpt-doctor h3 a{
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.headline__result.n-float.headline__result--visible {
    float: none !important;
}

.dpt-doctor .goto-content-area.row {
    margin-bottom: 35px;
    padding: 0px 0px 0px 30px;
    border-radius: 60px 0px 0px 60px;
    background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
    background-origin: border-box;
    background-clip: content-box, border-box;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.col-md-8.gca-right {
    margin: auto;
    padding: 30px 30px;
}

.read-more-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}

.read-more-btn a {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    color: #4267b2;
}

.dpt-doctor p {
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 300;
}

.read-more-btn .fa-arrow-right:before {
    opacity: 1;
    padding-left: 7px;
}

.read-more-btn a:hover .fa-arrow-right:before {
    opacity: 1;
}

.read-more-btn2 {
    font-size: 15px;
    color: #333;
    display: flex;
    justify-content: end;
    text-decoration: none;
    line-height: 1.5rem;
    margin-top: 10px;
    align-items: center;
}

.read-more-btn2 .fa-arrow-right:before {
    opacity: 1;
    padding-left: 7px;
}

.read-more-btn2 a:hover .fa-arrow-right:before {
    opacity: 1;
}

/*-- LISTING ACCORDIONS --*/
.accordion__heading {
    position: relative;
    width: fit-content;
    padding-right: 100px;
    margin-bottom: 30px;
}

.accordion__heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(to right, #4267b2, #87a6c9);
}

/*--Accordion Content--*/
/*.goto-content-area {*/
/*    padding-right: 50px;*/
/*}*/

.goto-content-area p {
    font-size: 0.85em;
    color: #666;
}

/*-- INFO CENTRE --*/
.blog-list-main .texts p {
    line-height: 1.8em;
    max-height: 16rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.list-inner-certify {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.single-post-img-overlay {
    transition: all 0.4s ease;
    transition-delay: 0.05s;
}

.blog-list-main a.container:hover .single-post-img-overlay {
    opacity: 0.2;
}

/*--LISTING SIDEBAR--*/
.listing__sidebar {
    padding-left: 50px;
    margin-top: -100px;
}

.sidebar__certs .sidebar-img-list {
    justify-content: center;
}

.sidebar-inner-container {
    padding: 0 0 30px 0px;
    /*transition: all 0.8s ease;*/
}

.sidebar__certs {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

.program__heading {
    padding-left: 8px;
    margin-bottom: 20px;
}

.program__heading p {
    font-size: 0.9em;
    line-height: 1.5rem;
    color: #333;
    margin-bottom: 5px;
}

.program__heading h3 {
    font-size: 1.3em;
}

.program__heading_inner {
    margin-top: 10px;
    margin-left: 2px;
    padding-left: 8px;
    border-left: 3px solid #4267b2;
}

.program__heading_inner strong {
    font-weight: 800;
    padding-right: 5px;
}

.translate-count:before,
.translate-hours:before,
.translate-price:before,
.hl_price:before {
    font-family: "fontawesome";
    padding-right: 10px;
    font-size: 1.5em;
    color: #87a6c9;
}

.translate-count:before {
    content: "\f56c";
    padding-left: 3px;
}
.hpl-buttom {
    display: flex;
    align-items: center;
    margin-top: 33px;
}
.translate-hours:before {
    content: "\f017";
}

.translate-price:before,
.hl_price:before {
    content: "\f4b9";
}

.hl_price:before {
    color: #4267b2;
}

.hospital-list-main button.send__request {
    margin-right: 0;
    padding: 2px 20px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media (max-width: 400px) {
    .hospital-list-main button.send__request {
        position: relative;
        right: unset;
        margin-right: auto;
        margin-top: 10px;
    }
}


ul.pagination-nowshwmore.load-more-btn_M {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.hlp-search a:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff !important;
    border: 2px solid #fff;
}

.sidebar-inner-container .owl-carousel.owl-drag .owl-item {
    height: 50px;
    text-align: center;
}

.sidebar-inner-container .owl-carousel .owl-item img {
    width: auto;
    max-height: 50px;
    margin: 0 auto;
    max-width: 100%;
}

/*--SEND REQUEST BTN--*/
button.send__request {
    background: #fff;
    border: 2px solid #3f67b2;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 7px 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    margin-top: -5px;
}
i.fa.fa-file-pdf-o {
    margin-right: 6px;
    margin-top: 3px;
}
button.send__request:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 2px solid #EBEFF7;
    height: fit-content;
}

/*--SIEDBAR MAP --*/
.map__section {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    margin-top: 25px;
}

/*--Special Features--*/
.features__btn,
.sidebar__form_btn,
.map__btn {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 7px 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
}

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

.features__btn i,
.sidebar__form_btn i,
.map__btn i {
    transition: all 0.8s ease;
    font-size: 1.4em;
}

.rotate__carret {
    transform: rotate(180deg);
}

.features__section {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    border-radius: 10px;
}

.features__content {
    padding: 20px 10px 10px 20px;
}

ul.features__content ul {
    padding: 0;
}
ul.features__content ul li:before {
    content: "";
    font-family: "FontAwesome";
    padding-right: 8px;
    color: #4267b2;
}

.features__content li {
    list-style-type: none;
    font-size: 1em;
    line-height: 1.8;
    color: #333;
}

.features__content li i {
    padding-right: 3px;
    color: #4267b2;
}

.features__content p {
    font-size: 14px;
    line-height: 1.3rem;
    text-align: center;
}
p.goto-address.goto-address-list span.goto-flag {
    display: none;
}

.sidebar__request_container a {
    background: linear-gradient(to right, #4267b2, #87a6c9) !important;
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.acccordion__btn {
    border-bottom: 1px solid #fff;
}

.accordion__btn .fa-arrow-right:before {
    color: #fff;
}

/* all programe page end*/
/* SINGLE POST & SIDEBAR */
.sidebar-tratment {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    transition: all 0.8s ease;
    padding-bottom: 10px;
}

.sidebar-tratment a i {
    color: #4267b2;
}

.sidebar-tratment a:hover {
    -webkit-line-clamp: 10;
    color: #4267b2 !important;
    font-weight: bolder !important;
}

.sidebar-tratment a {
    line-height: 1.5rem;
    color: #666;
}

.single-post-tab .owl-nav {
    display: block;
    font-size: 40px;
    position: absolute;
    top: 15px;
    width: 100%;
    color: #4368b2 !important;
    z-index: 99;
}

.single-post-tab .owl-prev span {
    margin-left: -2px;
    margin-top: -2px;
}

.single-post-tab .owl-next span {
    margin-left: 2px;
    margin-top: -2px;
}

.sidebar-dpt-cf {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 7px 12px;
    margin-top: 30px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0px;
}

.sidebar-img-list.dpt-cf-img img {
    max-width: 70px;
    width: 100%;
    height: auto;
    padding: 3px;
}

.owl-carousel .owl-stage-outer {
    position: unset !important;
}

.owl-stage-outer {
    z-index: 999;
}

.single-post-tab .owl-dots {
    display: none;
}

.single-post-tab .owl-next {
    position: absolute;
    right: 5px;
    z-index: 999999;
    background-color: #fff !important;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post-tab .owl-prev {
    position: absolute;
    left: 5px;
    z-index: 999999;
    background-color: #fff !important;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky__sidebar_starts {
    position: fixed;
    top: 100px;
}

.sticky__sidebar_stops {
    position: absolute;
    bottom: 500px;
    right: 0;
    transition: all 0.8s ease;
}

/*--Single Post Cover--*/
.single-post-cover {
    display: flex;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    border-radius: 15px;
}

.single-post-meta-container {
    background: linear-gradient(to right, #4267b2, #87a6c9);
}

.single-post-meta-container .meta-area {
    padding: 30px;
    position: relative;
    height: 100%;
}

.single-post-title {
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 15px;
}

.single-post-category {
    margin-bottom: 3px;
}

.single-post-date:before,
.single-post-category:before {
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #fafafa;
}

.single-post-date:before {
    content: "\f133";
}

.single-post-category:before {
    content: "\f03a";
}

.single-post-date,
.single-post-category {
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
}

.single-post-engage-icons {
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 10px;
    color: #fff;
}

.single-post-engage-icons span i:before {
    padding-right: 5px;
}

.single-post-img-container {
    position: relative;
}

.single-post-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, #4267b2, #87a6c9);
    opacity: 0.5;
}

.blog-footer-call-to-action {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.blog-footer-call-to-action p {
    font-size: 24px;
    line-height: 1.1;
}

.blog-footer-call-to-action button {
    margin-top: 40px;
}

/*--COMMONG CLASSES--*/
.bmt_shadow {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/*--SELECT PROGRAM PG--*/
.sp_docs_info {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.sp_docs_info img {
    width: 60%;
    border-radius: 50%;
    margin-top: 0px;
}

.sp__dept p:not(.sp_docs_desc p) {
    padding-left: 15px;
}

.sp_docs_desc {
    margin-top: 15px;
}

.sp_docs_desc p {
    line-height: 1.5em;
}

.sp_docs_desc p:first-child {
    font-weight: 800;
}

.sp__dept .read-more-btn {
    justify-content: start;
    border: 2px solid #3f67b2;
    width: fit-content;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 7px 30px;
    transition: color 0.4s ease;
    margin-left: 15px;
    margin-top: 15px;
}

.sp__dept .read-more-btn i {
    opacity: 0;
    position: absolute;
    transition: all 0.8s ease;
    right: 0;
}

.sp__dept .read-more-btn:hover i {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: translateX(5px);
}

/*--SINGLE POST TABS--*/
.single-post-tab-container p {
    padding-right: 20px;
}

.single-tablinks {
    margin-right: 5px;
    font-size: 0.9em;
}

.single-post .single-tablinks {
    margin-right: 5px;
    font-size: 16px;
    margin-bottom: 2px;
}

.tab.single-post-tab {
    width: 98.5%;
}

.single-tablinks.active,
.single-tablinks:hover {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/* Blog listing page start */
.col-md-7.blp-r {
    position: relative;
}

.col-md-5.blp-r {
    position: relative;
}

.content2 {
    overflow: hidden;
    color: #666;
}

.title2 {
    position: absolute;
    text-align: left;
    transition: bottom 500ms ease-in-out;
    color: #333;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
}

.title2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 90%;
    height: 5px;
    border-radius: 2.5px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    transition: width 500ms 300ms ease-in-out;
}

a:hover .title2 {
    bottom: 75%;
    transition: bottom 300ms 495ms ease-out;
}

a:hover .title2::before {
    width: 0%;
    transition: width 300ms 300ms ease-in;
}

.text2 {
    position: absolute;
    top: 100%;
    transition: top 500ms ease-in;
}

.text2 p {
    font-size: 16px;
    color: #666;
}

a:hover .text2 {
    top: 25%;
    transition: top 500ms 300ms ease-out;
}

.tags2 {
    position: absolute;
    display: block;
    justify-content: left;
    opacity: 100%;
    transition: opacity 500ms 800ms;
    top: 50px;
}

.card__btm {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    bottom: -5px;
    color: #666;
}

.tags2 p {
    font-size: 14px;
    line-height: 22px;
}

.tags2 span {
    position: relative;
    float: right;
    margin-right: 10px;
    top: -45px;
}

a:hover .tags2 {
    opacity: 0%;
    transition: opacity 300ms ease-in;
}

.card__btm .blog-engage-icons {
    min-width: 200px;
    display: flex;
    justify-content: end;
    margin-top: auto;
    margin-bottom: 0;
}
/*==================================================
Single Post -- Doctors & Departments Tab (Tab 4)
==================================================*/
.single-post #tab4 {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    border: 1px solid #eeeeee;
    border-left: 7px solid rgb(66, 103, 178);
    padding: 0;
    width: 95%;
    margin: auto;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.single-post #tab4 .row .col-sm-3 img {
    border-radius: 50%;
    width: 100% !important;
    border: 5px solid #4267b2;
    position: relative;
}
#tab4 .col-sm-9 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#tab4 .col-sm-9 a {
    text-decoration: none;
    font-weight: 400;
    color: #232323;
    border-bottom: 1px solid #eeeeee;
    width: 95%;
    padding-bottom: 5px;
}
#tab4 .col-sm-9 a:before {
    content: "\f0f0";
    padding-right: 7px;
    font-family: "FontAwesome";
    color: #4267b2;
}

/* Blog listing page start */
.hospital-listing-top-cover {
    background: #fff !important;
}

.hl_container h4 {
    color: #232323 !important;
    margin-bottom: 0;
}

.hl_card_top .goto-address {
    color: #999;
}

.hl_container a.link-button:hover {
    color: #4267b2 !important;
    padding-right: 30px;
    font-weight: 800;
}

.dr-list-box_M .col-md-4 {
    padding-right: 0;
}

.blog-list-main {
    margin-top: 50px;
}

.blog-list-Lm,
.blog-list-Rm {
    max-height: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    padding: 30px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 50px;
}

.main-blog-head h3 {
    margin: 30px 10px;
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

.blog-list-Lm img {
    max-height: 300px;
    margin: 0px 10px;
}

.blog-list-Lm h3 {
    margin: 20px 10px;
    font-size: 30px;
    font-weight: 300;
    color: #666;
}

.blog-list-date {
    display: block;
    float: left;
}

.blog-list-date p {
    margin-left: 10px;
    margin-top: -20px;
    font-size: 13px;
    color: #333;
}

.single-like-com-blog {
    margin-top: -20px;
    float: right;
}

.single-like-com-blog span {
    margin-left: 5px;
    font-size: 14px;
    margin-top: -50px;
}

.single-like-com-blog i {
    margin-right: 3px;
}

.blog-list-Lm .blog-body-text p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    float: left;
    margin-left: 10px;
    line-height: 2rem;
    text-align: left;
}

.blog-list-Lm .col-md-4 {
    position: relative;
    display: flex;
    align-items: center;
}

.bmt-gradient-btn-blog-list {
    float: right;
}

.bmt-gradient-btn-blog-list a {
    font-size: 12px;
}

.bmt-gradient-btn-blog-list .fa-arrow-right:before {
    font-size: 12px;
}

.blog-list-Lm .gradient-line {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 20px;
}

/* start code pen for blog listin*/
:root {
    /* set rems */
    font-size: 16px;
    /* base unit */
    --bu: calc(1rem + max(1vh, 1vw));
    /* colors */
    --primary: hsla(160, 26%, 22%, 100%);
    --primary-light: hsla(160, 26%, 42%, 100%);
    --primary-lighter: hsla(160, 26%, 62%, 100%);
    --dark: hsla(15, 11%, 21%, 100%);
    --dark-light: hsla(15, 11%, 31%, 100%);
    --dark-lighter: hsla(15, 11%, 41%, 100%);
    --light: hsla(49, 24%, 90%, 100%);
    --light-dark: hsla(49, 24%, 80%, 100%);
    --light-darker: hsla(49, 24%, 75%, 100%);
    --accent: hsla(15, 48%, 37%, 100%);
    --accent-light: hsla(15, 48%, 57%, 100%);
    --accent-lighter: hsla(15, 48%, 67%, 100%);
    /* default-font-size */
    /* --default-font-size: calc(var(--bu) * 0.75); */
    /* set background color */
    background: var(--light);
}

.desc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25vh;
}

.desc h1 {
    text-align: center;
    font-family: "Capriola", sans-serif;
    font-size: 3rem;
}

/* create generic section */
section {
    position: relative;
    display: grid;
    height: 255px;
    width: 100%;
    margin-bottom: 50px;
}

/* simulate responsivity */
#second {
    display: none;
}

.blog-list-main figure {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    inset: 0 auto;
    height: 100%;
    width: 30%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blog-list-main figure img {
    min-height: 100%;
}

.card {
    position: absolute;
    right: 0;
    height: inherit;
    width: 100%;
    border: none !important;
    border-top-left-radius: 10px important;
    border-bottom-left-radius: 10px important;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%) ;
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    inset: 0 0 0 auto;
    width: 64.5%;
    height: 90%;
    overflow: hidden;
    margin-bottom: 20px;
}
.content a {
    color: #666;
    margin-top: 10px;
}
.title {
    position: absolute;
    padding: calc(var(--bu) * 0.25) calc(var(--bu) * 0.5);
    margin: auto;
    inset: auto 0 50%;
    font-family: "Capriola", sans-serif;
    text-align: left;
    transition: bottom 500ms ease-in-out;
    color: #333;
}

.title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 90%;
    height: 5px;
    border-radius: 2.5px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    transition: width 500ms 300ms ease-in-out;
}

/*
.info-item-area:hover .title {
  bottom: 75%;
  transition: bottom 300ms 495ms ease-out;
}

.info-item-area:hover .title::before {
  width: 0%;
  transition: width 300ms 300ms ease-in;
}
*/

.tags {
    position: absolute;
    display: block;
    justify-content: left;
    inset: 53% 20px;
    opacity: 100%;
    transition: all 500ms 800ms;
    color: #666 !important;
    margin-top: 10px;
}

.tags p {
    font-size: 14px;
    line-height: 23px;
    color: #333;
}

.tags span {
    margin-right: 16px;
    color: #87a6c9;
    position: relative;
}

.tags span i {
    padding-right: 5px;
}

.modal-content button {
    background-color: #fff;
    color: black;
    border: 2px solid #4267b2;
    border-radius: 50px;
    padding: 8px 24px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}
.modal-content button:hover {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}
.modal-body .form-control {
    border: none;
    border-bottom: 2px solid rgb(66, 103, 178, 0.3);
    border-radius: 0 !important;
    margin-top: 0px;
}
.modal-body .form-control:focus {
    border-bottom: 2px solid rgb(66, 103, 178, 0.8) !important;
}



.container.width-1250.bc-partner {
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.texts {
    position: absolute;
    top: 100%;
    padding: 0 calc(var(--bu) * 0.5);
    transition: top 500ms ease-in;
}

.privacy-policy a {
    color: #4267b2;
    text-decoration: underline;
}
modal-body .showasterisk {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 2rem;
}
.btn-partner button {
    max-width: 300px;
}

.btn.btn-default.ex {
    padding: 8px 24px 8px 24px;
}

.blog-list-main .read-more-btn {
    justify-content: flex-start;
}

.blog-list-main .read-more-btn {
    color: #4267b2;
}

.blog-list-main .read-more-btn:after {
    content: "\f061";
    font-family: "fontawesome";
    padding-left: 8px;
    font-size: 0.9em;
    transition: all 0.8s ease;
}

.blog-list-main .read-more-btn:hover:after {
    transform: translateX(8px);
}

.blog-list-main .read-more-btn:hover {
    font-weight: 800;
}

.date__meta {
    margin-bottom: 0;
}

.texts p {
    font-size: 16px;
    color: #666;
}

.continue-btn {
    position: relative;
    float: right;
    font-size: 15px;
}

.content > span {
    font-size: calc(var(--bu) * 1.75);
    opacity: 100%;
    transform: translateY(0px);
    transition: transform 500ms 500ms ease-out, opacity 300ms 500ms;
}
/*
.info-item-area:hover .card {
  transform: translateX(2.5px) translateY(2.5px);
}

.info-item-area:hover .title {
  bottom: 75%;
  transition: bottom 300ms 495ms ease-out;
}

.info-item-area:hover .title::before {
  width: 0%;
  transition: width 300ms 300ms ease-in;
}

.info-item-area:hover .tags {
  opacity: 0%;
  transition: opacity 300ms ease-in;
}

.info-item-area:hover .texts {
  top: 25%;
  transition: top 500ms 300ms ease-out;
}

.info-item-area:hover .content > span {
  transform: translateY(25%);
  opacity: 0%;
  transition: transform 300ms ease-in, opacity 200ms;
}

/* end code pen for blog listin*/
/* start code pen for doctor listin*/
/**/
.dr-singl-ratings_M {
    padding: 20px;
    margin-bottom: 20px;
}

.dr-singl-ratings_M h4 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.spc-con p {
    text-align: left;
}
.dr-rvw-btn_M {
    position: absolute;
    left: 50px;
    margin-top: 0px !important;
}

.dr-single-post-cover {
    box-shadow: none !important;
}

.dr-single-post-tab_M {
    width: 31.5% !important;
    margin-bottom: 20px !important;
}

.dr-single-post_M {
    border-radius: 10px;
}

.dr-single-post-hos_M {
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
}

.dr-single-post-meta-container {
    padding: 30px;
    position: relative;
    height: 100%;
}

.dr-goto-star-checked_M {
    margin-left: 0 !important;
    margin: 5px 0px 10px 0px;
}

.dr-list-main {
    margin-top: 50px;
}

.dr-card {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgba(165, 173, 184, 0.116);
    margin-bottom: 50px;
}

.dr-card-header {
    position: relative;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    transition: 0.3s;

    * {
        transition: 0.3s;
    }
}

.dr-card-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 160px;
    top: -20%;
    left: 0;
    will-change: top;
    background-size: cover;
    background-position: center;
    filter: blur(30px);
    transform: scale(1.2);
    transition: 0.5s;
}

.dr-card-avatar {
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-64px);
}

.dr-card-fullname {
    position: absolute;
    bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transform: translateY(-10px) translateX(-50%);
    left: 50%;
}

.dr-card-jobtitle {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
}

.dr-card-main {
    position: relative;
    flex: 1;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}

.dr-card-section {
    display: block;
}

.dr-card-content {
    padding: 20px;
}

.dr-card-subtitle {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.dr-card-desc {
    line-height: 1.6;
    color: #636b6f;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.dr-card-social .checked::before {
    color: orange !important;
}

.dr-card-social {
    text-align: center;
}

.dr-card-content p {
    margin-bottom: 10px;
    line-height: 1.7em;
}

.dr-card-buttons {
    margin: auto;
    width: 60%;
    margin-bottom: 15px;
}

.dr-list-box_M {
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    width: 100%;
    max-height: 500px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
}

.dr-list-left_M {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to top, #6281be, #cfe2f7);
    height: 100%;
    padding: 10px 0;
}
.container.width-1250.goto-content.single-dept {
    margin-top: 50px;
}
.dr-list-img_M {
    width: 70%;
    position: relative;
    top: -20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.dr-list-vote_M {
    color: #fff !important;
}

.dr-list-name_M {
    color: #fff;
    font-size: 20px;
}

.dr-list-star_M {
    margin-bottom: 20px;
}

.dr-list-line_M {
    border-bottom: solid 1px #fff;
    height: 2px;
    width: 90%;
    margin-bottom: 25px;
}

.dr-list-uni-name_M {
    font-size: 23px;
    color: #666;
    margin-top: 9px;
    font-weight: 400;
}

.dr-list-right_M {
    padding: 30px 60px 40px 40px;
    position: relative;
}

.dr-list-text_M {
    padding-left: 18px;
    margin-left: 7px;
    border-left: 4px double #87a6c9;
}

.dr-list-text_M h2 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    color: #666;
    letter-spacing: 0.5px;
}

.dr-list-text_M p {
    font-size: 14px;
    line-height: 1.6rem;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

.dr-list-cont-btn-main_M {
    font-size: 18px;
}

.dr-list-content-btnL_M {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.dr-list-content-btnL_M button {
    width: 100%;
    border: none;
    padding: 12px;
    letter-spacing: 1px;
}

.dr-list-content-btnR_M {
    position: absolute;
    bottom: 0;
    right: 11px;
    width: 48%;
}

.dr-list-content-btnR_M button {
    width: 100%;
    border: none;
    padding: 12px;
    background-color: rgb(135, 166, 201, 0.1);
    letter-spacing: 1px;
}

/* start code pen for doctor listin*/
/*start hospital list section*/
.row.hlp-head {
    align-items: center;
    margin-bottom: 30px;
}

.hlp-head .list-box-filter-m {
    text-align: right;
    font-size: 13px;
    margin: 0;
}

.hlp-head p.headline__result.headline__result--visible {
    margin: 0;
}

.hlp-search {
    margin-right: 30px;
}

.hlp-search a {
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    border: 5px solid #f1f7fd;
    padding: 6px 12px;
    border-radius: 50px;
    color: #000;
    font-weight: 400;
}

.col-md-7.list-box-filter-m.d-flex {
    justify-content: end;
    align-items: center;
}

.inner-mas2 {
    padding: 0 20px;
}

.listing-box-m2 {
    width: 100%;
    padding: 20px 7px;
    background-color: #fff;
    padding: 30px 7px;
    margin-bottom: 30px;
    border-radius: 10px 10px 0px 0px;
    line-height: 2rem;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.hlp-versity {
    font-size: 20px;
    color: #232323;
    line-height: 2rem;
    font-weight: 300;
}

.hospital-list-main {
    margin-top: 100px;
}

.list-box-filter-m {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    font-size: 13px;
}

.row.hlp-left {
    padding-left: 12px;
}

.col-md-5.list-inner-left2 {
    position: relative;
    padding: 0;
}

.col-md-7.list-inner-headline {
    padding-left: 25px;
}

.list-inner-dr-img2 {
    width: 100%;
}

.docs_info_container2 {
    /*background-color: #000000;*/
    display: flex;
    align-items: center;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
}

.docs_info2 {
    padding-left: 15px;
}

.docs_pic2 img {
    width: 70px;
    height: 100%;
}

.list-inner-headline .docs_info2 h5 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.docs_info2 h6 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.list-box-filter-m select {
    max-width: 200px;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 100px;
    border: 5px solid #f1f7fd;
}

.listing-box-m {
    width: 100%;
    height: 330px;
    padding: 20px 7px;
    border-radius: 10px 10px 0px 0px;
}

.list-versity-img {
    width: 100%;
    background-color: #666;
}


p.goto-address-list {
    margin-bottom: 0 !important;
}

.list-img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.list-inner-img {
    transition: 0.6s;
    height: 215px;
    border-radius: 5px;
}

.list-inner-img:hover {
    transform: scale(1.5);
}

.list-inner-headline h3 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 600;
}

.list-inner-certify img {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px;
    width: auto !important;
    height: 40px;
}
p.dynamic_errors {
    font-size: 13px;
    margin-top: 5px;
}
.hospital-list-main li.next img {
    width: 40px;
}
.list-inner-btn-M {
    text-align: left;
    margin-top: 7px;
    width: 190px !important;
}

.list-inner-btn-M a {
    font-size: 15px;
}

.left-src-form h4 {
    font-size: 14px;
}

.left-src-form input {
    font-size: 14px;
    margin-top: 0;
}

.left-src-form label {
    font-size: 14px;
}

input.df {
    margin-top: 5px;
}

.dr-list-inner-btn-M {
    float: right;
}

.dr-list-img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.dr-list-inner-img {
    transition: 0.6s;
    height: 250px;
    border-radius: 5px;
}

.dr-list-inner-img:hover {
    transform: scale(1.5);
}

.dr-listing-box-m {
    width: 100%;
    height: 294px;
    padding: 20px 7px;
}

.dr-goto-star-checked-list {
    margin-left: 0;
}

.dr-list-inner-headline h4 {
    font-size: 30px;
    font-weight: 300;
    color: #666;
}

.dr-list-inner-headline h3 {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
}

.dr-list-inner-headline h2 {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.dr-list-inner-headline p {
    font-size: 14px;
    line-height: 1.3rem;
    margin-bottom: 0;
}

.hospital-list-title-M {
    z-index: 9;
}

.hospital-list-title-M p {
    color: #fff;
}

.hospital-list-title-M h4 {
    color: #fff;
}

.goto-vote {
    color: #666;
}

/*end hospital list section*/
/* start department listing page*/
.dept-left-top-head-M .col-md-12 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dept-read-more-btn-M {
    margin-top: 35px;
    text-align: right;
}

.dept-read-more-btn-M a {
    position: relative;
    text-decoration: none;
    text-align: right;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    transition: all 0.8s ease;
}

.dept-read-more-btn-M a:hover {
    color: #fff !important;
    padding-right: 35px;
}

.dept-read-more-btn-M a:hover .fa-arrow-right:before {
    color: #fff !important;
}

.dept-sidebar-btn-M {
    padding: 10px 0px;
    margin-top: 10px;
    letter-spacing: 0.2rem;
}

.gca-left .dpt-dr-name {
    font-size: 0.85em;
    line-height: 2.5rem;
    font-weight: 500;
}

/* end department listing page*/
/*================================
| DEPT HEADING WITH DOC INFO
================================*/
.dept_name {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.dept_name h2 {
    color: #666 !important;
    font-size: 1.5rem;
    line-height: 2rem;
    border-left: 4px double #87a6c9;
    height: 80%;
    align-items: center;
    display: flex;
    padding: 10px;
}

/*================================
| FEEDBACK SECTION ABOUT HOSPITAL
================================*/
.hos-feedback_M {
    margin: 0 20px 40px;
}

.hos-feedback_M .hos-feedback_M-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background-color: rgb(135, 166, 201, 0.1);
    position: relative;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.hos-feedback_M .hos-feedback_M-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #999;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.hos-feedback_M .hos-feedback_M-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #999;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.hos-feedback_M-content .hos-feedback_M-icon {
    width: 50px;
    height: 45px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
    border-radius: 0px 5px 5px 0px;
}

.hos-feedback_M-content .hos-feedback_M-icon:before {
    content: "";
    border-bottom: 16px solid #999;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.hos-feedback_M .description,
.hos-feedback_M .description p {
    font-size: 16px;
    color: #333;
    line-height: 23px;
    margin: 0;
}

.more-content-block :not(.more-btn):not(a) {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    max-height: none !important;
    height: auto !important;
}

span.more-btn {
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    line-height: normal;
    font-size: 16px !important;
}

span.more-btn:hover {
    color: #000;
}

span.more-btn:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 8px;
    transition: all 0.3s ease-in-out;
    line-height: normal;
    font-size: 16px !important;
}

span.more-btn:hover:after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;

}

.hos-feedback_M .fdbk-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.hos-feedback_M .fdbk-post {
    display: block;
    font-size: 12px;
    color: #999;
    margin-left: 0;
    border-bottom: 1px solid rgb(211, 209, 209);
    padding-bottom: 20px;
}

.fdbk-header_M {
    border-radius: 10px 10px 0px 0px !important;
    padding: 15px;
    margin: 30px 0px;
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.fdbk-load-more_M {
    margin: auto;
}

.fdbk-load-more_M a {
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Large devices (desktops, 1600px and up)*/
@media (max-width: 1600px) {
    .fixed-nav-search-bar .treatment-from {
        max-width: 50% !important;
    }
}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1400px) {
    .choose-left {
        margin-right: -100px !important;
    }

    .fixed-nav-search-bar .treatment-from {
        max-width: 40% !important;
        margin: 8px 0 0 0 !important;
    }
}

/* Large devices (desktops, 1180px and up)*/
@media (min-width) and (max-width: 1160px) {
    .listing__slide {
        width: 320px;
    }
}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1240px) {
    .fixed-nav-search-bar .treatment-from {
        display: none;
    }

    .bmt-fixed-nav .w50-l {
        margin: 0 auto;
    }

    /*
    .bmt-fixed-nav .w50-l {
        display: none;
    }
    */

}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1160px) {
    .fixed-nav-search-bar .treatment-from {
        display: none;
    }

    .bmt-fixed-nav .w50-l {
        margin: 0 auto;
    }


    /*
  .bmt-fixed-nav .w50-l {
    display: none;
  }
     */

    .col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
        max-width: 60% !important;
        margin-top: 10px !important;
        width: 100%;
    }

    .col-md-6.fixed-nav-search-bar li.nav-item {
        width: 40%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991.99px) {

    .bmt-fixed-nav .w50-l {
        width: 200px;
    }

    .message.success.alert.alert-success.alert-dismissible {
        height: fit-content;
        padding: 25px;
        margin-right: 25px;
        margin-left: 25px;
        width: fit-content;
    }

    .col-md-6.bmt-l {
        z-index: 999999;
    }
    .col-md-6.bmt-r {
        z-index: 9999;
    }

    .bmt-fixed-nav span.navbar-toggler-icon {
        z-index: 999999;
    }
    .bmt-fixed-nav .nav-link {
        color: #fff;
    }
    .bmt-fixed-nav .col-md-6.fixed-nav-search-bar {
        display: flex !important;
        align-items: start;
        justify-content: center;
        width: 100%;
    }
    header .col-md-6.fixed-nav-search-bar .treatment-from {
        margin: -2px auto 0 auto !important;
        padding: 0 !important;
        max-width: 180px !important;
        width: 100%;
        z-index: 999999;
    }
    .fixed-nav-search-bar .form-radio-age input {
        padding: 5px;
        height: 30px;
    }
    .bmt-fixed-nav .bmt-right-from-btn {
        height: 30px;
    }
    .single-dpt-content p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .logo {
        padding-bottom: 10px !important;
    }
    .container.width-1250.goto-content {
        padding: 0 20px !important;
    }
    .bmt-fixed-nav #navbarSupportedContent li:last-child {
        background: transparent;
        display: block;
    }
    .bmt-fixed-nav #navbarSupportedContent li:last-child a {
        font-size: 14px !important;
        background: #fff;
        padding: 10px !important;
        box-shadow: none !important;
        border: 6px solid rgb(66, 103, 178, 0.1) !important;
        color: #000 !important;
        font-weight: 600 !important;
        margin-top: 20px;
        width: fit-content;
        margin-right: auto;
        opacity: 1;
    }

    .bmt-fixed-nav #navbarSupportedContent li:last-child a.btn {
        margin: 0px auto 10px auto;
        display: block;
        width: 209px;
    }

    .bmt-fixed-nav #navbarSupportedContent li:last-child a.btn img {
        margin-left: 0;
    }

    .doc-img {
        margin-left: 0 !important;
    }

    .goto-btn.d-flex {
        padding: 0px 20px;
    }

    .goto-btn.d-flex li {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .col-md-6.contact-page-r {
        width: 100%;
        padding: 0 0px;
    }

    .col-md-6.contact-page-l {
        width: 100%;
        padding: 0 20px;
    }

    .row.info-post-details .col-sm-7 {
        width: 60% !important;
    }

    .row.info-post-details .col-sm-5.info-count {
        width: 40% !important;
    }

    .rehab-control button.carousel-control-prev {
        right: 0px !important;
        top: unset !important;
        bottom: 0px !important;
        left: 64%;
    }

    .rehab-control button.carousel-control-next {
        right: 20% !important;
        top: unset !important;
        bottom: 0 !important;
    }

    .row.bmt-hero-section.mobile {
        display: block !important;
    }

    .row.bmt-hero-section.desktop {
        display: none;
    }

    .treatment-from {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .carousel-control-next img.bmt-fav-arrow {
        width: 15px;
    }

    .carousel-control-prev img.bmt-fav-arrow {
        width: 15px;
    }

    i.fas.fa-bars {
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
    }

    .col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
        display: none;
    }

    .col-md-6.fixed-nav-search-bar li.nav-item {
        display: none;
    }

    #bmt-header .nav-link {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .bmt-fixed-nav {
        position: fixed !important;
        width: 100%;
        padding-top: 0 !important;
        z-index: 99999;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .bmt-fixed-nav .bmt-header {
        position: relative;
        border-bottom: none;
        padding: 10px 8px 0px 10px !important;
        height: 60px !important;
    }

    .col-md-6.bmt-r {
        width: 100% !important;
        position: relative;
        top: -40px;
    }

    /* .col-md-6.bmt-l {
    width: 40% !important;
}
.col-md-6.bmt-r {
  width: 60% !important;
} */
    .col-md-6.bmt-l {
        padding-left: 20px;
    }

    .navbar-toggler.bmt-mobile2 {
        font-size: 30px;
    }

    .nav-item {
        padding: 0 !important;
    }

    .nav-item a {
        padding: 20px 0px !important;
        color: #fff;
        font-size: 18px;
    }

    .nav-link:focus,
    .nav-item a:hover {
        color: #fff !important;
        background-color: #4267b2 !important;
    }

    .nav-item a:active {
        background-color: #4267b2 !important;
        color: #fff !important;
    }

    #navbarSupportedContent {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 43px;
        right: 0;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 9999;
        background-image: linear-gradient(to right, #4267b2, #87a6c9);
        padding-bottom: 25px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important;
        border: none !important;
        color: #fff !important;
        position: absolute;
        right: 20px;
        top: 0px;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item {
        margin-right: 0 !important;
        width: 100%;
    }

    .btn.btn-info.btn-sm.dropdown-toggle {
        font-size: 14px !important;
        background: #fff;
        padding: 10px !important;
        box-shadow: none !important;
        border: 6px solid rgb(66, 103, 178, 0.1) !important;
        color: #000 !important;
        font-weight: 600 !important;
        margin-top: 20px;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    /*Hero section*/
    .row.bmt-hero-section {
        padding: 80px 20px 0 20px !important;
    }

    .bmt-hero-section div.col-md-6 {
        width: 100% !important;
    }

    .col-md-6.bmt-hero-right {
        margin-top: 40px !important;
    }

    .treatment-from {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-button.d-flex {
        margin-bottom: 15px;
        justify-content: center;
    }

    .hero-title {
        text-align: center;
    }

    .hero-p {
        text-align: center;
    }

    /*  Availabel Treatments  */
    .col-md-7.at-left {
        width: 100%;
    }

    .col-md-5.bmt-fav-top-right {
        margin: 10px 0 !important;
        padding-left: 2rem;
    }

    .bmt-available-treatment {
        padding: 100px 20px !important;
    }

    .our-favourite {
        /*padding: 100px 20px !important;*/
    }

    .bmt-patient {
        padding: 60px 20px !important;
    }

    .choose-left {
        margin-right: -140px !important;
        margin-top: 5rem !important;
    }

    .p-info-area {
        margin: auto !important;
        background-image: url(assets/img/patient-stories-circle-2.png);
        max-width: 550px;
        width: 100% !important;
        max-height: 550px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px !important;
        padding: 20px;
    }

    .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
        margin-left: 150px !important;
    }

    /*patient Stories*/
    .p-info {
        padding: 0px;
    }

    .col-md-3.bmt-widget-col {
        width: 50%;
        padding: 15px 10px;
    }

    .bmt-testimonials div.carousel-item {
        padding: 0 25px;
    }

    .carousel-caption1.d-md-block {
        margin-left: 20px;
    }

    .bmt-fav-country {
        margin-top: 20px;
    }

    .our-fav-plus {
        font-size: 50px !important;
        margin-left: -20px !important;
        margin-right: 10px !important;
    }

    /*footer*/
    .col-md-6.footer-left {
        width: 100%;
        text-align: center;
    }

    .col-md-6.footer-right {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .p-img {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        margin-top: 20px;
    }

    .p-name {
        font-size: 15px !important;
    }

    .col-md-7.patient-col-l {
        padding-right: 30px !important;
    }

    .p-feadback {
        padding-bottom: 15px !important;
    }

    .p-versity {
        padding: 0 50px !important;
        font-size: 17px !important;
        margin-top: 8px !important;
        margin-bottom: 5px !important;
    }

    .p-button {
        margin-top: 0 !important;
    }

    .p-address {
        margin-bottom: 5px !important;
        font-size: 15px;
    }

    .col-md-7.rehabilitation-left {
        padding-right: 30px !important;
    }

    .col-md-7.bmt-fav-left {
        width: 100% !important;
        padding: 0 !important;
    }

    .col-md-5.bmt-fav-right {
        width: 100% !important;
        padding: 0 !important;
    }

    .bmt-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bmt-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-content {
        padding: 15px !important;
        background-color: #fff;
    }

    .col-sm-4.info-count {
        text-align: left;
    }

    .bmt-widget {
        padding: 450px 10px 40px 10px;
    }

    .container.width-1250 {
        padding: 0;
    }

    .col-md-6.bmt-r {
        padding: 0px !important;
    }

    .col-md-5.at-right {
        width: 100%;
        margin-top: 70px;
    }

    .bmt-testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bmt-available-treatment .bmt-title {
        margin-left: 10px !important;
        margin-right: 5px !important;
    }

    .mission-r {
        padding-right: 25px;
    }

    .common-title {
        font-size: 2.5rem;
        padding-left: 30px;
        padding-top: 50px;
    }

    .mission-title {
        font-size: 24px;
    }

    .services-title {
        font-size: 24px;
    }

    .advantages-title {
        font-size: 24px;
    }

    .row.our-mission-bottom {
        margin-left: 5px;
        margin-right: 5px;
    }

    .col-md-6.services-r {
        padding: 50px !important;
    }

    .container-fluid.sevices-full-width {
        padding: 50px 30px;
    }

    .container.width-1250.advantages {
        padding: 20px;
    }

    .col-md-5.become-partner-l {
        width: 100%;
        position: relative;
        padding-left: 50px;
    }

    .col-md-7.become-partner-r {
        width: 100%;
        padding: 20px 30px;
    }

    .docs_pic,
    .docs_info {
        right: 0;
    }

    .list-inner-dr-img {
        width: 50% !important;
        text-align: right;
    }

    div.docs_pic img {
        width: 70px !important;
    }

    h3.become-partner-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .bp-info-button {
        margin-top: 50px;
        text-align: center;
    }

    p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .services-short-des {
        font-size: 14px;
        line-height: 1.5rem;
    }

    p.partner-des {
        font-size: 14px;
        line-height: 1.5rem;
    }

    h5.bp-info-title {
        font-size: 18px;
    }

    .bp-info-body {
        background-color: #f2f9ff;
        padding: 30px 30px;
        border-radius: 5px;
    }

    .container.width-1250.bpartner-form {
        padding: 20px;
    }

    .bp-info-label {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .row.contact-address2 {
        margin: 0;
    }

    .contact-address2 {
        display: block;
        margin-bottom: 50px;
    }

    .contact-col {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .con-add-col p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .contact-page {
        padding: 50px 0;
    }

    .col-md-6.how-it-works-l {
        display: none;
    }

    .col-md-6.how-it-works-r {
        width: 100%;
    }

    .how-it-item {
        right: 0 !important;
        margin-left: 30px !important;
        margin-right: 20px !important;
    }

    .col-md-12.privacy-content-area {
        padding: 0 30px;
    }

    .privacy-qtitle {
        font-size: 24px;
    }

    .privacy-content-area1 {
        padding: 0;
    }

    .container.width-1250.privacy-policy2 {
        margin-top: 0;
    }

    .col-md-12.privacy-content-area {
        padding: 80px 50px;
    }

    .prvacy-gradient-btn a {
        font-size: 13px;
    }

    .container.width-1250.privacy-policy {
        padding: 50px 20px;
        margin: 0;
    }

    .container.width-1250.privacy-policy p {
        font-size: 14px;
        line-height: 1.5rem;
        color: #999;
    }

    .container.width-1250.privacy-policy h5 {
        font-size: 17px;
        line-height: 1.5rem;
    }

    .container.width-1250.single-post {
        padding: 50px 20px;
    }

    .single-comment-form {
        padding: 20px;
    }

    .goto-sideber1 {
        padding: 25px 20px;
    }

    .single-tablinks {
        line-height: 1.3rem;
    }

    /*  Department single page area start  */
    .container.width-1250.listing__tabs {
        margin-top: 50px;
    }

    .goto-content .col-md-8 {
        width: 100%;
    }

    .goto-content-area {
        padding-right: 0;
    }

    .listing__tabs .col-md-8 {
        width: 100%;
    }

    .headline__result.headline__result--visible {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tabs__container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .col-md-12.goto-info {
        margin-top: 20px;
        margin-left: 0;
        padding: 0 20px;
    }

    .program-ac-item {
        padding: 0 20px 30px 20px;
    }

    .sidebar-inner-container {
        padding: 0 20px;
    }

    .program__heading {
        padding-left: 0;
    }

    .col-md-4.listing__sidebar {
        width: 100%;
        margin-top: ;
    }

    /*  Department single page area end  */
    .container.width-1250.mission {
        padding: 50px 20px;
        margin: 0;
    }

    .container.width-1250.single-post .col-md-8 {
        width: 100%;
    }

    .single-post .row {
        padding: 0 5px;
    }

    .container.width-1250.blog-list-main {
        padding: 0 20px;
    }

    .contact-col2 {
        width: 50% !important;
        margin-bottom: 25px;
    }

    .container.width-1250.contact-area {
        margin: 50px 0;
        padding: 20px;
    }

    .tab.dpt-post-tab {
        margin: auto;
    }

    .container.width-1250.hospital-list-main {
        padding: 0 20px;
    }

    .hospital-list-main .col-md-3 {
        width: 100%;
    }

    .hospital-list-main .col-md-9 {
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }

    .dpt-doctor .container {
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
    }

    .col-md-8.dr-list-right_M {
        padding: 20px 20px 60px 20px;
    }

    /* Blog listing page start*/
    .container.width-1250.blog-list-main .col-md-8 {
        width: 100%;
    }

    .container figure {
        left: 25px !important;
    }

    .container figure.figure2 {
        left: 0 !important;
    }

    .container.width-1250.blog-list-main .col-md-4 {
        width: 100%;
    }

    .single-post .col-md-4 {
        width: 100%;
    }

    .row.dpt-dr.bmt_shadow {
        margin-right: 0;
        margin-left: 0;
    }

    /* Blog listing page end*/
    .program-ac-item .container {
        padding: 0 10px;
        margin: 0;
    }

    .goto-content-area.row.sp__dept .col-md-8 {
        width: 66.66666667%;
    }

    .headline__result.headline__result--visible {
        margin-left: 0;
    }

    .sticky__sidebar_starts {
        position: relative;
    }

    .bmt_accommodation .goto-info {
        padding: 0;
    }

    .col-md-12.listing-area {
        padding: 0 20px;
    }

    .about-hospital-sidebar .sidebar-inner-container {
        padding: 20px;
    }

    .col-md-12.listing-area .col-md-12.goto-info {
        padding: 0;
    }

    .single-post #show__reply_box {
        margin-top: 10px;
        margin-right: 30px;
        margin-bottom: 35px;
    }

    .col-md-3.single-post-img-container {
        width: 33%;
    }

    .col-md-9.dr-single-post-meta-container {
        width: 67%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {
    .sticky__sidebar.sticky__sidebar_starts {
        width: auto;
    }
    .col-sm-6.sm-w-50 {
        width: 50%;
    }
    .swiper-container {
        height: 200px !important;
    }
    .bmt-gradient-btn a {
        padding: 8px 15px 8px 30px;

    }
    .swiper-slide.swiper-slide-active {
        /*transform: scale(2.4);*/
    }
    .listing__slide-container {
        padding: 3px;
        border-radius: 10px;
    }
    .swiper-button-prev, .swiper-button-next {

        width: 28px;
        height: 30px;
        margin-top: -15px;

    }
    .select-styled {
        padding: 8px 35px 8px 0;
    }
    .card__btm {
        display: block;
        margin-top: 6px;
        margin-left: 3px;
    }
    .tags br {
        display: none;
    }
    .content {
        margin: 0;
    }

    .col-md-7.list-inner-headline {
        padding-left: 0;
        line-height: 1.3rem;
        padding-bottom: 20px;
    }

    .fixed-height-sidebar-M h3 {
        padding: 15px;
    }

    .col-md-12.hospital-list-title-M.hl_card_top {
        display: block;
    }

    .hl_container h4.goto-versity {
        font-size: 18px !important;
        line-height: 1.5rem;
    }

    .goto-star-checked .fa.fa-star {
        font-size: 9px;
    }

    .single-post-cover {
        display: block;
    }

    .list-inner-certify {
        justify-content: left;
        height: 50px;
    }

    .container.width-1250.privacy-policy h5 {
        font-size: 16px;
        line-height: 1.5rem;
        padding: 0;
    }

    .privacy-toc ul li a {
        color: #87a6c9;
        position: relative;
        font-size: 14px;
    }

    .accordion__heading:not(.ah_1) {
        margin-top: 0 !important;
    }

    .privacy-toc ul li {
        padding-bottom: 5px;
    }

    .col-md-8.pp-content-area {
        order: 2;
    }

    .privacy-qtitle {
        font-size: 22px;
    }

    .texts p {
        font-size: 14px !important;
        color: #666 !important;
    }

    .container-fluid.become-partner-full-width {
        padding: 30px 0;
    }

    .list-inner-headline h3 a {
        font-size: 13px;
        font-weight: 500;
        color: #333;
    }

    .tags {
        inset: 55% 10px !important;
    }

    .goto-star-checked.goto-star-checked-list .dr-list-content-btnL_M {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 45%;
    }

    .list-inner-headline p {
        font-size: 12px !important;
    }

    /*
    .list-box-filter-m select {
        max-width: 130px;
        padding: 4px 20px 4px 5px;
        background-color: #dfe5f870;
        border-radius: 3px;
        text-align: left;
    }
*/
    .col-md-7.list-box-filter-m.d-flex {
        justify-content: center;
    }

    .hospital-list-main .bmt-gradient-btn a {
        font-size: 12px !important;
        padding: 2px 3px 2px 15px !important;
    }

    .col-md-12.accordion__heading {
        padding: 0 !important;
        margin-top: 10px !important;
    }

    .dr-list-uni-name_M {
        font-size: 18px !important;
        color: #333 !important;
        line-height: 1.7rem;
    }

    .dr-list-text_M h2 {
        font-size: 14px !important;
        line-height: 1.5rem;
        font-weight: 300 !important;
    }

    .goto-feadback.d-flex.dr-list-star_M {
        margin-bottom: 0;
    }

    .headline__result.headline__result--visible {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .dpt-doctor h3 {
        font-size: 16px;
        line-height: 1.5rem;
        font-weight: 400;
    }

    .tabcontent p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .com-content {
        font-size: 12px;
        line-height: 1.3rem;
    }

    .goto-versity {
        /*font-size: 22px !important;*/
    }

    .accordion__heading {
        font-size: 20px !important;
        line-height: 1.7rem;
        padding-bottom: 10px !important;
    }

    .widget-col a {
        font-size: 14px;
    }

    .col-md-6.services-r {
        padding: 30px !important;
    }

    .col-md-4.listing__sidebar.bmt_accommodation_sidebar {
        margin-top: 30px;
    }

    .common-title {
        padding: 0;
    }

    .widget-col li {
        font-size: 14px;
    }

    .goto-feadback.d-flex {
        font-size: 10px;
        line-height: 1.7rem;
    }

    .tab.single-post-tab.dr-single-post-tab_M {
        width: 100% !important;
    }

    .col-md-9.dr-single-post-meta-container {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .single-post .dr-single-post-hos_M {
        font-size: 13px;
    }

    .single-post .col-md-12.goto-info {
        padding: 0 20px;
    }

    .single-post-cover.dr-single-post-cover {
        display: block;
    }

    .col-md-3.single-post-img-container {
        width: 100%;
    }

    .col-md-9.dr-single-post-meta-container {
        width: 100%;
    }

    .about-hospital-sidebar .sidebar-inner-container {
        padding: 30px;
    }

    .col-md-12.listing-area {
        padding: 0 30px;
    }

    .col-md-6.contact-page-r {
        width: 100%;
        padding: 0 20px 10px 20px;
    }

    .bp-info-body {
        padding: 30px 25px;
    }

    .bmt_accommodation .goto-info {
        padding: 0 !important;
        margin: 0 0 20px 0;
    }

    h3.become-partner-title {
        font-size: 22px;
        line-height: 2.2rem;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .bp-info-button {
        margin-top: 0px;
    }

    .dr-list-box_M .col-md-4 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .dr-list-box_M {
        max-height: 100% !important;
        margin-top: 60px;
    }

    .dr-card-cover {
        height: 300px !important;
    }

    .docs_pic img {
        width: 90% !important;
    }

    .hospital-list-main .goto-sideber1.left-src-form.sticky__sidebar {
        margin-left: 0;
        margin-right: 0;
    }

    .container.inner-mas {
        padding: 0 15px;
    }

    .listing-box-m.goto-sideber1.hospital-listing-top-cover {
        height: auto;
        margin-left: 0;
    }

    .blog-list-main section {
        height: 130px;
    }

    .blog-list-main .goto-sideber1.sticky__sidebar {
        margin: 0;
    }

    .tags p {
        line-height: 1.5rem !important;
    }

    .blog-list-main .content {
        inset: 0 0 30px auto;
    }

    .privacy-policy h5:not(.privacy-toc h5) {
        padding-top: 30px;
    }

    .container.width-1250.privacy-policy {
        padding: 50px 30px;
    }

    .goto-versity {
        /*font-size: 24px;*/
    }

    .goto-content-area.row.sp__dept .col-md-8 {
        width: 100%;
    }

    /*  Select program page style start  */
    .col-md-12.goto-info {
        padding: 0 30px;
    }

    .accordion__heading {
        padding: 0;
    }

    .program-ac-item {
        padding: 0 30px 30px 30px;
    }

    .program-ac-item .container {
        padding: 0;
    }

    /*  Select program page style end  */
    .goto-content .tabcontent {
        margin-top: 15px;
        padding: 0 10px !important;
    }

    .tab.dpt-post-tab {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }

    .tab.dpt-post-tab.bmt_shadow {
        width: 100%;
        display: block;
        padding: 16px;
        border-radius: 25px;
        margin: 0;
    }

    .single-dept .col-md-12.goto-info {
        padding: 0;
    }

    .row.dpt-dr h2 {
        font-size: 16px;
        line-height: 1.6rem;
        padding: 15px 0 10px 0;
    }

    .tab.dpt-post-tab.bmt_shadow button {
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

    .row.dpt-dr.bmt_shadow {
        margin-right: 5px;
        margin-left: 5px;
    }

    .single-dept .sidebar-inner-container {
        padding: 0;
        text-align: center;
    }

    .col-md-4.listing__sidebar {
        width: 100%;
    }

    .single-post-cover {
        padding: 0;
        border-radius: 0;
        margin-right: 25px;
        margin-left: 25px;
    }

    .container.width-1250.hospital-list-main {
        padding: 0 30px;
        margin: 50px auto;
    }
    h4.hlp-versity {
        line-height: 1.3rem;
    }

    .contact-col2 {
        width: 100% !important;
        margin-bottom: 20px;
        padding: 5px !important;
    }

    .container.width-1250.blog-list-main {
        padding: 0 30px;
    }

    .commen-btn {
        margin: auto;
    }

    #show__reply_box {
        margin-bottom: 30px;
    }

    .goto-sideber1 {
        padding: 20px;
        font-size: 14px;
        line-height: 1.5rem;
    }

    .single-comment-area {
        padding: 0 20px;
    }

    .tabcontent {
        padding: 0 30px !important;
    }

    .single-post-img {
        padding: 0 25px;
    }

    .row.meta-area {
        padding: 0 30px;
    }

    .tab.single-post-tab {
        display: block;
        border-radius: 0;
        padding: 30px 30px;
    }


    .single-post-tab-container p {
        padding: 0;
    }

    .single-tablinks {
        width: 100%;
    }

    .row.our-mission-bottom {
        margin-left: 0;
        margin-right: 0;
    }

    .container-fluid.sevices-full-width {
        padding: 50px 0px;
    }

    /*  Department single page area start  */
    .listing__slide {
        margin-left: 20px;
        width: 260px;
    }

    .listing__slider {
        margin: 30px 0 10px 0;
    }

    .gca-left {
        position: relative;
        padding-top: 30px;
    }

    .dpt-doctor .goto-content-area.row {
        padding: 0px 0px 0px 15px;
    }

    .col-md-8.gca-right {
        margin: auto;
        padding: 20px 20px 45px 20px;
    }

    .col-md-8.gca-right p {
        padding-left: 15px !important;
    }

    .gca-left img {
        width: 100px;
        height: 100px;
    }

    /*  Department single page area end  */
    /* Goto area start */
    .tabs__container {
        display: block;
        padding: 30px;
        border-radius: 30px;
        margin: 0;
        border-radius: 0;
    }

    .tabs__button {
        padding: 10px 15px;
        font-size: 15px;
        display: block;
    }

    /* Goto area end */
    .col-md-6.meta-r {
        text-align: left;
    }

    .container.width-1250.single-post {
        padding: 50px 0px;
    }

    .container.width-1250.contact-area {
        padding: 25px;
        margin: 50px 0 0px 0;
    }

    .col-md-12.privacy-content-area {
        padding: 50px 40px;
    }

    .how-it-item img {
        max-width: 80px;
        padding: 5px;
        margin: auto 5px auto 0;
    }

    .how-it-item-p {
        font-size: 13px;
        line-height: 1.3rem;
        padding: 10px 10px 10px 30px;
    }

    .how-it-item {
        margin-left: 40px !important;
        margin-right: 30px !important;
    }

    .container.width-1250.bpartner-form {
        padding: 30px;
    }

    .col-md-6.services-r {
        position: relative;
    }

    .col-md-7.become-partner-r {
        width: 100%;
        padding: 0px 40px;
        order: 2;
    }

    .goto-btn li {
        border-right: 2px solid transparent;
    }

    .container.width-1250.advantages {
        padding: 30px;
    }

    .container-fluid.sevices-full-width .container.width-1250 {
        right: 0;
        left: 0;
        padding: 0 40px;
    }

    .mission-r p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .container.width-1250.mission {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mission-img {
        margin-bottom: 20px;
    }

    .mission-shor-des {
        padding: 0;
        font-size: 16px;
        line-height: 1.5rem;
    }

    .dr-btn a {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .dr-des {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .goto-sf {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .goto-feadback.d-flex p {
        margin-bottom: 0px;
    }

    .goto-star-checked {
        margin-left: 0px !important;
        margin-bottom: 15px;
    }

    .goto-content-area.row.sp__dept .col-md-8 {
        padding: 10px 0;
    }

    .sidebar-inner-container {
        padding: 0 30px;
    }

    .goto-content-area p {
        font-size: 14px !important;
        line-height: 1.5rem !important;
        padding-left: 0 !important;
    }

    .read-more-btn {
        margin-left: 0 !important;
    }

    .goto-content-area.row.sp__dept {
        padding: 0 10px;
    }

    .container.width-1250.goto-content {
        padding: 0 30px !important;
        margin-top: 25px;
    }

    .doc-img {
        margin-left: 0 !important;
    }

    .goto-btn.d-flex {
        padding: 0px 25px;
    }

    .goto-btn.d-flex {
        display: block !important;
        padding: 0px 25px;
    }

    .col-md-8.info-head-left {
        width: 50%;
    }

    .col-md-4.info-head-right {
        width: 50%;
    }

    .col-md-7.bmt-fav-top-left {
        justify-content: center;
        text-align: center;
        display: flex;
    }

    .rehab-control button.carousel-control-prev {
        left: 80% !important;
    }

    .rehab-control button.carousel-control-next {
        right: 5% !important;
    }

    .col-md-6.testi-left {
        padding: 0 15px !important;
    }

    .col-md-6.testi-right {
        padding: 0 15px !important;
    }

    .row.bmt-header {
        padding: 10px 10px 0 10px;
        height: 50px;
    }

    .row.bmt-header div.bmt-l {
        width: 75%;
    }

    .row.bmt-header div.bmt-r {
        width: 25%;
    }



    .navbar-toggler.bmt-mobile2 {
        font-size: 25px !important;
    }

    .col-md-6.bmt-hero-right {
        margin-top: 30px;
    }

    .choose-left {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }

    .bmt-choose {
        padding: 50px 0 !important;
    }

    .bmt-info {
        padding: 50px 30px !important;
    }

    .col-md-7.rehabilitation-left {
        padding: 10px !important;
    }

    .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .col-md-7.at-left {
        padding: 10px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .bmt-slider-button2 {
        top: 50px !important;
    }

    .choose-left {
        margin: 0px !important;
        padding: 0 0px 0 30px !important;
    }

    /*hero section*/
    .hero-button.d-flex {
        display: block !important;
    }

    .w50-l {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .w50-r {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .hero-button.d-flex div.w50-l {
        padding-bottom: 40px !important;
        margin: 0 !important;
    }

    .bmt-testimonials button.carousel-control-next,
    .bmt-testimonials button.carousel-control-prev {
        height: 25px !important;
        width: 25px !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    /*Our favourite*/
    .row.bmt-fav-head {
        height: auto !important;
        padding: 10px 5px;
    }

    .col-md-6.patient-col-l {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .our-fav-plus {
        font-size: 30px !important;
        font-weight: 600;
        color: #fff;
        line-height: 30px;
        margin-left: 0 !important;
        margin-right: 5px !important;
    }

    .bmt-fav-title {
        font-size: 15px !important;
        margin-top: 0 !important;
        line-height: 30px;
    }

    .col-md-5.bmt-fav-top-right {
        margin: 0px !important;
    }

    bmt-carousel-item1 {
        padding: 20px 15px !important;
    }

    .bmt-carousel-item2 {
        padding: 20px 15px !important;
    }

    .col-md-5.bmt-fav-right {
        text-align: left !important;
    }

    .row.bmt-fav-body {
        padding: 20px 45px !important;
    }

    .col-md-5.bmt-fav-right p {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    .col-md-7.bmt-fav-top-left i.fas.fa-plus {
        font-size: 24px !important;
        padding-right: 10px !;
    }

    .col-md-5.bmt-fav-top-right {
        padding: 0px 20px !important;
        text-align: center !important;
    }

    .col-md-5.rehabilitation-right {
        padding-left: 40px !important;
    }

    .col-md-7.patient-col-l {
        padding: 20px !important;
    }

    .bmt-patient {
        padding: 20px 20px 10px 20px !important;
    }

    .btm-common-pera1 {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    .carousel-caption1.d-md-block p {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    /*  widget area  */
    .col-md-3.bmt-widget-col {
        padding-left: 20px !important;
        padding-bottom: 0px;
    }

    .d-flex.footer-left-menu {
        text-align: left !important;
        margin-left: 0 !important;
        justify-content: center;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col-sm-4.info-count {
        width: 100% !important;
        float: left !important;
    }

    .col-sm-8.info-author-date {
        width: 100% !important;
    }

    .col-md-6.footer-right {
        width: 100% !important;
    }

    .col-md-6.footer-left {
        width: 100% !important;
        text-align: left !important;
    }

    .col.w50-l.select_box {
        margin-right: 10px;
    }

    .bmt-footer {
        background-position: right !important;
    }

    .bmt-widget {
        padding: 300px 0 0 0;
    }

    .bmt-available-treatment {
        padding: 50px 30px !important;
    }

    .bmt-rehabilitation {
        padding: 50px 30px 50px 0 !important;
    }

    .carousel-caption1.d-md-block {
        margin-left: 0px !important;
        padding: 0 5px !important;
    }

    .our-favourite {
        /*padding: 50px 30px !important;*/
    }

    .patient-des {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    .col-md-7.patient-col-l {
        order: 2 !important;
    }

    .hero-p {
        text-align: center;
        font-size: 13px !important;
    }

    h1.hero-title {
        font-size: 36px !important;
    }

    h3.btm-common-title1 {
        font-size: 24px !important;
    }

    .bmt-testimonials {
        padding: 0px 30px !important;
    }

    .fav-title {
        font-size: 24px !important;
    }

    .carousel-caption1.d-md-block h5 {
        font-size: 24px !important;
        line-height: 1.5rem !important;
    }

    .Choose-left-title {
        font-size: 24px !important;
        line-height: 2rem !important;
    }

    p.choose-left-content {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    h3.fav-title {
        font-size: 24px !important;
    }

    .info-title {
        font-size: 24px !important;
        line-height: 2rem !important;
    }

    h3.testi-title {
        font-size: 24px !important;
        line-height: 2rem !important;
    }

    h4.info-name {
        font-size: 20px !important;
    }

    .col-md-3.bmt-widget-col {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    header#bmt-header {
        padding: 2px 10px !important;
    }

    .col-md-3.choose-left-sec {
        padding-bottom: 40px !important;
    }

    .info-content p {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }

    .col-md-9.choose-right .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
        margin-left: 30px !important;
    }

    .container.width-1250.how-it-works {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .col-md-3.bmt-widget-col {
        width: 100% !important;
    }

    .bmt-widget {
        padding: 150px 0 0 0;
    }

    .col-md-7.bmt-fav-left img {
        max-height: 140px !important;
    }

    .bmt-carousel {
        max-height: 450px !important;
    }
}

/* Temporary style */
.col-md-6.bmt-r {
    width: 60%;
}

.col-md-6.bmt-l {
    width: 40%;
}

/*====================================
| HOSPITAL LISTING PAGE
====================================*/
.hl_price {
    display: flex;
    align-items: center;
}


.hl_container a.link-button {
    font-size: 0.6em;
    text-transform: uppercase;
    color: #4267b2;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid #4267b2;
    height: fit-content;
    line-height: 1em;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.8s ease;
    text-align: center;
}

.list-inner-headline h3 {
    cursor: pointer;
}

.hl_container a.link-button:after,
.list-inner-headline h3:after {
    content: "\f061";
    font-family: "fontawesome";
    font-size: 0.9em;
    transition: all 0.8s ease;
    position: absolute;
}

.list-inner-headline h3:after {
    padding-left: 7px;
    opacity: 0.6;
}

.hl_container a:after {
    opacity: 0;
}

.list-inner-headline h3:hover:after {
    transform: translateX(7px);
    opacity: 1;
}

.hl_container a:hover:after {
    transform: translateX(7px);
    opacity: 1;
}

.hl_container a.link-button:hover {
    color: #4267b2 !important;
    padding-right: 30px;
    font-weight: 800;
}

.hl_card_top {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    display: flex;
}

.hl_container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.hl_container .hlp-versity a {
    color: #232323;
}

.hl_container .hlp-versity a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.hospital-list-main .sticky__sidebar {
    width: unset;
    right: unset;
}
.dr-list-content-btnL_r {
    max-width: 200px;
    width: 100%;
}
.hospital-list-main i.fa.fa-arrow-right:before {
    font-size: 13px;
    color: #fff;
    opacity: 1;
}

.dr-single-ratings {
    color: #666666;
    padding-bottom: 10px;
    font-size: 18px;
}

.list-inner-dr-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    width: 20%;
    display: flex;
    align-items: end;
}

.docs_info_container {
    position: relative;
}

.docs_pic img {
    border-radius: 500px;
    transition: all 0.4s ease;
    width: 45%;
    margin-bottom: 5px;
    border: 4px solid #87a6c9;
}

.list-inner-dr-img .docs_info {
    transition: all 0.4s ease;
    color: #666;
    font-size: 0.8em;
    overflow: hidden;
    line-height: 1.3em;
    margin-top: 10px;
    position: relative;
}

.list-inner-dr-img:hover p {
    visibility: visible;
}

.docs_pic,
.docs_info {
    text-align: right;
    position: absolute;
    bottom: 0;
    transition: all 0.8s ease;
}

.docs_info span {
    position: relative;
    transition: all 0.4s ease;
}

.docs_info span:first-child {
    right: -200px;
    opacity: 0;
}

.docs_info span:last-child {
    left: -200px;
    opacity: 0;
}

.list-inner-dr-img:hover .docs_pic {
    transform: translateY(-50px);
}

.list-inner-dr-img:hover .docs_info span:first-child {
    right: 0;
    opacity: 1;
    position: relative;
    font-weight: 1000;
}

.list-inner-dr-img:hover .docs_info span:last-child {
    left: 0;
    opacity: 1;
    position: relative;
}

.list-inner-headline {
    padding-top: 10px;
}

.list-inner-headline p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.8em;
    color: #000;
    /*max-height: 16rem;*/
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /*overflow: hidden !important;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.list-inner-headline h5 {
    font-size: 0.7em;
    margin-bottom: 15px;
}

.hospital-list-main .bmt-gradient-btn {
    align-items: center;
    height: unset;
}

.hospital-list-main .bmt-gradient-btn a {
    font-size: 13px;
    padding: 4px 8px;
    font-size: 13px;
    padding: 4px 20px;
}

.list-inner-headline h3 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

/*=================================
| DEPT LISTING PAGE
=================================*/
.single-dept .accordion__heading:after {
    display: none;
}


.single-dept .headline__result {
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.single-dept .accordion__heading {
    border-bottom: 1px solid #eeeeee;
}

.dpt-doctor i:before {
    color: #4267b2;
}

.dept-read-more-btn-M a i {
    position: absolute;
    top: 13px;
}


/*=================================
| SINGLE LISTING PAGE
=================================*/
.single-dept {
    margin-top: 50px;
}

#doctors .col-sm-6:first-child {
    width: 30%;
}
#doctors .col-sm-6:last-child {
    width: 70%;
    display: flex;
    align-items: center;
}
#doctors .col-sm-6:last-child a {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #666;
    line-height: 2rem;
    font-weight: 300;
}
#doctors .col-sm-6:first-child img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 100%;
    border: 10px solid #EBEFF7;
}

/*------------------------------------------------*/
/*---------Doctor details image-----------*/
/*------------------------------------------------*/
.dr-dtls-img_MM {
    border-radius: 100%;
    width: 235px !important;
    height: 235px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 5px;
    position: relative;
    top: 50px !important;
}
/*------------------------------------------------*/
/*---------for login page-----------*/
/*------------------------------------------------*/
.login-title {
    max-width: 200px !important;
    margin: auto !important;
    margin-top: 50px !important;
}
.login-section {
    max-width: 500px !important;
    margin: auto !important;
}
.login-section .login-btn {
    margin-top: 20px !important;
}
.message.success.alert.alert-success.alert-dismissible .close {
    line-height: 15px;
    padding: 9px 5px;
}


/*
-------------------------------
Global Styles
-------------------------------
*/

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4b4b;
}

.w_200 {
    width: 200px!important;
}

.w_100_p {
    width: 100%!important;
}

.h_100_p {
    height: 100%!important;
}

.vh {
    visibility: hidden!important;
}

.d_block {
    display: block!important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
}

button {
    font-family: 'Nunito', sans-serif;
}

button:focus {
    outline: none;
}

.form-group input:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    color: #333;
    line-height: 1.5;
}

a:hover,
a:active,
a:visited,
a:focus {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #1977f4;
}

ul {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

.mobile-menu,
.mobile-menuicon {
    display: none;
}

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

.bg {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.bg-area {
    background: #f5f7f9;
}

input,
textarea,
.form-control {
    font-family: 'Nunito', sans-serif;
}


/* Owl Carousel Fix Start */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* Display-Flex */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*
-------------------------------
Header-Area
-------------------------------
*/

.header-area {
    clear: both;
    padding: 12px 0;
    background: #1977f4;
;
    position: relative;
}

.header-area:before,
.header-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: calc(50% - 570px + 1em);
    height: 30px;
    background-color: #FFFFFF;
    border-top: 18px solid #1977f4;
    border-bottom: 28px solid #FFFFFF;
}

.header-area:before {
    left: -10px;
    border-right: 18px solid #1977f4;
}

.header-area:after {
    right: -10px;
    border-left: 18px solid #1977f4;
}

.header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.header-social li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e9e9e9;
    top: 0;
    left: -15px;
}

.header-social li:first-child:before {
    display: none;
}

.social-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-bar li {
    display: inline-block !important;
    margin-right: 15px !important;
}

.social-bar li:last-child {
    margin-right: 0;
}

.social-bar li:before {
    display: none;
}

.social-bar li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-bar li a:hover {
    color: #f5f5f5;
}

.language a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu a:hover {
    color: #1977f4;
}

.dropdown-menu {
    display: block;
}

.language i {
    margin-right: 7px;
}

.dropdown-menu a {
    text-decoration: none;
    color: #333;
}

.header-info {
    text-align: right;
}

.header-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-info li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-left: 30px;
}

.header-info li:first-child {
    margin-left: 0;
}

.header-info li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e9e9e9;
    top: 0;
    left: -17px;
}

.header-info li:first-child:before {
    display: none;
}

.header-info li i {
    margin-right: 5px;
    color: #fff;
}

.header-info li a {
    color: #fff;
    transition: all 0.3s;
}

.header-info li a:hover {
    color: #f5f5f5;
}


/*Header Cart*/

.wishlist-dropdown {
    position: absolute;
    top: 100%;
    left: -50%;
    transform: translate(-91%, -2px);
    z-index: 100;
    width: 300px;
    padding-top: 9px;
    color: #777;
    background: #fff;
    box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 22px 25px;
}

.wishlist-dropdown ul li {
    padding-top: 20px;
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
}

.wishlist-dropdown ul li.first-wishlist {
    overflow: hidden;
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0;
}

.wishlist-dropdown ul li:nth-child(2) {
    padding-top: 28px;
    margin-top: 8px;
}

.wishlist-dropdown ul li.first-wishlist a {
    font-weight: 600;
    color: #777;
}

.wishlist-dropdown ul li.first-wishlist a:hover {
    color: #756c6b;
}

.wishlist-dropdown ul li .wish-text {
    text-align: left;
    float: left;
}

.wishlist-dropdown ul li .wish-text a {
    font-size: 16px;
    font-weight: 500
}

.wishlist-dropdown ul li .wish-text a:hover {
    color: #f1634c;
}

.wishlist-dropdown ul li .wish-text p {
    margin: 0;
}

.wishlist-dropdown ul li .wish-img {
    position: relative;
    float: right;
}

.wishlist-dropdown ul li .wish-img img {
    height: 60px;
}

.wishlist-dropdown ul li .wish-img .close-btn {
    position: absolute;
    text-align: center;
    top: -8px;
    right: -5px;
    display: block;
    background: #f5f5f5;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600;
}

.wishlist-dropdown ul li .wish-img .close-btn:hover {
    color: #f1634c;
}

.wish-cbtn {
    overflow: hidden;
    clear: both;
    text-align: center;
}

.wish-cbtn a {
    display: block;
    background: #1977f4;
    color: #fff;
    padding: 6px 5px 8px;
    margin-top: 7px;
}

.wish-cbtn a:hover {
    background: #333;
}

.cart-button:hover .wishlist-dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
}


/*
-------------------------------
Menu-Area
-------------------------------
*/

/*.logo {*/
/*    min-height: 87px;*/
/*}*/

.logo img {
    width: auto;
    height: 62px;
}

.main-menu {
    /*float: right;*/
    margin-right: 0px;
}

ul.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 769px) {
    ul.nav-menu {
        display: none; /* Hide the element with the hidden-class */
    }
    .main-headline-HWW{
        margin-top: 13rem;
    }
}

ul.nav-menu li {
    position: relative;
    float: left;
}

ul.nav-menu li.menu-item-has-children:before {
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    top: 56%;
    right: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    margin-top: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.nav-menu li.menu-item-has-children li.menu-item-has-children:before {
    right: 15px;
    color: #333;
}

ul.nav-menu li.menu-item-has-children:hover:before {
    color: #f1634c;
    transform: rotate(45deg);
}

ul.nav-menu li.menu-item-has-children li.menu-item-has-children:hover:before {
    color: #f1634c;
}

ul.nav-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 32px 20px;
}

ul.nav-menu li ul.sub-menu {
    position: absolute;
    width: 200px;
    left: 0;
    z-index: 999;
}

ul.nav-menu li ul.sub-menu>li {
    float: none;
    display: none;
    opacity: 0;
}

ul.nav-menu li ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    background: #fff;
    color: #333;
    border-bottom: 1px dashed #d3d3d3;
}

ul.nav-menu li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
}

ul.nav-menu li:hover>a {
    color: #f1634c;
}


/*Menu-Keyframes*/

ul.nav-menu li:focus>ul.sub-menu>li,
ul.nav-menu li:hover>ul.sub-menu>li {
    display: block;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: fade 0.4s forwards;
    -webkit-animation: fade 0.4s forwards;
    animation: fade 0.4s forwards;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@-moz-keyframes fade {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
    0% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes fade {
    0% {
        -webkit-transform: translateY(0px);
    ;
    }
    100% {
        -webkit-transform: translateY(0px);
    ;
    }
    0% {
        -webkit-transform: translateY(0px);
    ;
    }
}

@keyframes fade {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
    0% {
        transform: translateY(0px);
    }
}

ul.nav-menu li ul.sub-menu li:first-child {
    animation-delay: 0.1s;
}

ul.nav-menu li ul.sub-menu li:nth-child(2) {
    animation-delay: 0.2s;
}

ul.nav-menu li ul.sub-menu li:nth-child(3) {
    animation-delay: 0.3s;
}

ul.nav-menu li ul.sub-menu li:nth-child(4) {
    animation-delay: 0.4s;
}

ul.nav-menu li ul.sub-menu li:nth-child(5) {
    animation-delay: 0.5s;
}

ul.nav-menu li ul.sub-menu li:nth-child(6) {
    animation-delay: 0.6s;
}

ul.nav-menu li ul.sub-menu li:nth-child(7) {
    animation-delay: 0.7s;
}

ul.nav-menu li ul.sub-menu li:nth-child(8) {
    animation-delay: 0.8s;
}

ul.nav-menu li ul.sub-menu li:nth-child(9) {
    animation-delay: 0.9s;
}

ul.nav-menu li ul.sub-menu li:nth-child(10) {
    animation-delay: 1s;
}


/*Menu-Keyframes-End*/


/*Mega-Menu Start*/

ul.nav-menu li.menu-static {
    position: static;
}

ul.nav-menu .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.nav-menu .mega-menu ul {
    float: left;
    width: 30.33%;
    margin-left: 32px;
}

ul.nav-menu .mega-menu ul:first-child {
    margin-left: 0;
}

ul.nav-menu li.menu-static a {
    position: relative;
}

ul.nav-menu li.menu-static a.menu-item-has-children:before {
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    top: 56%;
    right: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    margin-top: -11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.nav-menu li.menu-static:hover a.menu-item-has-children:before {
    color: #f1634c;
    transform: rotate(45deg);
}

ul.nav-menu .mega-menu ul:first-child {
    border-left: 0px;
}

ul.nav-menu .mega-menu ul:last-child {
    border-right: 0px;
}

ul.nav-menu .mega-menu ul li {
    display: block;
    opacity: 1;
    float: none;
    padding: 2px;
}

ul.nav-menu .mega-menu ul li.menu-headline {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Nunito', sans-serif;
    padding-left: 14px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

ul.nav-menu .mega-menu ul li.menu-headline:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 13.5px;
    width: 70px;
    height: 2px;
    background: #333;
}

ul.nav-menu .mega-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

ul.nav-menu .mega-menu ul li:nth-child(2) a {
    border-top: 0;
}

ul.nav-menu .mega-menu ul li a i {
    margin-right: 2px;
}

ul.nav-menu li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}


/*Mega-Menu End*/


/* Sticky Menu */

#strickymenu.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    -webkit-transition: height 0.3s;
    transition: all 0.3s;
}

#strickymenu.sticky .logo {
    min-height: 70px;
}

#strickymenu.sticky .logo img {
    height: 56px;
}

#strickymenu.sticky ul.nav-menu li a {
    min-height: 70px;
    padding: 24px 20px;
}

#strickymenu.sticky ul.nav-menu li ul li a {
    min-height: 0;
    padding: 10px 15px;
}


/* Search */

.searchbar .search-button {
    font-size: 15px;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 54px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.searchbar .search-button:active,
.searchbar .search-button:focus,
.searchbar .search-button:hover {
    cursor: pointer;
    color: #1977f4;
}

.searchbar .openBtn {
    background: #f1634c;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.searchbar .openBtn:hover {
    background: #bbb;
}

.searchbar .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.searchbar .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.searchbar .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.searchbar .overlay .closebtn:hover {
    color: #ccc;
}

.searchbar .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.searchbar .overlay input[type=text]:hover {
    background: #f1f1f1;
}

.searchbar .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #f1634c;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.searchbar .overlay button:hover {
    background: #333;
}

.searchbar .cart-button {
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 50%;
    color: #f1634c;
    margin-top: -11px;
    right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*---Mobile Menu----*/

.mobile-menuicon .menu-bar {
    font-size: 24px;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    color: #1977f4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    color: #fff;
}

.mobile-menu .sidenav img {
    max-height: 50px;
    margin-bottom: 20px;
    padding-left: 26px;
    padding-right: 20px;
}

.mobile-menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #111;
    padding-top: 40px;
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile-menu .sidenav ul {
    margin: 0;
    padding: 0px 27px 5px 26px;
}

.mobile-menu .sidenav ul ul {
    padding: 0;
}

.mobile-menu .sidenav ul>li>a,
.mobile-menu .sidenav ul>li>span {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*.mobile-menu .sidenav ul li.menu-child>span:before {*/
/*    position: absolute;*/
/*    content: '\f067';*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    top: 0;*/
/*    right: 0;*/
/*    font-size: 12px;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/

/*@*/

.mobile-menu .sidenav ul>li>ul>li>a {
    /*display: none;*/
    font-size: 14px;
    color: #fff !important;
    padding: 0px 0px 7px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile-menu .sidenav ul>li:hover>ul>li>a {
    display: block;
}

.mobile-menu .sidenav img {
    max-height: 50px;
    margin-bottom: 20px;
    padding-left: 26px;
    padding-right: 20px;
}


/*Mobile Megamenu*/

.mobile-menu .menu-headline {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    padding-left: 4px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.mobile-menu .menu-headline:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 4px;
    width: 70px;
    height: 2px;
    background: #fff;
}

.mobile-menu .sidenav ul li.mobile-megamenu ul {
    display: none;
}

.mobile-menu .sidenav ul li.mobile-megamenu:hover ul {
    display: block;
}


/*
-------------------------------
Slider
-------------------------------
*/

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    height: 650px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.3;
}

.text-animated h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    letter-spacing: .16px;
    line-height: 30px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-animated li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    border-radius: 3px;
    padding: 14px 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li.btn-red a {
    background: #f1634c;
    border: 1px solid #f1634c;
}

.text-animated li a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

.slider-text.left {
    text-align: left;
}

.slider-text.left p {
    margin-right: 450px;
}

.slider-text.center {
    text-align: center;
}

.slider-text.center p {
    margin-left: 225px;
    margin-right: 225px;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-dots {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 60px);
}

.slide-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 5px;
    width: 40px;
    background: #ddd;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #1977f4;
}


/*
-------------------------------
Why Us
-------------------------------
*/

.choose-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    height: 300px;
}

.choose-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1977f4;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-col:nth-of-type(2n) .choose-item:before {
    background: #f1634c;
}

.choose-icon {
    position: relative;
    margin-bottom: 20px;
}

.choose-icon i {
    font-size: 60px;
    color: #fff;
}

.choose-text {
    position: relative;
}

.choose-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-text p {
    color: #fff;
    margin: 0;
}

.choose-item:hover:before {
    opacity: 1;
}

.choose-item:hover .choose-icon i {
    transform: rotate(360deg);
}


/*
-------------------------------
Feature
-------------------------------
*/

.about-area {
    position: relative;
    padding-top: 180px;
    padding-bottom: 80px;
}

.about-skey {
    position: relative;
    margin: 0 15px 11px 0px;
}

.about-img {
    position: relative;
}

.about-skey:before {
    position: absolute;
    content: "";
    right: -9px;
    top: -9px;
    width: 0;
    height: 0;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.about-skey:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
    z-index: -1;
}

.about-img {
    position: relative;
}

.about-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(208 208 208 / 30%);
}

.video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f1634c;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f1634c;
    border-radius: 50%;
    transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 4px;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.video-button:hover span {
    border-left-color: #333;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.feature-section-text {
    padding-right: 60px;
    padding-left: 30px;
}

.feature-section-text h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-section-text p {
    opacity: .9;
    font-size: 16px;
    color: #4f5b6d;
    line-height: 24px;
}

.feature-accordion {
    margin-top: 28px;
}

.faq-item {
    border: 0px;
    margin-bottom: 15px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
}

.faq-header button.faq-button {
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    background: #f1634c;
    color: #fff;
    position: relative;
}

.faq-header button.faq-button:before {
    position: absolute;
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    right: 0px;
    top: 0px;
    padding: 19.5px 5px;
    color: #fff;
    background: #1977f4;
}

.faq-header button.faq-button.collapsed {
    background: #1977f4;
}

.faq-header button.faq-button.collapsed:before {
    content: '\f067';
    background: #f96b47;
}

.faq-body {
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 25px;
    line-height: 1.6;
}

.faq-home .faq-body {
    padding: 15px;
}

.faq-body ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.faq-home .faq-body ul {
    margin-top: 10px;
}

.faq-body ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.faq-body ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    top: 2px;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #f96b47;
}


/*
-------------------------------
Service
-------------------------------
*/

.main-headline h1 {
    /*font-weight: 700;*/
    color: #191919;
    font-size: 48px;
    text-align: center;
}

.main-headline h1 span {
    color: #1977f4;
}

.main-headline p {
    opacity: .9;
    font-size: 16px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 24px;
    /*margin: 0 200px;*/
}

.main-headline.white h1 {
    color: #fff;
}

.main-headline.white h1 span {
    color: #fff;
}

.main-headline.white p {
    color: #fff;
}

.service-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-coloum-area {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 86px;
    margin-bottom: 40.5px;
}

.service-coloum {
    position: relative;
}

.service-coloum:nth-child(2),
.service-coloum:nth-child(5) {
    /*margin-top: -86px;*/
}

.service-item {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin: 14.5px;
    text-align: center;
    padding: 50px 20px 45px;
    width: 340px;
    transform: translateY(0);
    transition: all .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

.service-item img {
    margin-bottom: 30px;
}

.service-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.service-item p {
    opacity: .9;
    font-size: 18px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.service-item a {
    font-size: 16px;
    color: #1977f4;
    font-weight: 700;
}

.service-item i,
.service-item2 i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #f1634c;
}

.service-coloum:nth-child(2) .service-item a,
.service-coloum:nth-child(5) .service-item a {
    color: #f1634c;
}

.service-item:hover {
    transform: translateY(-5px);
}

.home-button {
    text-align: center;
}

.home-button.ser-btn {
    padding-bottom: 180px;
}

.home-button a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    border-radius: 3px;
    padding: 14px 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home-button a:hover {
    background: #333;
    border: 1px solid #333;
}


/*
-------------------------------
Service - 2
-------------------------------
*/

.service-item2 {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px 45px;
    height: 350px;
    transform: translateY(0);
    transition: all .3s ease;
}

.s-border .service-item2 {
    border: 1px solid #ddd;
}

.service-item2 img {
    margin-bottom: 30px;
}

.service-item2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.service-item2 p {
    opacity: .9;
    font-size: 18px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.service-item2 a {
    font-size: 16px;
    color: #f1634c;
}

.service-item2:hover {
    transform: translateY(-5px);
}


/*
-------------------------------
Service - Detail
-------------------------------
*/

.service-detail-area {
    padding-bottom: 60px;
}

.service-detail-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail-text ul li{
    color: black;
    list-style: disc;
    font-size: 23px;
    margin-left: 10px;
    padding: 5px;
}

.service-feature-list h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-feature-list ul li {
    position: relative;
    padding-left: 25px;
    margin: 12px 0px;
}

.service-feature-list ul li:before {
    position: absolute;
    content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    top: 0;
    left: 0;
    color: #1977f4;
}

.service-qucikcontact h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-service.feature-section-text {
    padding: 0;
}

.faq-service.feature-section-text h2 {
    font-weight: 700;
}

.service-widget ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 24px 40px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.service-widget ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.service-link-list li.active a i {
    margin-right: 12px;
}

.service-widget ul li.active a,
.service-widget ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 50px;
}

.service-widget-contact {
    text-align: center;
    background: #0674c3;
    color: #fff;
    padding: 30px;
    border-radius: 2px;
}

.service-widget-contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.service-widget-contact p {
    margin-bottom: 15px;
}

.service-widget-contact ul li {
    margin-bottom: 7px;
}

.service-widget-contact ul li i {
    margin-right: 4px;
}

.service-widget-contact a {
    display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius: 2px;
}

.video-headline h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px
}


/*
-------------------------------
Counterup-Area
-------------------------------
*/

.counter-row {
    position: absolute;
    width: 1085px;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translate(-50%, 49.3%);
    padding: 70px 60px;
    margin: 0;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background: #1977f4;
}

.counter-item {
    text-align: center;
    margin-bottom: 5px;
}

.counter-item .counter-icon {
    width: 70px;
    height: 70px;
    line-height: 74px;
    border-radius: 50%;
    font-size: 26px;
    color: #f1634c;
    margin: 0 auto;
    margin-bottom: 13px;
    box-shadow: 0 14px 41px 0 rgba(58, 17, 98, .1);
    background: #fff;
}

.counter-item h2.counter {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.counter-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}


/*
-------------------------------
Portfolio
-------------------------------
*/

.portfolio-area {
    padding-top: 240px;
    padding-bottom: 80px;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 6px;
}

.portfolio-menu li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background: #1977f4;
    margin-left: -5px;
    padding: 14px 20px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-menu li:hover {
    background: #333;
}

.portfolio-menu li.filtr-active {
    background: #f1634c;
}

.portfolio-menu li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    text-decoration: none;
    background: #ffffff;
}

.portfolio-item {
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f7f7f7;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    z-index: 1;
}

.item-img-overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 170%;
    background: #f1634c;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

.item-img-overlay:hover:after {
    top: 0;
    left: -170%
}

.item-img-overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.img-overlay {
    text-align: center;
}

.prot-text {
    bottom: -50%;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.item-img-overlay:hover .prot-text {
    bottom: 50%;
    margin-bottom: -50px;
}

.prot-text h5 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.prot-icon a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f1634c;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.prot-icon a.magnific {
    background: #1977f4;
}

.prot-icon a:hover {
    background: #333;
}


/*
-------------------------------
Single Portfolio
-------------------------------
*/

.portfolio-detail-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-info {
    background: #0674c3;
    padding: 30px;
    color: #fff;
}

.project-info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.project-info ul li {
    margin: 5px 0;
    padding: 5px 0;
}

.project-info ul li b {
    display: inline-block;
    width: 20%
}

.project-info ul li span {
    display: inline-block;
    width: 78%;
}

.video-item {
    position: relative;
    margin: 0 15px 11px 11px;
}

.video-item:before {
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    width: 0;
    height: 0;
    border-top: 130px solid #fa4a4a;
    border-left: 130px solid transparent;
}

.video-item:after {
    position: absolute;
    content: "";
    left: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-bottom: 130px solid #fa4a4a;
    border-right: 130px solid transparent;
    z-index: -1;
}

.video-img {
    position: relative;
}

.video-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 36, 64, 0.3);
    opacity: 0.5;
}

.video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 4px;
    border-left: 28px solid #f1634c;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.video-button:hover span {
    border-left-color: #333;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*portfolio-carousel*/

.portfolio-carousel {
    overflow: hidden;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev,
.portfolio-carousel.owl-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: rgb(6 116 195 / 50%);
    color: #fff;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: -40px;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: -40px;
}

.portfolio-carousel.owl-carousel:hover .owl-nav .owl-prev,
.portfolio-carousel.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 0;
    margin-right: 0;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #f1634c;
}


/* Relative Portfion-carousel Nav */

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev,
.owl-carousel.relative-pt-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev:hover,
.owl-carousel.relative-pt-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Relative owl dots */

.owl-carousel.relative-pt-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.relative-pt-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.relative-pt-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*
-------------------------------
Single Portfolio
-------------------------------
*/

.carousel-indicators {
    text-align: inherit;
    position: inherit;
    left: 0;
    bottom: 0;
    margin: 0;
    margin-top: 15px;
}

.carousel-indicators .active,
.carousel-indicators li.active,
.carousel-indicators li {
    width: auto;
    height: auto;
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #f1634c;
    border-radius: 0px;
    padding: 5px;
}

.carousel-indicators li img {
    max-width: auto;
    height: auto;
}


/*Portfolio Nav-Carousel*/

.portfolio-nav.owl-carousel .owl-nav .owl-prev,
.portfolio-nav.owl-carousel .owl-nav .owl-next {
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    line-height: 26px;
    font-size: 18px;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    margin-top: -15px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-nav.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.portfolio-nav.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.portfolio-nav.owl-carousel:hover .owl-nav .owl-prev,
.portfolio-nav.owl-carousel:hover .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
}

.portfolio-nav.owl-carousel .owl-nav .owl-prev:hover,
.portfolio-nav.owl-carousel .owl-nav .owl-next:hover {
    background: #333;
}


/*
-------------------------------
Testimonial
-------------------------------
*/

.testimonial-area {
    background: #ecf1f8;
    padding-top: 60px;
    padding-bottom: 90px;
}

.testimonial-texarea h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0674c3;
    line-height: 1.3;
}

.testimonial-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 97px 80px 80px 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-image: url('../img/shape-3.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-item:before {
    content: '"';
    position: absolute;
    left: 70px;
    top: 20px;
    color: #fa4949;
    font-size: 85px;
    font-weight: 900;
}

.testimonial-item p {
    font-weight: 600;
    margin-bottom: 15px;
    color: #748196;
}

.testi-info {
    margin-top: 30px;
    position: relative;
    padding: 15px 0px 21px 100px;
}

.testi-info img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.testi-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    color: #1977f4;
}

.testi-info span {
    font-size: 15px;
    font-weight: 400;
}


/*Testimonial-Dots*/

.owl-testimonial .owl-dots {
    position: absolute;
    bottom: 25%;
    right: 10%;
    transform: translate(-50%, 10%);
}

.owl-testimonial .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-testimonial .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}

.testi-photo {
    overflow: hidden
}

.testi-photo img {
    transform: scale(1);
    transition: all 0.5s;
}

.testi-photo:hover img {
    transform: scale(1.2);
}

.testimonial-innerbox ul li {
    position: relative;
    float: left;
    max-width: 255px;
    margin: 0px 15px;
    margin-top: 30px;
    text-align: center;
    padding: 48px 60px 49px 60px;
    background: #fa4949;
}

.testimonial-innerbox ul li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 170px;
    height: 170px;
    right: 0px;
    bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
    transition: all 0.3s;
}

.testimonial-innerbox ul li:hover:before {
    width: 100%;
    height: 100%;
    clip-path: none;
}

.testimonial-innerbox ul li:first-child {
    margin-left: 0;
}

.testimonial-innerbox ul li:last-child {
    background: #0674c3;
    margin-right: 0;
}

.testimonial-innerbox ul li i {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 24px;
    transition: all 0.9s;
}

.testimonial-innerbox ul li h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 29px;
    font-weight: 700;
}

.testimonial-innerbox ul li:hover i {
    transform: rotate(360deg)
}


/*
-------------------------------
Testimonial - Page
-------------------------------
*/

.testimonial-page .testimonial-item {
    overflow: hidden;
    padding: 50px 30px 30px 30px;
}

.testimonial-page .testimonial-item:before {
    content: '"';
    position: absolute;
    left: 30px;
    top: -5px;
    color: #fa4949;
    font-size: 60px;
    font-weight: 900;
}

.testimonial-page .testimonial-item p {
    font-size: 16px;
    color: #4b4b4b;
}

.testimonial-page .testi-info h4 {
    font-size: 20px;
}

.testimonial-page .testi-info span {
    font-size: 14px;
}

.testimonial-page .testi-link {
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: -50px;
    content: "";
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.testimonial-page .testi-link a {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.testimonial-page .testimonial-item:hover .testi-link {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.testimonial-page .testi-link:hover {
    border-color: #333 transparent;
}


/*
-------------------------------
Team-Area
-------------------------------
*/

.team-area {
    /*padding-top: 15rem;*/
    padding-bottom: 80px;
}

.team-item {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
}

.team-item img {
    width: 100%;
    height: auto;
}

.team-photo {
    overflow: hidden;
    position: relative;
}

/*.team-photo:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: '';*/
/*    text-align: left;*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .5s;*/
/*    transition: opacity .5s;*/
/*    background-color: rgba(0, 0, 0, .2);*/
/*}*/

.team-text {
    text-align: left;
    padding: 20px 30px;
    background: #fff;
}

.team-text span {
    color: #f1634c;
}

.team-text a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color:black;
    margin-bottom: 0px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-text a:hover {
    color: #f1634c;
}

.team-text p {
    font-size: 15px;
    margin: 0;
}

.team-social {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -88%);
    -webkit-transform: translate(100%, -88%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social li {
    display: block;
}

.team-social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 7px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social li a:hover {
    color: #fff;
    background: #f1634c;
}

.team-item:hover .team-social {
    transform: translate(0%, -88%);
    -webkit-transform: translate(0%, -88%);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-item:hover .team-photo:after {
    opacity: 0.9;
}


/* Team-carousel Nav */

.owl-carousel.team-carousel .owl-nav .owl-prev,
.owl-carousel.team-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.team-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.team-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.team-carousel .owl-nav .owl-prev:hover,
.owl-carousel.team-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Team-owl-dots */

.owl-carousel.team-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.team-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.team-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*Team Swiper*/

.team-swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.team-swiper .swiper-slide {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
-------------------------------
Team Details
-------------------------------
*/

.team-detail-photo {
    margin-top: 30px;
}

.team-detail-text {
    margin-top: 30px;
}

.team-detail-text h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
}

.team-detail-text p {
    margin-top: 20px;
}

.team-detail-text ul {
    /*list-style: none;*/
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.team-detail-text ul li {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.team-detail-text ul li:last-child {
    margin-right: 0;
}

.team-detail-text ul li a {
    font-size: 14px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #1977f4;
    color: #fff;
    transition: all 0.3s;
}

.team-detail-text ul li a:hover {
    background: #313131;
    color: #fff;
}

.team-exp-area .event-detail-content {
    background: #fff;
}

.progress-gallery {
    margin-top: 15px;
}

.progress-gallery .bar-container {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}

.progress-gallery .bar-container p {
    font-weight: 600;
    margin-bottom: 5px;
}

.progress-gallery .bar-container .progress {
    height: 10px;
}

.progress-gallery .bar-container .progress .progress-bar-custom {
    background-color: #1977f4;
}

.progress-gallery .bar-container .percentage-show {
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
}

.progress-gallery .progress-bar {
    transition-duration: 3s;
}

.team-headline h2 {
    font-size: 36px;
    font-weight: 700;
    color: #191919;
    margin: 0;
}

.team-exp-item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
    z-index: 55;
    overflow: hidden;
}

.team-exp-icon {
    background-color: #eee;
    border-radius: 20px;
    display: inline-block;
    height: 82px;
    position: relative;
    width: 82px;
    z-index: -2;
    overflow: hidden;
}

.team-exp-area .team-exp-item {
    background: #f1f1f1;
    box-shadow: none;
}

.team-exp-area .team-exp-icon {
    background: #fff;
}

.team-exp-icon i {
    color: #f1634c;
    font-size: 30px;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-exp-icon i:after {
    background-color: #f1634c;
    border-radius: 0px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.team-exp-item h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.team-exp-hover {
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: -50px;
    content: "";
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.team-exp-hover a {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.team-exp-item:hover .team-exp-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.team-exp-item:hover .team-exp-icon i:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-exp-item:hover .team-exp-icon i {
    color: #fff;
}

.experience-item {
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 30px 0px rgba(153, 153, 153, 0.2);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
}

.experience-item:before,
.experience-item:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.experience-item:after {
    border-bottom: 3px solid #f1634c;
    border-top: 3px solid #f1634c;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.experience-item:before {
    border-right: 3px solid #f1634c;
    border-left: 3px solid #f1634c;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.experience-colume {
    padding: 40px 30px;
    position: relative;
}

.experience-colume:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #f1634c;
    border-right: 25px solid transparent;
    z-index: 9;
}

.experience-item i {
    font-size: 36px;
    color: #f1634c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.experience-text {
    margin-top: 20px;
}

.experience-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.experience-text p {
    margin: 0;
}

.experience-item:hover {
    box-shadow: none;
}

.experience-item:hover i {
    color: #333;
}

.experience-item:hover:after {
    transform: scaleX(1);
}

.experience-item:hover:before {
    transform: scaleY(1);
}


/*
-------------------------------
Career-Area
-------------------------------
*/

.career-item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
    z-index: 55;
    overflow: hidden;
}

.career-icon {
    background-color: #eee;
    border-radius: 20px;
    display: inline-block;
    height: 82px;
    position: relative;
    width: 82px;
    z-index: -2;
    overflow: hidden;
}

.career-icon i {
    color: #f1634c;
    font-size: 30px;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.career-icon i:after {
    background-color: #f1634c;
    border-radius: 0px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.career-item h4 {
    color: #0674c3;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.career-item h5 {
    color: #f1634c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.career-item:hover .career-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.career-item:hover .career-icon i:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.career-item:hover .career-icon i {
    color: #fff;
}

.career-location {
    overflow: hidden;
}

.career-location li {
    float: left;
    width: 50%;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.career-hover {
    text-align: center;
}

.career-hover li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}

.career-hover li a {
    display: block;
    width: 150px;
    font-weight: 600;
    background: #0674c3;
    color: #fff;
    padding: 10px 5px;
    border-radius: 3px;
    transition: all 0.3s;
}

.career-hover li:last-child {
    margin-right: 0;
}

.career-hover li:last-child a {
    background: #f1634c;
}

.career-hover li a:hover {
    background: #333;
}


/*
-------------------------------
Career Detail
-------------------------------
*/

.Career-detail-text {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
}

.Career-detail-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
}

.Career-detail-text h3:before {
    content: '';
    border: 1px solid #0674c3;
    width: 8px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.Career-detail-text h3:after {
    content: '';
    border: 1px solid #0674c3;
    width: 30px;
    position: absolute;
    bottom: 0px;
    left: 11px;
}

.career-sidebar {
    border: 1px solid #e9e9e9;
    background: #ffffff;
}

.career-sidebar-heading {
    background: #23c0e9;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.career-sidebar-heading h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.career-sidebar-img {
    text-align: center;
    padding-top: 30px;
}

.career-sidebar-right-cont {
    text-align: center;
}

.career-sidebar-right-cont-wrapper h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding-top: 30px;
    margin: 0;
}

.career-sidebar-right-cont-wrapper p {
    font-size: 16px;
    color: #0674c3;
    padding-top: 7px;
}

.career-sidebar-btn-wrapper {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
}

.career-sidebar-btn li {
    display: inline-block;
    margin-left: 15px;
}

.career-sidebar-btn li:first-child {
    margin-left: 0;
}

.career-sidebar-btn li:first-child a {
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f36969;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.career-sidebar-btn li:last-child a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37d09c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.career-sidebar-main-wrapper {
    padding: 50px;
    padding-top: 10px;
}

.career-sidebar-icon {
    float: left;
    width: 20px;
}

.career-sidebar-icon i {
    color: #f1634c;
}

.career-sidebar-icon-con {
    float: left;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.career-sidebar-icon-con li:first-child {
    font-weight: bold;
    color: #000000;
}

.career-sidebar-wrapper2 {
    overflow: hidden;
    padding-top: 40px;
}

.career-sidebar-list-btn ul {
    margin-top: 40px;
}

.career-sidebar-list-btn li a {
    display: block;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #f1634c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.career-sidebar-list-btn li a:hover {
    background: #333;
}

.career-btn a {
    display: inline-block;
    padding: 10px 35px;
    background: #0674c3;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

.career-btn a:hover {
    background: #333;
}

.job-apply-form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-group input[type="file"] {
    height: auto;
    border: 0;
    padding: 0;
    padding-bottom: 5px;
}

.cap-row {
    overflow: hidden;
}

.cap-row .cap-number {
    width: 90px;
    float: left;
}

.cap-row .form-control {
    width: 80px;
}

.job-apply-form .btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 3px;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.job-apply-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}

.job-detail-keyword {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li {
    display: inline-block;
    margin-left: 10px;
}

.job-detail-keyword li:first-child {
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li i {
    margin-right: 5px;
}

.job-detail-keyword li a {
    color: #797979;
    line-height: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li a:hover {
    color: #f1634c;
}


/*
-------------------------------
Job-Area
-------------------------------
*/

.job-item {
    float: left;
    width: 100%;
    margin-top: 35px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-img {
    float: left;
    width: 105px;
}

.job-wrapper-text {
    float: left;
    width: calc(100% - 105px);
    padding-left: 20px;
    padding-top: 10px;
}

.job-wrapper-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.job-wrapper-text p {
    font-size: 14px;
    color: #23c0e9;
    margin-bottom: 12px;
}

.job-wrapper-text li {
    font-size: 16px;
    float: none;
    margin-left: 0;
}

.job-wrapper-text li:first-child {
    font-weight: 700;
}

.job-wrapper-text li i {
    color: #f36969;
}

.job-wrapper-text li:last-child {
    color: #797979;
}

.job-item-btn ul {
    float: left;
    margin-top: 15px;
}

.job-item-btn li {
    float: left;
    margin-left: 15px;
}

.job-item-btn li:first-child {
    margin-left: 0;
}

.job-item-btn li:first-child a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f36969;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-btn li:nth-child(2) a {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37d09c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.job-item-btn li:last-child a {
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f36969;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.job-item-keyword {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-keyword li {
    float: left;
    margin-left: 15px;
}

.job-item-keyword li:first-child {
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-keyword li i {
    margin-right: 5px;
}

.job-item-keyword li a {
    color: #797979;
    line-height: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item:hover .job-item-keyword {
    background: #1977f4;
}

.job-item:hover .job-item-keyword li,
.job-item:hover .job-item-keyword li a {
    color: #fff;
}

.job-item-keyword li a:hover {
    text-decoration: underline;
}


/*
-------------------------------
Blog-Area
-------------------------------
*/

.blog-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-item {
    border: 1px solid #fff;
    margin-top: 30px;
    position: relative;
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
}

.blog-image:hover img {
    transform: scale(1.2);
}

.blog-text {
    background: #fdfdfd;
    padding: 20px!important;
    box-shadow: 0px 6px 5px 2px rgb(72 72 72 / 10%);
    padding-top: 0;
}

.blog-item h3 {
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 10px;
}

.blog-item h3 a {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-item h3 a:hover {
    color: #f1634c;
}

.blog-item span {
    display: block;
    font-size: 16px;
}

.blog-item span i {
    margin-right: 5px;
    color: #1977f4;
}

.blog-item p {
    margin-bottom: 10px;
}

.blog-author span {
    display: inline-block;
    font-size: 13px;
    padding-right: 30px;
    color: #777;
}

.blog-author span:last-child {
    padding-right: 0;
}

.blog-author span i {
    color: #1977f4;
    margin-right: 3px;
}

.blog-item .sm_btn {
    font-size: 16px;
    color: #1977f4;
}

.first-blog .blog-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 88%;
    border-radius: 5px;
    background: #1977f4;
    color: #fff;
    box-shadow: none;
}

.first-blog .blog-text h3 a,
.first-blog .blog-text .sm_btn,
.first-blog .blog-text .blog-author span,
.first-blog .blog-text .blog-author span i {
    color: #fff;
}


/* Blog-carousel Nav */

.owl-carousel.blog-carousel .owl-nav .owl-prev,
.owl-carousel.blog-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 16px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 0;
    margin-top: -20px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 48px;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Blog-owl-dots */

.owl-carousel.blog-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel.blog-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.blog-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*
-------------------------------
Blog Page
-------------------------------
*/

.blog-page .blog-item {
    position: relative;
}

.blog-page .blog-author {
    text-align: center;
    background: #0674c3;
    color: #fff;
    padding: 13px 30px;
    width: 100%;
    border-left: 5px solid #f1634c;
    border-right: 5px solid #f1634c;
}

.blog-page .blog-author span {
    color: #fff;
}

.blog-page .blog-author span i {
    color: #fff;
}

.blog-page .blog-item h3 {
    margin-top: 15px;
}


/* Pagination */

.pagination {
    text-align: center;
    margin-top: 45px;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.page-left {
    margin: 0 !important;
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0674c3;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.page-numbers li a:hover {
    background: #333;
    color: #fff;
}

ul.page-numbers li span {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #f1634c;
    color: #fff;
}


/*
-------------------------------
Single-Blog
-------------------------------
*/

.single-blog-image {
    position: relative;
}

.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    margin-top: 30px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sidebar-item ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-item ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.sidebar-item li.active a i {
    margin-right: 12px;
}

.sidebar-item ul li.active a,
.sidebar-item ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 45px;
}

.blog-page.single-blog .blog-image {
    position: relative;
}

.single-blog img {
    width: 100%
}

.blog-page.single-blog .blog-author {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0674c3;
    color: #fff;
    padding: 13px 30px;
    width: 70%;
    border-radius: 3px;
}

.single-blog h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single-blog p {
    margin: 0;
    margin-top: 15px;
}

.single-blog .blog-text {
    box-shadow: 0px 2px 4px 2px rgb(72 72 72 / 10%);
}

.blog-recent-item {
    display: table;
    margin-bottom: 20px;
}

.blog-recent-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.blog-recent-photo img {
    max-width: 100%;
    height: auto;
}

.blog-recent-text {
    vertical-align: top;
    display: table-cell;
    padding-left: 5px;
}

.blog-recent-text a {
    font-weight: 600;
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
    color: #40436a;
    transition: all 0.3s;
}

.blog-recent-text a:hover {
    color: #f1634c;
}

.blog-post-date {
    position: relative;
    font-size: 13px;
    color: #555;
    padding-left: 21px;
}

.blog-post-date:before {
    position: absolute;
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
}

.tagcloud a {
    display: inline-block;
    background: #edf0fa;
    color: #40436a;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 7px;
    margin-right: 2px;
}

.tagcloud a:hover {
    background-color: #0674c3;
    color: #fff;
}

.comment-form h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-form .c-number {
    color: #f1634c;
}

.comment-form input {
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.comment-form textarea {
    border-radius: 0;
    height: 220px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.comment-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .btn:hover {
    color: #fff;
    background: #f1634c;
    border: 1px solid #f1634c;
}

.comment-list h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-list .c-number {
    color: #f1634c;
}

.comment-list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-list ul li:last-child {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-list .comment-item {
    overflow: hidden;
    display: table;
    width: 100%;
}

.comment-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment-list .com-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.comment-list .com-text h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.comment-list .com-text span.date {
    margin-right: 30px;
    font-size: 14px;
}

.comment-list .com-text span.date i {
    color: #f1634c;
    margin-right: 3px;
}

.comment-list .com-text span a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 3px;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-list .com-text span a:hover {
    background: #313131;
    color: #fff;
}

.comment-list .com-text p {
    margin-top: 12px;
    margin-bottom: 0;
}

.comment-list ul ul.children {
    margin-top: 20px;
    margin-left: 40px;
}

.comment-list ul ul.children li {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}


/*
-------------------------------
Subscribe
-------------------------------
*/

.subscribe-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.subscribe-area:before {
    position: absolute;
    content: '';
    background-color: #0674c3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.subscribe-area .headline {
    color: #fff;
    max-width: 530px;
    margin: 0 auto;
}

.headline.white h2 {
    color: #fff
}

.subscribe-area .headline p {
    padding: 0 50px;
    color: #b9b9b9;
}

.subscribe-form {
    width: 100%;
    max-width: 530px;
    margin: auto;
    position: relative;
    margin-top: 40px;
}

.subscribe-form input {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    padding-right: 150px;
}

.subscribe-form .btn-sub {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    border-radius: 50px;
    background: #f1634c;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.subscribe-form .btn-sub:hover {
    background: #333;
}


/*
-------------------------------
Brand
-------------------------------
*/

.brand-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.brand-item {
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 30px 0px rgba(153, 153, 153, 0.2);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
}

.brand-item:before,
.brand-item:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.brand-item:after {
    border-bottom: 3px solid #1977f4;
    border-top: 3px solid #1977f4;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.brand-item:before {
    border-right: 3px solid #1977f4;
    border-left: 3px solid #1977f4;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.brand-colume {
    padding: 15px;
    position: relative;
}

.brand-colume:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #56585a;
    border-right: 25px solid transparent;
    z-index: 9;
}

.brand-item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100px;
    object-fit: cover !important;
}

.brand-item:hover {
    box-shadow: none;
}

.brand-item:hover i {
    color: #333;
}

.brand-item:hover:after {
    transform: scaleX(1);
}

.brand-item:hover:before {
    transform: scaleY(1);
}


/*Brand Swiper*/

.brand-swiper {
    width: 100%;
    height: 508px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0px;
    overflow: hidden;
}

.brand-swiper .swiper-slide {
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
-------------------------------
Footer
-------------------------------
*/

.main-footer {
    position: relative;
    background: #0b306e;
}

.top-footer {
    position: relative;
}

.top-footer:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer-logo {
    position: relative;
    padding: 41px 85px 35px 0px;
}

.topfooter-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5000px;
    height: 100%;
    background: #0b2c64;
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.footer-logo img {
    position: relative;
}

.footer-address {
    width: 100%;
    float: left;
    margin-top: 36px;
    margin-bottom: 36px;
}

.footer-address ul {
    width: 100%;
}

.footer-address ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 30px 0px 50px;
}

.footer-address ul li:last-child {
    padding: 0px 0px 0px 50px;
}

.footer-address ul li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 65px;
    top: -10px;
    right: 28px;
}

.footer-address ul li:last-child:before {
    display: none;
}

.footer-address ul li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 30px;
    line-height: 30px;
    color: #f1634c;
}

.footer-address ul li h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.footer-address ul li p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #c5c5c5;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-area {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #d4d4d4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 60px;
    padding-bottom: 90px;
}

.footer-ribbon::before {
    display: block;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 0;
    height: 0;
    content: '';
    border-right: 15px solid #6a9234;
    border-top: 17px solid transparent;
}

.footer-area h1 {
    font-size: 28px;
}

.footer-area h2 {
    font-size: 26px;
}

.footer-item {
    overflow: hidden;
    margin-top: 30px;
}

.footer-item img {
    margin-bottom: 16px;
    height: 60px;
}

.footer-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 40px;
    border-bottom: 1px solid #848383;
}

.footer-item .sm_fbtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-item h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #f39586;
    left: 0;
    bottom: -2px;
    height: 3px;
}

.footer-about p {
    margin: 0;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

.footer-item li {
    display: block;
    padding-bottom: 6px;
}

.footer-item li a {
    position: relative;
    display: inline-block;
    color: #d4d4d4;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-item a:hover,
.footer-item li a:hover {
    color: #f1634c;
}

.textwidget {
    padding-right: 50px;
}

.footer-item li p i {
    margin-right: 5px;
}

.footer-recent-item {
    display: table;
    margin-bottom: 15px;
}

.footer-recent-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.footer-recent-photo img {
    max-width: 100%;
    height: auto;
}

.footer-recent-text {
    vertical-align: top;
    display: table-cell;
    padding-left: 5px;
}

.footer-recent-text a {
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.footer-post-date {
    position: relative;
    font-size: 13px;
    color: #b7b7b7;
    padding-left: 21px;
}

.footer-post-date:before {
    position: absolute;
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 0;
}


/*Footer-Copyright*/

.footer-copyrignt {
    padding-top: 35px;
    padding-bottom: 40px;
}

.copyright-text p {
    color: #d4d4d4;
    margin: 0;
    margin-top: 5px;
}

.footer-social {
    float: right;
}

.footer-social a {
    display: inline-block;
    color: #d4d4d4;
    font-size: 16px;
    margin-left: 20px;
}

.footer-social a:hover {
    color: #f1634c;
}


/*scroll-top*/

.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 90px;
    right: 26px;
    background: #f1634c;
    color: #fff;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*Banner Section*/

.banner-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 300px;
    color: #fff;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
}

.banner-text {
    position: relative;
}

.banner-text h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.banner-text ul li {
    display: inline-block;
}

.banner-text ul li a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.banner-text ul li a:after {
    content: "|";
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 9px;
}

.banner-text ul li span {
    color: #f1634c;
    font-size: 18px;
}


/*
-------------------------------
About Page
-------------------------------
*/

.about1-text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.sing-name h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.sing-name p {
    font-size: 16px;
    margin: 0;
}

.about1-bgimg {
    position: relative;
    height: 460px;
}

.about1-inner {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-15%, 15%);
}

.about1-inner img {
    border: 10px solid #0674c3;
}

.mission-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.mission-img {
    position: relative;
    margin: 0 15px 11px 0px;
    z-index: 9;
}

.mission-img:before {
    position: absolute;
    content: "";
    right: -9px;
    top: -9px;
    width: 0;
    height: 0;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
    z-index: 2;
}

.mission-img.vision-img:before {
    right: -9px;
    top: -9px;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img.vision-img:after {
    right: -9px;
    bottom: -9px;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img img {
    position: relative;
    z-index: 9;
}

.counter-page {
    background-color: #1977f4;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


/*
-------------------------------
Contact Page
-------------------------------
*/

.contact-info-item {
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 3px;
}

.contact-info-item.bg1 {
    background: #f1634c;
}

.contact-info-item.bg2 {
    background: #0674c3;
}

.contact-info-item.bg3 {
    background: #f1634c;
}

.contact-info-item .contact-info {
    padding: 22px 30px 25px;
}

.contact-info-item .contact-info span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.contact-info-item .contact-info span i {
    margin-right: 5px;
}

.contact-info-item .contact-text p {
    margin-bottom: 3px;
    font-size: 17px;
}

.contact-info-item .contact-text a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.contauct-style1 .form-group label {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.form-control {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    background: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    height: 170px;
}

.form-control label {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}


/*
-------------------------------
Photo Gallery
-------------------------------
*/

.gallery-photo {
    position: relative;
    margin-top: 30px;
}

.gallery-photo .gallery-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -18px;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo .gallery-icon a {
    font-size: 24px;
    color: #fff;
}

.gallery-photo:hover .gallery-icon {
    opacity: 1;
}

.hover1,
.hover2,
.hover3,
.hover4 {
    position: absolute;
    height: 50%;
    width: 50%;
    background: #f1634c;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover1 {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover2 {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.hover3 {
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.hover4 {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hover-item:hover .hover1,
.hover-item:hover .hover2,
.hover-item:hover .hover3,
.hover-item:hover .hover4 {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.gallery-photo.hover-item:hover .hover1,
.gallery-photo.hover-item:hover .hover2,
.gallery-photo.hover-item:hover .hover3,
.gallery-photo.hover-item:hover .hover4 {
    opacity: 0.7;
}


/*
-------------------------------
Video Gallery
-------------------------------
*/

.video-item:before {
    border-top: 130px solid #1977f4;
}

.video-item:after {
    border-bottom: 130px solid #1977f4;
}


/*
-------------------------------
Category
-------------------------------
*/

.catagory-img-holder {
    overflow: hidden;
    position: relative;
}

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

.catagory-text {
    background-color: rgb(6 116 195 / 40%);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    z-index: 200;
}

.catagory-item:hover .catagory-text {
    opacity: 1;
}

.catagory-text-table {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 7%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.catagory-text-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul.catagory-hover {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catagory-hover li a {
    display: block;
    color: #fff;
    font-size: 12px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #f1634c;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catagory-hover li a:hover {
    background-color: #333;
}

.catagory-name h5 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.catagory-name h5 a {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.catagory-name h5 a:hover {
    color: #f1634c;
}


/*
-------------------------------
Event
-------------------------------
*/

.event-item {
    overflow: hidden;
}

.event-img {
    position: relative;
}

.event-date {
    position: absolute;
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 120px 120px 0px 0px;
    top: 0px;
    left: 0px;
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blue .event-date {
    border-color: #0674c3 transparent;
}

.event-date h5 {
    color: #fff;
    left: 15px;
    padding: 0;
    top: -110px;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.3;
}

.event-date h5 span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.event-counter {
    padding: 17px 20px;
    text-align: center;
    background-color: #f1634c;
}

.blue .event-counter {
    background-color: #0674c3;
}

.event-counter ul li {
    color: #fff;
    display: inline-block;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0 15px;
}

.event-counter ul li:first-child {
    padding-left: 0;
}

.event-counter ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.event-counter ul li p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.event-counter ul li span {
    font-size: 14px;
}

.event-text {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-text h3 {
    margin-bottom: 15px;
}

.event-text h3 a {
    font-size: 26px;
    font-weight: 600;
    color: #0674c3;
}

.event-text ul li {
    display: block;
    margin-top: 10px;
}

.event-text ul li i {
    margin-right: 5px;
}


/*
-------------------------------
Event Detail
-------------------------------
*/

.event-detail-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: #0674c3;
}

.event-detail-tab ul li a {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: block;
    background: #0674c3;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
}

.event-detail-tab ul li a.active {
    color: #f1634c;
    background: #ffffff;
    border-left: 1px solid #ddd;
}

.event-detail-tab ul li a.active:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f1634c;
}

.event-detail-content {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 0;
}

.event-info ul li {
    display: block;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #d3d3d3;
}

.event-info ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.event-info ul li span {
    display: inline-block;
    font-weight: 600;
    width: 125px;
}

.event-form input {
    height: 44px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.event-form textarea {
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.event-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.event-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}


/*
-------------------------------
Price-Table
-------------------------------
*/

.price-item {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.price-item:hover {
    transform: scale(1.04);
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
}

.price-table:nth-child(2) .price-header {
    background: #f1634c;
}

.price-table:nth-child(2) .price-header h3 {
    background: #e4442a;
}

.price-table:nth-child(2) .button a {
    background: #f1634c;
}

.price-header {
    background: #3279e4;
    padding-bottom: 16px;
}

.price-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    background: #2764d4;
    color: #fff;
    padding: 12px 0;
}

.price-header h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
}

.price-header p {
    margin: 0;
    color: #fff;
}

.price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-body li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.price-footer {
    padding: 15px 0;
}

.price-item .button a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background: #1c63b8;
    border-radius: 50px;
    padding: 12px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*
-------------------------------
Case Study
-------------------------------
*/

.case-item .case-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 240px;

}

.case-item .case-image .overlay {
    position: absolute;
    text-align: center;
    /* left: 0px; */
    /* top: 0px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* width: 100%; */
    /* height: 0%; */
    background: rgba(6, 116, 195, 0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
}

.case-item .case-box:hover .overlay {
    height: 100%;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 1;
    visibility: visible;
}

.case-item .case-content {
    position: relative;
    padding: 25px 0px 0;
    padding-bottom: 30px;
    background: #fff;
    border-top: 0px;
    text-align: center;
}

.case-item .case-content h4 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.case-item .case-content h4 a {
    font-weight: 'Nunito', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.case-item .case-content h4 a:hover {
    color: #333;
}

.case-item .case-content h4:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #f1634c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.case-item .case-box:hover h4:after {
    width: 50px;
}

.case-item .case-content h4:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #1977f4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.case-item .case-content p {
    margin: 0;
}

.btn-case {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #333;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #ffffff;
}


/*
-------------------------------
Product
-------------------------------
*/

.shop-ascending {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.shop-ascending label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 0;
}

.custom-select {
    height: 44px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    padding: 5px 15px;
}

.shop-ascending .custom-select {
    height: 42px;
    max-width: 220px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.custom-select:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: none;
}

.product-item {
    position: relative;
}

.product-image {
    display: block;
    position: relative;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    transition: all .3s;
}

.pro-img-hold {
    display: block;
}

.pro-img-hold:before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
    visibility: hidden;
}

.product-item:hover .pro-img-hold:before {
    opacity: 1;
    visibility: visible;
}

.pro-quick {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0674c3;
    color: #fff;
    padding: 15px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}

.pro-quick:hover {
    background-color: #333;
    color: #fff;
}

.product-item:hover .pro-quick {
    opacity: 1;
    visibility: visible;
}

.product-content {
    text-align: center;
    padding: 15px;
    box-shadow: 0 3px 14px 0px rgba(0, 0, 0, 0.1);
}

.pro-rating i {
    font-size: 14px;
    color: #fca309;
}

.pro-title {
    line-height: 0.5;
    margin-bottom: 12px;
}

.pro-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.pro-title a:hover {
    color: #f1634c;
}

.pro-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-action {
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-action .action-btn {
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #d8d8d6;
    color: #302e2a;
    display: inline-flex;
    font-size: 16px;
    height: 43px;
    justify-content: center;
    min-width: 40px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
}

.product-action .action-btn.add-wishlist {
    right: -42px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product-item:hover .product-action .action-btn.add-wishlist {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.product-action .action-btn.add-wishlist:hover {
    background-color: #0674c3;
    border-color: #0674c3;
    color: #fff;
}

.product-action .action-btn.add-cart {
    background-color: #f1634c;
    border: 1px solid #f1634c;
    color: #fff;
    font-weight: 600;
    min-width: 115px;
    padding: 0 2px;
    z-index: 2;
}

.product-action .action-btn.add-cart:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.product-action .action-btn.add-compare {
    left: -42px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product-action .action-btn.add-compare:hover {
    background-color: #0674c3;
    border-color: #0674c3;
    color: #fff;
}

.product-item:hover .product-action .action-btn.add-compare {
    left: 0;
    opacity: 1;
    visibility: visible;
}


/* Shop-Sidebar */

.shop-sidebar {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.shop-widget {
    margin-top: 40px;
}

.shop-widget:first-child {
    margin-top: 0;
}

.shop-widget h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shop-widget ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.shop-widget ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.shop-widget li.active a i {
    margin-right: 12px;
}

.shop-widget ul li.active a,
.shop-widget ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 45px;
}

.price-range p {
    font-size: 16px;
    margin-bottom: 15px;
}

.price-range span {
    font-weight: 600;
}

.shop-widget .ui-widget.ui-widget-content {
    border: 1px solid #e1e1e1;
}

.shop-widget .ui-widget-header {
    background: #f1634c;
}

.shop-widget .ui-state-default,
.shop-widget .ui-widget-content .ui-state-default {
    border: 1px solid #e1e1e1;
}

.shop-widget .ui-state-active,
.shop-widget .ui-widget-content .ui-state-active {
    background: #0674c3;
    border: 1px solid #0674c3;
}

.shop-widget .button-df a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background: #0674c3;
    border-radius: 1px;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 15px;
}

.shop-widget .button-df a:hover {
    background: #f1634c;
}

.product-rated-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-rated-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-rated-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.product-rated-photo img {
    max-width: 100%;
    height: auto;
}

.product-rated-text {
    vertical-align: top;
    display: table-cell;
    width: 100%;
    padding-left: 5px;
}

.product-rated-text h3 {
    margin-bottom: 0;
}

.product-rated-text a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-rated-text a:hover {
    color: #f1634c;
}

.product-rated-text h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rated-text del {
    margin-left: 8px;
}

.shop-widget ul li span {
    margin-left: 15px;
}


/*
-------------------------------
Single-Shop
-------------------------------
*/

.product-photo-item {
    padding: 60px;
}

.shop-detail-text {
    margin-top: 30px;
}

.shop-detail-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-detail-text h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-detail-text h4 del {
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
    color: red;
}

.shop-detail-text p {
    margin: 0;
    margin-top: 15px;
}

.shop-detail-choose .custom-select {
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 15px;
}

.shop-detail-choose {
    margin-top: 15px;
}

.shop-detail-cart {
    margin-top: 15px;
}

.shop-detail-cart ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-detail-cart ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.shop-detail-cart ul li a.cart-btn {
    font-weight: 600;
    display: inline-block;
    background: #f1634c;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.shop-detail-cart ul li a.cart-btn:hover {
    color: #fff;
    background: #0674c3;
}

.shop-detail-cart ul li i {
    margin-right: 5px;
}

.shop-detail-cart ul li .ui-spinner {
    width: 125px;
    border: 1px solid #f1634c;
    border-radius: 0;
    margin-bottom: 1px;
}

.shop-detail-cart ul li input {
    font-size: 16px;
    height: 50px;
    text-indent: 30px;
    margin: 0;
    padding: 0;
}

.shop-detail-cart ul li .ui-button {
    cursor: pointer;
    padding: 0 25px;
    border-left: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.shop-detail-cart ul li .ui-button:hover {
    background: #0674c3;
    border-left: 1px solid #0674c3;
}

.shop-detail-cart ul li .ui-button .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.shop-detail-cart ul li .ui-button:hover .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.shop-detail-cat {
    margin-top: 30px;
}

.shop-detail-cat p {
    margin: 0;
}

.shop-detail-cat span {
    font-weight: 600;
}

.shop-detail-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-detail-tab ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.shop-detail-tab ul li:last-child {
    margin-right: 0;
}

.shop-detail-tab ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: #f1634c;
    padding: 12px 25px;
    text-decoration: none;
}

.shop-detail-tab ul li a.active {
    color: #fff;
    background: #26476c;
}

.shop-detail-content {
    margin-top: 30px;
}

.review-table h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-table .table thead th,
.review-table .table tbody td {
    text-align: left;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-form label {
    font-size: 16px;
    font-weight: 600;
}

.review-form .review-star {
    font-size: 14px;
    color: #fca309;
}

.review-form textarea {
    height: 220px;
}

.ratings-table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dae2e6;
}

.ratings-table thead th {
    padding: 8px;
    background-color: #f6f6f6;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.ratings-table thead th,
.ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3;
}

.ratings-table tbody td {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.review-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 25px;
    border: 1px solid #1977f4;
    border-radius: 0;
    background: #1977f4;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.review-form .btn:hover {
    color: #fff;
    background: #f1634c;
    border: 1px solid #f1634c;
}


/* Recent-Product */

.owlproduct-carousel .owl-nav .owl-prev,
.owlproduct-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 0;
    margin-top: -20px;
    background: #f1634c;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owlproduct-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 40px;
}

.owlproduct-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owlproduct-carousel .owl-nav .owl-prev:hover,
.owlproduct-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #26476c;
}


/* Relative Product Carousel Nav */

.owl-carousel.relative-product-carousel .owl-nav .owl-prev,
.owl-carousel.relative-product-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-prev:hover,
.owl-carousel.relative-product-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Relative owl dots */

.owl-carousel.relative-product-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.relative-product-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.relative-product-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*Single Shop Swiper*/

.shop-area .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pro-detail-top {
    height: 80%;
    width: 100%;
}

.pro-detail-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro-detail-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.pro-detail-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/*
-------------------------------
Shop-Cart
-------------------------------
*/

.cart-table .table {
    width: 100%;
}

.table {
    margin-bottom: 0;
}

.table thead th,
.table tbody td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.cart-table .table thead th {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 15px 5px;
}

.cart-table th.c-name {
    min-width: 140px;
}

.cart-table th.c-qnt {
    min-width: 120px;
}

.cart-table th.c-number {
    min-width: 60px;
}

.cart-table th.c-price,
.cart-table th.c-total {
    min-width: 90px;
}

.cart-table .table tbody td {
    font-size: 16px;
    color: #333;
}

.cart-table .table tbody td span {
    font-weight: 600;
}

.cart-table .table tbody td a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.cart-table .table tbody td a:hover {
    color: #f1634c;
}

.cart-table .table tbody td img {
    max-width: 80px;
    height: auto;
}

.cart-table .table tbody td input {
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    width: 85px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cart-table .table tbody td input:focus {
    border-color: #f1634c;
}

.cart-action {
    margin-top: 25px;
}

.update-cart {
    margin-top: 15px;
    float: left;
    margin-right: 6px;
}

.update-cart a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    background: #f1634c;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.update-cart a:hover {
    background: #0674c3;
    color: #fff;
}

.coupon-cart {
    font-size: 16px;
    max-width: 380px;
    height: 54px;
    margin-top: 15px;
}

.ck-cart.coupon-cart {
    max-width: 100%;
}

.coupon-cart .form-control {
    height: 54px;
    font-size: 16px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.coupon-cart .btn {
    cursor: pointer;
    height: 54px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tax-btn.btn {
    cursor: pointer;
    padding: 12px 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tax-btn.btn:hover {
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.coupon-cart .btn:hover {
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
}

.total-cart h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

.total-cart td {
    text-align: left !important;
    padding: 12px;
}

.total-cart td.t-bold {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 12px;
}

.proceed-cart {
    margin-top: 15px;
}

.proceed-cart a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.proceed-cart a:hover {
    background: #0674c3;
    color: #fff;
}

.cart-shipping .faq-item {
    border: 1px solid #ddd;
    box-shadow: none;
}

.cart-shipping .faq-header button.faq-button {
    font-size: 18px !important;
    padding: 16px 12px;
    background: transparent;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.cart-shipping .faq-header button.faq-button.collapsed {
    border-bottom: 0;
}

.cart-ship-body {
    padding: 0 15px;
}


/*
-------------------------------
Check Out
-------------------------------
*/

.checkout-table h4,
.checkout-form h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.payment-select h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout-form {
    margin-top: 30px;
}

.checkout-form textarea {
    height: 120px;
}

.checkout-table {
    margin-top: 30px;
}

.checkout-table table th,
.checkout-table table td {
    text-align: left;
}

.checkout-table table th {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.checkout-table table td.t-bold {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.payment-select {
    margin-top: 30px;
}

.payment-select.headstyle h4:before {
    width: 118px;
    left: 50%;
    margin-left: -59px;
}

.payment-order-button {
    margin-top: 30px;
    text-align: center;
}

.payment-order-button button {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-order-button a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.razorpay-payment-button {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-order-button a:hover {
    color: #fff;
    background: #0674c3;
}

.d_block {
    display: block;
}

.d_none {
    display: none;
}


/*
-------------------------------
Dashboard Page
-------------------------------
*/

.dashboard-area {
    background: #efefef;
}

.dashboard-account-info {
    text-align: center;
    background: #22acf4;
    padding: 25px 15px;
}

.dashboard-account-info img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover !important;
}

.dashboard-account-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 2px;
}

.dashboard-account-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.dashboard-widget li a {
    display: block;
    padding: 15px 22px;
    border-bottom: 1px solid #EDEDDE;
    color: #ffffff;
    font-size: 16px;
    border-left: 3px solid #fa4a4a;
    border-right: 3px solid #fa4a4a;
    border-radius: 5px;
    background: #22acf4;
    margin: 4px 0;
}

.dashboard-widget li i {
    font-size: 14px;
}

.dashboard-widget li:first a {
    border-top: 1px solid #EDEDDE;
}

.dashboard-widget li a::before {
    border-left: 4px solid #fff;
}

.dashboard-widget li.active a {
    color: #f9f9f9;
    background: #fa4a4a;
    border-color: #22acf4;
}

.dashboard-widget li a:hover {
    background: #fa4a4a;
    border-color: #22acf4;
}

.detail-dashboard {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    padding: 35px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 25px;
    text-indent: 10px;
    font-weight: 400;
    border: 1px solid #ddd;
}

.detail-dashboard .d-headline {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
}

.detail-dashboard .d-headline:before {
    content: '';
    border: 1px solid #0674c3;
    width: 8px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.detail-dashboard .d-headline:after {
    content: '';
    border: 1px solid #0674c3;
    width: 30px;
    position: absolute;
    bottom: 0px;
    left: 11px;
}

.detail-dashboard label {
    font-weight: 600;
}

.add-form .form-control {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 46px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.add-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.add-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}

.add-form span {
    font-size: 15px;
    color: #e02b27;
}

.dash-item {
    background: #1977f4;
    color: #fff;
    height: 185px;
    padding: 15px 30px;
    border-radius: 3px;
}

.dash-item.db-red {
    background: #fa4a4a;
}

.dash-item.db-green {
    background: #0cbf6d;
}

.dash-item.db-yellow {
    background: #f49c19;
}

.dash-item i {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.dash-item h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.dash-item h2 {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.detail-dashboard .db-bt-ed {
    font-size: 14px;
    display: inline-block;
    background: #0cbf6d;
    width: 65px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 3px;
}

.detail-dashboard .db-bt-ed.bgc {
    background: #fa4a4a;
}

.detail-dashboard .db-bt-ed:hover {
    background: #333;
}

.coustom-dashboard th,
.coustom-dashboard td {
    padding: 0.75rem;
    border: 1px solid #ddd;
}

.coustom-dashboard tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#main-slider {
    position: relative;
}

.doc-search-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.v-mid-content {
    width: 100%;
}

.v-mid-content .heading {
    text-align: center;
    margin-bottom: 30px;
}

.v-mid-content .heading h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.v-mid-content .heading p {
    color: #fff;
    font-size: 18px;
}

.v-mid-content .select2-container {
    width: 200px!important;
}

.v-mid-content .select2-container--default .select2-selection--single {
    border-color: #fff;
    border-radius: 3px;
}

.doc-search-section {
    text-align: center;
}

.doc-search-section .box,
.doc-search-section .doc-search-button {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

.doc-search-section .doc-search-button button {
    height: 46px;
    border: 0;
    width: 200px;
    border-radius: 3px;
    background: #f1634c;
}


/* custom captcha error class */

.captcha-error {
    display: block;
}

@media only screen and (max-width: 860px) {
    .doc-search-section .box,
    .doc-search-section .doc-search-button {
        display: block;
        margin-bottom: 10px;
    }
    .v-mid-content .select2-container,
    .doc-search-section .doc-search-button button {
        width: 400px!important;
    }
}

@media only screen and (max-width: 600px) {
    .v-mid-content .select2-container,
    .doc-search-section .doc-search-button button {
        width: calc(100% - 20px)!important;
    }
}

.case-study-home-page {
    /*padding-top: 200px;*/
}

.case-item .case-image img {

    height: 220px;
    width: 220px;

    border: 2px solid blue;
    border-radius: 50%;
    padding: 5%;
}

.team-photo img {
    height: 270px;
    object-fit: cover;
    object-position: top;
}

@media only screen and (max-width: 1199px) {
    .case-study-home-page {
        /*padding-top: 280px;*/
    }
    .team-photo img {
        height: 320px;
    }
    .case-item .case-image img {
        height: 200px;
        width: 200px !important;
    }
}

@media only screen and (max-width: 991px) {
    .team-photo img {
        height: 380px;
    }
    .case-item .case-image img {
        height: 240px;
        width: 240px !important;
        border: 2px solid blue;
        border-radius: 50%;
        padding: 5%;

    }
}

@media only screen and (max-width: 767px) {
    .team-photo img {
        height: 300px;
    }
    .case-item .case-image img {
        height: 240px;
    }
}

@media only screen and (max-width: 590px) {
    .team-photo img {
        height: auto;
    }
}

.video-section-home .video-button:after {
    background: #f1634c!important;
}

.video-section-home .video-button:before {
    background: #1977f4!important;
}

.video-section-home .video-button span {
    border-left-color: #fff!important;
}

.wh-table th,
.wh-table td {
    text-align: left!important;
}

.wh-table .sch {
    background: #f1634c;
    color: #fff;
    padding: 5px 20px;
    margin-right: 5px;
    float: left;
}

.book-appointment #datepicker {
    width: 200px;
}

.book-appointment .schedule-box {
    overflow: hidden;
}

.book-appointment .schedule {
    background: #ddd;
    padding: 5px 20px;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.menu-item-has-children {
    margin-right: 18px;
}

.doctor-search {
    background: #f1634c;
    padding-top: 50px;
    padding-bottom: 50px;
}

.doctor-search .s-container {
    width: 100%;
    text-align: center;
}

.doctor-search .s-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.doctor-search .s-button {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.doctor-search .select2-container {
    width: 200px!important;
}

.doctor-search .select2-container--default .select2-selection--single {
    border-color: #fff;
    border-radius: 3px;
}

.doctor-search .s-button button {
    height: 46px;
    border: 0;
    width: 200px;
    border-radius: 3px;
    background: #1977f4;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .doctor-search .s-box,
    .doctor-search .s-button {
        display: block;
        margin-bottom: 10px!important;
    }
    .doctor-search .select2-container,
    .doctor-search .s-button button {
        width: 100%!important;
    }
}

@media only screen and (max-width: 600px) {
    .doc-search-section .select2-container,
    .doc-search-section .s-button button {
        width: calc(100% - 20px)!important;
    }
}

.bg_f2f2f2 {
    background: #f2f2f2!important;
}

.bg_ecf1f8 {
    background: #ecf1f8!important;
}

.special-button {
    /*height: 30px;*/
    /*padding-top: 22px;*/
}

.special-button a {
    background: #f1634c;
    padding: 10px 20px!important;
    color: #fff!important;
}

.sticky .special-button {
    padding-top: 14px!important;
}

.sticky .special-button a {
    min-height: 10px!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.nav-menu li a {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.login-form a.link {
    color: #f1634c;
}

.login-form a.link:hover {
    color: #1977f4;
}

h5.appointment-cost {
    font-size: 18px;
    font-weight: 700;
    color: #f1634c;
    margin-top: 15px;
}

.map-area iframe {
    width: 100%!important;
    margin-bottom: -10px!important;
}

.faq-single-item {
    margin-bottom: 60px;
}

#paymongo .payment-order-button a {
    display: inline-block !important;
}


@media screen and (max-width:991px) {

    .top-bar-search-bar{
        display: none !important;
    }

}

@media screen and (max-width:767px) {

    .mobile-menuicon .menu-bar{
        margin-top: -53px !important;
    }

}







