html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: 'Quicksand', sans-serif;
    color: #707070;
}
body {
    font-family: 'Quicksand-Regular' !important;
    color: #707070;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Regular.woff') format('woff'), url('../fonts/Quicksand-Regular.ttf') format('truetype'), url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Bold.woff') format('woff'), url('../fonts/Quicksand-Bold.ttf') format('truetype'), url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
img {
    aspect-ratio: attr(width) / attr(height);
}
img {
  height: auto;

}
p.bold_text {
    font-weight: bold; margin-bottom:0px;
}
.media-middle {
    vertical-align: middle;
    float: left;
}

.media-left.media-middle img {
    border: 1px solid #690f16;
}

iframe {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

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

.navbar-default {
    background-color: #f8f8f8f5;
    border: none;
    padding: 20px 0px;
    transition: 0.3s ease;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 9px;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #690f16;
    transition: 0.3s ease;
    text-transform: capitalize;
    transition: all .5s;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0px 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #690f16;
    background: none;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #690f16;
}

.btn.btn-default.submit.request {
    font-size: 14px;
    padding: 7px;
    margin: 0px;
    position: relative;
    top: -3px;
    text-transform: capitalize;
}

.navbar-default .navbar-nav>li:nth-child(6)>a {
    font-weight: bold;
    background: none;
    color: #690f16;
    font-size: 17px;
}

.navbar-default .navbar-nav>li:nth-child(6)>a:hover {
    background: none;
    color: #690f16;
}

.form-getintouch {
    background: #ffffffe6;
    padding: 16px 35px;
}

.form-getintouch input,
.form-getintouch select {
    border: 1px solid #bfbfbf;
    height: auto;
    background: #fff;
    padding: 9px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.form-getintouch select {
    background: #fff url(../images/dropdown_arw.png) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 36px;
}

.btn.btn-default.submit {
    background: #690f16;
    width: 100%;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-weight: bold;
    text-shadow: 0px 2px 0px #000;
    margin-top: 30px;
}

.blog-small-img img:hover {
    box-shadow: 0px 0px 5px #000;
}

.btn.btn-default.submit:after,
.btn.btn-default.submit:after {
    z-index: -1;
    transition: all 0.5s ease 0s;
    background: #221e1f;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}

.btn.btn-default:hover::after,
.btn.btn-default:hover::after {
    transform: scale(50);
    z-index: -1;
    color: rgb(255, 255, 255);
    width: 100%;
}

a.btn.btn-default.submit.subscribebtn {
    width: auto;
    margin: 0;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 13px;
    margin-top: 23px;
    background: none;
    border: 1px solid #690f16;
    color: #690f16;
    text-shadow: none;
    white-space: inherit;
}

a.btn.btn-default.submit.subscribebtn:hover {
    color: #fff;
}


/**/

form#topdigital label {
    color: #343434;
    margin-top: 10px;
}

img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-getintouch h1 {
    color: #690f16;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    padding-bottom: 19px;
    margin-bottom: 30px;
}

.carousel-control {
    width: auto;
}

.carousel-control.left {
    background: none;
    left: 30px;
}

.carousel-control.right {
    background: none;
    right: 30px;
}

.headerbanner .carousel-control {
    top: 50%;
    width: 41px;
    height: 31px;
    z-index: 99;
}

#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

.call-ro strong {
    color: #fff;
}

#slider-text h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 30px auto;
    padding-left: 40px;
}

#slider-text h2::after {
    border-top: 2px solid #c7c7c7;
    content: "";
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#itemslider h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 10px auto 3px;
}

#itemslider h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 3px auto 2px;
}

#itemslider h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    ;
    font-size: 10px;
    margin: 2px auto 5px;
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%;
}

.carousel-showmanymoveone .carousel-control {
    width: 3%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: -67px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: -67px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width:768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width:992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.team_columns_carousel_wrapper {
    padding: 25px;
    overflow: hidden
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 26px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top: 8px;
}

.team_columns_carousel_control_left {
    left: 26px!important
}

.team_columns_carousel_control_right {
    left: 63px!important
}

.adv_left {
    left: 41px!important
}

.adv_right {
    left: 78px!important
}

.team_columns_item_image {
    padding-top: 60px;
    padding-bottom: 25px
}

.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}

.team_columns_item_caption>hr {
    width: 15%
}

.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}

@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a,
    .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}

.team_columns_carousel_wrapper {
    background: #fff
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #feb600!important
}

.team_columns_item_caption {
    color: #fff;
    background: #171717
}

.team_columns_item_caption>hr {
    border-top: 2px solid #feb600
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}

.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600
}

.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}

.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}

@media all and (min-width:768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}

@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

@media all and (min-width:992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}

@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

section.welcome {
    padding: 50px 0px 50px 0px;
}

.bgwel {
    background: url(../images/welcome.jpg) no-repeat;
    padding: 277px 0px 25px 0px;
}

