* {
    margin: 0;
    padding: 0
}

:active,
:focus,
:hover {
    outline: 0
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

::-moz-selection {
    color: #fff;
    background: #ffc100
}

::selection {
    color: #fff;
    background: #ffc100
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased
}

p {
    line-height: 1.7em;
    font-size: .98em;
    margin: 10px 0
}

a {
    text-decoration: none;
    color: #777
}

a:hover {
    text-decoration: none;
    color: #777
}

footer a:hover {
    text-decoration: none;
    color: #ffc122
}

.link-hover-underline {
    position: relative
}

.link-hover-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: #fff;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.link-hover-underline:hover:after {
    width: 100%
}

.ptb1 {
    padding: 40px 0
}

.ptb2 {
    padding: 80px 0 40px
}

.ptr1 {
    padding-top: 45px
}

.pb1 {
    padding-bottom: 50px
}

.pt1 {
    padding-top: 50px
}

.mb1 {
    margin-bottom: 30px
}

.heading2 {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.heading2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ffc100
}

.readMore {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2em;
    font-weight: 500;
    display: block;
    margin-top: 10px
}

.readMore:hover {
    text-decoration: none;
    color: #fff
}

.readMore:after {
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 1px;
    width: 80px
}

.no-gutter .container,
.no-gutter .row {
    margin-left: 0;
    margin-right: 0
}

.no-gutter .container,
.no-gutter .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.no-gutter>[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.btnPrimary {
    background: #c08e28;
    font-size: #fff;
    padding: 10px 15px!important;
    border-radius: 5px;
    color: #fff
}

.btnPrimary:hover {
    background: #ffc100;
    color: #fff
}

.btnYellowPrimary {
    color: #fff;
    background-color: #ffc100;
    border: 1px solid #ffc100;
    padding: 8px 15px;
    font-family: Poppins, sans-serif;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em
}

.btnYellowPrimary:hover {
    color: #fff!important;
    background-color: #c3912e!important;
    border-color: #c3912e!important
}

.secondaryPrimary {
    padding: 7px 21px!important;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    letter-spacing: .1em
}

.secondaryPrimary:hover {
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff
}

.topHeader {
    background: #fbf8f2;
    color: #333;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500
}

.topHeader ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.topHeader ul li {
    line-height: 1.7em;
    display: inline;
    font-weight: 500;
    font-size: .98em;
    margin: 0 15px
}

.topHeader a {
    color: #333
}

.topHeader .socialIcons {
    display: inline;
    margin-left: 10px
}

.topHeader .socialIcons li {
    margin: 0 8px
}

.topHeader .socialIcons li i {
    font-size: 15px
}

header {
    background: #fbf8f2;
    position: relative;
    z-index: 10;
    z-index: 999;
    max-height: 105px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header.sticky-nav {
    position: fixed;
    background: #fbf8f2;
    box-shadow: 0 -1px 38px 0 #d4d4d4;
    width: 100%;
    margin: 0!important;
    top: 0;
    padding: 0 25px!important;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sticky-nav li a {
    color: #333
}

.sticky-nav li.active a {
    color: #333
}

.sticky-nav li a:hover {
    color: #333
}

.sticky-nav .secondaryPrimary {
    color: #fff;
    background-color: #c3912e;
    border: 1px solid #c3912e
}

.sticky-nav .link-hover-underline:after {
    background-color: #777
}

.sticky-nav .menuBar li {
    margin: 4px 0!important
}

.socialIcons {
    position: fixed;
    top: 30%;
    z-index: 1000;
    right: 0
}

.socialIcons ul {
    list-style: none
}

.socialIcons ul li {
    background: #c3912e;
    margin-bottom: 5px;
    color: #fff;
    padding: 10px 8px 5px 12px
}

.socialIcons ul li a {
    color: #fff;
    font-size: 1.5em
}

header nav .link-hover-underline:after {
    bottom: 7px
}

header .navbar-brand img {
    height: 52px
}

.deskLogo {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -34px
}

.deskLogo img {
    height: 85px!important
}

header .navbar {
    margin: 0 15px;
    padding-top: 0;
    z-index: 999;
    padding-bottom: 0
}

.menuBar {
    margin: 0!important;
    top: -15px;
    position: relative
}

header .menuBar li {
    line-height: 44px;
    padding: 0 24px;
    border-top: 1px solid #ccc3c3;
    border-bottom: 1px solid #ccc3c3;
    margin: 2px 0 2px
}

.navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    line-height: 1;
    background-color: #eab13f;
    border-radius: 100%
}

.navbar-toggler ion-icon {
    font-size: 18px;
    color: #fff
}

header nav li a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0!important;
    color: #333;
    text-transform: uppercase
}

header nav li.active a {
    color: #333
}

header nav li a:hover {
    color: #333
}

.dropdown-menu {
    border-radius: 0;
    padding: 10px;
    top: 45px;
    width: 250px;
    border: 0
}

.dropdown-menu li {
    padding: 4px 10px!important;
    border: 0!important;
    margin: 0!important
}

.dropdown-item {
    text-transform: none;
    font-size: 14px!important;
    line-height: 25px;
    font-weight: 300;
    color: #777;
    border: 0!important
}

.dropdown-item:hover,
.dropdown-menu li:hover {
    background: 0 0
}

.bannerSection,
.innerSection {
    position: relative;
    z-index: -1
}

.innerSection {
    max-height: 450px;
    overflow: hidden;
    min-height: 450px;
    position: relative;
    z-index: 0
}

.serviceHome {
    position: relative
}

.serviceHome p {
    text-align: left;
    letter-spacing: .02em
}

.serivceHome ol{
  margin-left:2em;
}

.serviceHome ul{
margin-left:2em;
}

.serviceHome h4 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 22px;
    line-height: 1.182em;
    letter-spacing: -.015em
}

