* {
    margin: 0px;
    padding: 0px;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0056b3;
}

img {
    border: 0px;
    max-width: 100%;
}

video {
    border: 0px;
    max-width: 100%;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { /*font-family: 'Poppins', sans-serif;  */
    font-family: 'Roboto', sans-serif;
    color: inherit;
}

h1 {
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

body {
    color: #2b2a29;
    font-weight: normal;
    background-color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing:0.4px;
}

ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: inherit;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: inherit;
}

.automargin {
    margin: 0px auto;
}

.primary {
    color: #000;
}

.secondary {
    color: #fff;
}

.lightbg {
    background: #fcbaa6;
    color: #000;
}

.bluebg .btn.btn-border, .lightbg .btn.btn-border {
    padding: 7px 30px;
    border-color: #fff;
}

.bluebg {
    background: #0f37bd;
    color: #fff;
}
.footerbg {
    background: #49494a;
    color: #fff;
}
.bluebg a:hover {
    color: #fff;
    text-decoration: underline;
}

.darkbg {
    background: #000;
    color: #fff;
}

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

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

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-mid {
    margin-bottom: 30px;
}
.margin-top-mid {
    margin-top: 30px;
}


.padding-top-mid {
    padding-top: 40px
}

.padding-bottom-mid {
    padding-bottom: 40px
}

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

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

.margin-top-mid {
    margin-top: 40px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.border-bottom {
    border-bottom: 1px solid #4c4b4a !important;
}

#header {
    background: #fff;
}

.logo {
    padding: 15px 0px 15px 15px;
    width: auto;
    display: inline-block;
}

.main-menuwrap {
    float: right;
    padding: 32px 0px 0px 0px;
    height: 100%;
}

ul.main-menu {
    list-style: none;
    float: left;
    margin: 0px;
}

ul.main-menu li {
    float: left;
    padding: 0px 0px 0px;
    position: relative;
}

ul.main-menu li a {
    color: #2b2a29;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0px 15px 15px;
}

ul.main-menu li:hover a {
    border-bottom: 5px solid #0f37bd;
}

ul.main-menu li.active a {
    border-bottom: 5px solid #0f37bd;
}
#main-nav a.addbussmenu { font-weight:500;   border: 1px solid #0f37bd;    color: #0f37bd;    padding: 10px 15px;    border-radius: 25px;    outline: none;}
#main-nav a.addbussmenu:hover, #main-nav a.addbussmenu:focus, #main-nav a.addbussmenu:active {    background: #0f37bd;    color: #fff;    outline: none;}

a.addbussmenuinner { font-weight:500;   border: 1px solid #ffffff;    color: #ffffff;    padding: 10px 15px;    border-radius: 25px;    outline: none; display: inline-block; margin-top: 15px;}
a.addbussmenuinner:hover, #main-nav a.addbussmenu:focus, #main-nav a.addbussmenu:active {    background: #0f37bd;    color: #fff;    outline: none;}


/*submenu*/
ul.main-menu li > ul {
    display: none;
    list-style: none;
    z-index: 99;
    position: absolute;
    background: #fff;
    top: 50px;
    width: 200px;
}

ul.main-menu li ul li {
    float: none;
    padding: 12px 0px;
}

ul.main-menu li ul li:hover {
    border: none;
}

ul.main-menu li:hover ul {
    display: block;
}

ul.main-menu li ul li a {
    display: block;
}

.homesearch {
    padding-top: 35px;
    text-align: center;
}
.homesearch-mb{ margin-bottom: 35px !important; }
.homesearch-pb{ padding-bottom: 35px !important; }
.homesearch-mb1{ margin-bottom: 15px !important; }
.homesearch-pb1{ padding-bottom: 55px !important; }
.homesearch-pb2{ padding-bottom: 15px !important; }
.homesearch-mt{ margin-top: 15px !important; }
.searchbar-lpage {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

.search-lapge {
    position: relative;
    width: 570px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

.searchinput-lpage {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #000;
    padding: 10px 100px 10px 140px;
    border-radius: 50px 50px 50px 50px !Important;
    -webkit-border-radius: 50px 50px 50px 50px !Important;
    -moz-border-radius: 50px 50px 50px 50px !Important;
    border-bottom-color: 0px solid rgba(12, 12, 12, 0.12);
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.33) !Important;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.33);
}

.searchinput-ico {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    background: #0f37bd;
    color: #fff;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 18px;
}

.search-respage .searchinput-ico {
    right: 20px;
    top: 25px;
    font-size: 21px;
}

.searchinput-logo img {
    height: 90px;
    padding: 10px;
}

.searchinput-logo {
    border-right: 1px solid #ededed;
    position: absolute;
    top: 18px;
    left: 10px;
}

.searchinput-logo select {
    border: none;
    outline: none;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto Condensed';
  font-style: normal;
    font-size: 15px;
    max-width: 150px;
    padding: 0px 5px;
}

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

ul.link-items {
    margin: 0px auto;
    max-width: 100%;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.link-items li {
    display: flex;
    padding: 0px;
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 10px auto;
    border-radius: 50px
}

.link-items li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-items .owl-div:hover li {
    background: #869be0;
}

.link-items .owl-div:hover li + span, .link-items .owl-div:hover span {
    font-weight: normal;
    font-size: 120%;
    color: #fff;
}

.link-items .owl-div li {
    transition: background-color 0.5s ease;
}

.link-items .owl-div li + span {
    font-weight: normal;
    font-size: 120%;
    font-family: 'Roboto Condensed';
  font-style: normal;
    font-weight: 400;
}

.searchinput-logo select option {
    background: #fff;
    color: #000;
}

.searchinput-logo select option:hover {
    background: #0f37bd;
}

/* Two column image and title template */
.twocol-img .item {
    padding: 15px;
}

.twocol-img .item .content {
    padding: 15px 80px 0px 0px;
    margin: 0px;
    position: relative;
}

.twocol-img .item .content .sponsor {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 5px 15px 5px 0px;
    background: #0f37bd;
    color: #fff;
    height: 30px;
    text-decoration: none;
}

.twocol-img .item .content .sponsor:before {
    content: "";
    position: absolute;
    display: block;
    border: 15px solid #0f37bd;
    z-index: -1;
    bottom: 0;
}

.twocol-img .item .content .sponsor:before {
    left: -25px;
    border-right-width: 15px;
    border-left-color: transparent;
}

.twocol-img .item .content h4 {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.twocol-img .item .content a:hover h4 {
    color: #0056b3;
}

.hometopbannerdivsize .content {
    padding: 15px 80px 0px 0px;
    margin: 0px;
    position: relative;
}

.hometopbannerdivsize .content .sponsor {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 5px 15px 5px 0px;
    background: #0f37bd;
    color: #fff;
    height: 30px;
    text-decoration: none;
}

.hometopbannerdivsize .content .sponsor:before {
    content: "";
    position: absolute;
    display: block;
    border: 15px solid #0f37bd;
    z-index: -1;
    bottom: 0;
}

.hometopbannerdivsize .content .sponsor:before {
    left: -25px;
    border-right-width: 15px;
    border-left-color: transparent;
}

.hometopbannerdivsize .content h4 {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hometopbannerdivsize .content a:hover h4 {
    color: #0056b3;
}
.opacityhover {
    background: #babfd0;
    display: block;
}

.opacityhover img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.opacityhover:hover img {
    opacity: .8;
}
.bannerdisplaysise{ width: 100%; height: 215px;overflow: hidden;}

/* four column image and title template */
.bg-white {
    background: #fff;
}

.fourcol-listitem .bg-white {
    height: 100%;
}

.fourcol-listitem {
    margin-bottom: 30px;
    word-break: break-all;
}

.fourcol-listitem .bg-white > img { /*height: 150px;*/
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.fourcol-listitem .content {
    padding: 20px 15px 30px 15px;
    height: 100%;
}

.fourcol-listitem .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fourcol-listitem .content h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
}

.fourcol-listitem .content ul li a {
    color: #000;
    text-decoration: none;
}

.fourcol-listitem .content ul li {
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

.fourcol-listitem .content ul li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
}

.fourcol-listImg {
    margin-bottom: 30px;
}

.fourcol-listImg .imgwrap {
    height: 100%;
    position: relative;
}

.fourcol-listImg .imgwrap img { /*height: 100%;*/
    object-fit: cover;
}

.fourcol-listImg .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: #fff;
}

.fourcol-listImg .content .location {
    bottom: 0;
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.fourcol-listImg .content h2 {
    color: #fff;
    padding: 15px 25px 0px 0px;
    margin-bottom: 10px;
    line-height: 1.1;
    word-break: break-word;
}

.fourcol-listImg .content h2 a, .fourcol-listitem .content h2 {
    color: #000;
    text-decoration: none;
}

.fourcol-listImg .content p {
    color: #fff;
}

.fourcol-listitem-home .bg-white {
    height: 100%;
}

.fourcol-listitem-home {
    margin-bottom: 30px;
    word-break: break-all;
}

.fourcol-listitem-home .bg-white > img { /*height: 150px;*/
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 225px;
}

.fourcol-listitem-home .content {
    padding: 20px 15px 30px 15px;
}

.fourcol-listitem-home .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fourcol-listitem-home .content h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
}

.fourcol-listitem-home .content ul li a {
    color: #000;
    text-decoration: none;
}

.fourcol-listitem-home .content ul li a:hover {
    color: #0056b3;
}

.fourcol-listitem-home .content ul li {
    line-height: 24px;
    position: relative;
    padding: 0px 0px 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

.fourcol-listitem-home .content ul li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
}

.fourcol-listImg-home {
    margin-bottom: 30px;
}

.fourcol-listImg-home .imgwrap {
    height: 100%;
    position: relative;
    max-height: 450px;
}

.fourcol-listImg-home .imgwrap img { height: 100%;
    object-fit: cover;
}

.fourcol-listImg-home .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: #fff;
}

.fourcol-listImg-home .content .location {
    bottom: 0;
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.fourcol-listImg-home .content h2 {
    color: #fff;
    padding: 15px 25px 0px 0px;
    margin-bottom: 10px;
    line-height: 1.1;
    word-break: break-word;
}

.fourcol-listImg-home .content h2 a, .fourcol-listitem .content h2 {
    color: #000;
    text-decoration: none;
}

.fourcol-listImg-home .content p {
    color: #fff;
}

.growbusiness p {
    color: #606060;
    font-size: 21px;
}

.btn-border {
    border: 2px solid #cdcece;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.5s ease, border-color 0.5s ease;
    outline: none;
}

.btn.btn-border:hover, .btn.btn-border:focus {
    background: #f9b805;
    color: #fff;
    border: 2px solid #f9b805;
    outline: none;
}

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

.footermenu ul li {
    display: inline;
    padding: 0px 15px 0px 0px;
}

.sociallinks ul {
    float: right;
    text-align: right;
    list-style: none;
    margin:0;
}

.sociallinks ul li {
    padding: 0px;
    display: inline;
}

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

.footerlinks ul li {
    display: inline;
    padding: 0px 15px 0px 0px;
}

.footerlinks ul li a {
    text-transform: uppercase;
    font-size: 12px;
}

.footerbottom {
    padding: 15px 0px 0px;
}

.footermenu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.search-header .form-group input[type="text"]::placeholder {
    color: #fff;
}

.search-header .form-group input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.search-header .form-group input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.prefooter.footerbg {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}
.reviewwrap {
   
    background-color: #eee;
    border-radius: 5px;
    padding: 16px;
    margin: 10px 0 15px;
}

.reviewwrap .reviewhead h3 {
    color: #0f37bd;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

/* Sub pages */
.flex {
    display: flex;
}

#header.content-area {    /*background: url(../images/bg-body-top.png) no-repeat #274dcf;*/ 
    background: #274dcf;
}

.logo img { width: 250px;  }
#header.content-area .logo img { width: 200px; }
#header.content-area .logo {
    padding: 15px 0px;
}

.search-header select {
    background: #486be0;
    border: 1px solid #486be0;
    height: 42px;
    width: 160px;
    padding: 10px;
    margin-right: 2px;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 5px;
    outline: none;
    border-bottom-left-radius: 5px;
}

.search-header .form-group {
    position: relative;
    display: flex;
    margin: 0;
    padding: 15px 0px 0px;
}

.search-header .form-group input[type="text"] {
    width: 100%;
    padding: 10px 50px 10px 10px;
    font-size: 14px;
    height: 42px;
    background: #486be0;
    border: 1px solid #486be0;
    color: #fff;
    outline: none;
}

.boxwrap {
    background: #fefefe;
    border-radius: 7px;
    margin-bottom: 15px;
    position: relative;
}

.boxwrap .boxhead {
    padding: 15px 20px 15px;
    position: relative;
    overflow: hidden;
}

.boxwrap .boxhead h3 {
    line-height: 1;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    min-width: 10px;
    color: #0056b3;
}

.boxwrap .boxcont {
    padding: 15px 20px;
    overflow: hidden;
}

.boxwrap .boxhead h1, .boxwrap .boxhead h2, .boxwrap .boxhead h3, .boxwrap .boxhead h4, .boxwrap .boxhead h5, .boxwrap .boxhead h6 {
    margin: 0;
}

.lftImg {
    width: 35%;
}

.boxwrap .boxcont .lftImg img {
    max-width: 100%;
    object-fit: cover;
}

.rgtCont {
    width: 65%;
    padding: 10px 20px 10px 35px;
}

a.search-button {
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 35px;
    top: 15px;
}

.search-button:before {
    content: "\f002";
    text-decoration: inherit;
    display: inline-block;
    top: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 150%;
}

ul.links {
    list-style: none;
    padding: 0;
}

ul.links li a {
    color: #2b2a29;
}

ul.links li a:hover, ul.links li a:focus {
    color: #0056b3;
}

ul.links li {
    line-height: 2;
}

.area-city {
    display: block;
}

.area-city, .address {
    line-height: 1.5;
    font-size: 15px;
  letter-spacing:0.4px;
  font-family: 'Roboto Condensed';
  font-style: normal;
    font-weight: 400;
}

.boxhead .verfied {
    position: absolute;
    right: 20px;
    top: 12px;
}

.contactno {
    margin: 0px;
    display: block;
}

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

.contactno ul li {
    position: relative;
    background: url(../images/mobile.svg) no-repeat 0px 0px;
    background-size: 18px;
    display: inline-block;
    padding: 0px 10px 0px 25px;
    border-radius: 0;
    outline: none;
    margin: 10px 0px 5px 0;
}

.contactno ul .social {
    border: 1px solid #fff !important;
}
.contactno ul li.price {
    background: url(../images/price.svg) no-repeat 0px 0px;background-size: 18px;
}
.contactno ul li.website {
    background: url(../images/website.svg) no-repeat 0px 0px;background-size: 18px;
}
.contactno ul li.email {
    background: url(../images/emai.svg) no-repeat 0px 0px;background-size: 18px;
    }
.contactno ul li.location {
    background: url(../images/location.svg) no-repeat 0px 0px;background-size: 18px;
    }
.contactno ul li.esyear {
    background: url(../images/yearofstart.svg) no-repeat 0px 0px;background-size: 18px;
    }
.contactno ul li.whatsapp {
    background: url(../images/whatsapp.svg) no-repeat 0px 0px;
    background-size: 18px;
}

.contactno ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.contactno ul li:last-child::after {
    border-right: none;
}

.contactno ul li:after {
    border-right: 2px solid #000;
    content: "";
    position: absolute;
    right: 0;
    height: 80%;
    top: 3px;
}

.contact-detwrap {
    margin-bottom: 10px;
}

ul.resgoldcontactno {    margin: 10px 0px 5px 0px;    padding: 0;    list-style: none;    width: 100%;    display: inline-block;}
ul.resgoldcontactno li {    float: left;   padding-left: 25px; padding-right: 25px; position:relative;}
ul.resgoldcontactno li a{font-weight:600; font-family: 'Roboto Condensed';
  font-style: normal;
    }
ul.resgoldcontactno li.mobile {    background: url(../images/mobile.svg) no-repeat 0px 2px;    background-size: 18px;    outline: none;}
ul.resgoldcontactno li.phone {    background: url(../images/phone.svg) no-repeat 0px 2px;    background-size: 18px;   outline: none;}
ul.resgoldcontactno li.whatsapp {    background: url(../images/whatsapp.svg) no-repeat 0px 2px;    background-size: 18px;    outline: none;}
ul.resgoldcontactno li.viewpost {    background: url(../images/postview.svg) no-repeat 0px 2px;    background-size: 18px;    outline: none;}
ul.resgoldcontactno li.enquiry {    background: url(../images/enquiry.svg) no-repeat 0px 2px;    background-size: 18px;    outline: none;}
ul.resgoldcontactno li:after {    border-right: 2px solid #000;    content: "";    right: 10px;    position: absolute;    height: 12px;    top: 4px;}
ul.resgoldcontactno li:last-child:after{border:none}

.company-location a.underline, .company-location a.underline:hover {    color: #274dcf;    text-decoration: underline;}
.underline{text-decoration:underline;}
ul.company-emails {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/emai.svg) no-repeat left 2px;    background-size: 18px;}
ul.company-location {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/addressico.svg) no-repeat left 2px;    background-size: 18px;}
ul.company-esyear {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/yearofstart.svg) no-repeat left 2px;    background-size: 18px;}
.boxwrap.detailwrap .boxcont .timedet.company-timedet {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/time.svg) no-repeat left 2px;    background-size: 18px;}
ul.company-website {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/website.svg) no-repeat left 2px;    background-size: 18px;}
ul.company-price {    margin: 10px 0px 5px 0px;    padding: 0px 0px 0px 25px;    list-style: none;    display: block;
background: url(../images/price.svg) no-repeat left 2px;    background-size: 18px;}
.contactno.resgoldcontactno ul li {display: flex;align-items: flex-start;position: relative;background: url(../images/mobile.svg) no-repeat 0px 2px;background-size: 18px;outline: none;margin: 10px 0px 5px 0;}
.contactno.resgoldcontactno ul li img {    margin: 0px 5px 0px 10px;}