section.welcome h2 {
    color: #690f16;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}

section.welcome ul li {
    line-height: 33px;
}

section.videobg .carousel-control {
    top: 45px;
}

iframe {
    border: none;
}

section.videobg .ytLoader {
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px;
    width: 100%;
    cursor: pointer;
    height: 153px;
}

img.cover {
    height: 100%;
}

img.playBtn {
    position: absolute;
    top: 34%;
    left: 33%;
}

section.videobg {
    background: url(../images/videobg.jpg) no-repeat;
    padding: 50px 0px;
    background-size: cover;
    border-top: 2px solid #e4e4e4;
}

.title h2 {
    text-align: center;
    color: #690f16;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 30px;
}

.title h1.block-head.block-head-2 {
    font-size: 30px;
}

section.welcome .call-ro {
    background: linear-gradient(to right, #3c4f54 55%, #698760 95%) !important;
    padding: 12px 6px;
    padding-right: 6px;
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    padding-right: 130px;
    position: relative;
    margin-left: 91px;
}

.services_box {
    text-align: center;
    cursor: pointer;
}

section.welcome .callicon {
    position: absolute;
    top: 0;
    right: 0;
    background: #690f16;
    height: 100%;
    width: 80px;
    text-align: center;
    padding-top: 43px;
    font-size: 29px;
}

.call-ro a {
    color: #ffff;
}

.btn.btn-default.submit.about {
    border-radius: 45px;
    display: inline-block;
    width: auto;
    padding: 9px 34px;
    font-size: 15px;
}

.services {
    padding: 50px 0px;
}

.col-sm-3.col-xs-12.services_box h2 {
    font-size: 18px;
    color: #515151;
}

.boximg {
    padding: 15px 0px;
}

.col-sm-3.col-xs-12.services_box a {
    background: #690f16;
    padding: 7px 26px;
    display: inline-block;
    color: #fff;
    border-radius: 45px;
    transition: all .5s ease-out;
    margin-top: 15px;
}

.col-sm-3.col-xs-12.services_box a:hover {
    background: #69030a;
    box-shadow: 0px 0px 5px #690f16;
}

.testimonial {
    background: #fdf7fb url(../images/testimonial.jpg) no-repeat;
    background-size: contain;
    color: #690f16;
    padding-bottom: 80px;
    background-position: right bottom;
}

.services.testimonial.text-center h2 {
    color: #690f16;
    padding-bottom: 25px;
}

.services.testimonial.text-center .carousel-indicators {
    bottom: -40px;
}

.services.testimonial.text-center .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #a4a4a4;
    border: none;
    border-radius: 10px;
}

.services.testimonial.text-center .carousel-indicators .active {
    width: 30px;
    height: 5px;
    margin: 0;
    background-color: #690f16;
}

.small,
small {
    font-size: 19px;
}

.textc {
    max-width: 900px;
    margin: 0px auto;
    padding-bottom: 22px;
}

.partnersec {
    padding: 25px 0px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.main-footer {
    position: relative;
    padding: 40px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(../images/footerbg.jpg) no-repeat;
    background-size: cover;
    border-top: 1px solid #ddd;
}

.margin30 {
    padding-top: 30px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-column .footer-title {
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
}

.footer-column a.email {
    color: #6b6868;
}

.footer-column a.email:hover {
    color: #20acea;
}

.main-footer .footer-column .footer-title h2 {
    position: relative;
    color: #690f16;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 0px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 2px;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0px 4px 0px;
    text-transform: capitalize;
    color: #6b6868;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before {
    color: #20acea;
}

.main-footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 20px;
    height: 43px;
    font-size: 13px;
    background: none;
    color: #444444;
    background-color: #f6f6f6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
    border-color: #f1f1f1;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
    padding: 8px 45px;
    margin-top: 5px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 16px 0px;
    margin-top: 0;
    border-top: 1px solid #690f162e;
}

.main-footer .copyright {
    position: relative;
    color: #6b6868;
}

.footer-contact-us li {
    color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-left: 0px;
    padding-top: 11px;
}

.footer-contact-us li i {
    float: left;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    padding-top: 0px;
    border-radius: 100%;
    text-align: center;
    color: #690f16;
}

.footer-contact-us li span {
    float: left;
    width: calc(100% - 25px);
    color: #6b6868;
}

.clear {
    clear: both;
}

a.epik {
    color: #690f16;
    font-weight: bold;
}

.main-footer .footer-bottom p {
    margin-bottom: 0;
}

.img-responsive.center-block.first {
    margin-top: 30px;
}

.boximg {
    overflow: hidden;
}

.boximg img:hover {
    box-shadow: 0px 5px 0px #000;
}

.blog-small-img img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px #cfb9b9;
}

.padding30 {
    padding: 50px 0;
}

.block-head {
    line-height: 38px;
    color: #010101;
}

.block-head-2 {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 21px;
    text-align: center;
    text-align: center;
    color: #690f16;
    font-weight: bold;
    padding-bottom: 20px;
}

.hidedsk .carousel-control {
    top: 26px;
}

.block-head-2:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 59%;
    width: 159px;
    height: 1px;
    margin: -1px 0 0 -185px;
    background: #ddd;
}

.block-head-2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: #fff;
    border: 1px solid #ddd;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.block-head-2 i {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

.block-head-2 i:before {
    left: -15px;
}

.block-head-2 i:after,
.block-head-2 i:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.block-head-2 i:after {
    right: -15px;
}

.boximg img {
    border: 1px solid #64171db5;
}

.review .boximg img {
    border: 1px solid #690f16;
}

form.form-inline input {
    background: #f1f1f1;
    padding: 12px 9px;
    height: auto;
    border-radius: 0px;
    display: inline-block;
    font-size: 12px;
    width: 217px !important;
}

form.form-inline .form-group {
    padding: 0px 10px;
}

form.form-inline.cul .form-group {
    padding: 0px;
}

button.btn.btn-default.submit.subscribebtn {
    width: auto;
    margin: 0;
    border-radius: 0;
    padding: 11px 20px;
    font-size: 14px;
    margin-top: 23px;
    border: none;
}

#payment-calc-submit {
    background: #a49293;
    margin-top: 10px;
    border: none;
    color: #fff;
    width: auto;
    text-align: center;
}

#payment-calc-submit:hover {
    background: #9c2932;
}

.arc {
    font-size: 13px;
    padding: 0;
    display: block;
    text-align: left;
    font-weight: normal;
}

.headingthird {
    margin: 41px 0px;
    font-size: 18px;
    font-weight: bold;
}

.payment-calculator h2 {
    color: #690f16;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px;
    text-align: center;
}

section.services.reviwes-ro {
    background: url(../images/bg-review.jpg);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 25%;
    float: left;
}
.review .boximg img {
    border: 1px solid #690f16;
    width: 100%;
}
@media (min-width:768px) {
    .col-sm-5ths {
        width: 25%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 25%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.review h5 a {
    color: #630c0d;
    font-weight: bold;
    padding: 5px 0px;
    display: inline-block;
}

.review p a {
    color: #8e8989;
}

section.services.reviwes-ro .title h2 {
    text-align: center;
    color: #fff;
}

a.thumbnail.fancybox {
    height: 85px;
    text-align: center;
    margin: 0;
}

a.thumbnail.fancybox img {
    height: 100%;
    display: inline-block;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #00b2f2;
    background: none;
    border: none;
}

#rqstAppoinmentForm {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

#rqstAppoinmentForm .modal-dialog {
    width: 700px;
    margin: 80px auto;
}

#requst-info {
    background: rgba(255, 255, 255, 1.00);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border: none;
    margin: 0;
    padding: 25px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: left top;
    background-repeat: no-repeat;
}

