@font-face {
    font-family: Babes;
    src: url(../fonts/Bebas-Regular.otf)
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
    src: url(../fonts/Montserrat-Bold.ttf);
    src: url(../fonts/Montserrat-Medium.ttf)
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri/Calibri-Regular.ttf);
    src: url(../fonts/calibri/Calibri-Bold.ttf);
    src: url(../fonts/calibri/Calibri-Light.ttf)
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    src: url(../fonts/Poppins/Poppins-Light.ttf)
}

body {
    font-family: Montserrat, sans-serif
}

body.bgImg {
    background-image: url(../images/background-elements2.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    color: #242424
}

b,
strong {
    font-weight: 600
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .3s
}

.form-control {
    color: #212529;
    font-family: Ralway
}

.bg-dark {
    background-color: #1c2025!important
}

.bg-color *,
.bg-dark *,
.bg-four *,
.bg-third * {
    color: #fafafa
}

.navbar {
    border: none;
    border-radius: 0;
    padding: 10px 0;
    transition: all .4s
}

.navbar.navp-0 {
    padding: 0
}

.user-profile .dropdown-menu {
    right: 0;
    left: unset
}

.gsc-input-box {
    border: 0
}

.gsc-control-cse {
    background-color: #fff;
    border: 0
}

.gsc-control-cse {
    padding: 0
}

.gsc-search-button {
    width: 74px!important;
    height: 45px
}

td.gsc-search-button .gsc-search-button-v2 {
    padding: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #17a2b8;
    transition: all .2s ease-out, color .2s ease-out
}

.gsc-search-button-v2 svg {
    width: 18px;
    height: 18px
}

.gsib_a {
    padding: 0!important
}

#___gcse_0 .gsc-control-cse {
    padding: 0
}

td.gsc-input .gsc-input-box {
    border: 0
}

.gsc-control-wrapper-cse .gsc-search-box {
    margin-bottom: 0
}

table.gsc-search-box td.gsc-input {
    padding: 10px 32px
}

.secondaryheader .navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    padding: 0
}

.navbar-light.active .navbar-nav .nav-link {
    color: rgb(37 37 37)
}

.navbar-light.active .navbar-nav .active>.nav-link,
.navbar-light.active .navbar-nav .nav-link:focus,
.navbar-light.active .navbar-nav .nav-link:hover {
    color: #000
}

.active .navbar-brand img {
    width: 60px
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 16px;
    padding: 16px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00d39c
}

.navbar-btn {
    box-shadow: none;
    outline: 0!important;
    border: none
}

.middlenav {
    width: auto;
    margin: 10px auto
}

.mob-view {
    display: none
}

.searchbar .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 3px
}

.searchbar .inner-form .input-field {
    height: 45px
}

.searchbar .inner-form .input-field input {
    height: 100%;
    background: 0 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #555
}

#livesearch {
  /*border: 1px solid rgb(165, 172, 178);*/
  background-color: #fff;
  position: relative;
  z-index: 99;
  /*padding: 15px;*/
}
#livesearch a:first-child {
    padding-top: 15px;
}
#livesearch a {
    display: block;
    padding: 0px 0 15px 15px;
}
.searchbar .inner-form .input-field input.placeholder {
    color: #888;
    font-size: 16px
}

.searchbar .inner-form .input-field input:-moz-placeholder {
    color: #888;
    font-size: 16px
}

.searchbar .inner-form .input-field input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px
}

.searchbar .inner-form .input-field input:focus,
.searchbar .inner-form .input-field input:hover {
    box-shadow: none;
    outline: 0;
    border-color: #fff
}

.searchbar .inner-form .input-field.first-wrap {
    width: 200px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.searchbar .inner-form .input-field.first-wrap .choices__inner {
    background: 0 0;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px
}

.searchbar .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.searchbar .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #888
}

.first-wrap {
    display: flex
}

.locator-search {
    margin: 14px 11px;
    position: absolute
}

.searchbar .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555
}

.searchbar .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent
}

.searchbar .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px 30px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}

.searchbar .inner-form .input-field.first-wrap .choices__inner {
    background: 0 0;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px
}

.searchbar .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0
}

.searchbar .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #63c76a
}

.searchbar .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px
}

.searchbar .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.searchbar .inner-form .input-field.third-wrap {
    width: 74px
}

.searchbar .inner-form .input-field.third-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #17a2b8;
    transition: all .2s ease-out, color .2s ease-out
}

.searchbar .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px
}

.searchbar .inner-form .input-field.third-wrap .btn-search:hover {
    background: #138496
}

.searchbar .inner-form .input-field.third-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.searchbar .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555
}

.inner-form .suggestion-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto
}

.inner-form.active .suggestion-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.suggestion-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px
}

.inner-form.active .suggestion-box li {
    display: block
}

.logo img {
    width: 94px;
    margin: 2px auto 0;
    display: block
}

.searchbar {
    width: 70%;
    margin: 0 auto 20px;
    position: relative
}

button.button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0
}

.logonModel {
    margin: 30px auto;
    width: 360px
}

.LoginPopupForm {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: table;
    outline: 0 none;
    position: relative;
    width: 100%
}

.form-header {
    padding: 25px 15px 15px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5
}

p.form-title {
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    letter-spacing: .13px;
    text-align: center;
    margin: 0
}

.form-body {
    padding: 15px 25px;
    display: table;
    position: relative;
    width: 100%;
    color: #747474
}

.pop-input {
    height: 42px;
    border-radius: 2px;
    padding: 0 12px;
    border-color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .14px;
    color: #424242;
    margin-top: 10px
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popup-submit {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .14px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
    background: #337ab7;
    width: 100%;
    border: 0
}

.sub-banner {
    height: 450px;
    width: 100%;
    padding: 200px 0 80px;
    background-size: cover;
    text-align: center;
    color: #fff;
    letter-spacing: 4px
}

.slick-slide {
    margin: 0 10px
}

.slick-list {
    margin: 0 -10px
}

#Home-Slider .slick-prev {
    left: 15px;
    z-index: 9
}

#Home-Slider .slick-next {
    right: 20px
}

#Home-Slider .slick-next:before,
#Home-Slider .slick-prev:before {
    color: #fff;
    font-size: 30px
}

#Home-Slider .slick-slide img {
    width: 100%
}

