/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/***
.eicon,
.eicon-menu-bar {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-menu-toggle i:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
}
***/

/*** Google Font  ***/
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Italic.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Italic.woff") format("woff");
}

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-BoldItalic.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-BoldItalic.woff") format("woff");
}

/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-BlackItalic.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-BlackItalic.woff") format("woff");
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Regular.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Regular.woff") format("woff");
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Bold.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Bold.woff") format("woff");
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Black.woff2") format("woff2"), 
       url("/partners/wp-content/themes/hello-theme-child-master/fonts/Lato-Black.woff") format("woff");
}

body
{
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h4, h6 {
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
}

.clearfix {
    clear:both;
}

/*** Sub Menu Hamburger Icon  ***/
i.elementor-menu-toggle__icon--close.eicon-close {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.elementor-menu-toggle .eicon-menu-bar:before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-style: normal;
    content: "\f0c9";
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d"!important;
}

/*** Sub Menu ***/
.submenu ul li a.has-submenu:hover {
  cursor: pointer;
}

.submenu ul li.submenu-category a {
    font-weight:600;
    padding-right:2em!important;
    pointer-events: none;
    border-right:1px solid #000000;
}

@media (max-width: 1024px) {
 .top-menu .elementor-icon-list-text {
     display: none!important;
 }
}

/*** Links ***/
a.btn-link {
    font-size: 24px; 
    line-height:28px;
    text-decoration: underline; 
    color: #000;
    display: inline-block;
    margin-top: 16px;
}

a.btn-link:hover {
    text-decoration: none;
}

/*** TNC ***/
ol.tnc {
    padding: 0 0 0 60px;
}

ol.tnc li {
    padding: 5px 0;
}

ol.tnc li a {
    text-decoration: underline;
    font-size:16px;
    font-weight:normal;
}

ol.tnc li a:hover {
    text-decoration: none;
}

/*** Footer Logo ***/
.brands-list .brands-list__item-img {
    height: 44px;
}

.brands-list__item-img-wrap {
    background-color: #ffffff;
    border-radius: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*** Contact Form 7 ***/
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    background: #fff;
    box-shadow: none;
    border: 1px dashed #aaa;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    line-height: 14px;
}

.wpcf7-select, .wpcf7 .form-control {
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    margin: -20px 0 15px;
    font-size: 14px;
}

.contact-form-wrapper label {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-form-wrapper label span {
    font-weight: normal;
}

.contact-form-wrapper {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px!important;
    padding: 30px 20px;
    box-shadow: 0 1px 5px 5px rgb(156 156 156 / 7%);
}

 .wpcf7 form .wpcf7-response-output {
    margin: 30px 0!important;
    padding: 1rem 2rem!important;
    border: none!important;
    border-radius: 5px!important;
    font-size: 14px;
    font-weight: bold;
 }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ed1c24;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #dff0d8;
    color: #009933;
}

 .number_of_employees .selectBox-label {
    font-size:14px;
    color:#777;
}

@media (max-width: 991px) {
    .wpcf7 a.selectBox.selectBox-dropdown {
        display: block!important;
    }
}

div.wpcf7-response-output {
    clear: both;
}

.wpcf7 input[type="submit"] {
    background:#009933;
    color:#ffffff;
    margin: 15px 0;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 22px;
    outline: none;
    padding: 9px 20px;
    text-shadow: none;
    filter: none;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
    white-space: normal;
    font-size:14px;
    font-weight:bold;
}

.wpcf7 .new-radio, .wpcf7-form .new-checkbox {
    background: none;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    float: none;
    height: auto;
    margin: auto;
    position:initial;
    width: auto;
    display: inline-block;
}

.wpcf7 .new-radio input[type="radio"], .wpcf7 .new-checkbox input[type="checkbox"] {
    cursor: pointer;
    height: auto;
    margin: 0;
    opacity: initial;
    filter: alpha(opacity=0);
    position: initial;
    vertical-align: middle;
    width: auto;
    top: 0;
    left: 0;
}

.wpcf7 .new-checkbox.checked svg {
    display: none;
}

.selectBox, .form-control {
    box-shadow: none;
    min-height: 36px;
    height: auto;
}


@media (min-width: 992px) {
.wpcf7 .col-md-6 {
    width: 50%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 768px) {
.wpcf7 .col-sm-6 {
    width: 50%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 992px) {
.wpcf7 .col-md-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
}

.wpcf7-select, .wpcf7 .form-control {
    box-shadow: none;
    min-height: 36px;
    height: auto;
    margin-bottom: 22px;
    border: 1px solid #e1e1e1;
}

.grecaptcha-badge{ opacity:0 }

.drts-frontendsubmit-loginorregister h1.entry-title {
    display: none;
}

@media (max-width: 768px) {
.mobile-br { display: none; }
}

@media (min-width: 1200px) {
    .site-header, body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px;
    }
}

h1.entry-title {
    font-size: 30px;
}

/*** Pricing Table  ***/
ul.checkmark {
    list-style-type: none;
    padding-left: 0;
}

ul.checkmark li {
    position: relative;
    margin-left: 25px;
    padding-bottom: 10px;
}

ul.checkmark li:before {
    position: absolute;
    left: -25px;
}

ul.checkmark li:before {
    color: #093;
    font-size: 15px;
    content: "\f058";
    font-family: 'Font Awesome 5 Solid - drts'!important;
    /***font-family: "Font Awesome 5 Free";***/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.package-container .drts-display-element {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    padding: 28px;
}

.directory-listing-package h4 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 900;
}

/*** Checkmark  ***/
ul.checkmark-green li:before, ul.checkmark-white li:before, ul.checkmark-black li:before {
    font-size: 15px;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    font-weight: 900;
    vertical-align: middle;
}

ul.checkmark-green li:before {
    color: #093;
}

ul.checkmark-white li:before {
    color: #fff;
}

ul.checkmark-black li:before {
    color: #000;
}

ul.checkmark-green li, ul.checkmark-white li, ul.checkmark-black li {
    background-size: 25px;
    padding-bottom: 10px;
}

ul.checkmark-green, ul.checkmark-white, ul.checkmark-black {
    list-style-type: none;
    padding-left: 0;
    text-indent: -25px;
    margin-left: 25px;
}

ul.checkmark-green.checkmark-regular li:before, ul.checkmark-white.checkmark-regular li:before, ul.checkmark-black.checkmark-regular li:before {
    font-weight: 400;
}

button.drts-bs-d-flex.drts-bs-justify-content-between.drts-bs-align-items-center.drts-dashboard-panel-link {
    font-size: 14px;
}

.drts .drts-bs-btn-link:focus {
    outline: none;
    box-shadow: none;
    color: #003f7f;
}

button.drts-bs-dropdown-item {
    font-size: 14px!important;
}

.drts-frontendsubmit-addentity-add .drts-bs-custom-control input[type='checkbox'] {
    display: none;
}

.drts .drts-bs-custom-control-label::after, .drts .drts-bs-custom-control-label::before {
    top: 0;
    width: 1em;
    height: 1em;
}

.drts .drts-bs-form-control {
    color: #000!important;
}


/*** Homepage ***/
span.drts-bs-badge.drts-bs-badge-warning:before {
    font-family: "Font Awesome 5 Solid - drts";
    content: '\f005';
    padding-right: 5px;
}

/*** .partners-header-wrapper {
    background-image: url(/partners/wp-content/uploads/partner-background.jpeg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} 

.partners-header-background {
    background-color: transparent;
    background-image: linear-gradient(180deg, #2196F3B3 0%, #3F51B5B3 100%); opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} ***/

.partners-header-wrapper {
    background-image: url(https://www.exabytes.my/partners/wp-content/uploads/1920x300-partners-topbanner.jpg);
    background-position: top center;
    background-size: cover;
}

@media screen and (max-width: 479px) {
    .partners-header-wrapper {
        padding: 30px;
    }
}

.partners-header-background { 
    background-color: #000;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.partners-header-inner {
    min-height: 300px;
}

.partners-header-wrapper .elementor-image-box-wrapper {
    text-align: left!important;
}

.partners-header-wrapper .elementor-image-box-title {
    margin-bottom: 9px;
    color: #FFFFFF;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    line-height: var( --e-global-typography-secondary-line-height );
}

.partners-header-wrapper .elementor-image-box-description {
    color: #FFFFFF;
}

.partner-body-wrapper  {
    margin: 20px auto;
}

.partner-body-wrapper .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 15px;
}

.drts-view-filter-form .drts-bs-card-group, .drts-view-filter-form .drts-bs-card-group-none {
    border: none;
}

.drts-join-widget {
    padding: 35px 30px;
    background: linear-gradient(to bottom,rgba(33,150,243,0.7) 0%,rgba(63,81,181,0.7) 100%);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
    text-align: center;
}

.drts-join-widget h5 {
    color: #fff;
    font-weight: 900;
}

.drts-join-widget a.btn {
    color: #009933!important;
    background: #fff;
    font-weight: 700;
    font-size: 15px;
    background: #ffffff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 22px;
    outline: none;
    padding: 9px 20px;
    text-shadow: none;
    filter: none;
    -webkit-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear;
    white-space: normal;
}

.drts-entity-featured.drts-display--summary .directory-listing-main {
    background: #f4f4f4!important;
}

.drts-view-post-entities.drts-view-entities-list .drts-display--summary.drts-entity-featured {
    background: #f4f4f4!important;
}

.drts .drts-bs-badge {
    background-color: #FFA500;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 10px;
}

.drts-view-filter-form .drts-bs-card {
    border: 1px solid #dadce0!important;
}

/*** Partner Display ***/
.drts-display--detailed .directory-listing-rating,
.drts-display--detailed .directory-listing-labels,
.drts-display--detailed .directory-listing-terms {
  margin-bottom: 0.5em;
}
.drts-display--detailed .directory-listing-info {
  margin-bottom: 1em;
}
.drts-display--detailed .directory-listing-description {
  margin-bottom: 2em;
}
.drts-display--detailed .directory-listing-buttons {
  margin-top: 2em;
}
.drts-display--detailed .directory-listing-review-rating {
  font-size:1.2em; 
  margin-bottom:1em;
}
.drts-display--detailed .directory-listing-review-ratings {
  margin-bottom:1.5em;
}

/*** Partner Display Customize ***/
.drts-display>.drts-display-element>.drts-display-element-header:before {
    background-color: transparent;
}

.drts-display-element[data-name=entity_field_voting_rating] a{
  font-size: 20px!important;
}

.drts-company-info {
   margin: 25px 0;
}

.drts-sidebar .widget h3:before {
  background:transparent;
}


.drts-sidebar .widget h3 {
    font-size: 20px!important;
    color: #333!important;
    font-weight: 500;
    border-bottom: 2px solid #eee;
    padding: 0 0 5px;
}

.drts-sidebar {
    margin-top: 200px;
}

.drts-display--detailed .drts-bs-justify-content-between {
    justify-content: normal!important;
}

.drts-display-element-header {
    font-weight: 500;
}

/*** 
.drts-display>.drts-display-element>.drts-display-element-header {
    margin: 2.7em 0 1em 0;
    border-bottom: 2px solid #eee;
    font-size: 20px;
}

.drts-display>.drts-display-element>.drts-display-element-header span:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    z-index: 1;
} **/

.drts-company-services .drts-bs-mb-1 {
  padding:5px 0;
}

.drts-company-services .fa-stack {
    font-size: 8px;
    margin-right: 5px;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after, .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    color: #ffb900;
}

.drts .drts-bs-text-right {
    text-align: left!important;
}

.drts-display>.drts-display-element>.drts-display-element-header {
    text-align: left;
}

.directory-portfolio-url {
    width: 100%;
    font-size: 14px;
    padding: 10px 2px;
    font-weight: bold;
}

.drts-portfolio-thumb {
    background: #f8f8f8;
    position: relative;
    width: 250px;
    margin: 0 auto 25px auto;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align:center;
}

.drts img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.directory-listing-photos {
    width: 168px!important;
    height: 168px!important;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #eee;
    padding: 10px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drts-logo.drts-col-xl-3.\:container\(width\>960px\) {
    flex: 0 0 17%;
    max-width: 100%;
}

.drts-company-name {
  font-size:30px;
  font-weight:bold;
  margin-bottom: 10px;
  color:#fff;
}

/*** Pricing ***/
.package-container .drts-entity-field-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.package-button {
    background-color: #009933;
    display: block;
    font-size: 16px;
    padding: 18px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
}

.package-button:hover { 
    text-decoration:none;
}


.package-container .drts-display-element {
    border-radius: 5px;
    border:1px solid #f0f0f0;
    background-color: #f7f7f7;
    padding: 28px 28px 0px 28px;
}

.directory-listing-package h4 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 900;
}

span.label-promocode {
    background: #ff6600;
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px dashed #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

/*** Partner Summary ***/
.drts-display-element.directory-listing-photo {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drts-display-element.directory-listing-photo img {
    border-radius: 4px;
}

.drts-display-element[data-name=entity_field_voting_rating]>span {
    font-weight: normal;
    font-size: 14px;
}

.drts-gutter-sm.drts-y-gutter>[class*=drts-col-] {
    margin-bottom: 30px;
} 

a.drts-entity-permalink {
    font-size: 14px!important;
}

.drts-view-entities-container-list .drts-display-element.drts-display-element-entity_field_voting_rating-1 {
    margin-top: 20px;
}

.drts-display--summary .directory-listing-main {
  padding: 0.8em 1em 0 1em;
}
.drts-display--summary .directory-listing-title {
  font-size: 1.2em;
}
.drts-display--summary .directory-listing-labels {
  position: absolute;
  top: 5px;
  left: 10px;
}
.drts-display--summary .directory-listing-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.drts-display--summary .directory-listing-info,
.drts-display--summary .directory-listing-contact-info {
  font-size: 0.9em; 
  margin: 0.5em 0 0;
}

/*** Partner Summary Customize ***/
.drts-view-post-entities.drts-view-entities-list .drts-display--summary {
   /***box-shadow: 0 0 10px #eee; ***/
   box-shadow: 0 2px 4px rgba(3,27,78,.06);
}

.drts .drts-bs-card {
    border: 0;
}

.drts-view-filter-form .drts-bs-card {
    margin-top: 0px;
}

.drts img {
  margin: 10px auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.drts .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled).drts-bs-active, .drts .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled):active, .drts .drts-bs-show>.drts-bs-btn-outline-secondary.drts-bs-dropdown-toggle {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

.drts .drts-bs-btn-outline-secondary {
    color: #000000;
    border-color: #cccccc;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after, .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    color: #ffb900;
}

.drts-bs-navbar-nav {
    padding: 0 10px!important;
}

.drts .drts-bs-custom-checkbox.drts-bs-disabled .drts-bs-custom-control-label {
    color: #868e96;
}

.drts .drts-bs-btn-light {
    background-color: #eee;
    border-color: #eee;
   border-radius:4px;
}

.drts .drts-bs-custom-checkbox .new-checkbox.checked~.drts-bs-custom-control-label::before {
    background-color: #467fcf;
}

.drts .drts-bs-custom-radio .new-radio.checked~.drts-bs-custom-control-label::before {
    background-color: #467fcf;
}

.drts .drts-bs-custom-checkbox .new-checkbox.checked~.drts-bs-custom-control-label::after {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.drts .drts-bs-custom-radio .new-radio.checked~.drts-bs-custom-control-label::after {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox .new-radio, .drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox .new-checkbox {
    display: none;
}

.drts-bs-custom-radio .new-radio.checked {
    display: none;
}

.drts-form-field-radio-option .new-radio {
    display: none;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after, .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    color: #ffb900!important;
}

/*** Partner Summary ***/
.drts-display--summary .drts img, .drts-display--summary img {
    display: block!important;
    margin: 20px auto 0 auto!important;
}

/*** Partner Add Listing ***/
.page-id-3315 .elementor-shortcode h2 {
    display: none;
}

/*** Partner Dashboard ***/
.drts-display--dashboard-row .directory-listing-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.drts-display--dashboard-row .directory-listing-title a {
    white-space: normal;
}

/*** Add Listing ***/
.drts .drts-bs-btn-primary {
    background-color: #009933!important;
    border-color: #009933!important;
}

.drts .drts-bs-btn-primary:hover {
    background-color: #008833!important;
    border-color: #008833!important;
}

.drts-form.drts-frontendsubmit-addentity-add > .drts-display > .drts-display-element {
    border-radius: 5px 5px 5px 5px;
    background-color: #EFEFEF;
    padding: 20px;
}

.drts-form.drts-frontendsubmit-addentity-add > .drts-display > .drts-display-element > .drts-form-field label {
    margin-bottom: 20px;
}

.drts-form.drts-frontendsubmit-addentity-add .drts-display >.drts-display-element >.drts-display-element-header {
    margin-top: 0;
}

.drts-display>.drts-display-element>.drts-display-element-header span {
    padding: 0;
    margin: 0.2em 0;
    color: #333;
    background-color: #EFEFEF!important;
}

/*** Edit Listing ***/
.drts-form.drts-dashboard-editpost > .drts-display > .drts-display-element {
    border-radius: 5px 5px 5px 5px;
    background-color: #EFEFEF;
    padding: 20px;
}

.drts-form.drts-dashboard-editpost .drts-display >.drts-display-element >.drts-display-element-header {
    margin-top: 0;
}

.drts-form.drts-dashboard-editpost > .drts-display > .drts-display-element > .drts-form-field label {
    margin-bottom: 20px;
}


/*** Partner Listing ***/
.drts-form-flatpickr .flatpickr-input[readonly] {
    cursor: text!important;
}

.drts-entity-form .new-checkbox.checked svg {
    position: absolute;
    z-index: 1;
}

.drts-frontendsubmit-login-register-form-column .drts-bs-form-control {
    padding: 25px 10px;
    font-size: 14px;
}

.drts-frontendsubmit-login-register-form .drts-bs-input-group-text {
    padding: 15px;
    font-size: 14px;
}

.drts-frontendsubmit-login-register-form-separator {
    height: auto;
}    

.drts-frontendsubmit-login-register-form-column button.drts-bs-btn.drts-bs-btn-primary {
    border: 1px solid #009933;
    padding: 10px 15px;
    background-color: #009933;
}

.drts-frontendsubmit-login-form a {
    font-size: 12px;
}

.drts-frontendsubmit-addentity-add .drts-bs-form-control, .drts-frontendsubmit-addchildentity-add .drts-bs-form-control {
    padding: 20px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.drts-frontendsubmit-addentity-add .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
    font-size: 14px;
}

.drts-frontendsubmit-addentity-add .select2-container .select2-selection--single {
    border: 1px solid #ced4da;
}

.drts-frontendsubmit-addentity-add .drts-bs-table th, .drts-frontendsubmit-addchildentity-add .drts-bs-table td, .drts-frontendsubmit-addchildentity-add .drts-bs-table th {
    border-left: 0;
    border-right: 0;
}

.drts-dashboard .drts-bs-badge {
    border-radius: 10rem;
}

.drts-dashboard .drts-bs-table td, .drts-dashboard .drts-bs-table th {
    border-left: 0;
    border-right: 0;
    padding: 15px;
}

.drts-dashboard .drts-dashboard-aside .drts-bs-card-header button, .drts-dashboard .drts .drts-bs-list-group-item {
    padding: 15px;
}

.drts-frontendsubmit-addentity-add .drts-bs-btn-primary {
    background-color: #009933;
    border-color: #009933;
    padding: 10px 15px !important;
    margin-bottom: 25px!important;
}

.drts-frontendsubmit-addentity-add .drts-bs-btn-primary:hover {
    background-color: #009933;
    border-color: #009933;
}

.drts-frontendsubmit-addchildentity-add button.drts-bs-mr-3 {
    background-color: #009933;
    border-color: #009933;
    padding: 10px 15px !important;
    margin-bottom: 25px!important;
}

.drts-frontendsubmit-addentity-add .drts-form-field-removable {
    border-top: none;
    padding-top: 0; 
}

.drts-frontendsubmit-addentity-add select.drts-bs-form-control.drts-location-term-select.drts-location-find-address-component.drts-form-selecthierarchical.drts-location-address-province.selectBox {
    display:block!important;
    height: 42px;
    margin-bottom: 0;
}

.drts-display-element.drts-display-element-view_child_entities_review_review-1 {
    padding-top: 60px;
}

.drts-bs-form-text.drts-form-description.drts-bs-my-2 {
    font-size: 11px;
}

.drts-frontendsubmit-addentity-add .fab {
    font-size: 18px;
}

.drts-frontendsubmit-addentity-add .drts-display-element-column-3, .drts-frontendsubmit-addentity-add .drts-display-element-column-4 {
    margin-top: 40px;
}

.drts-frontendsubmit-addentity-add .drts-bs-custom-control input {
    opacity: 100!important;
}

.drts-frontendsubmit-addentity-add .drts .drts-bs-custom-control-input {
    z-index: 1;
}

.drts-frontendsubmit-addentity-add .drts-display-element-column-1, .drts-frontendsubmit-addentity-add .drts-display-element-column-2,
.drts-frontendsubmit-addentity-add .drts-display-element-column-3, .drts-frontendsubmit-addentity-add .drts-display-element-column-4 {
    padding-left:25px;
    padding-right:25px;
}

.drts-company-location a {
    font-size: 14px;
    color: #fff!important;
}

.drts-company-category a {
    font-size: 14px;
    margin: 0 15px 15px 0;
    border: 1px solid #dbdae3;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 15px;
    padding: 7px 10px 6px;
    color: #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #f9f9f9;
}

.drts-company-category a:hover {
    border: 1px solid #0066cc;
    color: #0066cc;
}

.drts-company-category, .drts-company-location {
    display: inline-block;
}

.directory-listing-rating {
    display: block!important;
}

.directory-listing-rating .drts-voting-rating-average {
    color: #fff;
}

.drts-display--summary .directory-listing-rating .drts-voting-rating-average {
    color: #000;
}

.drts-company-rating-summary {
    margin-bottom:20px;
}

.partner-list-review .drts-entity-field-value {
    display:none;
}

.directory-listing-rating .drts-voting-rating-count {
    color:#fff;
}

.drts-display--summary .directory-listing-rating .drts-voting-rating-count {
    color: #000;
}

.partner-list-review-button {
    margin: 0px 0 20px 0;
}

.drts-view-nav-item-name-sort {
    margin-left: 5px;
}

button.drts-bs-btn.drts-bs-btn-lg.drts-bs-btn-link {
    background: #009933;
    margin-top: 20px;
}

button.drts-bs-btn.drts-bs-btn-lg.drts-bs-btn-link:hover {
    background: #0d8547;
}

.drts .directory-listing-photos img {
    margin: 0px auto;
}

.directory-listing-contact-info-container .drts-display-element-header {
    margin: 2.7em 0 1em 0!important;
    border-bottom: 2px solid #eee;
    font-size: 20px;
    padding: 10px 0;
}

.btn-listing-dashboard {
    margin: 15px 0 0;
}

.drts-frontendsubmit-guest-form {
    display: none;
}

.drts-frontendsubmit-login-register-form-separator {
    height: auto!important;
}

#drts-dashboard-main input.drts-bs-form-control {
    padding: 20px 10px!important;
    font-size: 14px!important;
    border-radius: 5px!important;
}

#drts-dashboard-main textarea.drts-bs-form-control {
    font-size: 14px!important;
}

.drts-display-element-with-background {
    background-size: contain!important;
}

.drts-display--summary .drts-display-element-with-background {
    background-size: auto!important;
}

.drts-logo {
    overflow: initial!important;
}

.drts-logo .drts-display-element-with-background {
    min-height: auto!important;
}

.drts-bs-form-group a.selectBox.selectBox-dropdown {
    display: none!important;
}

.directory-listing-rating  a.selectBox.selectBox-dropdown {
    display: none!important;
}

#drts-body a.selectBox.selectBox-dropdown, .drts-row a.selectBox.selectBox-dropdow {
    display: none!important;
}

.drts .drts-bs-btn-group-sm>.drts-bs-btn, .drts .drts-bs-btn-sm {
    font-size: 14px;
}

.drts .drts-bs-btn {
    font-size: 14px!important;
}

.drts .drts-bs-dropdown-menu {
    font-size: 14px!important;
}

.drts-display--summary .directory-listing-info, .drts-display--summary .directory-listing-contact-info {
    font-size: 12px!important;
}

.drts-display--summary .directory-listing-title a {
    font-size: 18px!important;
    line-height: 1.25em;
    font-weight:600;
    margin-bottom:10px;
    color:#000;
}

.drts-display--summary .directory-listing-title a:hover {
    color:#0066cc;
    text-decoration:none;
}

.drts-display-element.drts-display-element-388.drts-display-element-inlineable {
    font-size: 14px;
}

.drts-display-element.drts-display-element-388.drts-display-element-inlineable a {
    color:#868e96;
}

.drts-display-element.drts-display-element-388.drts-display-element-inlineable a:hover {
    color:#0066cc;
    text-decoration:none;
}

.drts .drts-bs-custom-control-label::after, .drts .drts-bs-custom-control-label::before {
    top: .25rem;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
}

.drts-view-post-entities .drts-display--summary {
    background-color: #ffffff!important;
    border: 1px solid #ececec!important;
}

.drts-view-post-entities.drts-view-entities-list .drts-display--summary {
    margin-bottom: 30px;
    border-radius: .25rem;
}

.drts-display-element-with-background {
    background-color: #f9f9f9;
}

.drts-display--summary .directory-listing-main {
    padding: 0 20px 20px 20px;
    background: #fff;
    text-align:center;
}

.drts .drts-bs-badge-warning {
    color: #fff;
}

.drts .drts-bs-text-warning { 
    color: #ffb900!important;
    font-size: 20px!important;
}

.drts .drts-bs-badge {
    border-radius:0;
}

.drts-display--summary .directory-listing-labels {
    right: 10px;
    left: auto;
}

.drts-view-entities-list-grid > .drts-row>[class*=drts-col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.drts-display-element.drts-display-element-636 {
    font-size: 14px;
    margin-top: 5px;
    line-height: 150%;
}

.drts-system-widget .drts-form label {
    font-size: 14px!important;
    line-height: 1.3em;
}

.drts-view-filter-form .drts-bs-card-header {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 0;
}

.drts-view-filter-form .drts-bs-card {
    margin-bottom: 30px;
    border-radius: .25rem;
}

.drts-display-element.drts-display-element-1093.drts-display-element-inlineable {
    margin-top: 15px;
}

.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox .new-radio, .drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox  .new-checkbox {
    border: none;
}

.drts .drts-bs-custom-control {
    padding-left: 2rem;
}
    
.rank-math-breadcrumb {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.rank-math-breadcrumb a {
    color: #fff;
}

.drts-frontendsubmit-addchildentity .rank-math-breadcrumb {
    margin-top: -60px;
    margin-bottom: 60px;
}

#dtrs-summary-breadcrumbs {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    color: #000;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
}

#dtrs-summary-breadcrumbs a {
    color: #000;
}

.drts-join-widget {
    padding: 35px 30px;
    background: linear-gradient(to bottom, rgba(33,150,243,0.7) 0%,rgba(63,81,181,0.7) 100%);
    color: #fff;
    border-radius:4px;
    margin-bottom: 40px;
}

.drts-join-widget h5 {
    color: #fff;
    font-weight: 900;
}
                   
.drts-join-widget a.btn {
    color: #0066cc;
    background: #fff;
    font-weight:bold;
    font-size:15px;
}

.partner-slider h4 {
    color: #fff;
    margin-top: 60px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
                
.partner-slider p {
    color: #fff;
}

.drts-frontendsubmit-addchildentity .inner-slider > div {
    height:100px;
}

.drts .drts-bs-btn-success {
    background-color: #009933!important;
    border-color: #009933!important;
}

/*** Reset Password ***/
.lostpassword-submit [type=submit], .lostpassword-submit [type=submit]:active, .lostpassword-submit [type=submit]:focus, .lostpassword-submit [type=submit]:hover {
    border: none;
}

#lostpasswordform fieldset, #resetpasswordform fieldset {
    border: none;
    padding: 0;
}

#lostpasswordform legend, #resetpasswordform legend {
    display: none;
}

#lostpasswordform label {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.drts-frontendsubmit-lostpassword #content {
    max-width: 600px;
    border:1px solid #D6D6D6;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 5px;
}

.drts-frontendsubmit-lostpassword #content .drts-form-buttons {
    margin-top: 20px!important;
}
 