#requst-info .wizard-inner {
    position: relative;
}

#requst-info .wizard-inner .nav-tabs {
    position: relative;
}

#requst-info .wizard-inner .nav-tabs>li {
    width: 20%;
}

.wizard-inner .nav-tabs>li a {
    border-radius: 0;
    background: #690f16;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    width: 100%;
    border-right: 1px solid #8f1e27;
    font-weight: bold;
}

#requst-info .wizard-inner .nav-tabs>li.active a {
    background: #3f070b;
    color: #fff;
    border: none;
    border-right: 1px solid #8f1e27;
}

#requst-info .wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: -9px;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #3f070b;
    height: 0;
    width: 0;
}

#requst-info .tab-content {
    background: #fff;
    text-align: left;
}

#requst-info .wizard .tab-pane {
    position: relative;
    padding: 20px 0;
}

#step1 ul.list-inline.stepbtn {
    text-align: left;
    margin-top: 32px;
}

#requst-info .form-group.othertxt label.agency-code {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
    color: #690f16;
    font-weight: bold;
}

#requst-info .form-group.othertxt input.form-control {
    box-shadow: none;
    padding: 8px 15px;
    border-radius: 0;
    height: auto !important;
}

.rqsttitle {
    padding-bottom: 11px;
    color: #4a494a;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    border-bottom: none;
    margin-bottom: 9px;
    margin-top: 0;
    font-size: 22px;
    color: #515151;
}

#requst-info label {
    font-size: 13px;
    color: #690f16;
}

#requst-info label.chk {
    font-size: 13px;
    color: #690f16;
    padding-left: 0px !important;
}

.checkbox label {
    padding-left: 8px;
}

#requst-info .form-control {
    box-shadow: none;
    padding: 10px 15px;
    height: auto;
    border: 1px solid #8d7a7c;
    border-radius: 0px;
}

#rqstAppoinmentForm button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 999;
    opacity: 1;
    font-size: 23px;
}

#requst-info .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.checkbox {
    margin-left: 20px;
}

#requst-info .stepbtn button {
    padding: 5px 17px;
    font-size: 13px;
    border-radius: 2px;
    background: #690f16;
    border: 1px solid #690f16;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

#requst-info .stepbtn button.btn.next-step:hover,
#requst-info .stepbtn button.btn.sbmit-step:hover {
    background: #3f070b;
    border-color: #3f070b;
}

input#Other {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
}

p {
    line-height: 29px;
}

.empty {
    height: 88px;
}

.surgeoninfo h1 {
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: capitalize;
    color: #690f16;
}

.surgeoninfo>h1 {
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #690f16;
}

.surgeoninfo h3 {
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: capitalize;
    text-align: justify;
    color: #690f16;
}

.surgeoninfo h4 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #690f16;
}

.surgeoninfo h5 {
    padding: 10px 0;
    font-size: 15px;
    color: #690f16;
}

.surgeoninfo ul {
    margin-bottom: 10px;
}

.f15 {
    font-size: 15px !important;
}

.surgeoninfo.text-justify ul {
    padding-left: 18px;
    list-style: circle;
}

.surgeoninfo strong {
    font-weight: normal;
    color: #690f16;
    display: inline-block;
}

.surgeoninfo .panel-body h4 {
    margin: 0;
}

.surgeoninfo ul.list-inline {
    padding-left: 0px;
}

.pt12 {
    padding-top: 12px;
}

.pt10hm {
    padding-top: 10px;
}

.h5a {}


/**/

.panel {
    box-shadow: none;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-default {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.panel-default>.panel-heading {
    border: none;
    background: none;
    padding: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: none;
    padding: 0 0 0 32px;
}

.panel-default h5 {
    padding: 0;
    margin: 0 0 5px;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}

.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #690f16;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 0;
    float: left;
}

.panel-default .collapsed:before {
    background: #495764;
}

.panel-default .accordion-toggle.collapsed:before {
    content: "\f067";
    color: #fff;
}

.panel-default .accordion-toggle:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: relative;
    top: 0px;
    float: left;
    text-align: center;
    padding-top: 6px;
    font-size: 11px;
    color: #fff;
}

.panel-default .panel-title:hover .collapsed:before {
    background-color: #690f16;
}

.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
    color: #690f16;
    text-decoration: none;
}

.panel-default .collapsed {
    color: #690f16;
    font-size: 14px;
}

a.accordion-toggle.collapsed {
    font-weight: normal;
    font-size: 14px;
}

a.accordion-toggle {
    font-weight: bold;
    font-size: 14px;
}

.ser .title h2 {
    font-weight: normal;
}

section.videobg.ser {
    border: none;
}

.text-justify.margin30 a {
    color: #690f16;
    font-weight: bold;
}

#toTop {
    position: fixed;
    bottom: 65px;
    right: 15px;
    cursor: pointer;
    display: none;
    background: #690f16;
    border: none;
    z-index: 5;
}

.surgeoninfo .panel-default .h5 {
    font-size: 14px;
}

.surgeoninfo .panel-default .h5 strong,
.surgeoninfo .panel-default .h5a a {
    font-weight: 600;
}


/**/

.margin-top30 {
    margin-top: 30px;
}

.aboutlink ul li a:hover {
    color: #660c0c;
    font-weight: 500;
}

table.table.table-hover.table-striped strong {
    display: block;
}

table.table.table-hover.table-striped p {
    margin: 0px;
}

section.welcome h2.deprsion {
    color: #690f16;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
    vertical-align: middle;
}

table.table.table-hover.table-striped strong {
    display: block;
    color: #690f16;
    font-weight: normal;
}