.columnFlex {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.centerAlign {
    align-content: center;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.serviceGreyBg,
.serviceYellowBg,
.serviceYellowBg2 {
    background: #c08e28;
    color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0;
    padding: 0 15%
}

.serviceGreyBg .readMore,
.serviceYellowBg .readMore,
.serviceYellowBg2 .readMore {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px
}

.serviceGreyBg .readMore:hover:after,
.serviceYellowBg .readMore:hover:after,
.serviceYellowBg2 .readMore:hover:after {
    width: 0
}

.serviceGreyBg h3:after,
.serviceYellowBg h3:after,
.serviceYellowBg2 h3:after {
    content: '';
    width: 80px;
    height: 4px;
    display: block;
    margin: 0 auto;
    padding-top: 20px
}

.serviceYellowBg .readMore {
    color: #fff
}

.serviceGreyBg h3,
.serviceYellowBg h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -.015em
}

.serviceGreyBg h3:after,
.serviceYellowBg h3:after {
    border-bottom: 2px solid #fff
}

.serviceGreyBg {
    background: #f4f1ef;
    color: #777;
    text-align: center
}

.serviceGreyBg .readMore {
    color: #c3912e
}

.serviceGreyBg h3 {
    color: #c3912e
}

.serviceGreyBg h3:after {
    border-bottom: 2px solid #c3912e
}

.serviceGreyBg .readMore:after {
    background: #c3912e
}

.serviceYellowBg2 {
    background: #eab13f;
    color: #fff;
    text-align: center
}

.serviceYellowBg2 .readMore {
    color: #fff
}

.serviceYellowBg2 h3:after {
    border-bottom: 1px solid #fff
}

.serviceYellowBg2 .readMore:after {
    background: #fff
}

.greyBg {
    background: #f9f3e3
}

.aboutHome h2,
.contentBox h2,
.parallaxBox h2,
.serviceSection h2,
.testimonials h2 {
    color: #333;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.064em;
    letter-spacing: -.015em;
    margin: 25px 0;
    font-family: Roboto, sans-serif
}

.aboutHome {
    padding-top: 65px!important;
    padding-bottom: 55px!important;
    border-bottom: 1px solid #f5f5f5
}

.memberships {
    padding-bottom: 45px!important;
    border-bottom: 1px solid #f5f5f5
}

.memberships h2 {
    text-align: center;
    color: #333;
    text-decoration: underline;
    width: 100%;
    font-size: 25px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    margin: 25px 0 0;
    font-weight: 400
}

.memLogo {
    width: 18%;
    padding: 20px;
    display: inline-block
}

.memLogo a {
    opacity: 1;
    will-change: opacity;
    -webkit-transition: opacity .35s ease-out;
    -o-transition: opacity .35s ease-out;
    transition: opacity .35s ease-out
}

.memLogo a:hover {
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .35s ease-out;
    -o-transition: opacity .35s ease-out;
    transition: opacity .35s ease-out
}

.aboutDoctor h2,
.chooseTreatment h2,
.contactDetails h2 {
    color: #333;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.aboutDoctor h2:after,
.chooseTreatment h2:after,
.parallaxBox h2:after {
    border-bottom: 2px solid #333;
    content: '';
    width: 100px;
    height: 4px;
    display: block;
    margin: 0 auto;
    padding-top: 10px
}

.aboutDoctor h2:after {
    margin: 0
}

.chooseTreatment a {
    display: block
}

.serviceListing,
.treatmentBox {
    border: 1px dashed #ffc100;
    padding: 11%;
    min-height: 210px
}

.serviceListing {
    min-height: 230px
}

.serviceListing a h3 {
    color: #ffc100
}

.treatmentBox:hover {
    border-color: #ffc100;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.noBorder {
    border-right: 0
}

.iconBox {
    float: left;
    margin-right: 20px
}

.treatmentBox .treatmentContent p {
    text-align: left;
    line-height: 22px;
    padding-left: 110px
}

.treatmentBox .treatmentContent h3 {
    font-size: 21px;
    font-weight: 400;
    color: #ffc100
}

.iconHover {
    display: none;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out
}

a:hover .iconHover {
    display: block;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out
}

a:hover .iconImg {
    display: none
}

.testimonials {
    background: url(../images/testimonials-bg.png) no-repeat center center #fbf8f2;
    padding: 80px 0 80px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.modal-lg {
    max-width: 900px
}

.testimonials p {
    margin: 40px auto 27px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -.015em;
    color: #777;
    width: 70%
}

.testimonials h6 {
    margin: 0 0 14px;
    color: #ffc100;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: -.015em
}

.testimonials .carousel-indicators {
    display: none
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
    color: #ffc100;
    font-size: 40px
}

.testiUser {
    width: 150px;
    border-radius: 50%
}

.questionHead,
.testimonials .authorName {
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 400;
    color: #ffc100;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin: 0;
    width: 100%
}

.contentBox {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 80px 0 62px
}

.colListing {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    columns: 2
}

.aboutClinic .colListing {
    columns: 1
}

.colListing li {
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 17px
}

.colListing li ion-icon {
    padding-right: 5px;
    padding-top: 5px
}

.questionForm {
    margin-top: 10px
}

.questionForm input[type=text] {
    position: relative;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 24px;
    color: #858585;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    outline: 0;
    cursor: text;
    height: 50px
}

.questionForm button {
    color: #fff;
    background-color: #ffc100;
    border: 1px solid #ffc100;
    width: 28%;
    padding: 8px 0;
    font-family: Poppins, sans-serif;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em
}

.questionForm button:active,
.questionForm button:focus,
.questionForm button:hover {
    color: #fff!important;
    background-color: #c3912e!important;
    border-color: #c3912e!important
}

.parallaxBox {
    background: url(../images/Team-single-1-1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 350px;
    padding: 10% 0;
    position: relative;
    color: #fff;
    overflow: hidden
}

.parallaxBox h2 {
    color: #fff;
    padding: 0;
    font-weight: 400
}

.parallaxBox h2:after {
    display: none
}

.parallaxBox p {
    text-align: center;
    font-size: 16px;
    font-weight: 300
}

.blackBg {
    background: rgba(0, 0, 0, .3);
    padding: 20px 25px 25px
}

#myBtn {
    position: fixed;
    width: 45px;
    height: 44px;
    bottom: 30px;
    right: 15px;
    z-index: 999
}

.blackBg .btnPrimary {
    margin-top: 15px
}

.darkYellow {
    background: #f6be37
}

.serviceBox {
    padding: 7% 6%;
    color: #333!important
}

.serviceBox h2 {
    color: #333!important;
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 24px!important;
    padding-bottom: 10px
}

.serviceBox ul {
    margin: 0 0 0 15px
}

.serviceBox ul li {
    font-weight: 400;
    font-size: 15px
}

.blogContent h2 a,
.innerBlogContent h2 a {
    color: #333
}

.innerBlogContent h2 a {
    color: #ffc100
}

.blogContent h2,
.innerBlogContent h2 {
    font-weight: 400;
    color: #333;
    padding: 20px 0 5px;
    font-size: 20px;
    line-height: 1.182em;
    letter-spacing: -.015em
}

.blogContent .date,
.innerBlogContent .date {
    color: #ffc100;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .25em
}

.blogContent p,
.innerBlogContent p {
    margin: 13px 0 0
}

.blogContent .readMore,
.innerBlogContent .readMore {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 15px 0 0;
    color: #ffc100;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    font-size: 12px
}

.largeTxt {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.5em
}

.accordion {
    margin-top: 45px
}

.accordion h2 button {
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 400;
    color: #ffc100;
    letter-spacing: .25em;
    text-transform: uppercase;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 2px 13px;
    border-radius: 0;
    text-decoration: none
}

.accordion h2 button:hover {
    text-decoration: none;
    color: #ffc100
}

.accordion .btn.focus,
.accordion .btn:focus {
    box-shadow: none
}

.accordion h2:after {
    display: none
}

.accordion .card {
    background: 0 0;
    border: 0;
    border-radius: 0
}

.accordion .card-header {
    background: 0 0;
    padding: 0;
    border: 0
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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
}

.swiper-button-next {
    right: 20px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffc100
}

footer {
    background: #282828;
    color: #dbdbdb;
    font-size: 14px
}

footer .btnPrimary {
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase
}

footer a {
    color: #fff
}

.footerLogo {
    height: 64px
}

footer .socialIcons {
    position: relative;
    top: 0;
    margin-top: 10px;
    z-index: 1
}

footer .socialIcons a {
    border-radius: 50%;
    background: #c3922e;
    display: inline-block;
    text-align: center;
    padding: 5px 12px;
    margin-right: 5px
}

footer .socialIcons a:hover {
    color: #000
}

footer .fontSize1 {
    font-size: 12px;
    padding: 25px 0;
    line-height: 18px
}

footer .readMore {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background: #c08e28;
    letter-spacing: .1em;
    padding: 7px 0;
    line-height: 2em;
    font-weight: 500;
    margin-top: 0
}

footer .readMore:hover {
    text-decoration: none;
    color: #fff
}

footer .readMore:after {
    display: none
}

footer .newsLetter {
    padding-bottom: 40px
}

footer h5 {
    margin: 0 0 20px;
    color: #dbdbdb;
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    font-weight: 400
}

footer h6 {
    font-size: 17px;
    color: #c08e28
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer ul li {
    margin: 0 0 9px
}

footer ul li a {
    color: #dbdbdb;
    font-size: 14px
}

.newsletters {
    margin-top: 10px;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    padding: 10px 10px 0
}

.newsletters input[type=text] {
    width: 68%;
    font-size: 15px;
    line-height: 24px;
    color: #858585;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.newsletters button {
    color: #fff;
    background-color: transparent;
    border: none;
    width: 28%;
    font-family: Poppins, sans-serif;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
    padding: 0
}

.newsletters button:hover {
    color: #fff;
    background-color: #8c3b38;
    border-color: #8c3b38
}

.disclaimerSection {
    padding: 14px 0 13px;
    background-color: #fbf8f2;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-top: 1px solid #000
}

.iconList {
    padding: 30px 0
}

.iconList h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.working-hours-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2px;
    padding: 14px 0
}

.working-hours-item .day {
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 400;
    color: #ffc100;
    letter-spacing: .25em;
    text-transform: uppercase
}

.working-hours-item .time {
    margin: 0;
    font-size: 12px;
    line-height: 1.833em;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #aba9a8
}

.clinicDetails {
    padding: 15% 15%
}

.docDetails {
    padding: 5px 0
}

.docDetails h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    margin: 5px 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.docDetails p {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #ffc100;
    margin: 10px 0 0
}

.docContact {
    border-top: 1px solid #e1e1e1;
    padding-top: 5px
}

.docContact p {
    font-size: 17px;
    margin: 2px 0
}

.additional-info {
    margin: 30px 0 0
}

.additional-info .additional-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #e1e1e1
}

.additional-info .additional-info-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    width: 27%;
    margin-right: 3%
}

.additional-info .additional-info-value {
    width: 70%;
    color: #858585
}

.innerBlogContent {
    margin-top: 60px;
    padding-bottom: 60px
}

.innerBlogContent .blogBox {
    border: 1px solid #efefef;
    margin-bottom: 40px
}

.innerBlogContent .blogPad {
    padding: 15px
}

.contactPage .workingHours {
    border: 1px solid #ffc100;
    padding: 20px
}

.contactPage .workingHours .heading2 {
    color: #333
}

.contactPage .workingHours .heading2:after {
    background-color: #333
}

.contactPage .day {
    color: #222
}

.contactPage form {
    margin: 55px 0
}

.contactPage input[type=email],
.contactPage input[type=text],
.contactPage textarea {
    background-color: #fff!important;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #858585;
    min-width: 75px
}

.contactPage button {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 14px
}

.contactBox h2 {
    font-weight: 400;
    color: #ffc100;
    font-size: 22px;
    line-height: 1.182em;
    letter-spacing: -.015em
}

.callToAction {
    background: #c3912e;
    padding: 55px 0 40px;
    color: #fff
}

.callToAction a {
    color: #fff
}

.callToAction h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -.015em
}