.blogBanner {
    background-image: url(../images/blogbanner.png)
}

.blog_main {
    margin-bottom: 45px
}

.bannerTitle {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 600
}

.post {
    margin: 45px 0
}

.post+.post {
    border-top: 1px solid rgba(238, 238, 238, .7);
    padding-top: 50px
}

.post-title {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize
}

.post-title a {
    color: #333;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
    color: #000;
    font-weight: 600
}

.post-meta>li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px
}

.post-header {
    margin: 0 0 10px
}

.post-preview {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 25px
}

.post-preview:hover {
    opacity: .7
}

.post-content ol,
.post-content p,
.post-content ul {
    margin: 0 0 20px;
    line-height: 26px;
    color: #000
}

.lastest_post {
    display: flex;
    margin: 0 0 45px;
    border-top: 1px solid rgba(238, 238, 238);
    padding-top: 50px
}

.img_side {
    margin-right: 20px
}

.sidepost_title {
    margin-bottom: 0
}

p.postDisc {
    font-size: 14px
}

.mmsbtn {
    display: inline-block!important;
    text-align: left!important
}

.blogRightContain {
    margin-top: 45px
}

h4.widget-title {
    font-weight: 600;
    border-bottom: 5px solid #c1c1c1;
    padding: 10px 0;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 20px
}

.recentSideImg {
    margin-bottom: 25px
}

.recentpost {
    display: flex;
    padding: 20px 0
}

.recentpost+.recentpost {
    border-top: 1px solid rgba(238, 238, 238)
}

.post-img {
    margin-left: 5px;
    width: 130px
}

.recentPostTitle h5 {
    font-size: 14px;
    font-weight: 600
}

ul.recentPostTag {
    font-size: 13px;
    line-height: 1;
    padding: 0;
    margin-bottom: 0;
    color: #8b8b8b
}

.recentPostTag>li {
    padding-right: 10px;
    position: relative;
    display: inline-block
}

ul.breadcrmb {
    list-style: none;
    padding: 0
}

ul.breadcrmb li {
    display: inline-block;
    font-size: 14px
}

ul.breadcrmb li+li:before {
    color: #fff;
    content: "/\00a0"
}

ul.breadcrmb li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px
}

ul.breadcrmb li a.active,
ul.breadcrmb li a:hover {
    color: #e6e6e6;
    text-decoration: underline
}

#column-section {
    margin-top: 50px
}

.skyblueBG:nth-child(odd) .skyblue {
    background-color: #eeeeef
}

.aboutus {
    position: relative
}

.abt-contentbg {
    width: 50%;
    padding: 30px 25px
}

.padleft0 {
    padding-left: 0
}

.padright0 {
    padding-right: 0
}

.abt_btn {
    background-color: #fc0182;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    outline: 0;
    cursor: pointer
}

.abt_btn:focus,
.abt_btn:hover {
    outline: 0;
    background-color: #df0576
}

.ryt-abtContent {
    vertical-align: middle;
    align-items: center;
    color: #fff;
    font-family: bebas;
    display: flex
}

.ryt-abtContent-inner h4 {
    font-size: 36px;
    padding: 0 20px;
    margin-bottom: 0
}

h4.HeadingGradient {
    font-size: 80px
}

.abt-contentbg p {
    color: #fff;
    font-size: 14px;
    font-family: Calibri;
    margin-bottom: 10px;
    font-weight: 500
}

.abt-bgImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.sub-banner-disc {
    position: absolute;
    top: 43%;
    color: #fff;
    width: 50%
}

.sub-banner-disc p {
    max-width: 80%;
    color: #fff;
    font-size: 22px;
    margin-top: 25px
}

.aboutDiv {
    margin: 30px 0
}

span.count-plus {
    font-size: 32px;
    vertical-align: sub;
    margin-left: 5px
}

.count {
    margin: 0;
    position: absolute;
    font-size: 8px;
    left: -6px;
    top: 2px
}

.parallelImg {
    height: 350px;
    background-attachment: fixed;
    background-image: url(../images/parallel.jpg);
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    background-size: cover
}

.counterProject {
    color: #fff;
    padding: 80px 0
}

span.iconSec {
    width: 80px;
    height: 80px;
    border: 2px solid;
    font-size: 36px;
    display: block;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    padding: 11px
}

.countNumber {
    display: inline-block;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 700
}

p.countDisc {
    color: #fff;
    text-transform: uppercase
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.abtserviceInner h3 {
    line-height: 44px
}

hr.shortline {
    border: 2px solid #17a2b8;
    width: 47px;
    background-color: #17a2b8;
    margin: 11px 0
}

.text-red {
    color: #ff5b4b
}

.abtserviceIcon {
    margin-bottom: 50px
}

.abtserviceIcon:last-child {
    margin-bottom: 0
}

.abtserviceInner h5 {
    line-height: 32px
}

.abtserviceIcon h6 span {
    font-size: 42px;
    color: #17a2b8;
    margin: 0 18px;
    display: inline-table;
    vertical-align: middle
}

.uppercase {
    text-transform: uppercase
}

.smallTitle {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.BigTitle {
    font-size: 82px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 1.2
}

.p60 {
    padding: 60px
}

.bg-img-12 {
    background-image: url(../images/bg-img-12.jpg)
}

.bg-img-2 {
    background-image: url(../images/bg-img-2.jpg)
}

.bg-img-3 {
    background-image: url(../images/bg-img-3.jpg)
}

.bg-img-4 {
    background-image: url(../images/bg-img-4.jpg)
}

.bgImgcol {
    background-size: cover;
    background-repeat: no-repeat
}

.overlay-dark-92 {
    background-color: rgba(28, 32, 37, .92)
}

.overlay {
    position: relative;
    z-index: 2
}

.icon-box-basic {
    margin-bottom: 40px
}

.icon-box-basic svg.svg-inline--fa {
    font-size: 42px;
    margin-bottom: 20px;
    padding: 14px 10px;
    width: 80px;
    height: 70px
}

.icon-box-basic h5 {
    margin-bottom: 10px;
    text-transform: uppercase
}

.icon-box-basic p {
    min-height: 100px;
    margin: 0 36px;
    font-weight: 300;
    color: #7c7c7c
}

.service {
    background-image: url(../images/servicebanner.png)
}

.boxService {
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    background-color: #fff;
    min-height: 190px;
    padding: 25px;
    text-align: center;
    margin: 25px 0
}

.serviceTitle {
    font-size: 18px;
    margin-top: 25px;
    font-weight: 600
}

.serviceSection {
    padding: 80px 0
}

.overlay-light-32 {
    background-color: rgba(0, 0, 0, .32)
}

.nav-pills {
    background: 0 0
}

#v-pills-tab.nav-pills .nav-link.active {
    background-color: #17a2b8
}

#v-pills-tab.nav-pills .nav-link {
    width: 19.7%;
    border-radius: 0;
    padding: 22px 18.9px;
    text-transform: capitalize;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 1px
}