.panel-body strong {
    color: #690f16;
    font-weight: normal;
}

table.table.table-hover.table-striped tbody tr td:nth-child(2) {
    text-align: right;
}

table.table.table-hover.table-bordered p {
    line-height: 21px;
    margin-bottom: 7px;
    font-size: 13px;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #690f16;
}

b,
strong {
    font-weight: 700;
    color: #690f16;
}

.white {
    background: #fff;
    background: url(../images/bg-review.jpg);
    height: 65px;
    padding: 10px;
    padding-top: 23px;
}

.testimonial-box {
    padding: 25px 15px;
    background: #fff;
    border: 1px solid;
    cursor: pointer;
}

.testimonial-box h4 {
    color: #690f16;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.testimonial-box p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    line-height: 21px;
}

section.servicess {
    background: #f8f8f8;
}

span.revinfo {
    font-size: 12px;
    color: #7dbfb9;
    display: block;
    margin-top: 15px;
}

.carousel-control {
    opacity: 1;
}

.ratings-icons {
    color: #feca00;
    margin-bottom: 0px;
    font-size: 21px;
}

.testimonial-box .media-left.pull-left a {
    border-radius: 100px;
    box-shadow: 0px 0px 2px #000;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 3px solid #690f16;
    border: 3px solid #ffffff;
}

.testimonial-box .media-body {
    padding-top: 55px;
}

.testimonial-box .media {
    margin-top: -69px;
    position: relative;
}

.main-services .services_box {
    text-align: left;
}

.main-services .col-sm-3.col-xs-12.services_box h2 {
    font-size: 17px;
    color: #515151;
    min-height: 48px;
}

.photogallary ul {}

.photogallary ul li {
    line-height: 10px;
}

.photogallary ul li a:hover {
    font-weight: bold;
    color: #690f16;
}

section.videobg.photovideo {
    background: none;
    border: none;
    padding-top: 0px;
}

section.videobg.ser .ytLoader {
    height: 310px;
}

section.videobg.ser .ytLoader img.playBtn {
    position: absolute;
    top: 43%;
    left: 46%;
}

.aboutlink ul li a {
    color: #690f16;
}

.text-justify.cir ul {
    list-style-type: disc;
    padding-left: 10px;
}

.mide ul {
    list-style-type: disc;
    padding-left: 10px;
}

.panel-body ul {
    list-style-type: disc;
    padding-left: 18px;
}

.panel-body.weekend h4 {
    font-size: 14px;
    margin: 10px 0px;
}

.panel-body h4 {
    font-size: 14px;
    margin: 10px 0px;
}

section.videobg.ser {
    border: none;
    background: none;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #690f16;
}

.thumbnail {
    border: 1px solid #690f16;
}

a.info-btn {
    background: #8b7e7f;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: normal;
    border-radius: 2px;
    text-transform: capitalize;
}

a.info-btn:hover {
    background: #690f16;
    color: #fff;
}

.well {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#reviwes {
    background: 0;
    text-align: center;
}

article.reviews_post {
    text-align: center;
    padding: 8px 0px;
}

article.reviews_post img {
    border: 1px solid #dd2163;
}

article.reviews_post h5 {
    padding: 20px 0px 10px 0px;
    display: block;
    text-align: center;
    font-size: 20px;
}

article.reviews_post a {
    color: #690f16;
}

.carousel-showmanymoveone #slider-control3 .carousel-control {
    width: 2% !important;
    background-image: none;
}

.carousel-showmanymoveone #slider-control3 .carousel-control.left {
    margin-left: -37px !important;
}

.carousel-showmanymoveone #slider-control3 .carousel-control.right {
    margin-right: -34px !important;
}

.social-links-two {
    position: relative;
}

.social-links-two li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    border-radius: 50%;
}

.social-links-two li a {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 12px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.social-links-two li a:hover {
    opacity: 0.7;
}

.social-links-two li.facebook a {
    background-color: #4d6bab;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.50);
}

.social-links-two li.twitter {
    background-color: #4ec6f8;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.50);
}

.social-links-two li.google-plus {
    background-color: #ea6060;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(234, 96, 96, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(234, 96, 96, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(234, 96, 96, 0.50);
}

.social-links-two li.linkedin {
    background-color: #248cc9;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
    -ms-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
    box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.50);
}

button.btn.btn-default.submit.subscribebtn.leftborder {
    margin-left: 0px;
    border-radius: 4px;
    padding: 12px 45px;
    margin-top: 0px;
}

.inner-box ul li {
    padding-top: 10px;
    color: #343434;
}

.inner-box ul li a {
    color: #690f16;
    font-weight: bold;
}

.contact-section {
    position: relative;
    padding: 45px 0;
}

section.videobg.ser.bggry {
    background: #f8f8f8;
}

.contact-info-block {
    position: relative;
    margin-bottom: 40px;
    display: table;
}

.contact-info-block .inner-box {
    position: relative;
    border: 1px solid #690f16;
    padding: 11px 10px 11px 67px;
    height: 125px;
    vertical-align: middle;
    display: table-cell;
}

.contact-info-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    background-color: #690f16;
}

.contact-info-block .inner-box .text a {
    position: relative;
    color: #690f16;
    font-size: 13px;
    font-weight: bold;
}

.contact-info-block .inner-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    display: inline-block;
    margin-top: -28px;
}

.contact-info-block .inner-box .text {
    position: relative;
    color: #343434;
    font-size: 13px;
}

.time-column.col-md-7.col-sm-12.col-xs-12 .inner-box strong {
    color: #343434;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: normal;
    padding: 12px 17px;
    color: #222222;
    border: 1px solid #9d9d9d;
    height: auto;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 10px;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #20acea;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 17px;
    height: 100px;
    resize: none;
    border: 1px solid #9d9d9d;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 7px;
    font-size: 13px;
}

.contact-form button {
    margin-top: 20px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #f06529;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.form-section .time-column h3 {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form-section .time-column h1 {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form-section .time-column p {
    color: #343434;
    line-height: 21px;
    font-size: 14px;
}