.callToAction .bookNow {
    color: #fff;
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 36px;
    font-size: 16px;
    border: 1px solid;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    border-radius: 5px;
    outline: 0;
    width: auto;
    margin: 0;
    font-family: Poppins, sans-serif;
    margin-top: 8px;
    display: inline-block
}

.callToAction .bookNow:hover {
    background: rgba(255, 255, 255, .4);
    border-color: rgba(255, 255, 255, .4)
}

.copyRightSection {
    padding: 14px 0 13px;
    background-color: #0a0a0a;
    font-size: 13px;
    font-weight: 500;
    color: #777
}

.technologyPage .b-yellow {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px 25px 20px;
    top: 0;
    border: 2px solid #facb4e;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.eventGallery {
    position: relative;
    display: inline-block
}

.hoverContent {
    padding: 5% 15px;
    display: none
}

.eventGallery:hover .hoverContent {
    width: 95%;
    height: 100%;
    background: rgba(195, 145, 46, .8);
    position: absolute;
    top: 0;
    left: 2.4%;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10% 12px;
    font-size: 17px;
    cursor: pointer
}

.hoverContent img {
    vertical-align: top
}

.serviceSection .imgBorder {
    border: 2px solid #ffc100;
    padding: 15px
}

.enquiryForm {
    background: #c3912e;
    padding: 20px 15px;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    z-index: 1
}