.contactno.resgoldcontactno ul li b:after {    border-right: 2px solid #000;    content: "";    right: -10px;    position: absolute;    height: 12px;    top: 4px;}
.contactno.resgoldcontactno ul li b {    margin-right: 10px;    position: relative;}
.contactno.resgoldcontactno ul li b:last-child:after {border:0;}
.addresswrap {
    display: block;
    padding-left: 25px;
    background: url(../images/addressico.svg) no-repeat 0px 2px;
    background-size: 18px;
}

.address-detailwrap {
    display: block;
    padding-left: 25px;
    background: url(../images/addressico.svg) no-repeat left 2px;
    background-size: 18px;
}

.boxwrap.resultwrap .boxhead .verified {
       position: absolute;
    right: 4px;
    top: 5px;
    display: block;
    
}

.boxwrap.resultwrap .boxcont .rightitem .timedet {
    margin: 5px 0px 10px;
    display: block;
    background: url(../images/time.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 15px;
}
.boxwrap.resultwrap .boxcont .rightitem .timedet table.dtable td img {    height: 12px;    font-size: 14px;    margin: 0;    padding: 0;    float: none;}
.boxwrap.resultwrap .boxcont .rightitem .timedet.company-timedet table.dtable td {    width: auto;    min-width: auto;}

 .timedet {
    margin:10px 0px 5px 0;
    display: block;
    background: url(../images/time.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
}
.boxwrap.detailwrap .boxcont .timedet {
    margin: 4px 0px 3px 5px;
    display: block;
    background: url(../images/time.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 19px;
    font-size: 15px;
}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .rating span.rationvalue {
    display: inline-block;
    background: #f9b805;
    color: #fff;
    padding: 3px;
    border-radius: 7px;
    font-size: 13px;
    width: 26px;
    height: 25px;
    text-align: center;
}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .rating ul.display-rating {
    display: inline-block;
    padding: 0 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: sub;
}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .rating ul.display-rating li i{    font-size: 13px;}
.boxwrap.resultwrap .boxcont .rightitem .btgrp .btn:hover, 
.boxwrap.resultwrap .boxcont .rightitem .btgrp .btn:focus,
 .boxwrap.resultwrap .boxcont .rightitem .btgrp .btn:visited {
   border: 1px solid #274dcf;
    background:    #ffffff;
    background:    linear-gradient(#ffffff, #f3f3f3);
    color:#274dcf;
     
}

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

.uppercase {
    text-transform: uppercase;
}
.detail-contactform .boxhead .btn.btn-yellow.primary:hover, .detail-contactform .boxhead .btn.btn-yellow.primary:focus{color:#000 !important; border:1px solid #f9b805; }
.ratingsdet .display-rating {    padding-right: 10px;}
/* img.lazy {    min-width: 48px;   min-height: 48px;  display: block; outline:none; border:none;
background-image: url('../images/loading.gif');
background-repeat: no-repeat;
background-position: 50% 50%;
}*/
img:not([src]) {
    visibility: hidden;
}

.boxwrap.detailwrap .verified {
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 0;
}

.boxwrap.detailwrap .verified img {
    height: 40px;
}

.boxwrap.detailwrap {
    position: relative;
}

.boxwrap.detailwrap .websitelink {
    margin: 4px 0px 3px 5px;
    display: block;
    background: url(../images/website.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 16px;
}

.boxwrap.detailwrap .paymentmode {
    margin: 4px 0px 3px 5px;
    display: block;
    background: url(../images/price.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 16px;
}

.boxwrap.detailwrap span.rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}

.boxwrap.detailwrap span.rating span.rationvalue {
    display: inline-block;
    background: #f9b805;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
    width: 26px;
    height: 25px;
    text-align: center;
}

.boxwrap.detailwrap span.rating ul.display-rating {
    padding-right: 8px;
}

.boxwrap.detailwrap .sociallinks {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: -8px;
}

.boxwrap.detailwrap .sociallinks ul li img{height:30px;}
.boxwrap.detailwrap .sociallinks ul {
    margin: 0px;
}
.btn.btn-yellow, a.btn.btn-yellow {
    color: #fff;
    background: #274dcf;
    border: 1px solid #274dcf;
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 25px;
}
.btn.btn-yellow:hover {
    color: #274dcf;
      background: transparent; 
   }
a.btn-yellow:hover{ color:#274dcf !important; }

 .btn.btn-yellow.primary {
    background: #f9b805;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #f9b805;
}

.btn.btn-yellow.primary:hover, .btn.btn-yellow.primary:focus {
    background: transparent;
    color: #f9b805;
}
.btn.btn-primary, a.btn.btn-primary {
    color: #fff;
    background: #274dcf;
    border: 1px solid #274dcf;
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 25px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:visited {
    color: #274dcf;
    background: transparent;
    border: 1px solid #274dcf;
}

.boxwrap.detailwrap .btngrp-detailwrap .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.boxwrap.detail-contactform .boxhead {
    padding: 25px 15px;
}

.boxwrap.detail-contactform .boxhead span.rating-span {
    font-size: 14px;
    line-height: 1.5;
}

.boxwrap.detail-contactform .btn.btn-primary {
    background: transparent;
    color: #274dcf;
    font-weight: 500;
}

.boxwrap.detail-contactform .btn.btn-primary:hover, .boxwrap.detail-contactform .btn.btn-primary:focus {
    background: #274dcf;
    color: #fff;
}

.boxwrap.detailwrap .boxhead {
    padding-right: 53px !important;
}

/* develeoper code */
.autocomplete {
    position: absolute;
    width: 329px;
    min-height: 100px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    float: none;
    top: 60px;
    margin-left: 135px;
    z-index: 11111;
}

#searchoutput {
    text-align: left;
}

#searchoutput li {
    width: 100%;
    list-style: none;
    padding: 4px 10px;
}

#searchoutput li:hover {
    background-color: #ccc;
}

#searchoutput .selected {
    background-color: #ccc;
}

#searchoutput a {
    color: #242424;
    line-height: 22px;
    text-align: left;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-size: 15px;
    display: block;
    width: 100%;
    font-weight: 400;
}

#searchoutput a b {
    font-weight: 600;
}

.link-items owl-div {
    width: 150px;
}

.link-items li span {
    display: block;
}

.map-marker {
    width: 21px;
}

.breadcurm {
    width: 100%;
    margin: 10px;
    display: table;
}

.breadcurm li {
    list-style: none;
    padding-right: 10px;
    float: left;
    position: relative;
    font-size: 13px;
}

.breadcurm li a {
    color: #0056b3;
}

.breadcurm .bcarrow {
    padding-left: 15px;
}

.breadcurm .bcarrow:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
}

.fourcol-listitem .bg-white > img {
    width: 100%;
}

.fourcol-listitem-home .bg-white > img {
    width: 100%;
}

.fourcol-listImg .content {
    background-color: #00000029;
}

.fourcol-listImg-home .content {
    background-color: #00000029;
}

.main-form {
    margin: auto;
}

.showmsg1-con {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-con {
    display: block;
    color: #0d8000;
    font-size: 15px;
}

.showmsg1-sm {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-sm {
    display: block;
    color: #0d8000;
    font-size: 15px;
}

.showmsg1-bestdeal {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-bestdeal {
    display: block;
    color: #0d8000;
    font-size: 15px;
}
.showmsg1-bestdeal1 {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-bestdeal1 {
    display: block;
    color: #0d8000;
    font-size: 15px;
}
.showmsg1-se {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-se {
    display: block;
    color: #0d8000;
    font-size: 15px;
}
.showmsg1-pse {
    display: block;
    color: #c3183e;
    font-size: 15px;
}

.showmsg2-pse {
    display: block;
    color: #0d8000;
    font-size: 15px;
}
.verified {
    float: right;
    color: #000000;
}

.main-div {
}

.main-div img {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.rating-span {
   color: #0062cc;
   /*  font-size: 12px;*/
}

.rating {
    font-size: 17px;
}
.rating i {
    font-weight: 400;
    color: #9d9f9e;
}
.better-rating {
}

.better-rating li {
    display: inline-block;
    margin: 10px 0;
}

.better-rating .profile-pic {
    display: inline-block;
}

.better-rating .content {
    display: inline-block;
    max-width: 68%;
    vertical-align: top;
    background: #f7f7f7;
    padding: 20px;
}

.profile-rating-wrapper {
    display: inline-block;
    text-align: center;
}

.better-rating.slider {
}

#better-rating-form {
}

#better-rating-form input, #better-rating-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
}

#better-rating-form button {
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    cursor: pointer;
}

.rating i {
    cursor: pointer;
}

.selected {
    color: #ffb300 !important;
}

.hover {
    color: darkorange;
}

.rating i:hover {
    color: darkorange;
}

.display-rating {
}

.display-rating li {
    float: left;
    list-style: none;
    color: #ffb300;
    font-size: 13px;
    margin-left: 3px;
}

.enquiry-popup {
    position: fixed;
    width: 400px;
    border: 1px solid #b0adad;
    z-index: 1111111111;
    min-height: 200px;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
    padding: 20px;
}

.enquiry-popup .boxhead {
    padding: 10px 0;
}

.enquiry-popup .boxwrap {
    margin-bottom: unset;
}

.enquiry-popup .boxwrap .boxcont {
    padding: 0;
}

.enquiry-popup .boxwrap .boxcont .form-group {
    padding: 10px 0;
    margin-bottom: unset;
}

.keyword-display {
    width: 100%;
    margin-top: 15px;
}

.keyword-display h5 {
    width: 100%;
    margin-top: 15px;
}

.keyword-display a {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
}


.pdetails-content .ptabs-details .certification-display {    /*width: 75%;    margin: 0px auto;  */  padding: 20px 0px 20px;  }
.pdetails-content  .boxwrap.detail-contactform {      background: #f7f7f7;  width: 75%;    margin: 0px auto;}
.detail-contactformwrap {     background: #f7f7f7;     border-top: 1px solid #ced4da;    padding: 30px 0px;    margin: 30px 0px 0px;    border-radius: 0px;}
.pdetails-content .boxwrap.detail-contactform .btn.btn-primary {    background: transparent;    color: #274dcf;    font-weight: 500;    border: 2px solid #274dcf;     
padding: 8px 35px; outline:none;    }
.pdetails-content .boxwrap.detail-contactform .btn.btn-primary:hover, .pdetails-content .boxwrap.detail-contactform .btn.btn-primary:focus {    background: #274dcf;    color: #fff;}
.certification-display h4 {    font-weight:bold;    }
.certification-display > p{font-size:15px;}
.certification-display span {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align:justify;
}

.w-33 {
    width: 33.333%;
}
.productcontactform{  width: 100% !important;}
.productcontactform .boxhead{   background: #274dcf;    color: #fff; margin-bottom: 1rem;}
.relatedkeywordtop {
    width: 100%;
    padding: 0;
    margin: auto;
}
.relatedkeywordtop h5 {
        padding: 25px 15px;
}
.relatedkeywordtop a { display: inline-block; }
.relatedkeywordtop a:after {
    content: ",";
    margin-left: 0px;
    margin-right: 8px;
}

.relatedkeywordtop a:last-child:after {
    content: none;
}
.relatedkeywordtop p { text-align: justify; }


.bottomheading{ background: #274dcf;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #274dcf; }

.relatedkeyword {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 7px 0;
     color:#565252;
  font-size: 12px;
}

.relatedkeyword li {
    display: inline-block;
    padding: 0px;
}

.relatedkeyword li:after {
    content: "|";
    margin-left: 3px;
    margin-right: 3px;
}

.relatedkeyword li:last-child:after {
    content: none;
}

.relatedkeyword  a {
  /*color:#565252;*/
  color: #121111;
  font-size: 13px;
  font-family: 'Roboto Condensed';
  font-style: normal;
    font-weight: 400;
}
.relatedkeyword  span {
  /*color:#565252;*/
  color: #121111;
  font-size: 13px;
  font-family: 'Roboto Condensed';
  font-style: normal;
    font-weight: 400;
}
.product-display {
    width: 100%;
    }

.product-display h5 {
    width: 100%;
    margin-top: 15px;
}

.product-display .p-box {
    width: 100%;
    margin-bottom: 15px;
}

.product-display .p-box .p-title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

.product-display .p-box .p-desc img {
    float: left;
    margin-right: 15px;
}

.product-display .p-box .p-desc {
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}

.boxwrap.resultwrap .boxhead {
    position: static;
}

.boxwrap.resultwrap .boxhead .verified img {
    height: 40px;
}


.boxwrap.resultwrap .boxhead h3:hover { color:#274dcf;}
.boxwrap.resultwrap .boxhead h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color:#000000;
    padding-right:45px;
    font-family: 'Roboto Condensed', sans-serif;
}

.boxwrap.resultwrap .boxcont {
    padding: 1px 20px 10px
}
.boxwrap.resultwrap .boxcont .leftitem > a {display: inline-block;}
.boxwrap.resultwrap .boxcont .leftitem a img {
    width: 210px;
        height: 150px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;    max-width: 210px;
}

.boxwrap.resultwrap .boxcont .rightitem span.contactno {
    padding: 0px 0px 10px 0px;
}
.contactno img {
    height: 18px;
    width: 18px;

}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .btn {
    border: 1px solid #274dcf;
    background:    #274dcf;
background:    linear-gradient(#274dcf, #3952ab);
    padding: 6px 13px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: normal;
    color:#ffffff;
}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .rating {
    float: right;
    padding: 2px 0px;
}

.boxwrap.resultwrap .boxcont .rightitem .btgrp { margin:15px 0px;}

.display-rating {
    margin: 0;
}

.detail-compwrap {
    position: relative;
}


a.btn.btn-border {
    background: #f0f0f0;
}

a.btn.btn-border:hover {
    color: #fff;
}

.btngrp-detailwrap .btn.btn-border {
    font-size: 14px;
    padding: 7px 15px;
    border: 1px solid #cdcece;
    margin-right: 8px;
    border-radius: 7px;
}

.contentbanner {
    background: #0f37bd;
    color: #fff;
    padding: 50px 0px;
}

/*details-platinum page*/
.bodycolor {
    background-color: #ffffff;
}

.pbanner-details {
    width: 100%;
    max-width: 100%;
    display:block;
}

.pbanner-details img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.pdetails-container {
    width: 1000px;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.pdetails-header {    width: 100%;    padding: 20px 0;    border-bottom: 1px solid #ececec;}
.pdetails-tab .ptabs { -webkit-box-shadow: 0 8px 6px -6px #ccc;   -moz-box-shadow: 0 8px 6px -6px #ccc;    box-shadow: 0 8px 6px -6px #ccc; margin-bottom:5px;}
.pdetails-tab .ptabs label{    margin: 0px auto; padding: 4px 25px;    text-transform: uppercase;    width: auto;    text-align: center;    display: table;    font-weight: 500;}
.pdetails-header-right .sociallinks {    width: 100%;    clear: both;    display: inline-block;}
.pdetails-header-right .sociallinks ul {    margin: 0px;}
.sociallinks ul li {    padding: 0px;    display: inline;}
.pdetails-header-right .sociallinks ul li img {    height: 32px;}
.cname-plat h3 {    margin: 0;    font-size: 26px;}
.boxwrap .boxhead .cname-plat h3, .cname-plat h3 {    font-family: 'Roboto Condensed', sans-serif;}
.sociallinksnew ul li {    padding:0px 8px;}
.sociallinksnew ul li:last-child{padding:0;}
.sociallinksnew ul li img {
    height: 32px;
}
.pdetails-header-right .sociallinks .btn:hover { background: #0f37bd; }
.pdetails-header-right .sociallinks .btn {
    border: 1px solid #ccc;
    background: transparent;
    padding: 6px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: normal;
}
.ratingsdet span.rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}
.ratingsdet span.rating span.rationvalue {
    display: inline-block;
    background: #f9b805;
    color: #fff;
    padding: 6px 4px;
    border-radius: 5px;
    font-size: 13px;
    width: 31px;
    height: 31px;
    text-align: center;
}
.pdetails-tab {
    width: 100%;
   
}
.display-rating li i {font-size: 20px;   font-weight: 100;   color: #ffb300;}
.display-rating li i.selected {    font-weight: bold;}

.ptabs {
    position: relative;
    clear: both;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.ptabs-details {
    position: relative;
    width: 100%;
    padding: 40px 10px 10px 10px;
    letter-spacing:0.4px;
}

.ptab {
    float: left;
    width: 33%;
}

.ptab label {
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #FFFFFF;
    margin-left: -1px;
    position: relative;
    left: 1px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

.ptab [type=radio] {
    display: none;
}

.pcontent {
    display: none;
    position: relative;
    background: white;
    overflow: hidden;
}

.pcontentshow {
    display: block !important;
}

[type=radio]:checked ~ label {
    background: white;
    border-bottom: 3px solid #0062cc;
    z-index: 2;
    color:#0062cc;
}

[type=radio]:checked ~ label ~ .pcontent {
    z-index: 1;
}
 .boxcont .timedet {
    margin: 5px 0px 10px;
    display: block;
    background: url(../images/time.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 15px;
}
.dtable {
    border-collapse: collapse;
    width: 260px;
}

.dtable td {
    padding: 5px;
    width: 190px;
    color: #2b2a29;
    font-size: 14px;
}
#openfulltime{ width:22px;}
.openfulltime{ width:22px;}
.timedet.company-timedet table.dtable #openfulltime{ width: 15px;    position: relative;    right: 0; left: 8px;   top: -2px; cursor:pointer; float: unset;}
.timedet.company-timedet table.dtable {    margin: 0; padding: 0; position: relative; width: 100%; }
.timedet.company-timedet table.dtable td {    padding: 0;    vertical-align: middle; width:auto;  }
.timedet.company-timedet table.dtable td:first-child {   width: 45px;}


.dtable td:first-child {
    width: 100px;
}
.websitelink {
    margin: 0px 0px 5px 5px;
    display: block;
    background: url(../images/website.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 16px;
}
.websitelink {
    font-size: 16px;
    line-height: 1.5;
}
 .paymentmode {
     margin: 0px 0px 5px 5px;
    display: block;
    background: url(../images/price.svg) no-repeat 0px 2px;
    background-size: 18px;
    padding-left: 25px;
    font-size: 16px;
}
.paymentmode {
    font-size: 16px;
    line-height: 1.5;
}
.pmainbody{background-color: #FFFFFF;}
.pmainbody .container{width: 100%; max-width: 100%;}
.pcontentbanner {
    background: #0f37bd;
    color: #fff;
    padding: 20px 0px;
}
.pcontentbanner .pcontainer{ width: 1000px; margin:auto;}
.pmain-content{ width: 1000px; margin:auto;}
.pmain-content .lmeun-container{width:100%;}
/*.pmain-content .lmeun-container .left-div{width:200px; float: left;}*/
.pmain-content .lmeun-container .left-div ul{ list-style: none;}
.pmain-content .lmeun-container .left-div ul li { display: block; border-bottom: 1px solid #fff;}
.pmain-content .lmeun-container .left-div ul li:hover a, .pmain-content .lmeun-container .left-div ul li.selected a{    background-color: #0f37bd; color: #fff;}
.pmain-content .lmeun-container .left-div ul li a{display: block;    background-color: #f8f8f7;   text-decoration: none;  
    padding: 15px 20px;    text-decoration: none;    color: #333;    font-size: 17px;  font-family: 'Roboto', sans-serif;font-weight:100;}

/*.pmain-content .lmeun-container .right-div{max-width:inherit; float: left; width: 800px; padding-left: 60px;}*/
.pmain-content .lmeun-container .right-div p b{font-weight: 500;}
.pmain-content .lmeun-container .right-div ul li{list-style: none; line-height: 25px;}
.pmain-content .lmeun-container .right-div li b{font-weight: 500;}
.pmain-content .lmeun-container .right-div ul li { position: relative;}
.pmain-content .lmeun-container .right-div ul li::before {content: ">"; color: #0f37bd;
    display: inline-block; width: 1em;
}
.bodywidth{width:1400px; margin:auto;}
.pd-logo span.companyletter { height: 100%; text-align: center; display: flex; align-items: center;  font-size: 24px; justify-content: center;    text-transform: uppercase;}
.pd-logo{ width: 45px; height:45px; float: left; border-radius:45px; border: 1px solid #833a41;    overflow: hidden;    background: #833a41;    color: #fff;    text-transform: uppercase;}.pd-logo img{width: 100%; height: 100%; object-fit: cover;}
.cname-plat {    width: calc(100% - 55px);}
.btn.btn-blue, .pdetails-header-right .sociallinks .btn.btn-blue { border: 1px solid #0f37bd; background: transparent;   color: #0f37bd;    border-radius: 10px;    font-weight: 500;   font-size: 18px;}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:visited, .pdetails-header-right .sociallinks .btn.btn-blue:hover, .pdetails-header-right .sociallinks .btn.btn-blue:focus, .pdetails-header-right .sociallinks .btn.btn-blue:visited {
    background: #0f37bd;   color: #fff;}
    
    
.detail-compimg .owl-carousel img { border-radius: 12px;}

.prodcontitems {  margin:40px -10px 20px -10px;    display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.prodcontitems .item {    flex: 0 0 25%;    margin: 0px 0px 20px 0px;    padding: 0px 10px; }
.prodcontitems .item .imgwrap {height: 200px;background: #dedede;     display: flex;    align-items: center;    justify-content: center;}
.prodcontitems .item .imgwrap img {  max-width:100%;  object-fit: cover;    display: block; height: 100% !important;    width: 100% !important;}
.prodcontitems .item .border {    height: 100%;}
.prodcontitems .item .content {padding: 15px;}
.prodcontitems .item .content h4 {    font-size: 15px;    text-transform: uppercase;    letter-spacing: 0;    font-weight: 500;    margin: 10px 0px 7px 0px;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 1;}

.det-adrswrap .contactno li a, .boxwrap.resultwrap .rightitem .contactno li a {    font-weight: 600;    }
.det-adrswrap .contactno ul li a {    font-weight: 500;    }
.feedback-errormsg {    clear: both;    float: left;    width: 100%;    text-align: right;   margin: 0px 0px 10px 0px;}
.boxwrap.sortresult-left .boxcont{padding-top:0;}
.boxwrap.sortresult-left .boxhead {    padding-bottom: 5px;}

.boxhead.row.resgold-page {    margin: 0;}
.flex-dirreverse{flex-direction:row-reverse;}
.boxwrap.detailwrap .ratingsdet.rating-detresgold .rating li {    margin-top: 4px;}
.boxwrap.detailwrap .ratingsdet.rating-detresgold span.rating {    margin: 0;    position: relative;    left: 0;    justify-content: flex-start;}
.fa-15px ul li, .fa-15px .timedet.company-timedet table.dtable td, .fa-15px .address-detailwrap .address{font-size:15px;}

.modal-dialog .modal-header {    text-align: center;    background: #274dcf;    color: #fff;    position: relative;}
.modal-dialog .modal-header h4.modal-title {    text-align: center;    display: block;    width: 100%;}
.modal-dialog .modal-header button.close {    color: #fff;    text-shadow: none;   opacity: 1;}
.modal-footer .btn-default { border-radius: 20px;    padding: 7px 25px;     font-size: 14px;}


#contact-form input[type="email"],#contact-form input[type="text"],#contact-form  textarea {    display: block;  width: 93%; max-width: 100%;   margin-top: 5px;    margin-bottom: 15px;    -webkit-border-radius: 2px;    -moz-border-radius: 2px;    border-radius: 2px;    padding: 10px;
    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    border: none;    border-bottom: 1px solid #b3b3bf;       outline: none}
#contact-form input[type="email"]:hover,#contact-form input[type="text"]:hover,#contact-form textarea:hover,input[type="email"]:focus,
#contact-form input[type="text"]:focus,#contact-form textarea:focus {    outline: none}
.material-input {    position: relative;    margin-top: 30px}
.material-input input,.material-input textarea {    padding: 15px 0px;    -webkit-transition: all 0.28s ease;    -o-transition: all 0.28s ease;    -moz-transition: all 0.28s ease;    transition: all 0.28s ease    border-color: #aab8b8;    font-size: 20px}
.material-input label {    position: absolute;    margin: 0;    top: 20%;    left: 0px;    pointer-events: none;    padding-left: 0.125rem;    z-index: 1;    color: #b3b3b3;    font-size: 16px;    font-weight: normal;    -webkit-transition: all 0.28s ease;    -o-transition: all 0.28s ease;    -moz-transition: all 0.28s ease;    transition: all 0.28s ease}
.material-input input:focus ~ label,
.material-input textarea:focus ~ label,
.material-input input.input-is-active ~ label,
.material-input textarea.input-is-active ~ label {    font-size: 16px;    top: -15px;    left: 0px;}


/* Responsive */

@media (max-width: 1400px) { .bodywidth{width: 100%;}
}
@media (min-width: 1600px) {


}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }

    .boxwrap.resultwrap .boxcont .leftitem {
        width: 240px !important;
        height: 150px;
    }

    .boxwrap.resultwrap .boxcont .rightitem {
        width: calc(100% - 250px) !important;
    }

}


@media (min-width: 1200px) {

    .bannerinfo h3 {
        font-size: 52px;
    }

    .container:not(.fixedwidcont) {
        max-width: 100%;
    }

    .fourcol-listitem, .fourcol-listImg {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        /*max-width: 20%;*/
    }

    .fourcol-listitem-home  {
        width: 20%;
        display: block !important;
        flex:none !important;
        max-width: 20%;
    }
   .fourcol-listitem-home .owl-stage-outer{width: 250px !important; }
   .fourcol-listitem-home .owl-stage-outer .owl-item {width: 250px !important; }
  .fourcol-listImg-home {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (max-width: 1050px) {
    .pdetails-container {
        width: 90%;
    }
    .pcontentbanner .pcontainer{ width: 90%; }
    .pmain-content{ width: 90%;}
    .pmain-content .lmeun-container .left-div{position: relative; z-index: 1;}
   /* .pmain-content .lmeun-container .right-div{max-width:100%; float: unset; width: 100%; position: relative; padding-left:230px; z-index: 0; } */

}

@media (min-width: 1025px) {

    #header.fixedheader {
        position: fixed;
        width: 100%;
        z-index: 15;
        top: 0;
    }

    .bodycontainer.fixedhead {
        margin-top: 67px;
    }

    .bodycontainer.fixedhead .left-content .sortresult-left {  overflow: auto;}
    .fixedmain .bodycontainer.fixedhead .left-content { left: 0px;/* position: fixed; width: 320px; top: 80px;*/
    position: -webkit-sticky;
    position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
    top: 80px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start; 
        -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }
    .fixedmain .bodycontainer.fixedhead .right-content { /*right: 0px;  position: fixed;   width: 320px;    top: 80px; */  
    right:0px;
     position: -webkit-sticky;
    position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
    top: 80px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;}
    .fixedmain .bodycontainer.fixedhead .main-content { /* margin: 0px auto;  margin:0; width: calc(100% - 640px);    flex: none;    max-width: none;*/}

    /* .bodycontainer.fixedhead .left-content, .bodycontainer.fixedhead .right-content {
    width: 320px;   max-width: 320px;    flex: none;  }
    .bodycontainer.fixedhead .main-content { flex: none;  width: calc(100% - 640px); max-width: none;}*/
/*.fixedmain .bodycontainer.fixedhead .left-content .sortresult-left {    height: 300px;    overflow: auto;}*/
    

}

@media (min-width: 992px) and (max-width: 1399px) {

    .fourcol-listitem-home, .fourcol-listImg-home, .twocol-img .item {      padding: 0px 10px;
    }

    .fourcol-listitem-home .content h2 {
        font-size: 16px;
    }

    .boxwrap.resultwrap .boxcont .leftitem {
        width: 240px !important;
        height: 150px;
    }

    .boxwrap.resultwrap .boxcont .rightitem {      }
    .boxwrap.resultwrap .boxcont .rightitemfree1 {   width: calc(100% - 250px) !important;   }
    .boxwrap.resultwrap .boxcont .rightitemfree2 {   width: 100% !important;   }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .boxwrap.resultwrap .boxcont .rightitem .btgrp .rating {
        float: left;
        margin: 10px 0px;
        width: 100%;
        clear: both;
    }
}

@media (min-width: 1300px) and (max-width: 1699px){ .bannerdisplaysise{  height: 216px;}}
@media (min-width: 1200px) and (max-width: 1299px){ .bannerdisplaysise{  height: 190px;}}
@media (min-width: 991px) and (max-width: 1199px){ .bannerdisplaysise{  height: 150px;}}
@media (min-width: 768px) and (max-width: 991px){ .bannerdisplaysise{  height: 110px;}}
@media (min-width: 992px) and (max-width: 1199px) {
    .boxwrap.resultwrap .boxcont .leftitem, .boxwrap.resultwrap .boxcont .leftitem img {
        width: 150px !important;
        height: 120px;
        max-width:150px;
    }

    .boxwrap.resultwrap .boxcont .rightitem {
        width: calc(100% - 150px) !important;
        padding-left: 10px;
    }

}


@media (min-width: 992px) {
  /*  .platinumwrap .container.fixedwidcont {  width: 880px;}*/
  .pmain-content.informationpage {    min-height: 400px; padding-top:30px;}
.container880 {  width: 90%;}
.addbussmenulink{display:none;}
.addbussmenu{display:inline;}
.ptabs-details #tab3.pcontent .ratingsdet {    position: absolute;    bottom: 0;    right: 15px;}
.sociallinks.tab3social { position: absolute;    bottom: 35px;    right: 15px;}
.pmain-content .lmeun-container .left-div .mobile-leftnav {    display: none;}
    ul.main-menu {
        display: block !important;
    }

    .burger {
        display: none;
    }

    .detail-compwrap span.rating {
        position: absolute;
        right: 0;
        top: 0;
    }
.pmain-content .lmeun-container .left-div {    width:300px;    float: left;}
.pmain-content .lmeun-container .right-div{    float: left;    width: calc(100% - 300px);    position: relative;    padding-left: 40px;}
}

@media (min-width: 0) and (max-width: 991px) {
    .boxwrap.detailwrap  .ratingsdet.rating-detresgold .rating {    display: block;    position: relative;    margin: 0;}
     .boxwrap.detailwrap .sociallinks.social-detresgold {    text-align: left;    margin: 10px 0px;}
    .boxwrap.detailwrap .sociallinks.social-detresgold ul {    text-align: left;}
    .addbussmenulink{display:block;}
.addbussmenu{display:none;}
a.addbussmenuinner{display:none;}
    .pdetails-content  .boxwrap.detail-contactform, .certification-display{width:100%;}
    .prodcontitems .item {    flex: 0 0 50%;}
    .sociallinks.tab3social { display: block;    text-align: left; width:50%; float:left;}
.sociallinks.tab3social ul {    float: left;    width: 100%;}
.ratingsdet.tab3rating span.rating {    display: block;   clear: both;}
.ratingsdet.tab3rating {  width:50%; float:right;    display: block;    padding: 0px;}
.tab3rating.ratingsdet .display-rating {    display: inline-block;    vertical-align: middle;}
    .cname-plat h3{font-size:21px;}
     .pdetails-tab .ptabs label{    font-size: 13px;    padding: 10px 20px;}
    .padding-top-full, .padding-top-mid {
        padding-top: 20px
    }

    .padding-bottom-full, .padding-bottom-mid {
        padding-bottom: 20px
    }

    .burger {
        width: 30px;
        height: 20px;
        outline: none;
        z-index: 10000;
        cursor: pointer;
        position: relative;
        border-color: #0f37bd;
        border-style: solid;
        border-width: 3px 0;
        box-sizing: border-box;
        background-color: transparent;
        float: right;
        margin: 10px 0px 15px;
        outline: none;
    }

    .burger:after {
        left: 0;
        top: 5px;
        content: '';
        width: 100%;
        height: 3px;
        outline: none;
        position: absolute;
        background-color: #0f37bd;
    }

    #main-menu {
        display: block;
        width: 50px;
        height: 60px;
        text-indent: -10000px;
        float: left;
        background-size: 85%;
        position: absolute;
        bottom: 0;
        right: 15px
    }

    #main-nav {
        padding-top: 0;
        position: absolute;
        width: 100%;
        top: 68px;
        z-index: 14;
        right: 0
    }

    #main-nav ul {
        padding: 0;
    }

    #main-nav > ul {
        display: none;
        width: 100%;
        background: #70c8c8;
    }

    #main-nav > ul a {
        color: #000;
        display: block;
        padding: 10px;
        text-decoration: none;
    }

    ul.main-menu li.active {
        border: none;
    }

    #main-nav > ul > li > a {
        border-bottom: 1px solid #fff;
    }

    #main-nav > ul li {
        display: block;
        width: 100%;
        position: relative;
        padding: 0px;
    }

    #main-nav > ul > li > ul {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0px 0px 0px 20px;
        display: block;
    }

    #main-nav > ul > li > ul > li > a {
        padding: 7px 0px;
    }

    #main-nav > ul > li > ul > li > ul {
        display: none
    }

    #main-nav li:before, #main-nav li:after {
        content: "";
        display: table
    }

    #main-nav li:after {
        clear: both
    }

    #main-nav > ul > li > ul > li a {
        color: #000
    }

    .main-menuwrap {
        float: right;
        padding: 20px 0px 0px 0px;
    }

    .sociallinks ul {
        margin-top: 15px;
        text-align: left;
        float: right;
    }

    .copyrights p.align-right {
        text-align: left;
        margin: 10px 0px;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    .pb-5 {
        padding-bottom: 20px !important;
    }

    .mb-5 {
        margin-bottom: 20px !important;
    }

    .mt-5 {
        margin-top: 20px !important;
    }
    .margin-bottom-mid {
    margin-bottom: 20px;
}
.margin-top-mid {
    margin-top: 20px;
}


    .fourcol-listitem-home, .fourcol-listImg-home, .twocol-img .item {
        padding: 0px 10px;
    }

    .sortresult-left {
        display: none;
    }

    .det-adrswrap {
        clear: both;
        margin: 10px 0px;
        display: inline-block;
    }

    .boxwrap.resultwrap .boxhead {
        padding-right: 50px;
    }
.pmain-content .lmeun-container .left-div .mobile-leftnav {    display: block;  background:#d0d0d0; padding: 10px 25px;    color: #000;    margin-bottom: 15px;    font-size: 16px;}
.pmain-content .lmeun-container .left-div > ul {  display: none;position: absolute; top: 45px;    left: 0;    right: 0;}
.mobile-leftnav .burger {    border-color: #fff;    margin: 3px 0px;}
.mobile-leftnav .burger:after {    background: #fff;}
.mobile-leftnav:after {    content: "\f061";    font-family: "Font Awesome 5 Free"; font-weight: 600;  float: right;  font-size: 19px;   line-height: 1.3;}
.pmain-content .lmeun-container .left-div.open ul { display: block; }
.pmain-content .lmeun-container .left-div.open .mobile-leftnav:after {   content: "\f062";}
}

@media (min-width: 768px) and (max-width: 991px) {
    .fourcol-listitem, .fourcol-listImg {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

   

    .boxwrap.resultwrap .boxcont .leftitem, .boxwrap.resultwrap .boxcont .leftitem img {
        width: 240px !important;
        height: 150px;
    }

    .boxwrap.resultwrap .boxcont .rightitem {
        width: calc(100% - 250px) !important;
    }

    .detail-compwrap span.rating {
        position: absolute;
        right: 0;
        top: 0;
    }

    #header.fixedheader {
        position: fixed;
        width: 100%;
        z-index: 15;
        top: 0;
    }

    .bodycontainer.fixedhead {
        margin-top: 67px;
    }

    .boxwrap.detailwrap .sociallinks ul {
        float: none;
        text-align: right;
    }

    .pbanner-details {
        height: 250px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .flex-colplatdet{-ms-flex-direction: column!important;    flex-direction: column!important;}
    .hide-sm{display:none !important;}
    .flex-colplatdet .cname-plat h3 { margin: 10px 0px; text-align: center;}
    .pdetails-header .pdetails-header-right {  padding: 0;}
    .flex-colplatdet .cname-plat{width:100%;}
    .pdetails-header .pdetails-header-right .sociallinks.sociallinksnew ul {    text-align: center;    display: table;    margin: 0px auto;    float: none;}
    ul.resgoldcontactno li:after {    border: none;}
    ul.resgoldcontactno li {    float: none;    margin: 10px 0px 5px 0px;}
    .pdetails-content .ptabs-details .certification-display{width:100%;}
     .pdetails-content .btngrp-detailwrap .btn {  margin-bottom: 15px;}
      .pdetails-content .btngrp-detailwrap.p-3 {    padding-left: 0 !important;    padding-right: 0 !important;}
    .detail-contactformwrap{padding:10px 0px; margin:0px;}
        .prodcontitems .item {    flex: 0 0 100%;}
    .boxwrap.detail-contactform .form-control {    font-size: 13px;}
    .searchinput-logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto;
        display: inline-block;
        border: none;
        width: 100%;
    }

    .searchinput-lpage {
        height: auto;
        padding: 10px;
        float: none;
        margin-bottom: 10px;
    }

    .searchinput-ico {
        position: relative;
        top: 0;
        display: inline-block;
        margin: 10px auto;
        border: 1px solid;
        padding: 6px 30px;
        border-radius: 5px;
        height: auto;
    }

    .searchinput-logo select {
        width: 100%;
        max-width: 80%;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        border-bottom: 1px solid #fff;
        color: #fff;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }

    .search-lapge {
        width: 100%;
        padding: 15px;
    }

    .homesearch {
        padding: 40px 10px
    }

    .searchbar-lpage {
        margin: 10px 0px !important;
        padding:0;
    }

    .search-header .form-group {
        padding: 0px 0px 15px;
    }

    #header.content-area .logo {
        text-align: center;
        display: table;
        margin: 0px auto;
    }

    a.search-button {
        top: 0;
    }

    .boxwrap .boxcont.flex {
        display: block;
    }

    .boxwrap .boxcont .lftImg, .boxwrap .boxcont .rgtCont {
        width: 100%;
    }

    .boxwrap .boxcont .lftImg img {
        width: 100%;
        max-width: 100%
    }

    .boxwrap .boxcont .rgtCont {
        padding: 0;
        margin: 10px 0px;
    }

    .fourcol-listitem, .fourcol-listImg {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

   
.boxwrap.resultwrap .boxcont .leftitem img{    width: 150px !important; height: 120px !important;}
    .boxwrap.resultwrap .boxcont .leftitem {
        width: 150px !important;
        height: 120px;
    margin-bottom: 10px;
    }

    .boxwrap.resultwrap .boxcont .rightitem {
        width: calc(100% - 150px) !important;
        padding-left: 10px;
    }


    .display-rating {
        margin: 5px 0;
    }

    .display-rating li {
        font-size: 13px;
    }

    .contactno {
        margin: 7px 0px 0px;
    }

    .btngrp-detailwrap {
        margin: 10px 0px 0px;
    }

    #header.fixedheader {
        position: fixed;
        width: 100%;
        z-index: 15;
        top: 0;
    }

    .bodycontainer.fixedhead {
        margin-top: 124px;
    }

   /* .boxwrap.resultwrap .boxcont .rightitem .btgrp .rating {
        float: left;
        margin: 10px 0px;
        width: 100%;
        clear: both;
    }
    */
   .boxwrap.resultwrap .boxcont .rightitem .btgrp .rating span.rationvalue {    font-weight: bold; 
    width: 50px;    padding-left: 27px;    background: url(../images/StarWhite.png) no-repeat 10px 7px #f9b805;    background-size: 15px;}
    .boxwrap.resultwrap .boxcont .rightitem .btgrp {    margin: 5px 0px;}
.boxwrap.resultwrap .boxcont .rightitem ul.resgoldcontactno {    margin: 0;}

.boxwrap.resultwrap .boxcont .rightitem .btgrp .rating ul.display-rating {    display: none;}
    .contactno ul li a {        font-size: 14px;    }

    .boxwrap.detailwrap .sociallinks, .boxwrap.detailwrap span.rating {
        margin: 5px 0px;
        text-align: left;
        display: inline-block;
        width: 100%;
        clear: both;
    }

    .boxwrap.detailwrap span.rating span.rationvalue {
        margin-left: 10px;
    }

    .pbanner-details {
        height: 250px;
    }
    .pdetails-header-left {
        width: 100%;
    }
    .dtable td {
        font-size: 14px;
    }
    .websitelink {
        font-size: 14px;
        }
    .paymentmode {
        font-size: 14px;
     }
     .sociallinks ul{float:left;}
     .pdetails-header-right{padding:15px 0px;}
     .boxhead.resgold-page .cname-plat h3 {    font-size: 18px;    line-height: 1.2;}
.boxwrap.detailwrap .boxhead.resgold-page {    padding-right: 87px !important;     padding-left: 10px;
    padding-top: 10px;    padding-bottom: 10px;}
    .resultpage .left-content, .resultpage .main-content, .resultpage .right-content {
    padding: 0px 10px;
}
    .boxwrap.detailwrap .boxhead.resgold-page .pd-logo {width: 35px;    height: 35px;  border-radius: 35px;}
     .boxwrap.detailwrap .boxhead.resgold-page .cname-plat {    width: calc(100% - 35px);    padding-left: 10px;}
.boxwrap.detailwrap .verified img {    height: 40px;}
.boxwrap.detailwrap .verified {    }
.boxwrap .boxcont{padding:10px;}
.timedet.company-timedet table.dtable {    width: 230px;}
.timedet.company-timedet table.dtable td {     min-width: auto;   width: auto;}
    
   .boxwrap.resultwrap .boxhead .verified {}
   .boxwrap.resultwrap .boxhead .verified img{height:40px;}
}

@media (min-width: 0) and (max-width: 480px) {
    .search-header select {
        width: 100px;
    }

    .fourcol-listitem, .fourcol-listImg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

  
.ptabs-details .sociallinks.sociallinksnew.tab3social, .ptabs-details .ratingsdet.tab3rating {
    width: 100%;
}

.ptabs-details  .sociallinks.tab3social ul {
    margin: 0;
}
    /*.boxwrap.resultwrap .boxcont .leftitem {*/
    /*    width: 100% !important;*/
    /*    height: 100;*/
    /*}*/
    
.boxwrap.resultwrap .boxcont .leftitem {
    width: 250px !important;
    height: 100%;
}
    .boxwrap.resultwrap .boxcont .rightitem {
        width: 100% !important;
        padding-left: 0px;
    }

    .boxwrap.resultwrap .boxcont .leftitem a img {
        width: 210px;
        height: 150px;
        object-fit: cover;
    max-width: 210px;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 2px;
    }

    .contactno ul li {
    }

    .boxwrap.resultwrap .boxcont {
        padding: 10px;
    }

    .btngrp-detailwrap .btn.btn-border {
        margin: 8px 5px 0px 0px;
        display: inline-block;
    }

    .boxwrap.resultwrap .boxhead {
        padding: 15px 15px 0px 12px;
    }
    .boxwrap.resultwrap .boxhead h3 {padding-right: 87px;}
    .boxwrap.resultwrap .boxhead .verified {     right: 4px; top: 10px; }

    .pbanner-details {
        height: 150px;
    }
  /*  .pmain-content .lmeun-container .left-div{width:150px; }
    .pmain-content .lmeun-container .left-div ul li a{
        padding: 15px 10px;
        font-size: 16px;}
    .pmain-content .lmeun-container .right-div{ padding-left:180px; }*/
}
.taddress{width:100%; border-collapse: collapse;border-spacing: 0;}
.taddress td{padding:5px; font-size: 15px; vertical-align: text-top;}
.taddress td b{ font-weight: 500;}
.taddress td:first-child{width:38px;}
.taddress td img{ width: 16px;}
.taddresslist{width:100%; border-collapse: collapse;border-spacing: 0;}
.taddresslist td{padding:5px; font-size: 14px; vertical-align: text-top;}
.taddresslist td b{ font-weight: 500;}
.taddresslist td:first-child{width:25px; padding: 5px 2px;}
.taddresslist td img{ width: 20px;}
.more{color:#4510e2;}
.reviewrating{ min-height: 200px; }
.reviewrating .rating{ display: inline-block !important;  margin-top: unset !important; vertical-align: text-bottom; }
.reviewrating .rating .display-rating li i{ font-size: 10px !important; }
.reviewrating .reviewdate{display: inline-block; float: right;}
.clearfix{ clear: both; }
.ratingsdet{ position: relative; }
.mt-80{ margin-top: 80px !important; }
.detailsocial ul {float: left !important; margin-top: 16px !important;}
.platinum_bg{ background-color: #E5F6FF !important; border:1px solid #E5F6FF; }
.gold_bg{ /*background:linear-gradient(to right,#FFF5FF,#FFDFCA);border:1px solid #9ae5df;*/}
.selver_bg{/*background:linear-gradient(to right,#FFF5FF,#FFE8F7);border:1px solid #f7e4b2*/}
.ptitle{ margin: 0 0 5px 10px; font-size: 13px; font-weight: 500; line-height: 13px;  }
.m10{    padding: 20px 0px 20px;}
.dbanner{  }
.dbanner .dbannerno{float: right;}
.dbannertop{margin-bottom: 10px;}
.listbtnwidth{width: 114px !important; }
.p-descs{ height: 85px; }
.bluecolor{color:#274dcf;}
.pdivwidth{width: 100%;  padding-left: 15px; padding-right: 15px;}
.bgw{background-color: #ffffff !important;}
.bgg{background-color: #f7f7f7 !important;}
.hometopbannersize{height: 270px; width: 430px !important;}
.hometopbannerdivsize .owl-item{height: 270px; width: 430px !important;}
.hometopbannerdivsize .owl-stage-outer{height: 320px; width: 430px !important;}
.hometopbannersize img{height: 100%; width: 100% !important; object-fit: cover;}
.hometopbannerdivsize{ width: 430px !important; }
.imagebannermb{ margin-bottom: 10px; }
.hcbannerdivsize{ width: 100% !important; max-width: 100% !important; height: 450px; }
.hcbannerdivsize img{ width: 100%; height: 100%; object-fit: cover; }
.hcbannerdiv{ width:270px !important; }
.rbannerwidth1{ width: 100%; }
.rbannerwidth1 .owl-stage-outer{ height: 378px; width: 303px !important; }
.rbannerwidth1 .owl-item{height: 378px; width: 303px !important; }
.rbannerwidth{ width: 100%; }
.rbannerwidth .owl-stage-outer{ height: 100px; width: 303px !important; }
.rbannerwidth .owl-item{height: 100px; width: 303px !important; }
.lbannerwidth{ width: 100%; }
.lbannerwidth .owl-stage-outer{ height: 203px; width: 303px !important; }
.lbannerwidth .owl-item{height: 203px; width: 303px !important; }
.headertop{ background-color: #f1f1f1; }
.headertop a{ display: inline-block; padding:5px 0 5px 10px; float: right; }
.titleweight{ font-weight: 500; }
.hideclass{display: none !important;}
@media (max-width: 1000px) {
 .hometopbannersize{height: 150px; width: 240px !important; }   
 .hometopbannerdivsize .owl-item{ height: 150px; width: 240px !important;}
 .hometopbannerdivsize .owl-stage-outer{ height: 200px; width: 240px !important;}
 .hometopbannerdivsize{  height: 200px; width: 240px !important;}
}
@media (max-width: 768px) { .pdivwidth{width: 100% !important; margin-top:15px;} 
.relatedkeywordtop a { display: block;} 
.relatedkeywordtop a:after {
    content: "";
    margin-left: 0px;
    margin-right: 8px;
}
.relatedkeywordtop a:after {
    content: "";
    margin-left: 5px;
    
}
}
@media (max-width: 767px) {
 .hometopbannersize{height: 319px; width: 510px !important; margin: auto;}     
.hometopbannerdivsize .owl-item{height: 319px; width: 510px !important; margin: auto;}
.hometopbannerdivsize .owl-stage-outer{height: 369px; width: 510px !important; margin: auto;}
.hometopbannerdivsize { height: 369px; width: 510px !important; margin: auto;}
.homesearch-pb1{ padding-bottom: 25px !important; }
}
@media (max-width: 610px) {
 .hometopbannersize{height: 319px; width: 510px !important; margin: auto;}     
.hometopbannerdivsize .owl-item{height: 319px; width: 510px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 369px; width: 510px !important;}
.hometopbannerdivsize { height: 369px; width: 510px !important; margin: 0 auto 10px;}
.hometopbannersize{height: auto !important; width: 100% !important; margin: auto;}
.homesearch-pb1{ padding-bottom: 25px !important; }
}
@media (max-width: 580px) {
 .hometopbannersize{height: 295px; width: 472px !important; margin: auto;}     
.hometopbannerdivsize .owl-item{height: 295px; width: 472px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 345px; width: 472px !important;}
.hometopbannerdivsize { height: 345px; width: 472px !important;  padding-right: 0 !important; padding-left: 0 !important;}
}
@media (max-width: 576px) { 
.fourcol-listitem-home{width: 472px !important; margin: 0 auto 10px; padding: 0; }
.fourcol-listitem-home .owl-item{height: 742px; width: 472px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 742px; width: 472px !important;}
.hcbannerdivsize{ height: 742px;  }
}
@media (max-width: 530px) {
 .hometopbannersize{height: 280px; width: 450px !important; }     
.hometopbannerdivsize .owl-item{height: 280px; width: 450px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 330px; width: 450px !important;}
.hometopbannerdivsize { height: 330px; width: 450px !important; }
.fourcol-listitem-home{width: 450px !important; }
.fourcol-listitem-home .owl-item{height: 707px; width: 450px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 707px; width: 450px !important;}
.hcbannerdivsize{ height: 707px;  }
.autocomplete { width: 100%; margin-left: 0;}
.autocompletehome{width: 93% !important; top: 122px; }
}
@media (max-width: 460px) { 
 .hometopbannersize{height: 250px; width: 400px !important; }     
.hometopbannerdivsize .owl-item{height: 250px; width: 400px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 300px; width: 400px !important;}
.hometopbannerdivsize { height: 300px; width: 400px !important; }
.fourcol-listitem-home{width: 400px !important; }
.fourcol-listitem-home .owl-item{height: 629px; width: 400px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 629px; width: 400px !important;}
.hcbannerdivsize{ height: 629px;  }
}
@media (max-width: 415px) {
 .hometopbannersize{height: 225px; width: 360px !important; }     
.hometopbannerdivsize .owl-item{height: 225px; width: 360px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 275px; width: 360px !important;}
.hometopbannerdivsize { height: 275px; width: 360px !important; }
.fourcol-listitem-home{width: 360px !important; }
.fourcol-listitem-home .owl-item{height: 566px; width: 360px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 566px; width: 360px !important;}
.hcbannerdivsize{ height: 566px;  }
 }
@media (max-width: 375px) {
 .hometopbannersize{height: 213px; width: 340px !important; }     
.hometopbannerdivsize .owl-item{height: 213px; width: 340px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 263px; width: 340px !important;}
.hometopbannerdivsize { height: 263px; width: 340px !important; }
.fourcol-listitem-home{width: 340px !important; }
.fourcol-listitem-home .owl-item{height: 534px; width: 340px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 534px; width: 340px !important;}
.hcbannerdivsize{ height: 534px;  }
 }

@media (max-width: 345px) {
 .hometopbannersize{height: 200px; width: 320px !important; }     
.hometopbannerdivsize .owl-item{height: 200px; width: 320px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 250px; width: 320px !important;}
.hometopbannerdivsize { height: 250px; width: 320px !important; }
.fourcol-listitem-home{width: 320px !important; }
.fourcol-listitem-home .owl-item{height: 503px; width: 320px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 503px; width: 320px !important;}
.hcbannerdivsize{ height: 503px;  }
 }
@media (max-width: 325px) {
 .hometopbannersize{height: 188px; width: 300px !important; }     
.hometopbannerdivsize .owl-item{height: 188px; width: 300px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 238px; width: 300px !important;}
.hometopbannerdivsize { height: 238px; width: 300px !important; }
.fourcol-listitem-home{width: 300px !important; }
.fourcol-listitem-home .owl-item{height: 472px; width: 300px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 472px; width: 300px !important;}
.hcbannerdivsize{ height: 472px;  }
 }
@media (max-width: 305px) {
 .hometopbannersize{height: 175px; width: 280px !important; }     
.hometopbannerdivsize .owl-item{height: 175px; width: 280px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 225px; width: 280px !important;}
.hometopbannerdivsize { height: 225px; width: 280px !important; }
.fourcol-listitem-home{width: 280px !important; }
.fourcol-listitem-home .owl-item{height: 440px; width: 280px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 440px; width: 280px !important;}
.hcbannerdivsize{ height: 440px;  }
 }
@media (max-width: 285px) {
 .hometopbannersize{height: 156px; width: 250px !important; }     
.hometopbannerdivsize .owl-item{height: 156px; width: 250px !important; }
.hometopbannerdivsize .owl-stage-outer{height: 206px; width: 250px !important;}
.hometopbannerdivsize { height: 206px; width: 250px !important; }
.fourcol-listitem-home{width: 250px !important; }
.fourcol-listitem-home .owl-item{height: 393px; width: 250px !important; }
.fourcol-listitem-home .owl-stage-outer{height: 393px; width: 250px !important;}
.hcbannerdivsize{ height: 393px;  }
 } 
@media (max-width: 360px) { }
@media (max-width: 280px) { }



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fixedmain .bodycontainer.fixedhead .left-content, .fixedmain .bodycontainer.fixedhead .right-content {top:0 ;}
   }
   .no-padding{padding:0px;}

}

@media (min-width: 576px){
.modal-dialog {  max-width: 450px !important;  }
}

.testimonial{background-color: #ffffff; overflow: hidden;}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
  margin-bottom:15px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
}
.gtco-testimonials .owl-stage-outer {
  padding: 2px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  display: block !important;
  background: #fff !important;
  border: 2px solid #c1c1c1 !important;
  margin: 12px 5px !important;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #c1c1c1;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
/*  box-shadow: 0 8px 30px -7px #c9dff0;*/
  margin: 0 5px;
  padding: 0 ;
  border-radius: 20px;
  border: 0;
      border: 1px solid #e8e8e8;
    max-height: 400px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.gtco-testimonials .card .card-img-top {
 /* max-width: 100px;*/
/*  border-radius: 50%;*/
  margin:  auto ;
 /* box-shadow: 0 8px 20px -4px #95abbb;*/
  width: 100%;
  
}
.gtco-testimonials .card h5 {
  color: #0056b3;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 14px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 14px;
  color: #606060;
  padding-bottom: 15px;
 
}
.gtco-testimonials .active {
  /*opacity: 0.5;*/
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 100%;
  
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

.mob_whatsapp {
    position: fixed;
    bottom: 15%;
    right: 2%;
    z-index: 9;
    width: 55px;
}
.footersubcat{ font-family: 'Roboto Condensed'; text-align:justify; }
.footersubcat h2{ font-size:16px; font-weight:500; margin-bottom:0; }
.footersubcat a{ font-size:12px;  position:relative; padding-left:2px; padding-right:7px }
.footersubcat a:after{     content: "|";  position: absolute;  right: 1px;  top: -3px;  color: #fff; }
.footersubcat a:last-child:after{     content: ""; }
.footersubcat a:hover{color:#d5c405;}
.rightform .modal-title{text-align: center; font-size: 16px;}
.rightform .modal-body{ padding: 1rem 0 1rem 0; }
.rightform .modal-header{ text-align: center;
    background: #274dcf;
    color: #fff; }