.form-section .time-column .time-info {
    position: relative;
}

.form-section .time-column .time-info li {
    margin-bottom: 16px;
}

.form-section .time-column .time-info .day-box {
    position: relative;
    width: 50%;
    float: left;
    color: #777777;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.form-section .time-column .time-info .day-box:after {
    position: absolute;
    content: ':';
    color: #777777;
    right: 0px;
    top: 0px;
}

.form-section .time-column .time-info .time-box {
    width: 50%;
    float: left;
    text-align: right;
}

.inner-box h2 {
    color: #343434;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.inner-box.blue .icon-box {
    background: #10b6fe;
}

.inner-box.blue1 .icon-box {
    background: #ff5722;
}

.inner-box.blue3 .icon-box {
    background: #334986;
}

.contact-info-block .inner-box .text p {
    margin: 0px;
    line-height: 19px;
}

.culture-page {
    padding: 40px 0;
    background-image: url(../images/bg-pettrn.jpg);
}

.thankdiv {
    background: #ffffff;
    padding: 46px;
    box-shadow: 0px 0px 10px #d2c1c1;
}

.thanku {
    font-size: 45px;
    padding-bottom: 23px;
    color: #690f16;
}

p.check {
    font-size: 67px;
    color: #690f16;
}

.column .media-body p {
    column-count: 2;
}

.sidebar ul {
    border: 1px solid #ddd;
}

section.welcome ul li {
    line-height: 20px;
    margin-bottom: 15px;
}

ul.ezine.ezine_padd li {
    line-height: 19px;
    min-height: 59px;
    padding: 8px 3px;
    min-width: 131px;
}

.sidebar ul li {
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar ul li a {
    color: #690f16;
}

.row.dd {
    display: table;
}

.row.dd [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.margin0p p {
    margin: 0px;
}

.breadcrumb {
    border-radius: 0;
    background: #f4f4f4;
}

ol.breadcrumb li a {
    color: #690f16;
}

ol.breadcrumb li a i.fa.fa-home {
    font-size: 20px;
}

.col-md-5ths.col-xs-12.review .boximg {
    cursor: pointer;
}

@media(min-width:260px) and (max-width:767px) {
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        padding: 10px;
    }
    .box-appointment {
        right: -84px !important;
        top: 47% !important;
    }
    .btn.btn-default.bookonline {
        font-size: 13px !important;
        padding: 8px 9px 11px 18px !important;
    }
    .navbar-brand>img {
        width: 200px;
    }
    ..headerbanner {
        margin-top: 80px;
    }
    .carousel.slide.headerbanner.firrr .carousel-control {
        display: none;
    }
    .aword {
        margin-top: 0px;
        height: auto;
    }
    .form-getintouch {
        background: #fff9;
        padding: 0px 0px;
        box-shadow: 0px 0px 5px;
    }
    .form-holder {
        padding: 20px;
    }
    .form-getintouch h1 {
        color: #fff;
        font-weight: normal;
        font-size: 17px;
        border-bottom: none;
        text-align: center;
        padding: 10px;
        margin: 0px;
        background: #690f16;
    }
    .col-md-7.col-sm-7.col-xs-12.mr531 {
        position: static;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    }
    .bgwel {
        display: none;
    }
    section.welcome h2 {
        color: #690f16;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 34px;
        position: relative;
        margin-top: 0;
    }
    section.welcome {
        padding: 20px 0px 20px 0px;
    }
    section.videobg {
        padding: 20px 0px;
    }
    .services {
        padding: 20px 0;
    }
    .col-sm-3.col-xs-12.services_box p {
        min-height: auto;
        text-align: center;
        line-height: 1.5;
    }
    .col-sm-3.col-xs-12.services_box a {
        margin-top: 0;
    }
    .col-sm-3.col-xs-12.services_box {
        margin-bottom: 20px;
        text-align: center;
    }
    .services.testimonial.text-center h2 {
        color: #690f16;
        padding-bottom: 10px;
        font-size: 21px;
    }
    .textc {
        margin-bottom: 12px;
    }
    .services.testimonial.text-center {
        padding: 20px 0px 60px 0px;
    }
    .blog-small-img {
        float: none;
        width: 100%;
    }
    .blog-txt-holder {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .blog-row {
        margin-bottom: 45px;
        text-align: center;
    }
    .blog-txt a.readmore {
        display: block;
    }
    .main-footer .footer-bottom {
        text-align: center;
    }
    .main-footer .footer-bottom .column.col-md-6.col-sm-6.col-xs-12.text-right {
        text-align: center;
        margin-top: 15px;
    }
    .main-footer .footer-column .footer-title h2 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .main-footer .links-widget .list li a {
        line-height: normal;
        font-size: 12px;
        font-weight: 400;
    }
    .main-footer .footer-widget {
        margin-bottom: 20px;
    }
    .footer-contact-us li span {
        font-size: 12px;
    }
    .footer-contact-us li i {
        font-size: 17px;
        padding-top: 0;
        color: #690f16;
    }
    .main-footer .copyright {
        position: relative;
        color: #6b6868;
        font-size: 12px;
    }
    .main-footer .footer-bottom p {
        font-size: 12px;
    }
    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0;
    }
    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0px;
    }
    .carousel-showmanymoveone .carousel-control {
        width: 6%;
        background-image: none;
    }
    .img-responsive.center-block.first {
        margin-top: 0px;
    }
    .navbar-default {
        padding: 10px 0px;
    }
    .empty {
        height: 64px;
    }
    .btn.btn-default.submit.request {
        width: auto;
        margin: 15px;
    }
    .testimonial-box {
        margin-bottom: 25px;
    }
    .padding30 {
        padding: 20px 0;
    }
    section.videobg .carousel-control.left {
        background: none;
        left: 0;
    }
    section.videobg .carousel-control.right {
        background: none;
        right: 0;
    }
    .hidedsk {
        display: block;
    }
    .margin30 {
        padding-top: 20px;
    }
    form.form-inline input {
        width: 100% !important;
    }
    .block-head-2:before {
        display: none;
    }
    .block-head-2 {
        margin-bottom: 20px !important;
    }
    #quote-carousel .carousel-control.left {
        display: none;
    }
    #quote-carousel .carousel-control.right {
        display: none;
    }
    .testimonial {
        background: #fdf7fb;
    }
    a.thumbnail.fancybox {
        border: none;
    }
    .ytLoader {
        text-align: center;
        height: auto !important;
    }
    img.cover {
        height: auto;
        width: 100%;
    }
    section.videobg .carousel-control {
        top: 46%;
    }
    #rqstAppoinmentForm .modal-dialog {
        width: 100%;
        margin: 80px auto;
        padding: 10px;
    }
    #requst-info .wizard-inner li.active::after {}
    button.btn.btn-default.submit.subscribebtn {
        margin-left: 0px;
        margin-top: 15px;
    }
    .wizard-inner .nav-tabs>li a {
        padding: 6px;
        font-size: 11px;
    }
    .surgeoninfo h1 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .row.dd [class*="col-"] {
        display: table;
    }
    .font24 {
        padding-top: 10px;
    }
    .photogallary ul {
        column-count: 1;
    }
    .title h2 {
        font-weight: normal;
        font-size: 23px;
    }
    .carousel-showmanymoveone #slider-control3 .carousel-control.right {
        margin-right: 0px !important;
    }
    .carousel-showmanymoveone #slider-control3 .carousel-control.left {
        margin-left: 0px !important;
    }
    .carousel-showmanymoveone #slider-control3 .carousel-control {
        width: 5% !important;
        background-image: none;
    }
    section.videobg .carousel-control.right {
        background: none;
        right: -10px;
    }
    section.videobg .carousel-control.left {
        background: none;
        left: -10px;
    }
    ul.mobile-sub.wsmenu-list.pull-right>li:nth-child(7)>a.btn.btn-default.submit.request {
        position: relative;
        top: 0px;
        text-align: center;
        border-radius: 2px;
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 20px;
        height: auto !important;
    }
    img.playBtn {
        position: absolute;
        top: 50px;
        left: 30px;
        z-index: 9999999;
        width: 30px;
    }
}