.enquiryForm form {
    z-index: 2
}

.enquiryForm h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: .05em
}

.enquiryForm input[type=email],
.enquiryForm input[type=text],
.enquiryForm textarea {
    margin: 5px 0 0;
    border-radius: 0;
    border: 1px solid #fff
}

.enquiryForm button {
    background: #ddac03
}

.serviceDetails h2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #ffc100;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -.015em;
    margin: 5px 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.swiper-container .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    top: 0;
    width: 100%;
    left: 0
}

.swiper-container .swiper-slide .caption {
    opacity: 1
}

.swiper-container .blur {}

.caption-text {
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    color: #fff;
    padding: 25px 0;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    top: 165px
}

.caption h3 {
    color: #ffc100;
    font-size: 22px
}

.caption p {
    font-style: italic;
    font-size: 16px;
    line-height: 18px
}

.swiper-container .modal-body {
    background: #fff;
    border: 5px solid #ffc100;
    padding: 3px
}

.specialHeader {
    padding: 5px 15px;
    position: relative;
    display: block;
    height: 36px;
    margin-bottom: 30px!important;
    width: 270px
}

.specialHeader:after,
.specialHeader:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffc100;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: 8
}

.specialHeader:before {
    background: #c3912d;
    left: -9px;
    top: 8px;
    height: 34px
}