#v-pills-tab.nav-pills .nav-link img {
    width: 30px;
    margin-right: 10px
}

#v-pills-tab.nav-pills .nav-link svg {
    text-align: center;
    font-size: 29px;
    margin-right: 10px
}

.prl-60 {
    padding-right: 60px;
    padding-left: 60px
}

.color-four {
    color: #7c7c7c
}

.capitalize {
    text-transform: capitalize
}

.no-margin {
    margin: 0!important
}

p.load {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300
}

.bg-img-8 {
    background-image: url(../images/bg-img-8.jpg)
}

.team-style-1 .team-detail {
    background: rgb(0 0 0 / 35%);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 99
}

.team-style-1 {
    position: relative
}

.team-style-1 .team-name {
    text-transform: uppercase;
    font-weight: 600
}

.team-style-1 .team-name,
.team-style-1 .team-position {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    color: #fafafa
}

.team-style-1 .team-position {
    font-weight: 300
}

.team-style-1 .team-detail:hover {
    background: 0 0
}

.contactus {
    background-image: url(../images/contactus.png)
}

.contactInfo {
    margin: 100px 0
}

.boxContact {
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    background-color: #fff;
    min-height: 210px;
    padding: 25px;
    text-align: center
}

.contactIcon {
    font-size: 42px
}

.contactForm {
    width: 70%;
    margin: 100px auto
}

.contactusInput {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #c1c1c1;
    border-radius: 0;
    padding: 10px 0;
    transition: .3s ease-in-out
}

.contactusInput:focus {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border-color: #117a8b
}

.contactForm h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center
}

.contactForm p {
    font-size: 14px;
    text-align: center
}

.contactDisc {
    font-size: 14px
}

.main-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600
}

.boxContact.branchbox {
    min-height: 230px
}

.bg404 {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    height: 100vh
}

.prod_button.btn404 {
    float: none;
    box-shadow: 2px 2px 5px #303030
}

.form-card {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    position: relative
}

#stepRegForm {
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px
}

.stepForm .custom-file-label,
.stepForm input,
.stepForm select,
.stepForm textarea {
    padding: 10px 20px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaa;
    border-radius: 10px
}

.stepForm input.step_checkbox {
    width: auto
}

ul.stepform_payment {
    padding: 0;
    list-style: none
}

.stepform_payment li {
    display: inline-block;
    width: 200px;
    padding: 7px 0;
    font-size: 14px;
    color: #000
}

.stepForm .custom-file-label,
.stepForm select {
    height: 48px!important
}

.stepForm .custom-file-label::after {
    height: 46px;
    padding: 10px 20px;
    content: "Browse";
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.stepForm .custom-file-label {
    color: #6c757d
}

.stepForm .tab input:focus,
.stepForm .tab textarea:focus {
    border: 1px solid #17a2b8;
    outline: 0
}

.stepProgess {
    text-align: center;
    margin: 20px 0
}

.fs-title {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left
}

.error50 {
    width: 50%;
    display: inline-block;
    font-size: 14px
}

.inputSection button.btn.dropdown-toggle.btn-light.bs-placeholder {
    color: #6c757d
}

.inputSection button.btn.dropdown-toggle.btn-light {
    padding: 10px 20px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaa;
    border-radius: 10px;
    -webkit-appearance: none;
    background: 0 0;
    outline: 0!important
}

.step {
    height: 50px;
    width: 50px;
    margin: 0 19px;
    background-color: rgb(57 50 176 / 12%);
    border: none;
    display: inline-block;
    line-height: 48px;
    border-radius: 50%;
    font-size: 20px;
    color: #17a2b8;
    opacity: .5;
    cursor: pointer
}

.tab {
    display: none;
    width: 100%;
    height: 50%;
    margin: 0 auto
}

.current {
    display: block
}

.error {
    color: red;
    font-size: 12px
}

.step.active {
    opacity: 1;
    background-color: #17a2b8;
    color: #fff
}

.step.finish {
    color: #fff;
    background: #17a2b8;
    opacity: 1
}

.form-card {
    text-align: left;
    color: #9e9e9e
}

.action-button {
    cursor: pointer;
    margin: 10px 5px;
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    padding: 6px 25px;
    color: #fff;
    background-color: #17a2b8;
    border: 1px solid #17a2b8
}

.action-button i,
.action-button-previous i {
    vertical-align: middle
}

.action-button:focus,
.action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #17a2b8;
    outline: 0
}

.action-button-previous {
    background: #616161;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    margin: 10px 5px;
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    padding: 6px 25px
}

.action-button-previous:focus,
.action-button-previous:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #616161;
    outline: 0
}

.addIconInput ul {
    padding: 0;
    list-style: none
}

.addIconInput .add {
    color: #28a745;
    display: inline-block;
    vertical-align: middle
}

.inputadd-icon {
    font-size: 25px;
    cursor: pointer
}

.demo {
    padding: 45px 0
}

.product-grid2 {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #3498db;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s
}

.product-grid2 .add-to-cart:hover {
    background-color: #3498db;
    text-decoration: none
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #303030
}

.product-grid2 .title a:hover {
    color: #3498db
}

.product-grid2 .price {
    color: #303030;
    font-size: 15px
}

#sort {
    outline: 0;
    border: none
}

#productsidebar {
    width: 20%;
    padding: 20px;
    float: left;
    border-right: 1px solid #f3f4f6
}

#products {
    width: 80%;
    padding: 10px;
    margin: 0;
    display: inline-block
}

#mobile-filter,
.filter {
    display: none
}

.livepool_register {
    margin: 50px 0;
    margin-left: 100px
}