#topdigital .has-error .form-control-feedback,
#topdigital .has-success .form-control-feedback,
#susbribe .has-error .form-control-feedback,
#susbribe .has-success .form-control-feedback,
#topdigital2 .has-error .form-control-feedback,
#topdigital2 .has-success .form-control-feedback {
    display: none !important;
}

#topdigital2 small.help-block {
    top: 80% !important;
    position: absolute;
    font-size: 11px;
    top: 60%;
    color: red !important;
}

p.msgalert.emg {
    font-size: 11px;
    color: red !important;
}

small.help-block {
    position: absolute;
    font-size: 11px;
    top: 96%;
    color: red !important;
}

.req:after {
    content: "*";
    color: #690f16;
    font-size: 16px;
    padding-left: 5px;
    vertical-align: text-top;
}

.mdimg100 img {
    width: 100%;
}

.btn.disabled,
.btn[disabled] {
    cursor: pointer;
}

ul.nolist {
    list-style: none !important;
    padding-left: 0 !important;
}

ul.listcircle {
    list-style: circle;
    padding-left: 18px;
}

.w33listbar li {
    width: 33.3%;
    float: left;
    list-style: circle;
    padding-left: 18px;
}

.tdpr20 p {
    padding-right: 20px;
}

.pt8sm {
    padding-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.spacet30 {
    margin-top: 30px;
}

.row.hund p {
    text-align: center;
}

ol.mole_rem {
    padding-left: 18px;
}

ol.mole_rem li {
    line-height: 28px;
}

form#topdigital #step1 label,
form#topdigital #step3 label,
form#topdigital #step4 label {
    margin-top: 0;
}

.nojustify {
    text-align: left;
}

ul.falongnarrow li {
    position: relative;
    padding-left: 22px;
}

.falongnarrow i.fa.fa-long-arrow-right {
    position: absolute;
    top: 10px;
    left: 0;
}

.btn.btn-default.bookonline {
    font-size: 16px;
    padding: 8px 20px 11px 20px;
    width: auto;
    margin: 0 auto 10px;
    text-transform: capitalize;
}

#bookappointment {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

#bookappointment button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 999;
    opacity: 1;
    font-size: 23px;
}

#bookappointment p {
    margin: 0;
    line-height: 24px;
}

.extlinks {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

a.btn.btn-default.submit.extbtn {
    width: auto;
    font-size: 14px;
    margin: 0;
    padding: 6px 20px;
    text-transform: none;
    min-width: 48%;
}

.extbtn2 {
    background: #221e1f;
}


/* css 14 april start */

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/* css 14 april end */

@media only screen and (min-width:1025px) {
    .aword {
        margin-top: -541px;
        height: auto;
        z-index: 4;
        position: relative;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #getintouch h1 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .aword {
        margin-top: -397px;
    }
    .box-appointment {
        right: -86px !important;
    }
    .btn.btn-default.bookonline {
        font-size: 12px;
        padding: 5px 5px;
    }
    .btn.btn-default.submit {
        font-size: 12px;
        padding: 7px 8px;
    }
    .form-control {
        font-size: 11px;
    }
    a.thumbnail.fancybox {
        height: 47px;
    }
    .aword .mr531 {
        width: 59.5%;
    }
    .hidedsk .carousel-control {
        top: 15px;
    }
    section.videobg .ytLoader {
        height: auto;
    }
    img.playBtn {
        position: absolute;
        top: 22%;
        left: 18%;
        width: 20px;
    }
}

@media only screen and (min-width:992px) {
    .photogallary ul li {
        width: 33.3%;
    }
    .photogallary ul li:nth-child(3n+1) {
        clear: left;
    }
    .aword {
        position: relative;
    }
    .aword .mr531 {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #ebe3dc;
        padding: 11px;
        z-index: 6;
    }
}

@media only screen and (max-width:1024px) {
    .mcarousl .carousel-inner {
        width: 80%;
        margin: 0 auto;
    }
    .mcarousl .carousel-control {
        top: 50% !important;
        transform: translateY(-50%);
    }
    .mcarousl .carousel-control.left {
        margin-left: 0;
    }
    .mcarousl .carousel-control.right {
        margin-right: 0;
    }
    #itemslider1 .carousel-control img {
        width: 20px;
    }
}