.specialHeader span {
    position: absolute;
    height: 40px;
    top: 8px;
    z-index: 9;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.blogInnerSection {
    background: url(../images/blog-bg.jpg) no-repeat;
    display: block;
    padding-top: 100px;
    padding-bottom: 80px;
    z-index: 11
}

.blogInnerSection h1 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: #263045
}

.post-meta {
    display: block;
    padding: 5px 0;
    margin: 10px 0
}

.post-meta .meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 25px;
    position: relative
}

.post-meta .meta-line i {
    padding-right: 7px;
    font-size: 13px
}

.post-meta i {
    color: #ffc100
}

.post-meta .meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 10px;
    display: block;
    background-color: rgba(0, 0, 0, .2)
}

.separator .sep-line {
    border-color: #f1f1f1
}

.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%
}

.blogInnerContent h4 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #263045
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget {
    position: relative;
    margin: 35px 0 35px;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07)
}

.widget .widget-title {
    margin-bottom: 15px
}

.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    color: #263045;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-top-rated-products ul>li:not(:last-child),
ul.recent-post-list>li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.widget-top-rated-products ul>li,
ul.recent-post-list>li {
    padding: 15px 0!important
}

.widget a {
    font-weight: 500;
    font-size: 14px;
    color: #263045
}

ul.recent-post-list>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px
}

ul.recent-post-list>li .post-date i {
    margin-right: 7px;
    font-size: 11px;
    color: #ffc100
}

ul.recent-post-list>li img {
    object-fit: cover!important
}

ul.recent-post-list>li img {
    padding: 0!important;
    border: unset!important
}

ul.recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #2e384d
}

.dropdown-menu {
    width: 300px;
    border: 1px solid #efefef;
}

.shorsd {
    padding-right: 60px;
}

@media screen and (max-width: 480px) and (min-width: 0px) {
    .shorsd {
        padding: 0 30px;
    }
    .testimonials p {
        width: 90%;
    }
    .longHeader {
        padding-top: 20px !important;
    }
    .abtkar {
        padding: 0 30px;
    }
    .nomob {
        display: none;
    }
}

.newsletters button:hover {
    background-color: #c3922e !important;
    border-color: #c3922e !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c3922e !important;
    border-color: #c3922e !important;
}