.livepool_inner {
    padding: 37px 25px
}

.lovepool_inline {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}

.livepool-heading {
    font-weight: 600;
    text-align: center;
    color: #495057;
    font-size: 18px
}

.livepool-form {
    margin-top: 25px
}

.btnlivepool {
    margin-top: 20px;
    border: none;
    border-radius: 1.5rem;
    padding: 10px;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    outline: 0
}

.btnlivepool:focus,
.btnlivepool:hover {
    outline: 0
}

.dataTables_filter,
.dataTables_paginate {
    float: right
}

.livepoolbg {
    background-image: url(../images/Pool-Banner.jpg)
}

table#livepoolstatistics {
    background: #fff;
    box-shadow: 3px 5px 22px 0 rgb(72 73 121 / 15%);
    text-align: center
}

.input-group-addon {
    margin: 10px
}

#livepoolstatistics_length {
    float: left
}

#livepoolstatistics_wrapper label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem
}

.page-item.active .page-link {
    background-color: #17a2b8;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%)
}

.page-link {
    border: 0 solid #dee2e6
}

#sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: -270px;
    height: 100vh;
    z-index: 999;
    background: #7386d5;
    color: #fff;
    transition: all .3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
    left: 0
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386d5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#dismiss:hover {
    background: #fff;
    color: #7386d5
}

.sideoverlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 998
}

.sideoverlay.active {
    display: block;
    opacity: 1
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc
}

#sidebar ul.components {
    padding: 20px 0
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    padding: 20px;
    font-size: 16px;
    display: block
}

#sidebar ul li a:hover {
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%)
}

#sidebar ul li.active>a {
    color: #fff;
    background: #6d7fcc
}

.box-img {
    background-color: #eeeeef;
    margin-bottom: 25px;
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    transition: transform .5s, filter 1.5s ease-in-out
}

.box-img:hover {
    transform: scale(1.1)
}

.navbar-nav .dropdown-menu.notificationdrp {
    position: absolute;
    float: none;
    width: 260px;
    right: 0;
    left: unset;
    padding: 0
}

.notificationdrp li {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb
}

.notificationdrp li:nth-child(even) {
    background-color: #ebebeb
}

.notificationSec .dropdown-toggle::after {
    display: none
}

.sidemarIcon {
    margin: 7px;
    vertical-align: middle
}

.citySelect .bootstrap-select button {
    border-color: #ced4da;
    background-color: #fff
}

.citySelect .bootstrap-select button {
    border-color: #ced4da;
    background-color: #fff
}

.categorySubBanner.widBanner img {
    height: 500px
}

.catlistMain {
    padding-bottom: 60px;
    margin-top: -100px;
    position: relative;
    z-index: 2
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.navbar .dropdown-menu {
    left: unset;
    right: 0
}

.listing_header {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    padding: 30px 50px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08)
}

.listing-single__title {
    border-bottom: 1px solid #e9ebee;
    padding-bottom: 18px;
    margin-bottom: 22px
}

.listing-single__title h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.catlisting_inner {
    max-width: 130px;
    color: #9a9b9c;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.catlisting_inner:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    background-color: #e9ebee
}

.catlisting_inner span {
    color: #212122;
    margin-right: 10px
}

.catlisting_inner.listing-single__review {
    margin-right: 0;
    padding-right: 0
}

.catlisting_inner.listing-single__review:after {
    content: '';
    width: 0
}

span.comment_rating__number {
    padding-right: 8px;
    font-size: 13px
}

.img-fluid.catlist_rytimg {
    width: 30.9%;
    margin-right: 5px
}

.listing-single__actions {
    float: right
}

.listing-single__actions ul {
    padding: 0;
    margin: 0
}

.listing-single__actions li {
    display: inline-block;
    width: 50px;
    position: relative;
    margin-right: 10px;
    list-style: none;
    background-color: #f1f3f6;
    text-align: center
}

.listing-single__actions ul li>a {
    line-height: 50px;
    width: 50px;
    font-size: 24px
}

.carRytDetail {
    margin-bottom: 30px;
    background-color: #f4f6f8
}

.catroundPd {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.widget_author__address {
    padding: 0;
    margin: 0
}

.widget_author__address li {
    list-style: none;
    position: relative;
    font-size: 14px;
    display: inline-flex;
    align-items: center
}

.widget_author__address li svg {
    margin-right: 20px
}

.sidebar-background .widget_author__link,
.sidebar-background .widget_author__social {
    padding-left: 20px;
    padding-right: 20px
}

.widget_author__social a {
    display: inline-block;
    text-align: center;
    padding-right: 22px;
    padding-bottom: 5px;
    font-size: 16px
}

.widget_author__social .fa-facebook-f {
    background-color: #325d94
}

.widget_author__social .fa-twitter {
    background-color: #32cdfd
}

.widget_author__social .fa-google-plus-g {
    background-color: #dc4a38
}

.widget_author__social .fa-tumblr {
    background-color: #36465d
}

.widget_author__social .fa-instagram {
    background-color: #c53081
}

.widget_author__social .fa-youtube {
    background-color: red
}

.widget_author__social .fa-linkedin-in {
    background-color: #0177b5
}

.widget_author__social i {
    font-size: 24px;
    width: 40px;
    line-height: 40px;
    color: #fff
}

.catlistTitle {
    font-size: 18px;
    padding: 15px 20px;
    line-height: normal;
    border-bottom: 1px solid #e9ebee;
    overflow: hidden;
    font-weight: 600
}

.catlistTitle i,
.catlistTitle svg.svg-inline--fa {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 45px;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid #e9ebee;
    color: #138496
}

.shopTiming {
    font-size: 14px
}

.tabDisc {
    padding-top: 25px
}

.catlistTabs .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 600
}

.catlistTabs .nav-tabs .nav-item.show .nav-link,
.catlistTabs .nav-tabs .nav-link.active {
    color: #17a2b8;
    border-color: #17a2b8
}

.rating-bar0 {
    padding: 15px 0
}

.head-rate {
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid #00000014;
    font-size: 18px;
    font-weight: 600
}

.rating-label {
    font-weight: 700;
    width: 20%
}

.rating-bar {
    padding: 8px;
    border-radius: 5px;
    width: 80%
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    cursor: pointer
}