@media only screen and (max-width:991px) {
    .surgeoninfo h1,
    .surgeoninfo h2,
    .surgeoninfo h3,
    .surgeoninfo h4,
    .surgeoninfo h5,
    .surgeoninfo h6 {
        text-align: left;
    }
    .media-body>h4.media-heading {
        margin-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    section.videobg.reszvdeo .ytLoader {
        height: auto;
    }
    .aword {
        padding: 40px 0px 0px;
    }
    .col-sm-4.xslandscap p {
        text-align: left;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .row.dd.dvt [class*="col-"] {
        vertical-align: top;
    }
    #quote-carousel .carousel-inner {
        max-width: 80%;
        margin: 0 auto;
    }
    .col-sm-3.col-xs-12.services_box h2 {
        min-height: 60px;
    }
    .main-services .col-sm-3.col-xs-12.services_box h2 {
        font-size: 14px;
        min-height: 48px;
        margin-bottom: 5px;
    }
    .col-sm-3.col-xs-12.services_box p {
        line-height: 1.6;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .col-sm-3.col-xs-12.services_box a {
        margin-top: 5px;
    }
    form.form-inline.cul .form-group {
        display: block;
    }
    form.form-inline.cul input {
        width: 100% !important;
    }
   
    section.welcome .call-ro {
        margin-left: 0;
        padding-right: 100px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn.btn-default.submit.bookonline {
        margin-top: 20px;
    }
    .box-appointment {
        right: -115px !important;
    }
    .photogallary ul li {
        width: 50%;
    }
    .row.dd [class*="col-"] {
        display: table;
    }
    .row.dd.ddsm [class*="col-"] {
        display: table-cell;
    }
    .row.dd [class*="col-"]+[class*="col-"] {
        margin-top: 10px;
    }
    a.list-group-item {
        top: 15% !important;
    }
    .ytLoader {
        height: auto;
    }
    .photogalrypg .carousel-showmanymoveone .carousel-control.right {
        margin-right: -60px;
        width: 20px;
    }
    .photogalrypg .carousel-showmanymoveone .carousel-control.left {
        margin-left: -60px;
        width: 20px;
    }
    .photogalrypg div#itemslider3 {
        max-width: 95%;
        margin: 0 auto;
    }
    .photogalrypg .block-head-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {
    .photogallary ul li {
        padding-right: 18px;
        float: left;
        text-align: left;
        line-height: 26px;
    }
    .w50 li {
        width: 49%;
        float: left;
        text-align: left;
        margin-right: 2%;
    }
    .w50 li:nth-child(2n+1) {
        clear: left;
    }
    .w50 li:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .margin30 .list-inline {
        margin: 15px auto;
        text-align: center;
    }
    .surgeoninfo>h1>a {
        font-size: 12px;
    }
    .spacet15xs {
        margin-top: 15px;
    }
    .surgeoninfo h4 {
        padding-bottom: 10px;
        text-align: left;
        line-height: 1.2;
    }
    .surgeoninfo p {
        text-align: left;
    }
    .boximg {
        text-align: center;
        margin: 0 auto;
    }
    section.welcome ul li {
        line-height: 26px;
    }
    a.list-group-item {
        width: auto !important;
        padding: 6px 12px !important;
        right: -39px !important;
        top: 25% !important;
    }
    #itemslider3 {}
    .main-footer .footer-widget .list {
        margin-top: 5px;
    }
    #payment-calc-submit {
        width: auto !important;
        margin: 0 auto;
        display: block;
        padding: 8px 20px;
    }
    .headingthird {
        margin: 15px 0px;
    }
    .btn.btn-default.submit {
        margin-top: 25px;
    }
    .aword .item a.thumbnail.fancybox {
        height: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 66%;
    }
    .aword .item a.thumbnail.fancybox img {
        height: auto;
    }
    .hidedsk .carousel-control {
        top: 50%;
        margin-top: -30px;
    }
    .fancybox-opened {
        z-index: 999999 !important;
    }
    .fancybox-nav span {
        visibility: visible !important;
    }
    .sidebar {
        margin: 15px 0px;
    }
    .col-sm-3.col-xs-12.services_box .boximg {
        padding: 10px 0px;
    }
    .carousel-showmanymoveone .item img {
        max-width: 90%;
        margin: 0 auto;
    }
    #reviwes .col-md-5ths.col-xs-12.review h5,
    #reviwes .col-md-5ths.col-xs-12.review p {
        text-align: center;
    }
    .empty {
        height: 64px;
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .xslandscap {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .breadcrumb>li {
        font-size: 12px;
    }
    .carousel-showmanymoveone .carousel-control.left {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-control.right {
        right: 0;
    }
    .smallogo>img {
        width: 170px !important;
        margin-top: 13px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .contact-info-block {
        display: inherit;
    }
}

.surgeoninfo.ezin h2 {
    font-weight: normal;
    font-size: 24px;
    text-transform: capitalize;
    text-align: justify;
    color: #690f16;
    margin-bottom: 14px;
}

.text-center.borr {
    background: #f8f8f8;
    padding: 10px;
    margin: 15px 0px;
    border: 1px solid #ddd;
}

.text-center.borr p {
    margin: 0;
}

body {
    top: 0 !important;
    margin: 0 !important;
}

@media only screen and (min-width:1200px) {
    iframe.goog-te-menu-frame.skiptranslate {
        left: auto !important;
        right: 89px !important;
    }
}

@media only screen and (min-width:1100px) and (max-width:1199px) {
    iframe.goog-te-menu-frame.skiptranslate {
        left: auto !important;
        right: 0 !important;
    }
}

@media only screen and (min-width:360px) and (max-width:1024px) {
    .breadcrumb {
        margin-top: 32px;
    }
}

a.list-group-item.text-center.diff {
    display: none;
    white-space: nowrap;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    top: 35%;
    right: 0px;
    background: #690f16;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    width: 158px;
    z-index: 999;
    right: -58px;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 142px;
    border: 1px solid #690f16;
    font-size: 12px;
    padding: 1px;
}

a.goog-logo-link {
    display: none !important;
}

div#google_translate_element {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media(min-width:992px) and (max-width:1199px) {
    div#google_translate_element {
        right: 15px;
    }
}

.goog-te-banner-frame {
    display: none !important;
}

:lang(pl)>.col-sm-3.col-sm-3.col-xs-12.services_box p {
    font-size: 10px;
}

:lang(es)>.col-sm-3.col-sm-3.col-xs-12.services_box p {
    font-size: 12px;
}

@media(min-width:260px) and (max-width:767px) {
    div#google_translate_element {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1030;
        left: 0;
        padding: 5px 10px 0 10px;
        background: #656565;
    }
    .wsmenu .wsmenu-list {
        padding-top: 66px;
    }
    .goog-te-gadget .goog-te-combo {
        margin: 4px 0;
        width: 100%;
        border: 1px solid #690f16;
        font-size: 12px;
        padding: 9px;
    }
}

@media(min-width:1024px) {
    .liveChatFloatingButton,
    .liveChatFloatingButtonMobile,
    .liveChatFloatingButtonTop {
        bottom: 0px !important;
        left: 85% !important;
        ;
    }
    .liveChatFloatingButton {
        background-color: rgb(205, 205, 205);
    }
    .liveChatFloatingButton {
        -webkit-transform: rotate(0deg) !important;
        ;
        -moz-transform: rotate(0deg) !important;
        ;
        -ms-transform: rotate(0deg) !important;
        ;
        -o-transform: rotate(0deg) !important;
        ;
        -webkit-border-radius: 25px 25px 0 0 !important;
        ;
    }
    .liveChatFloatingButton::after {
        -ms-opacity: 0;
        opacity: 0;
        visibility: hidden;
        width: 25px !important;
        ;
        height: 25px !important;
        ;
        line-height: 18px;
        position: absolute;
        content: "1";
        bottom: 46px !important;
        ;
        right: 10px !important;
        ;
        font-size: 0.7em;
        background: red;
    }
    .liveChatFloatingButton {
        background-color: rgb(105, 15, 22) !important;
        color: #fff !important;
        font-size: 21px !important;
    }
}

#carousel-example-generic a.left.carousel-control {
    left: 91%;
}

.headerbanner .carousel-control {
    top: 10%;
}

#carousel-example-generic a.right.carousel-control {
    right: 25px;
}