.drts-frontendsubmit-lostpassword #content h1 {
    margin-top: 0;
}

.drts .drts-bs-close:not(:disabled):not(.drts-bs-disabled):focus, .drts .drts-bs-close:not(:disabled):not(.drts-bs-disabled):hover {
    background: none;
}

/*** Login ***/
.drts-frontendsubmit-loginorregister #content {
    max-width: 600px;
}

.drts-frontendsubmit-login-register-form-column {
    border: 1px solid #D6D6D6;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

/*** Hide Registration ***/
.drts-frontendsubmit-login-register-form-separator {
    display: none;
}

.drts-frontendsubmit-login-register-form > .drts-frontendsubmit-login-register-form-column:nth-child(2), .drts-frontendsubmit-login-register-form > .drts-frontendsubmit-login-register-form-column:nth-child(3) {
    display: none;
}

/*** Reset Password ***/
.drts-frontendsubmit-resetpassword #content {
    max-width: 600px;
    border:1px solid #D6D6D6;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.drts-frontendsubmit-resetpassword #content h1 {
    margin-top: 0;
}

/*** Dashboard  ***/
#drts-dashboard-main .drts-bs-table td {
    vertical-align: middle!important;
}

/** FS Newsletter **/
.footer-subscription-form .fs_1410934bf2b7cf0d4089c4d072d00898d7a239f4fa9540fca8ba376a983e916b .fserv-container {
    background-color: transparent!important;
    box-shadow: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.footer-subscription-form input.fserv-input-text {
    min-height: 60px!important;
    font-size: 14px!important;
}

.footer-subscription-form .fserv-label {
    display: none;
}

.footer-subscription-form .powered-by {
    display:none!important;
}

.footer-subscription-form .fserv-field {
    padding: 0;
}

.footer-subscription-form .fserv-container .fserv-form {
    width: 100%;
    display: inline-block;
}

.footer-subscription-form .fserv-field {
    display: inline-block;
    padding: 0;
    float: left;
    margin-top: 0;
    width: 35%;
}

.footer-subscription-form .fserv-field+div:not(.fserv-field) {
    border-top: 0!important;
    margin-top: 0;
    padding: 0;
}

.footer-subscription-form .fserv-container button[type=submit].fserv-button-submit {
    width: 30%;
    min-height: 60px!important;
    border-radius: 0;
    margin: 0;
    outline: none;
}


.footer-subscription-form input.fserv-input-text::placeholder {
    color: #999!important;
}

.footer-subscription-form .fserv-field+.fserv-field {
    margin-top: 0px; 
}

.footer-subscription-form .fs-webform-container .fserv-field {
    padding: 0;
}

.footer-subscription-form .fs-webform-container .fserv-label {
    display: none;
}

.footer-subscription-form .fs-webform-container .fserv-field+.fserv-field {
    margin-top: 0;
}

.footer-subscription-form .fserv-container .fserv-form .fserv-field+div:not(.fserv-field) {
    display: contents;
}

.footer-subscription-form .fs-webform-container .fserv-container button {
    padding: 0;
}