.bar-5 {
    width: 70%;
    height: 10px;
    background-color: #f5af02;
    border-radius: 20px
}

.bar-4 {
    width: 30%;
    height: 10px;
    background-color: #f5af02;
    border-radius: 20px
}

.bar-3 {
    width: 20%;
    height: 10px;
    background-color: #f5af02;
    border-radius: 20px
}

.bar-2 {
    width: 10%;
    height: 10px;
    background-color: #f5af02;
    border-radius: 20px
}

.bar-1 {
    width: 0%;
    height: 10px;
    background-color: #f5af02;
    border-radius: 20px
}

.star-active {
    color: #f5af02;
    margin-top: 50px;
    margin-bottom: 10px
}

.star-active:hover {
    color: #f9a825;
    cursor: pointer
}

.review-heading {
    font-size: 24px
}

.review-desc {
    font-size: 15px
}

.author {
    font-size: 20px;
    margin-bottom: 0
}

.review-date {
    color: grey;
    margin-bottom: 50px
}

.commentlist {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.commentlist li {
    position: relative
}

.comment__inner {
    border-top: 1px solid #e9ecef;
    padding: 30px 0
}

.comment__avatar {
    position: relative;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 90px;
    height: 90px
}

.comment__avatar .widget_author__avatar-placeholder {
    font-size: 36px
}

.comment__body {
    margin-left: 110px
}

.comment__name {
    font-weight: 600;
    margin-bottom: 0
}

.comment__date {
    font-size: 12px;
    color: #9a9b9c
}

.comment__body .listgo__rating {
    position: absolute;
    right: 0
}

.listgo__rating .rating__star {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.listgo__rating .rating__star i {
    float: left;
    margin-right: 4px
}

#tab-review .commentlist .listgo__rating .rating__number {
    display: none
}

#tab-review .commentlist .comment__by-role {
    margin-top: 5px
}

#tab-review .commentlist .comment__by+.member-item__role {
    margin-left: 10px
}

#tab-review .commentlist .member-item__role {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: 600
}

#tab-review .commentlist .comment__date {
    float: none;
    color: #9a9b9c;
    display: block;
    font-size: 11px;
    margin-top: -2px
}

#tab-review .commentlist .comment__name {
    display: block;
    margin-right: 0
}

.comment__gallery {
    margin-left: -5px;
    margin-right: -5px;
    display: block
}

.comment__reaction {
    position: relative;
    font-size: 13px;
    letter-spacing: .02em;
    color: #9a9b9c
}

.commentFormSection {
    background-color: #f4f6f8;
    padding: 20px
}

.ratingForm-inner {
    position: relative;
    width: 193px
}

.ratingForm-inner>label {
    float: right;
    font-size: 35px;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000
}

.ratingForm-inner>input.radio-btn:checked~label,
.ratingForm-inner>label:hover,
.ratingForm-inner>label:hover~label {
    color: transparent
}

.ratingForm-inner>input.radio-btn:checked~label:before,
.ratingForm-inner>label:hover:before,
.ratingForm-inner>label:hover~label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #f5af02
}

.hide {
    display: none
}

.clear {
    float: none;
    clear: both
}

.comment-reply-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.businessDiscription {
    padding: 20px 0;
    margin-bottom: 0
}

#content {
    width: 100%;
    transition: all .3s
}

hr {
    border-top: 1px solid rgb(255 255 255 / 10%)
}

.carousel-item img {
    height: auto;
    object-fit: cover;
    width: 100%
}

.sliderTitle {
    position: absolute;
    color: #fff;
    font-size: 36px;
    width: 41%;
    line-height: normal;
    font-weight: 700
}

.sliderTitle01 {
    top: 23%;
    left: 111px
}

.sliderTitle02 {
    top: 23%;
    right: 111px;
    text-align: right
}

.sliderTitle03 {
    top: 18%;
    left: 111px
}

.sliderPrice {
    color: #ffeb00;
    font-size: 53px
}

.box-contain {
    padding: 15px;
    min-height: 192px;
    background-color: #eeeeef
}

.box-contain a {
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.box-contain h5 {
    font-size: 14px;
    color: #04bdff;
    font-weight: 700;
    text-transform: uppercase
}

.box-contain ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.box-contain ul li {
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer
}

.box-contain ul li:last-child {
    margin-bottom: 0
}

#main-contain .col-md-4:hover .box-img {
    transform: scale(1.1)
}

.checked {
    color: #f5af02
}

.liveClosebtn {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: -42px;
    opacity: 1!important;
    color: red;
    text-shadow: 0 0 3px #fff
}

.liveClosebtn:focus,
.liveClosebtn:hover {
    color: red;
    outline: 0
}

.videoSlider .youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.videoSlider .youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.videoSlider .youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.videoSlider .youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.videoSlider .youtube .play-button,
.videoSlider .youtube img {
    cursor: pointer
}

.videoSlider .youtube .play-button,
.videoSlider .youtube .play-button:before,
.videoSlider .youtube iframe,
.videoSlider .youtube img {
    position: absolute
}

.videoSlider .youtube .play-button,
.videoSlider .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.videoSlider .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.livepoolTable tr {
    font-size: 14px
}

.table.livepoolTable td,
.table.livepoolTable th {
    padding: 12px 0;
    vertical-align: top;
    border-top: 0
}

span.search-icon {
    position: absolute;
    margin: 8px 0;
    font-size: 14px;
    color: #17a2b8
}

.reviewSlider {
    text-align: center
}

.reviewscontent {
    outline: 0
}

.reviewscontent img {
    border-radius: 50%;
    margin: auto
}

.review-name {
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: 600
}

.rating {
    margin-bottom: 10px
}

.reviews-disc {
    color: #000;
    font-size: 14px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.iframeLogo {
    width: 84px;
    position: absolute;
    top: -104px;
    left: 45%
}

#myMenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#myMenu li a {
    padding: 12px;
    text-decoration: none;
    color: #000;
    display: block
}

#myMenu li a:hover {
    background-color: #eee
}