form.form-inline .form-group {
    padding: 0px 10px;
    position: relative;
}

@media(min-width:260px) and (max-width:1024px) {
    #carousel-example-generic a.left.carousel-control {
        left: 84%;
    }
}

@media(min-width:768px) and (max-width:1400px) {
    .empty {
        height: 88px;
        background: #cccccc;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .headerbanner .carousel-control {
        top: 7px;
    }
    #carousel-example-generic a.left.carousel-control {
        left: auto;
        right: 60px;
    }
    #carousel-example-generic a.right.carousel-control {
        right: 10px;
    }
}

.box-appointment {
    position: fixed;
    top: 350px;
    z-index: 999;
    right: -124px;
    white-space: nowrap;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

section.services.sevenqs {
    background: #fdf7fb;
}

.col-sm-7.qsad h2 {
    text-align: left;
    color: #690f16;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 24px;
}

.padding0 {
    padding: 0px !important;
    background: none !important;
}

button.btn.btn-default.submit.request.pdd {
    padding: 7px 39px;
}

.sevenqs #requst-info .form-group {
    margin-bottom: 15px;
}

.sevenqs #requst-info .form-group small.help-block {
    margin-top: 0;
}

.sevenqs #requst-info .form-group .msgalert {
    position: absolute;
    font-size: 11px;
    top: 90%;
    color: red !important;
}

.landignp .carousel-control {
    position: absolute;
    top: 25px;
}

span.imgcaptn {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

label.errmsg {
    color: red !important;
    font-weight: normal;
    font-size: 11px !important;
}

@media(min-width:768px) {
    .video-ro-n {
        max-width: 550px;
        margin: 0 auto;
        height: 318px;
        border: 10px solid #ddd;
    }
}

@media(max-width:600px) {
    .video-ro-n {
        max-width: 550px;
        margin: 0 auto;
        height: 211px;
        border: 10px solid #ddd;
    }
}

.col-md-5ths.col-xs-12.review p {
    text-transform: capitalize;
}

.has-error .form-control-feedback {
    color: #a94442;
    display: none !important;
}

h1.order1 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #690f16;
}

h1.fontmt {
    color: #690f16;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

h4.order2 {
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #690f16;
}

h2.order2 {
    padding-bottom: 20px;
    font-size: 24px !important;
    text-transform: uppercase;
    text-align: left;
    color: #690f16;
    font-weight: normal !important;
}

section.welcome h2.p-strong {
    font-weight: 700;
    color: #690f16;
    font-size: 17px;
    margin-bottom: 15px;
}
.credit-logo {
    margin-top: 16px;
}
.credit-logo img {
    max-width: 80%;
}

form#getfeedback textarea.form-control {
   margin-bottom: 2px;
}

form#getfeedback button#getfeedbacksubmit {
   margin-top: 9px;
}
.speron-info {
    background: #690f16;
    text-align: center;
    padding: 5px 0;
    line-height: 24px;
    color: #fff;
}
p.bold_text {
    font-weight: bold;
}
a.mrtp {
    margin-top: 11px !important;
    display: inline-block;
}

ul.mobile-sub.wsmenu-list.pull-right li:nth-child(2) .wsmenu-submenu li:last-child a:last-child {
    display: none;
}
@media only screen and (min-width:768px) and (max-width:992px) {
 #reviwes .col-md-5ths {
       width: 50%;
    float: left;
    }   
}
span.nextyear::before {
    content: "2023.";
}