.ryt-imgcol {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.footer-social i {
    margin: 0 5px
}

.copyright {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0
}

.footer-logo {
    width: 30%;
    margin: 12px auto 35px
}

.footer-payment {
    text-align: right
}

.iconVcenter {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.footer-icondisc {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    display: block;
    text-transform: initial
}

.copyright p {
    font-size: 14px;
    background: #000;
    padding: 5px;
    text-align: center;
    margin: 0
}

.heading_mid {
    padding: 15px 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
    position: relative
}

.heading_mid:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    width: 80px;
    height: 4px;
    border-radius: 5px;
    background: #17a2b8
}

.our-brands {
    padding-bottom: 50px
}

.our-portfolio {
    padding: 50px 0
}

.mtb25 {
    margin: 25px 0
}

footer {
    background-color: #000;
    color: #999
}

.footer-inner {
    font-size: 14px;
    padding: 40px 0;
    background-color: #001032
}

.social-icons-list {
    list-style: none;
    padding-left: 0
}

.social-icons-list li {
    display: inline-block;
    text-align: center;
    padding: 0 5px
}

.social-icons-list li img {
    width: 25px
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #38bfef;
    text-transform: capitalize;
    margin-top: 16px;
    cursor: pointer
}

p.footer-disc {
    font-size: 12px;
    color: #999
}

.footer-inner ul li {
    font-family: Poppins;
    margin: 10px 0 20px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff
}

.footer-copyright {
    background-color: #001032;
    font-size: 12px
}

.footer-copyright .bordertop {
    padding: 30px 0;
    border-top: 1px dotted hsla(0, 0%, 100%, .1)
}

.footer-social {
    margin: 6px 0;
    list-style: none;
    padding-left: 0
}

.footer-social li {
    margin: 10px;
    display: inline-block
}

.has-error {
    font-size: 14px
}

.agreement ul {
    padding: 0;
    margin-bottom: 0
}

.agreement ul li {
    display: inline-block;
    font-size: 11px;
    text-transform: capitalize;
    width: 33%;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer
}

.agreement ul li:hover {
    text-decoration: underline
}

.agreement ul li:nth-child(4n) {
    border: 0
}

.main-contain {
    margin: 25px 0
}

h4.prod_title {
    margin-bottom: 3px
}

.categorySubBanner img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.products_list {
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    padding: 25px;
    margin-bottom: 25px;
    background-color: #fff
}

.products-disc {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.img_side {
    width: 70%
}

.prod_button {
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    padding: 6px 25px;
    display: block;
    text-align: right;
    margin-left: auto
}

.box-none {
    box-shadow: none
}

.products-rating {
    margin-bottom: 3px
}

.components li a .svg-inline--fa {
    width: 30px
}

.prod-sidecat {
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    padding: 25px;
    background-color: #fff
}

.prod_components li {
    padding: 5px 0
}

.prod_components li a {
    font-size: 14px
}

.prod_components li a svg {
    margin-right: 10px
}

.products-rating svg {
    vertical-align: baseline
}

p.products-disc svg {
    width: 20px!important
}

.paginationInput {
    display: inline-block;
    float: right
}

.paginationInput button,
.paginationInput input {
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 0;
    padding: 6px 12px
}

.category_pagination {
    display: inline-block;
    border-radius: 0
}

.category_pagination>li.overflow span:before {
    content: "..."
}

.category_pagination a {
    font-size: 14px;
    color: #212121;
    float: left;
    padding: 6px 12px;
    text-decoration: none
}

.category_pagination a.active {
    background-color: #17a2b8;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.category_pagination a:hover:not(.active) {
    background-color: #eee
}

.pageheadertc .fixed-top {
    position: relative;
    background: #fff;
    padding: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.pageheadertc .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0)
}

.pageheadertc .navbar-light .navbar-nav .nav-link:hover {
    color: #212121
}

.termConditionMain {
    margin: 100px 0
}

.termConditionBoxInner {
    padding: 50px;
    box-shadow: 3px 5px 22px 0 rgba(72, 73, 121, .15);
    background-color: #fff
}

.termConditionBoxInner h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.termConditionBoxInner ol {
    padding: 0 23px;
    line-height: 40px
}

.termConditionBoxInner ol li {
    margin-bottom: 15px;
    line-height: 30px
}

#msg {
    color: green;
    font-size: 16px
}

.registerForm {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    display: grid;
    height: 100vh;
    place-items: center
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 5%
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: 700;
    color: #383d41;
    margin-top: 10%;
    margin-bottom: 3%;
    cursor: pointer
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%
}

.register-left img {
    margin-top: 0;
    margin-bottom: 10%;
    width: 45%
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
    padding-bottom: 5%
}

.btnRegister {
    float: right;
    margin: 0 0 6%;
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 24%;
    cursor: pointer
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.register .nav-tabs .nav-link:hover {
    border: none
}

.register .nav-tabs .nav-link.active {
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057
}

.career_main {
    background-image: url(../images/career-top-banner.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.align-center {
    display: flex;
    align-items: center
}

.right-main-banner img {
    margin: 200px 0
}

.career-banne-disc h4 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    line-height: 1em;
    font-family: Poppins
}

.career-banne-disc h3 {
    color: #fff;
    font-size: 106px;
    line-height: 1em;
    font-family: Poppins;
    margin: 18px 0;
    font-weight: 600
}

.career-banne-disc p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 400
}

.space-divider {
    padding: 60px
}

.career-btn {
    padding: 17px 35px 17px 35px;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    border-radius: 100px;
    background-color: transparent;
    margin-top: 50px;
    transition: all .5s ease-out;
    outline: 0;
    cursor: pointer
}

.career-btn:focus,
.career-btn:hover {
    background-color: #fff;
    color: #1275ff;
    outline: 0
}

.career_life {
    margin: 50px 0
}

.careertitle {
    font-family: Poppins, Sans-serif;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: none;
    line-height: 1.3em;
    color: #256de9;
    font-weight: 600
}

span.title_life {
    color: #050e68
}

.career_disc p {
    color: #999
}

.markegttitle {
    color: #050e68;
    font-family: Poppins, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 17px 0 15px 0
}

.eael-infobox {
    margin-bottom: 60px
}

.infobox-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.infobox-content p {
    margin: 0;
    color: #7d8091;
    font-family: Poppins, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em
}

.learnmore_btn {
    color: #256de9;
    border-color: #256de9
}

.learnmore_btn:hover {
    color: #fff;
    background-color: #256de9
}

.careerForm {
    background-image: url(../images/career-middlebg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -250px
}

.careermiddleImg img {
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 25px
}

.careermiddleImg {
    text-align: right
}

.left1Img,
.right1Img {
    width: 350px
}

.left2Img {
    width: 984px
}

.right2Img {
    width: 450px
}

.flex-end {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end
}

.apply-job-section {
    padding: 50px 0
}

.jobTitle {
    font-family: Poppins;
    color: #212529;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 8px
}

.job-date {
    font-family: Bebas;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    color: #7d8091;
    text-align: center
}

.job-vacancies {
    font-family: Poppins;
    color: #7d8091;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0
}

.job-btn {
    font-family: Poppins;
    background: #fff;
    color: #000;
    padding: 15px 26px;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    border: 0
}

.center {
    text-align: center
}

.cardsec {
    position: relative;
    background-color: #eef4fd;
    padding: 35px 30px;
    margin-bottom: 25px;
    border-radius: 10px
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px
}

.file-upload .file-select {
    font-family: ralway;
    font-size: 14px;
    display: block;
    border-bottom: 2px solid #c1c1c1;
    color: #34495e;
    cursor: pointer;
    color: #ffff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
    margin: 1em 0
}

.file-upload .file-select .file-select-button {
    background: #737373;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

select.form-control:not([size]):not([multiple]) {
    height: auto
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.file-upload .file-select.file-select-disabled {
    opacity: .65
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

.apply-job {
    background-image: url(../images/jobForm-pararllex.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -204px
}

.jobForm {
    background-color: #002c6f;
    padding: 30px;
    border-radius: 15px
}

.job-innerForm {
    padding-top: 70px;
    padding-bottom: 70px
}

.job-discForm {
    margin-top: 70px
}

.job-discForm h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.job-discForm p {
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
    padding-right: 68px
}

.jobForm .help-block.with-errors {
    color: red
}

.jobForm .contactusInput::placeholder {
    color: #fff
}

.jobForm .contactusInput {
    color: #fff
}

.jobForm .btn-info.disabled,
.jobForm .btn-info:disabled {
    color: #fff;
    background-color: #1167b1;
    border-color: #1167b1
}

@keyframes wheel {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes moving {
    from {
        left: 150%
    }
    to {
        left: 0
    }
}

.spin-wheel {
    position: fixed;
    bottom: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    animation: moving 5s linear -2s;
    margin: 15px
}

.wheel {
    animation: wheel 1s linear -2s infinite;
    background: url(../images/wheel100.png) 0 0;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 200
}

#Home-Slider .slick-list,
#Home-Slider .slick-slide {
    margin: 0
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #fffffff0
}

#circle {
    background-image: url(../images/logo-loader.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid transparent;
    border-top: 8px solid #0c60db;
    border-radius: 50%;
    animation: rotate 5s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width:1199px) {
    .sliderTitle {
        font-size: 30px
    }
    .prod_components li a {
        display: inline-flex
    }
    .prod_components li a svg {
        margin-top: 4px
    }
    .BigTitle {
        font-size: 58px
    }
    .p60 {
        padding: 15px
    }
    .serviceTitle {
        font-size: 15px
    }
    #v-pills-tab.nav-pills .nav-link {
        padding: 22px 10px
    }
    #v-pills-tab.nav-pills .nav-link .icon-list {
        width: 17px!important
    }
    #v-pills-tab.nav-pills .nav-link svg {
        font-size: 20px
    }
    .bannerTitle {
        font-size: 36px
    }
    .sub-banner-disc p {
        font-size: 18px
    }
    .modal-dialog {
        margin: 50px auto
    }
    .footer-logo {
        width: 50%
    }
}

@media only screen and (max-width:992px) {
    .sliderTitle {
        font-size: 22px
    }
    .sliderPrice {
        font-size: 36px
    }
    .sliderTitle01,
    .sliderTitle02 {
        top: 17%
    }
    .sliderTitle02 {
        right: 75px
    }
    .sliderTitle01,
    .sliderTitle03 {
        left: 75px
    }
    .sliderTitle03 {
        top: 12%
    }
    .mob-view {
        display: block
    }
    .searchbar {
        width: 100%;
        left: 0
    }
    .mob-view .dropdown-menu {
        left: unset;
        right: 0
    }
    .searchbar form .inner-form .input-field.first-wrap {
        width: 124px
    }
    .searchbar form .inner-form .input-field.third-wrap {
        width: 52px
    }
    .dropdown-item {
        font-size: 14px
    }
    .flex .row {
        flex-direction: column-reverse
    }
    .portfolio-inner img {
        width: 100%;
        margin-bottom: 25px
    }
    .agreement ul li {
        width: 49%
    }
    .reviewSlider {
        margin-top: 50px
    }
    .box-contain {
        min-height: auto
    }
    .searchbar form .inner-form .input-field {
        height: 50px
    }
    .button-desktop-view {
        display: none
    }
    .prod-sidecat {
        margin-bottom: 25px
    }
    .error50 {
        vertical-align: top;
        font-size: 12px
    }
    .blogRightContain {
        width: 50%;
        margin: auto
    }
    .boxContact {
        margin-bottom: 25px
    }
    .aboutDiv:first-child .row {
        flex-direction: column-reverse
    }
    .aboutDiv img.img-fluid {
        margin-bottom: 15px
    }
    .parallelImg {
        height: auto
    }
    .boxContent:nth-child(-n+2) {
        margin-bottom: 40px
    }
    .p60 {
        padding: 35px
    }
    .clients-1 {
        margin-bottom: 25px
    }
    .icon-box-basic p {
        margin: 0
    }
    .team-style-1 {
        margin-bottom: 25px
    }
    .listing-single__actions {
        float: none;
        margin-top: 25px
    }
    #productsidebar {
        width: 35%
    }
    #products {
        width: 65%
    }
    .ryt-abtContent {
        display: block;
        margin-bottom: 25px
    }
    .ryt-abtContent-inner {
        width: 100%;
        padding: 25px 0;
        text-align: center
    }
    .bannerTitle {
        font-size: 26px
    }
    .sub-banner-disc p {
        font-size: 14px
    }
    .padleft0 {
        padding-right: 0
    }
    .padright0 {
        padding-left: 0
    }
    .table.livepoolTable td,
    .table.livepoolTable th {
        padding: 5px 0;
        font-size: 12px
    }
    .career-banne-disc h4 {
        font-size: 39px
    }
    .career-banne-disc h3 {
        font-size: 80px
    }
    .career-banne-disc p {
        font-size: 16px
    }
    .career_life .flexdirection {
        flex-direction: column-reverse
    }
    .career-btn {
        margin: 25px 0 50px
    }
    .careertitle {
        font-size: 34px
    }
    .apply-job .space-divider {
        padding: 0
    }
    .apply-job {
        background-image: none;
        background-color: #1167b1;
        text-align: center;
        margin-top: 0
    }
    .job-innerForm {
        width: 80%;
        margin: auto
    }
    .job-discForm {
        margin-top: 0
    }
    .job-discForm p {
        margin-top: 15px;
        padding-right: 0
    }
    #v-pills-tab.nav-pills .nav-link {
        width: 33%
    }
    .prl-60 {
        padding: 20px
    }
}

@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .sliderTitle03 {
        top: 15%
    }
    .sliderTitle01,
    .sliderTitle03 {
        left: 45px
    }
    .sliderTitle02 {
        right: 45px
    }
    .sliderTitle {
        font-size: 18px
    }
    .sliderTitle {
        width: 80%
    }
    .navbar-toggler {
        background-color: #fff
    }
    .fixed-top {
        position: relative
    }
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgb(0 0 0)
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgb(0 0 0)
    }
    .logo img {
        width: 75px
    }
    .footer-copyright,
    .footer-payment {
        text-align: center
    }
    .footer-social {
        text-align: center
    }
    .input-field.first-wrap {
        display: none
    }
    .searchbar form .inner-form .input-field input {
        padding: 10px 15px
    }
    h4.prod_title {
        margin-top: 15px
    }
    button.prod_button {
        width: 100%;
        margin-top: 15px
    }
    .error50 {
        margin-bottom: 5px
    }
    .lastest_post {
        display: block
    }
    .img_side {
        width: 100%;
        margin-bottom: 15px
    }
    .post-meta {
        margin: 5px 0
    }
    .blogRightContain {
        width: 100%
    }
    .contactForm {
        width: 100%
    }
    .ptb100 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .abtserviceInner {
        padding-bottom: 50px
    }
    p.load {
        font-size: 14px
    }
    #v-pills-tab.nav-pills .nav-link {
        width: 48%;
        margin: 2px auto
    }
    .prl-60 {
        padding-left: 15px;
        padding-right: 15px
    }
    .catlisting_inner {
        max-width: 100%;
        display: block
    }
    .catlisting_inner {
        margin-bottom: 10px
    }
    .catlisting_inner.listing-single__review {
        display: flex
    }
    .rating-label {
        width: 30%
    }
    .comment__body {
        margin-left: 73px
    }
    .comment__avatar {
        width: 60px;
        height: 60px
    }
    #productsidebar {
        display: none
    }
    .filter {
        display: block
    }
    #products {
        width: 100%
    }
    .filter {
        margin-left: 70%;
        margin-top: 2%
    }
    #res,
    #sorting {
        font-size: 12px;
        margin-top: 2%
    }
    .heading_mid {
        font-size: 22px
    }
    .sub-banner-disc {
        top: 28%;
        width: 60%
    }
    .abt-contentbg {
        width: 100%
    }
    .contactTitle {
        font-size: 16px
    }
    .ryt-abtContent-inner h4 {
        font-size: 24px
    }
    .sub-banner-disc p {
        width: 100%;
        font-size: 10px;
        margin-top: 8px
    }
    .table.livepoolTable td,
    .table.livepoolTable th {
        padding: 5px 0;
        font-size: 10px
    }
    .modal-dialog {
        max-width: 320px
    }
    .careerflex .row {
        flex-direction: column-reverse
    }
    .right-main-banner img {
        margin: 50px 0
    }
    .eael-infobox {
        text-align: center
    }
    .careerForm {
        margin-top: 0
    }
    .align-center {
        justify-content: center
    }
    .footer-logo {
        width: 100%
    }
    .career-btn {
        display: block;
        text-align: center;
        margin: 25px auto 50px
    }
    .left1Img,
    .left2Img,
    .right1Img,
    .right2Img {
        width: 100%
    }
    .apply-job {
        margin-bottom: -45px
    }
    .copyright {
        margin-bottom: 15px
    }
    .space-divider-responsive {
        padding: 0
    }
    .contactInfo {
        margin: 50px 0
    }
    .prod_button {
        text-align: center
    }
    .sidemarIcon {
        margin: 5px
    }
    .iframeLogo {
        left: 37%
    }
}

@media (max-width:480px) {
    .logonModel {
        width: 90%
    }
    #msform fieldset .form-card {
        padding: 15px
    }
    #progressbar li {
        font-size: 10px
    }
    #progressbar {
        padding-left: 17px
    }
    #Home-Slider .slick-next:before,
    #Home-Slider .slick-prev:before {
        display: none
    }
    #column-section {
        margin-top: 0
    }
    .step_title h2 {
        font-size: 20px
    }
    .step_title p {
        font-size: 14px;
        margin-bottom: 0
    }
    .fs-title {
        margin-bottom: 10px
    }
    h1#register {
        font-size: 27px
    }
    .form-card {
        padding: 20px
    }
    ul.breadcrmb li a {
        letter-spacing: 0;
        font-size: 12px
    }
    .listing_header {
        padding: 20px
    }
    .listing-single__title h2 {
        font-size: 22px
    }
    .rating-label {
        width: 38%
    }
    .img-fluid.catlist_rytimg {
        width: 30%
    }
    .comment__avatar {
        width: 45px;
        height: 45px
    }
    .comment__body {
        margin-left: 55px
    }
    .agreement ul li {
        width: 100%
    }
    .job-innerForm {
        width: 100%
    }
    .job-discForm h2 {
        font-size: 26px
    }
}

@media (max-width:340px) {
    .BigTitle {
        font-size: 48px
    }
    .rating-label {
        width: 45%
    }
    .comment__body .listgo__rating {
        position: relative
    }
    .contactTitle {
        font-size: 15px;
        margin-bottom: 0
    }
    .sub-banner-disc p {
        font-size: 10px;
        margin-top: 4px
    }
    .ryt-abtContent-inner h4 {
        font-size: 20px
    }
    .abt-contentbg p {
        font-size: 12px
    }
}