@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
    
.country-collapse label {color:#fafafa;}
.select-country {
    font-size: 14px;
    border: 0;
    color: #79889e;
    cursor: pointer;
    background: none;
}
.select-country:hover {
    color: #07101c;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.about-author {
  background: #dcf2ea;
     padding: 5px 20px;
    margin-bottom: 20px;
    margin-top: 10px;

}
.about-author h4 {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-author h4 span {font-weight: 800;}
.ul-anchor {display:none;}


.ul-anchor li a {
    color: #07101c;
}

.ul-anchor li::marker {
    color: #009285;
    font-size: 130%;
}

.ul-anchor li a:hover {
    color: #009285;
}

.reply-comment #deleteReply{
    color: #009285;
    cursor: pointer;
}
.comment p {
    color: #3a4048;
    margin-top: 8px;
}



.recommend-block {
    background: aliceblue;
    padding: 2% 3%;
    margin-bottom: 15px;
    border-radius: 3px;
}
.title-recommend {
    color: #92a7c4;
    font-weight: 700;
    font-size: 1.25rem;
}

.image-block {display: inline-block;width: 48%;}

.website-block {
    display: inline-block;
    margin: 2%;
    width: 48%;
    text-align: center;
}

.website-block-full {
    display: block;
    margin: 2%;
    text-align: center;
}

.website-block p, .website-block-full p {    
    text-transform: uppercase;
    color: #535979;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 95%;
}

.button-website {
    display: inline-block;
    color: #07101c;
    border: 1px solid #07101c;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 10px;
}
.button-website:hover {color: white;background:#07101c;}


/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
 /*body {
  color: #3a4048;
  /*background-color: #fafafa;*/
  /*
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 500; 
  overflow-x: hidden;
  -webkit-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
}
*/

body {
    color: #3a4048;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.post-content img {
    border: 1px solid #dddddd;
}

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

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

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

.relative {
  position: relative;
}
/*=================================================================*/
/*                      SEARCH POPUP                              
/*=================================================================*/
.result-search {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.search-but-close {
    text-align: center;
    margin-top: 20px;
}
.search-but-close .btn-close {
    right: unset !important;
    top: unset !important;
    position: inherit !important;
    opacity: 1;
    box-sizing: content-box;
    width: unset;
    height: unset;
}
.search-popup {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.search-popup.visible {
  opacity: 1;
  visibility: visible;
  animation: growOut 500ms ease-in-out forwards;
}
.search-popup .search-content {
  margin-top: 80px;
}

.search-content #livesearch {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1%;
}

.search-content #livesearch .serviceBlockSearch{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-content #livesearch .serviceBlockSearch a{
    color: black;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 10px;
}
.search-content #livesearch .serviceBlockSearch a:hover{
    color: #009285;
}

.search-content #livesearch .serviceBlockBlog{
    width: 100%;
    margin-top: 20px;
}
.search-content #livesearch .serviceBlockBlog a{
    color: black;
    font-size: 110%;
    padding: 10px;
    width: 100%;
    display: block;
    background: #94ecd7;
    border-radius: 5px;
    margin-bottom: 10px;
}


    

.search-popup .search-content .search-form {
    width: 1000px;
    margin: 0 auto;
    padding: 0% 1%;
}


.search-popup .btn-close {
  right: 30px;
  top: 30px;
  position: absolute;
}

.search-content .col-sm-4 {
    border-left: 1px solid #a5acb2;
    margin-bottom: var(--bs-gutter-y);
    font-size: 16px;

}

.search-content  img {
    max-width: 120px;
    margin: 10px;
}



.search-content a:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 5px 25px rgba(170, 177, 187, 0.5);
    box-shadow: 0 5px 25px rgba(170, 177, 187, 0.5);

}

/*=================================================================*/
/*                      BLOCK-INFO-SERVICE-SIDEBAR                            
/*=================================================================*/


@media (min-width: 1280px) {
    .service-name-rate-val-s {
        font-size: 18px;
        line-height: 28px;
    }
}
.service-name-rate-val-s {
    margin-right: 6px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #1cd1c3;
    display: inline-block;
}
@media (max-width: 480px) {
    .service-name-rate-val-s {
        margin-right: 0px;
    }
    .search-content #livesearch .serviceBlockSearch a{
        padding: 5px;
        margin: 5px;
    }
}

.average-rate-s:before {
    content: '★★★★★';
    position: relative;
    color: rgb(28 209 195 / 29%);
    background: linear-gradient(90deg, #1cd0c2 var(--percent), rgb(28 209 195 / 29%) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
    .average-rate-s {
        font-size: 16px !important;
    }
}
/*=================================================================*/
/*                      BLOCK-INFO-SERVICE                            
/*=================================================================*/

			       .main-service {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 10px;
                        padding: 10px;
                        background-color: #29244d; /*#3d3a54;*/
                        border-radius: 10px;
                        color: #fff;
                    }
                    
                    .main-service {
                        padding: 15px;
                    }

                    .service-block-header {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        margin-bottom: 15px;
                    }
                    
                    .service-block-header .rec-yes {
                        color:#fff;
                        background: #009285;
                        padding: 5px 10px;
                        border-radius: 3px;
                        font-size: 90%;
                        white-space: normal;
                        width: auto !important;
                        margin-right: 10px !important;
                    }
                    
                    .service-position-rating {
                        display: flex;
                        align-items: center;
                        font-size: 14px;
                        line-height: 16px;
                        white-space: nowrap;
                    }
                    .service-position-rating a {
                        color: #b5b5b5;
                        text-decoration: underline;
                    }
                    .service-position-rating a:hover {
                        color: #fff;
                    }
                    
                    
                    
                    .service-recommend {display: none;}
                    .service-recommend, .service-recommend-mobile  {
                        width: 100%;
                        margin: 10px 0 0;
                        -webkit-overflow-scrolling: touch;
                        -ms-overflow-style: none;
                        scrollbar-width: none;
                    }
                    .service-recommend-text {
                        display: inline-block;
                        margin-bottom: 10px;
                        font-size: 14px;
                        line-height: 16px;
                        background: #2d706b;
                        padding: 10px;
                        border-radius: 2px;
                    }
                    
                    .service-logo-name {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                    }
                    .service-logo {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-shrink: 0;
                        width: 70px;
                        height: 70px;
                        margin-right: 10px;
                        margin-left: 5px;
                    }
                    .service-logo img {border-radius: 10px;}
                    
                    .service-name-title {
                        display: flex;
                        align-items: center;
                        margin-bottom: 0px;
                        font-size: 20px;
                        line-height: 24px;
                        font-weight: bold;
                        margin-top: 0px;
                        flex-wrap: wrap;
                    }
                    
                    .service-name-title h1 {
                            color: white;
                            display: inline-block;
                            line-height: inherit;
                            margin: inherit;
                            font-size: inherit;
                            margin-right: 5px;
                    }
                    
                    .service-name-title a {
                        display: block;
                        padding-bottom: 6px;
                        color: #000;
                        margin-right: 5px;
                        
                    }
                    .service-name-title a:hover {
                        color: #009285;
                    }
                    
                    .service-name-rate-val {
                        margin-right: 6px;
                        font-size: 16px;
                        line-height: 21px;
                        font-weight: bold;
                        color: #ffd802;
                        display: inline-block;
                    }
                    
                    .service-name-rate-who {
                        color: #fff;
                        font-size: 90%;
                        margin-left: 5px;
                        display: inline-block;
                    }
                    
                    .service-function {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 10px;
                        
                    }
                    .service-function-right {
                        padding: 12px;
                        border: solid 1px #EBEBEB;
                        border-radius: 10px;
                    }
                    .service-function-right h3 {
                        color: #009285;
                        font-size: 16px;
                        margin: 10px 0 0 0;
                    }
                    .service-function-right a.link-func {
                        color: #fff;
                        text-decoration: 1px underline;
                    }
                    
                    .service-function-right a.link-func:hover {
                        color: #0bc1b1;
                    }
                    
                    
                    .service-info-footer a, .service-info-footer span {
                        
                            color: white;
                            margin-left: 10px;
                            border-left: 1px solid #fff;
                            padding-left: 10px;
                    }
                    
                   
                    
                    .service-info-footer a:hover{color: #0bc1b1;}
                    .service-info-footer a:first-child {
                        margin-left: 0px;
                        border-left: none;
                    }
                    
                    .service-button-go-footer {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin: 10px -10px -10px;
                        padding: 15px 10px;
                        background-color: #383262; /*#4e4c62*/
                        border-radius: 0 0 10px 10px;
                    }
                    
                    .but-go {
                        background: #ff701c;
                        color: #fff;
                        padding: 12px;
                        font-weight: 600;
                        border-radius: 5px;
                        width: 100%;
                        text-align: center;
                        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
                    }
                    .but-go:hover {
                         color: #fff;
                         opacity: 0.85;
                    }
                    .service-name-title-founded {font-size: 18px;}
                    
                    		        .average-rate {
                    position: relative;
                    font-size: 18px;
                }

                .average-rate:before {
                  content: '★★★★★';
                  position: relative;
                  color: rgb(255,168,20,0.3);
                  background: linear-gradient(90deg, gold var(--percent), rgb(255,168,20,0.3) var(--percent));
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent;
                }
                
                    
                .li-plus li::marker {
                    color: #00ef42;
                    font-size: 120%;
                    content: "+ ";
                    font-weight: 700;
                }
                .li-minus li::marker {
                    color: red;
                    font-size: 120%;
                    content: "- ";
                    font-weight: 700;
                }
                
                
                
                .service-function-left ul {padding-left: 1.2rem;}
                    
                    @media (min-width: 360px) {
                        .service-name-title {
                            font-size: 22px;
                            line-height: 26px;
                        }
                        .service-button-go-footer {
                            margin: 10px -15px -15px;
                        }
                    }
                    
                    @media (min-width: 769px) {
                        .service-block-header {
                            flex-wrap: nowrap;
                            justify-content: space-between;
                        }
                        .service-position-rating {
                            flex-shrink: 0;
                            width: 160px;
                            margin-right: 50px;
                        }
                        .service-recommend-mobile {display: none;}
                        .service-recommend {
                            display: flex;
                            align-items: center;
                            overflow-x: auto;
                        }
                        .service-recommend {
                            margin: 0;
                            width: initial;
                        }
                        .service-recommend-text {
                            margin-bottom: 0;
                        }
                        .service-block-center {
                            display: flex;
                            align-items: center;
                            margin-bottom: 14px;
                        }
                        .service-logo-name {
                            flex-shrink: 0;
                            width: 280px;
                            margin: 0 15px 0 0;
                        }
                        
                        .service-function {
                            flex-direction: row;
                            width: 100%;
                            margin: 0;
                            padding: 10px;
                            background-color: rgba(255, 255, 255, 0.05);
                            border-radius: 10px;
                        }
                        .service-function-left {
                                min-width: 200px;
                                border-right: 1px solid #777580;
                                padding-right: 15px;
                        }
                        .service-function-right {
                            width: 100%;
                            margin-left: 15px;
                            padding: 0px;
                            border: none;
                            color: #fff;
                            max-width: 180px;
                        }
                        .service-block-footer {
                            display: flex;
                            align-items: center;
                        }
                        .service-info-footer {
                            display: flex;
                            align-items: center;
                            width: 100%;
                        }
                        .service-button-go-footer {
                            flex-direction: column;
                            align-items: flex-start;
                            flex-shrink: 0;
                            width: 165px;
                            margin: 0;
                            padding: 0 0 0 15px;
                            background-color: transparent;
                          
                            border-radius: 0;
                        }
                        
                        
                        .service-function-left img {
                            cursor: zoom-in;
                        }
                        .service-function-left img:active {
                            transform: scale(2);
                        }
                        
                    }
                    
                    @media (min-width: 1024px) {
                        .service-logo-name {
                            flex-shrink: initial;
                            width: 100%;
                        }
                        .service-function {
                             width: 100%;
                            justify-content: flex-end;
                            padding: 0;
                            background-color: transparent;
                        }
                        .service-function-left {
                            width: 320px;
                            padding: 15px;
                            background-color: rgba(101, 101, 101, 0.03); 
                            border: 0;
                            border-radius: 10px;
                        }
                        .service-function-right {
                            width: 345px;
                            padding: 15px 15px 10px;
                            border: solid 1px #EBEBEB;
                            border-radius: 10px;
                            max-width: none;
                        }
                        .service-block-footer {
                            align-items: initial;
                            justify-content: space-between;
                            background-color: #342f56; /*#45425b;*/
                            margin: 0 -15px -15px;
                            padding: 15px;
                            border-radius: 0 0 10px 10px;
                        }
                        .service-button-go-footer {
                            justify-content: center;
                            min-height: 100%;
                            width: 360px;
                            margin: -15px -15px -15px 0;
                            padding: 15px;
                            background-color: #403b69; /*#4e4c62;*/
                            border: 0;
                            border-radius: 0 0 10px 0;
                        }
                    }
                    
                    @media (min-width: 1380px) {
                        
                        .service-function-left {
                            width: 450px;
                        }
                        
                        .service-position-rating {
                            font-size: 16px;
                            line-height: 24px;
                        }
                        .service-block-center {
                            margin-bottom: 22px;
                        }
                        .service-logo {
                            width: 100px;
                            height: 100px;
                            margin-right: 15px;
                        }
                        .service-name-title {
                            font-size: 30px;
                            line-height: 36px;
                        }
                        .service-name-rate {
                            display: flex;
                            align-items: center;
                        }
                        .service-name-rate-val {
                            font-size: 23px;
                            line-height: 28px;
                        }
                        .service-function-right {
                            margin-left: 24px;
                        }
                    }
                    

                    
                    @media (min-width: 1820px) {
                        .service-function-left {
                            width: 500px;
                        }
                        .service-function-right {
                            width: 500px;
                        }
                    }

                    @media (max-width: 1024px) {
                        .service-info-footer a, .service-info-footer span {
                                width: 47%;
                                display: inline-block;
                                text-align: center;
                                background: #383262; /*#494564;*/
                                border-radius: 5px;
                                padding: 10px 5px;
                                border: none;
                                font-size: 14px;
                                margin: 2% 1% !important;
                                
                        }
                        .service-info-footer a.icon-folder,  .service-info-footer a.icon-link,  .service-info-footer span.icon-globe {width: 100%;}
                        .service-info-footer a {word-break: break-all;}
                        
                        .service-info-footer a:before, .service-info-footer span:before {
                                    display: block;
                                    margin-bottom: 10px;
                        }
                       
                    }
                    
                    @media (max-width: 480px) {
                        .service-name-rate-who {font-size: 80%;margin-left: 2px;}
                        .average-rate {font-size: 16px !important;}
                        .service-block-header .rec-yes {font-size: 12px;}
                        .service-name-rate-val {margin-right: 0px;}
                        .service-name-rate-who {margin-left: 0px;}

                        
                    }
                    
                    .list-rating {
                        background-color: #fff;
                        border-radius: 10px;
                        color: #3a4048;
                        border: solid 1px #EBEBEB;
                        -webkit-box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);
                        box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);
                        margin-bottom: 30px;
                    }
                    
                    .list-rating .service-logo {    
                        border: 1px solid #ebebeb;
                        border-radius: 10px;
                    }
                    
                    .list-rating .service-name-title a {color: #000;}
                    
                    .list-rating a.href-link {
                        color: #838383 !important;
                        word-break: break-all;
                    }
                    .list-rating .service-block-footer {
                        background-color: #fff;
                        border-top: 1px solid #ebebeb;
                        
                    }
                    
                    .list-rating .service-info-footer a,.list-rating  .service-info-footer span {
                            border-left: 1px solid #ebebeb;
                    }
                    .list-rating .service-button-go-footer {
                        background-color: #fff;
                    }
                    
                    .list-rating  .service-function-right, .list-rating  .service-function-right a.link-func {
                                color: #3a4048;
                    }
                    .list-rating .service-info-footer a, .list-rating .service-info-footer span {
                        color: #3a4048;
                    }
                    
                    .list-rating .service-info-footer span {
                        max-width: 37%;
                        background: #ffeadf; /*#f2f2f2;*/
                        padding: 2px 10px;
                        border-radius: 10px;
                    }
                    
                    @media (max-width: 769px) {
                        .list-rating .service-info-footer span {
                            max-width: 100% !important;
                            width: 100%;
                        }
                    }
                    
                    .list-rating  .service-function-right a.link-func:hover, .list-rating a.href-link:hover, .list-rating .service-name-title a:hover, .service-info-footer a:hover {    color: #ff701d !important;}
                    
                    /*.service-name-rate {white-space: nowrap;}*/
                    
                    .list-rating .service-block-header {
                        flex-wrap: nowrap;
                    }
                    
                    @media (min-width: 1024px) {
                        .list-rating .service-info-footer a:first-child {
                            margin-left: 0px;
                            border-left: none;
                        }
                    }
                    
                    @media (max-width: 1024px) {
                    .list-rating .service-info-footer a {
                            background: #fff;
                            border-radius: 5px;
                            padding: 10px 2px;
                            border: 1px solid #ebebeb;
                            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
                        }
                        .list-rating .service-info-footer span {
         
                            border-radius: 5px;
                            padding: 10px 2px;
                     
                        }
                    .list-rating .service-block-footer   {border-top: none;}
                    }


/*=================================================================*/
/*                      TYPOGRAPHY                              
/*=================================================================*/

.showBannerBlock {
    padding: 0px;
    margin-top: 10px;
    text-align: center;
}
.showBannerBlock:hover {
    opacity: 0.8;
}



h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;    
  color: #07101c;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0;
  position: relative;
}



.post-content h2, .section-header h2 {
    border-left: 7px solid #0bb8a9;
    padding-left: 10px;
    margin-top: 30px;
}


a {
  color: #009285;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-content a {
    color: #0cb5a6;
    outline: 0;
    text-decoration: underline;
}
a:hover {
  color: #07101c;
}
a:focus {
  outline: 0;
}
.post-single ul li {
  list-style-type: square;
}
.blockquote {
  font-size: 18px;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    background: #f8fffc;
    border-radius: 5px;
    overflow-x: auto;
    border: none;
    border-left: solid 3px #19cebe;
}

blockquote p {
  line-height: 1.6;
}

.blockquote-footer {
  margin-top: 0;
}

.table {
  color: #707a88;
}

/* Table */
.table-wrapper, .tableWrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }


table {
  margin: 0 0 2em 0;
  width: 100%;
  font-size: 14px;}
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #3d4449;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
.rating-link-header {text-decoration: solid underline #009285 3px;color: #000 !important;}
.rating-link-header:hover {color: #515255 !important;}
.header-default {
  padding: 10px 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.header-default .navbar-nav {
  margin-left: 50px;
}

.header-default.clone {
  padding: 5px 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  border-bottom: solid 1px #EBEBEB;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
  z-index: 4;
}

.header-personal nav.clone, .header-classic .header-bottom.clone {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  border-bottom: solid 1px #EBEBEB;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
  z-index: 4;
}
.header-personal nav.clone .centered-nav, .header-classic .header-bottom.clone .centered-nav {
  border-top: 0;
}


body.down .header-default.clone, body.down .header-personal nav.clone, body.down .header-classic .header-bottom.clone {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.navbar {
  padding: 0;
}

.navbar-nav {
  font-size: 14px;
}
.navbar-nav .nav-link {
  padding: 0.439rem 1rem;
  color: #79889e;
}
.navbar-nav .nav-link:hover {
  color: #07101c;
}
.navbar-nav li.active .nav-link {
  color: #FFF;
  border-radius: 25px;
  background: #07baaa;
  background: -webkit-linear-gradient(left, #07baaa 0%, #1fd1c3 100%);
  background: linear-gradient(to right, #07baaa 0%, #1fd1c3 100%);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.navbar-brand img, .logo img {max-width: 130px;}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.2);
  -moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.2);
  box-shadow: 0 8px 20px rgba(32, 54, 86, 0.2);
}
.dropdown-menu:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -10px;
  left: 25%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #FFF;
}
.dropdown-menu li:after {
  content: "";
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
  display: block;
  height: 1px;
  width: 100%;
}
.dropdown-menu li:last-child:after {
  content: "";
  display: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 13px;
  color: #79889e;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover {
  margin-left: 5px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #009285;
  background-color: transparent;
}

.dropdown-divider {
  height: 0;
  margin: 0.1rem 0;
  overflow: hidden;
  border-top: 1px solid #DDD;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  font-family: "simple-line-icons";
  font-size: 8px;
  border-top: transparent;
  border-right: transparent;
  border-bottom: 0;
  border-left: transparent;
}

.burger-icon:before, .burger-icon:after {
  content: "";
  background: #FFF;
  display: block;
  margin: auto;
  height: 1px;
  width: 15px;
}
.burger-icon:before {
  margin-bottom: 6px;
}
.burger-icon:after {
  margin-top: 6px;
}

.header-right .header-buttons {
  display: inline-block;
  margin-left: 50px;
}
.header-right .header-buttons button {
  margin-left: 10px;
}
.header-right .header-buttons button:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {

    .noneDesc {
      display: none;
      overflow: hidden;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
.canvas-menu {
  background: #FFF;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 6;
  -webkit-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
  -moz-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
  box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* === Vertical Menu === */
  /* === Submenu === */
}
.canvas-menu.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.canvas-menu.position-left {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-350px);
  -moz-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -o-transform: translateX(-350px);
  transform: translateX(-350px);
}
.canvas-menu.position-left.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.canvas-menu .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  position: absolute;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.4;
  right: 30px;
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.canvas-menu .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.canvas-menu .btn-close:hover {
  opacity: 1;
}
.canvas-menu .logo {
    margin-bottom: 30px;
    margin-top: 0px;
    width: 100%;
}
.canvas-menu nav {
  width: 100%;
}
.canvas-menu .vertical-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.canvas-menu .vertical-menu li.openmenu > a {
  color: #07101c;
}
.canvas-menu .vertical-menu li.openmenu .switch {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.canvas-menu .vertical-menu li {
  padding: 0;
  position: relative;
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.canvas-menu .vertical-menu li:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.canvas-menu .vertical-menu li.active a {
  color: #009285;
}
.canvas-menu .vertical-menu li.active .submenu a {
  color: #79889e;
}
.canvas-menu .vertical-menu li.active .submenu a:hover {
  color: #07101c;
}
.canvas-menu .vertical-menu li .switch {
  border: solid 1px #EBEBEB;
  border-radius: 5px;
  font-size: 10px;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  color: #009285;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.canvas-menu .vertical-menu li a {
  color: #07101c;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.canvas-menu .vertical-menu li a.rating-vertical-menu {
  font-weight: 700 !important;
}
.canvas-menu .submenu {
  display: none;
  padding: 10px 20px;
}
.canvas-menu .submenu li {
  padding: 5px 0;
}
.canvas-menu .submenu li:after {
  content: "";
  display: none;
}
.canvas-menu .submenu li a {
  color: #79889e;
  font-size: 14px;
  font-weight: 400;
}
.canvas-menu .submenu li a:hover {
  color: #07101c;
}

/*=================================================================*/
/*                      SECTIONS                              
/*=================================================================*/
.site-wrapper .main-overlay {
  opacity: 0;
  visibility: hidden;
  filter: blur(2px);
  background: #fff;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-wrapper .main-overlay.active {
  opacity: 0.6;
  visibility: visible;
}

section {
  position: relative;
}

.main-content {
  margin-top: 40px;
}

.main-content-lg {
  margin-top: 140px;
  margin-bottom: 140px;
}

.container-minimal {
  max-width: 900px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-header {
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  
}


.section-title {
  font-size: 24px;
  margin: 0;
}


/*=================================================================*/
/*                      PROXY-MAIN                             
/*=================================================================*/



    
                    
                .list-rating a.href-link {
                    color: #c8c8c8;margin-bottom: 0px;display: block;font-size: 105%;width: 100%;
                    
                }
                .list-rating a.href-link:hover {
                    color: #1ed1c3;
                }
                
                .list-rating .service-recommend {
                    width: auto !important;
                    margin: 0px !important;
                    display: flex !important;
                }


                .list-rating .service-name-title a {
                    padding-bottom: 1px !important;
                }
                
                .showLang {
                    display: flex;
                    align-items: center;
                    background: #f2fff0;
                    padding: 5px 10px;
                    border-radius: 5px;
                    color: #248b04;
                    font-size: 14px;
                }
                
                .showLangNo {
                    display: flex;
                    align-items: center;
                    background: #fff0f0;
                    padding: 5px 10px;
                    border-radius: 5px;
                    color: #dd2a37;
                    font-size: 14px;
                }
                
                .showLang img,.showLangNo img  {    max-width: 18px;margin-left: 5px;}
                .section-rating .li-plus li::marker {color: #2da308 !important;}
                .section-rating .li-minus li::marker {color: #dc362e !important;}
    
/*=================================================================*/
/*                      PROXY-LIST                             
/*=================================================================*/


                        
                        
                        .setList ul {
                            display: flex;
                            -webkit-flex-wrap: wrap;
                            -ms-flex-wrap: wrap;
                            flex-wrap: wrap;
                            padding-left: 0px;
                            padding-right: 0px;
                            max-height: 775px;
                            overflow-y: auto;
                        }
                        
                        .setList ul li {
                            
                                list-style-type: none;
                                font-size: 16px;
                                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
                                border-radius: 5px;
                                padding: 5px 10px;
                                white-space: nowrap;
                                margin-right: 2%;
                                margin-bottom: 2%;
                                overflow: hidden;
                        }
                        
                        #tabs li {
                            cursor: pointer;
                            background: #0ab9a9;
                            color: white;
                        }
                        #tabs li.inactive {
                            background: none;
                            color: black;
                        }

                        #tabs li.inactive:hover {
                            background: #e3f9f7;
                            color: black;
                        }
                        
                        .setList .liWidth {width: 18%;}
                        
                        .setList ul li .flag-icon {margin-right: 5px;}
                        
                        .setOtherList {
                            display: flex;
                            justify-content: space-between;
                            border-top: 1px solid #ccc;
                            padding: 15px 0px;
                            font-size: 16px;
                            align-items: center;
                        }
                        
                        .setOtherListKey {
                            text-align: right;
                        }
                        
                        .setOtherList img {max-width: 25px;border: 0px;}
                        
                        .setOtherListFirst {
                            border-top: 0px;
                        }
                        
                        .setOtherListTitle {font-weight: 700;}
                         .post-content .form-control {
                                    margin-bottom: 20px;
                                    width: 98%;
                            }
                            
                        .blockFlexPrice {
                            display: flex;
                            justify-content: space-between;
                            width: 100%;
                        }
                        .setListPrice {width: 30%;}
                        .setListPriceVal{width: 66%;}
                        .setListPrice ul {
                            display: flex;
                            padding-left: 0px;
                            -webkit-flex-wrap: nowrap;
                            -ms-flex-wrap: nowrap;
                            margin-bottom: 10px;
                            flex-direction: column;
                        }
                        .setListPrice ul li {
                            list-style-type: none;
                            font-size: 16px;
                            white-space: nowrap;
                            margin-right: 2%;
                            margin-bottom: 10px;
                            overflow: visible;
                            cursor: pointer;
                            border-bottom: 1px solid #0ab9a9;
                            color: #0ab9a9;
                            padding: 10px;
                            background: #f5f5f5;
                        }
                        .setListPrice ul li.inactive {
                            color: black;
                            border-bottom: none;
                            background: #f5f5f5;
                        }
                                    
                        .setListPrice ul li:hover {
                            opacity: 0.8;
                        }
                        .setOtherPrice {
                            padding: 8px 0px;
                        }
                        
                        @media only screen and (max-width: 876px) {

                            .post-content .form-control {
                                    width: 100%;
                            }
                            
                            .setList ul {
                                
                                -webkit-flex-wrap: nowrap;
                                -ms-flex-wrap: nowrap;
                                flex-wrap: nowrap;
                                overflow-x: auto;
                            }
                            
                            .setList .liWidth, .setListPrice, .setListPriceVal  {
                                width: 100%;
                            }
                            .setList ul li {
                                
                                margin-left: 4px;
                                overflow: visible;
                            }
                            
                            .blockFlexPrice {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;
                                width: 100%;
                            }

                            .setListPrice ul {
                                margin-bottom: 2px;
                                overflow-x: auto;
                                flex-direction: row;
                            }
                            
                            .setListPrice ul li {
                                font-size: 15px;
                                padding: 5px;
                            }
                            
                           
                        
                        }
                        
                        
                    
                        
                        .listServiceGrid {
                            display: grid;
                            grid-template-columns: 1fr 1fr 1fr 1fr;
                            grid-gap: 20px;
                        }
                        .borderGridList {
                            border: 1px solid #ccc;
                            border-radius: 5px;
                            transition: 0.2s;
                        }
                        .borderGridList:hover {
                            border: 1px solid #ff701c;
                            
                        }
                        .contentList {
                            display: block;
                            text-align: center;
                            margin: 25px;
                        }
                        
                        .contentList img {max-width: 140px;}
                        .rateList {
                            text-align: right;
                            margin: 13px 10px;
                        }
                        
                        .rateList span {
                            position: relative;
                            padding: 7px;
                            border-radius: 5px;
                            color: white;
                            font-weight: 700;
                            font-size: 90%;
                        }
                        
                        .imgPay {
                            max-width: 24px;
                            border: 0px !important;
                            margin-right: 5px;
                        }
                        
                        @media only screen and (max-width: 978px) {
                            
                            .listServiceGrid {
                                grid-template-columns: 1fr 1fr 1fr;
                                grid-gap: 15px;
                            }
                            
                        }
                        
                        @media only screen and (max-width: 798px) {
                            
                            .listServiceGrid {
                                grid-template-columns: 1fr 1fr;
                            }
                            
                        }
                        
                        @media only screen and (max-width: 480px) {
                            
                            .listServiceGrid {
                                grid-template-columns: 1fr;
                                grid-gap: 30px;
                            }
                            
                        }
                        
                        

/*=================================================================*/
/*                      POST                              
/*=================================================================*/
                       
 .gobut {

        color: #fff !important;
        margin: 20px 0px !important;
        display: block;
        margin: 0 0 .1em 0;
        width: 100%;
        height: 3.8125em;
        line-height: 3.8125em;
        font-size: .7em;
        padding: 0 1em;
        
        
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
        -webkit-transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
        -ms-transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
        transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
        border: 0;
        box-shadow: inset 0 0 0 1px rgba(160, 160, 160, .3);
        cursor: pointer;
        font-weight: 800;
        letter-spacing: .18em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        background: #07baaa;
        background: -webkit-linear-gradient(left, #07baaa 0%, #1fd1c3 100%);
        background: linear-gradient(to right, #07baaa 0%, #1fd1c3 100%);
        border-radius: 5px;
        
 }
 .gobut:hover {opacity:0.8;}                            
           
.post-no-photo {-webkit-box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);}
.post-no-photo:hover, .post-no-photo:active {-webkit-box-shadow: 0 10px 35px rgba(170, 177, 187, 0.7);box-shadow: 0 10px 35px rgba(170, 177, 187, 0.7);}
.post-no-photo .post-no-photo-next {margin: 0 16px;padding: 10px 0;}
.post-no-photo .post-no-photo-next div{margin: 0 5px;background: #1fd1c3;background: -webkit-linear-gradient(bottom, #1fd1c3 0%, #009285 51%, #1fd1c3 100%);background: linear-gradient(to top, #1fd1c3 0%, #009285 51%, #1fd1c3 100%);background-size: auto 200%;padding: 7px 14px;text-align: center;border-radius: 100%;color: white;}
.post-no-photo .post-no-photo-next div:hover {background-position: bottom center;}


.post .thumb {
  position: relative;
}
.post .thumb.rounded .inner {
  border-radius: 10px;
  overflow: hidden;
}
.post .thumb.circle .inner {
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.post .thumb .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post .thumb.circle .inner img {
    border: 1px solid #ebebeb;
    border-radius: 100%;
}
.post .thumb.top-rounded .inner {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .thumb:hover img {
  -webkit-transform: scale(1.17);
  -moz-transform: scale(1.17);
  -ms-transform: scale(1.17);
  -o-transform: scale(1.17);
  transform: scale(1.17);
}

.post .post-title a {
  color: #07101c;
}
.post .post-title a:hover {
  color: #009285;
}
.post .excerpt {
    line-height: 1.5;
}
.post .meta {
  font-size: 14px;
  color: #9faabb;
}
.post .meta a {
  color: #9faabb;
  font-weight: 400;
}
.post .meta a:hover {
  color: #009285;
}
.post .meta i {
  vertical-align: middle;
}
.post .meta li:last-child:after {
  content: "";
  display: none;
}
.post .meta li:after {
  content: "";
  display: inline-block;
  background-color: #009285;
  border-radius: 50%;
  margin-left: 1rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 3px;
}
.post .meta li:not(:last-child) {
  margin-right: 0.8rem;
}
.post .meta li img.author {
  margin-right: 12px;
  vertical-align: middle;
}

.post .post-bottom .more-button a {
  font-size: 16px;
  color: #9faabb;
}
.post .post-bottom .more-button a i {
  color: #9faabb;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}
.post .post-bottom .more-button a:hover {
  color: #009285;
}
.post .post-bottom .more-link {
  color: #07101c;
  font-size: 17px;
  font-weight: bold;
}
.post .post-bottom .more-link i {
  font-size: 12px;
  color: #9faabb;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .post-bottom .more-link:hover i {
  right: -5px;
}
.post.post-list-sm {
  clear: both;
}
.post.post-list-sm.circle .thumb {
  max-width: 60px;
}
.post.post-list-sm.circle .details {
  margin-left: 80px;
}
.post.post-list-sm.square .thumb {
  max-width: 110px;
}
.post.post-list-sm.square .details {
  margin-left: 130px;
}
.post.post-list-sm .thumb {
  float: left;
  position: relative;
}
.post.post-list-sm .thumb .number {
  color: #FFF;
  display: block;
  border: solid 2px #FFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  left: 0;
  text-align: center;
  top: -10px;
  position: absolute;
  width: 24px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #07baaa;
  background: -webkit-linear-gradient(bottom, #07baaa 0%, #1fd1c3 100%);
  background: linear-gradient(to top, #07baaa 0%, #1fd1c3 100%);
  z-index: 1;
}
.post.post-list-sm .post-title {
  font-size: 15px;
}
.post.post-list-sm:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:after {
  content: "";
  display: none;
}
.post.post-list-sm:last-child:after {
  content: "";
  display: none;
}
.post.post-list {
  margin-bottom: 30px;
}
.post.post-list .thumb {
  float: left;
  max-width: 265px;
}
.post.post-list .details {
  margin-left: 295px;
}
.post.post-list .post-title {
  margin: 9px 0;
}
.post.post-list .post-bottom {
  margin-top: 9px;
}

.post.post-list:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}

.post.post-grid .details {
    padding: 15px 25px;
}
.post.post-grid .post-bottom {
  border-top: solid 1px #EBEBEB;
  margin: 0 30px;
  padding: 15px 0;
}


.post-single .post-header {
  margin-bottom: 30px;
}
.post-single .post-header .title {
  font-size: 36px;
}
.post-single .featured-image {
  margin-bottom: 30px;
}
.post-single .featured-image img {
  border-radius: 10px;
}
.post-single .post-content {
  color: #141434;
  font-size: 18px;
}
.post-single .post-content p {
  overflow-wrap: break-word;
}
.post-single .post-bottom {
  border-top: solid 1px #EBEBEB;
  padding-top: 30px;
  margin-top: 30px;
}


.single-cover {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}



/*=================================================================*/
/*                      POST COMMENTS                              
/*=================================================================*/
.comments {
  padding: 0;
  margin: 0;
}
.comments li {
  list-style: none;
}

.comments li.comment {
  margin-bottom: 15px;
padding: 10px 15px;
background: #fafafa;
border-radius: 5px;
}
.comments li.comment:last-child {
  margin-bottom: 0;
}
.comments li.comment:last-child:after {
  content: "";
  display: none;
}
.comments li.comment.child {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #fefefe;
}
.comments li.comment.child p {background: none;padding-bottom:0px;}
.comments li.comment .thumb {
  float: left;
}

.comments li.comment .details h4.name {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}
.comments li.comment .details h4.name a {
  color: #07101c;
}
.comments li.comment .details h4.name a:hover {
  color: #5f88ec;
}
.comments li.comment .details .date {
  color: #9faabb;
  font-size: 13px;
  margin-bottom: 10px;
}

.radio-rate {
    margin-left: 10px;
    cursor: pointer;
}
.radio-rate label {
    cursor: pointer;
}

.icon-plus-new:before {content: "+";}
.icon-minus-new:before {content: "-";}


                        
    .commentBlock {
        display: flex;
        justify-content: space-around;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
        
    }
    .Comment5, .Comment4  {
        background: #edfff6;
    }
    .Comment3  {
        background: #fffbed;;
    }
    .Comment2, .Comment1  {
        background: #ffeded;
    }
    
    .commentAuthor {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 18%;
        margin: 1%;
        
    }
    .commentText {
        display:flex;
        flex-direction: column;
        width: 78%;
        margin: 1%;
    }
    .commentAuthor img {max-width: 60px;}
    .authorName {word-break: break-all;}
    .commentComment {
        background: #fdfffe;
        border-radius: 5px;
        padding: 20px;
    }
    
    .CommentCom5, .CommentCom4  {
        background: #fefffd;
    }
    .CommentCom3  {
        background: #fffff8;
    }
    .CommentCom2, .CommentCom1  {
        background: #fffcfc;
    }
    
    .commentInfo {
        margin-bottom: 5px;
    }
    .commentInfo .date {
        color: #a2a2a2;
        font-size: 14px;
    }
     .commentComment p {
        margin-bottom: 10px;
    }
    
    .commentComment .child{
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 13px;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .commentComment .child .details .date {
        color: #a5a6a5;
        font-size: 95%;
        margin-left: 6px;
    }
    
    .commentComment .child .details p {
        margin-bottom: 0px;
    }
    
   
    
    
    
    .commentComment .icon-plus-new {
        color: #2dc12d;
        margin-right: 5px;
        font-size: 18px;
        font-size: 120%;
        font-weight: 700;
    }
    .commentComment .icon-minus-new {
        margin-right: 10px;
        font-size: 18px;
        color: red;
        font-size: 140%;
        font-weight: 700;
    }
    
    @media only screen and (max-width: 576px) {
        .commentComment {
            padding: 10px;
            margin-left: 3px;
        }
        .comments li.comment.child {
            margin-left: 0px;
        }
    }
    
                  

				


/*=================================================================*/
/*                      PAGE                              
/*=================================================================*/
.page-header {
  background: #60b0a7;
  padding: 40px 0;
}
.page-header h1 {
  font-size: 30px;
      color: white;
}

.page-content {
  color: #707a88;
  font-size: 16px;
}

/*=================================================================*/
/*                      CONTACT                              
/*=================================================================*/
.contact-item {
  border-radius: 10px;
  padding: 25px;
}
.contact-item .icon {
  color: #FFF;
  float: left;
  border-radius: 10px;
  display: block;
  font-size: 25px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 50px;
  background: #07baaa;
  background: -webkit-linear-gradient(left, #07baaa 0%, #1fd1c3 100%);
  background: linear-gradient(to right, #07baaa 0%, #1fd1c3 100%);
}
.contact-item .details {
  margin-left: 20px;
}
.contact-item h3 {
  font-size: 18px;
}

/*=================================================================*/
/*                      WIDGETS                              
/*=================================================================*/
.widget {
  border: solid 1px #EBEBEB;
  padding: 35px 30px;
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.no-container {
  padding: 0;
  border: 0;
}
.widget .widget-header {
  margin-bottom: 30px;
}
.widget .widget-header img.wave {
  margin-top: 10px;
}
.widget .widget-title {
  font-size: 20px;
  margin: 0;
}
.widget .widget-about {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.widget .widget-ads {
  display: block;
  text-align: center;
}
.widget ul.list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget ul.list li {
  line-height: 2rem;
}
.widget ul.list li a {
  color: #07101c;
  font-weight: 700;
   width: 85%;
  display: inline-block;
}
.widget ul.list li a:before {
  content: "";
  color: #009285;
  font-family: "simple-line-icons";
  font-size: 11px;
  vertical-align: middle;
  margin-right: 25px;
}
.widget ul.list li a:hover {
  color: #009285;
}
.widget ul.list li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.widget ul.list li span {
  float: right;
}
.widget ul.list.social-icons li a:before {
  content: "";
  margin-right: 0;
}

.widget-content ul.list {font-size: 90%}


.widget ul.listNav {
  margin-bottom: 0;
}


.widget ul.listNav li {
  line-height: 2.2rem;
  color: #0ab9a9;
}
.widget ul.listNav li a {
  color: #07101c;
  font-size: 90%;
  padding-left: 0px;
  line-height: 0px;
}
.widget ul.listNav li ul li a{
  font-weight: 400;
}

.widget ul.listNav li a span {
    margin-left: 15px;
}
.widget ul.listNav li a:hover {
  color: #009285;
}
.widget ul.listNav li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}

.widget-content h4 {margin: 10px 0px;color: #3c3c3c;margin-top: 0px;}

/*=================================================================*/
/*                      FOOTER                              
/*=================================================================*/
footer {
  margin-top: 50px;
}
footer .footer-inner {
  border-top: solid 1px #EBEBEB;
  padding: 40px 0;
}
footer .footer-inner .copyright {
  color: #9faabb;
}


/*=================================================================*/
/*                      HELPER                              
/*=================================================================*/
.category-rating {
    font-size: 20px;
    text-align: center;
    padding: 20px 20px;
    margin: 0 0 40px;
    background: white;
    border-radius: 5px;
    font-weight: 700;
}

.rounded {
  border-radius: 10px !important;
}

.bordered {
  border: solid 1px #EBEBEB;
}

.padding-30 {
  padding: 30px;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1em 1.75em;
}


/*=================================================================*/
/*                     BUTTONS
/*=================================================================*/
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn {
  color: #FFF;
  border: 0;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #FFF;
  padding: 9.5px 36px;
  background: #07baaa;
  background: -webkit-linear-gradient(left, #07baaa 0%, #1fd1c3 51%, #009285 100%);
  background: linear-gradient(to right, #07baaa 0%, #1fd1c3 51%, #009285 100%);
  background-size: 200% auto;
}
.btn-default:hover {
  color: #FFF;
  background-position: right center;
}

.btn-simple {
  color: #8F9BAD;
  padding: 9.5px 36px;
  background: transparent;
  border: solid 1px #EBEBEB;
}
.btn-simple:hover {
  color: #009285;
  border-color: #009285;
}

.btn-light {
  color: #FFF;
  padding: 9.5px 36px;
  background: transparent;
  border: solid 1px #FFF;
}
.btn-light:hover {
  color: #009285;
  border-color: #FFF;
}

.btn-full {
  padding: 9.5px 36px;
  width: 100%;
}

.btn-lg {
  padding: 13px 40px;
  font-size: 16px;
}

.btn-sm {
  padding: 7px 20px;
  font-size: 12px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 11px;
}

.icon-button {
  color: #FFF;
  border: 0;
  border-radius: 50%;
  background: #1fd1c3;
  background: -webkit-linear-gradient(bottom, #1fd1c3 0%, #07baaa 51%, #1fd1c3 100%);
  background: linear-gradient(to top, #1fd1c3 0%, #07baaa 51%, #1fd1c3 100%);
  background-size: auto 200%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  line-height: 39px;
  text-align: center;
  vertical-align: middle;
  width: 37px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-button:hover {
  background-position: bottom center;
}



/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/

.post-grid {background:white;}

.breadcrumb {
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
      color: white;
}
.breadcrumb .breadcrumb-item a:hover {
  background: #07d9c8;
  padding: 5px 10px;
  transition: background 0.5s ease;
  
}
.breadcrumb .breadcrumb-item.active {
      color: white;
}

/* === Form Control === */
.form-control {

    font-size: 16px;
    color: #646667;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
  border-color: #009285;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9faabb;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9faabb;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9faabb;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9faabb;
}

/* === Alert === */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 0;
  right: 0;
  color: inherit;
}

/* === Nav Tabs === */
.nav-tabs {
  border-bottom: 0;
}

.tab-content {
  position: relative;
}


.nav-fill .nav-item, .nav-fill > .nav-link {
  margin-right: 10px;
}
.nav-fill .nav-item:last-child, .nav-fill > .nav-link:last-child {
  margin-right: 0;
}

.nav-fill .nav-item > .nav-link {
  color: #8F9BAD !important;
  margin-right: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background: #07baaa;
  background: -webkit-linear-gradient(left, #07baaa 0%, #1fd1c3 51%, #009285 100%);
  background: linear-gradient(to right, #07baaa 0%, #1fd1c3 51%, #009285 100%);
  border-color: transparent;
  background-size: 200% auto;
}

.nav-pills .nav-link {
  background: 0 0;
  border: solid 1px #EBEBEB;
  border-radius: 30px;
}


/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
/* === Go to Top === */
#return-to-top {
    color: #07101c;
    font-size: 13px;
    border: solid 1px #9f9f9f;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 100%;
    padding: 5px 11px;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    right: 2%;
    bottom: 4%;
}
#return-to-top i {
  font-size: 11px;
  vertical-align: middle;
}

#return-to-top:hover {
  color: #009285;
  border-color: #009285;
}



/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-right .social-icons {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  
      .noneTab {
          display: none;
          overflow: hidden;
      }
    .list-inline-item {margin-top:5px;}
    .category-rating {
    font-size: 18px;
    padding: 15px 15px;
    margin: 0 0 30px;
}

  .inner-wrapper-sticky {
    transform: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
  }

  .header-classic .header-buttons {
    width: 100%;
  }

  .single-cover {
    background-attachment: unset;
    height: 400px;
  }
  .single-cover .cover-content .title {
    font-size: 26px;
  }
      #return-to-top {
        color: #ccc;
        border: solid 1px #ccc;
        bottom: 2%;
        right: 3%;
    }
}
@media only screen and (min-width: 992px) {
    .sidebar {margin-left: 20px;}
   footer .footer-inner .col-md-4 {padding: 0px !important}
  .navbar .nav-item .dropdown-menu {
    display: none;
    animation: growOut 300ms ease-in-out forwards;
    transform-origin: top center;
  }
    /*  MY */
    .country-collapse {
        display: inline-flex !important;
    }
    /* MY-END */

  @keyframes growOut {
    0% {
      transform: scale(0);
    }
    80% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
    
    
.search-popup .search-content .search-form {
    padding: 0 20px;
    width: 100%;
  }
    
    .widget {padding: 30px 10px;}
    .image-block {display: block;width: 100%;}

    .website-block {
        display: block;
        margin: 25px 0px;
        width: 100%;
        text-align: center;
    }
    
    .reply-comment{
        display: block;
        margin-top: 10px;
    }
  .none-mob {
      display: none;
      overflow: hidden;
  }
  .featured-post-lg .thumb .inner {
    height: 425px;
  }

  .post.post-list .thumb {
    float: none;
    max-width: 550px;
  }

  .post.post-list .details {
    margin-left: 0;
    margin-top: 25px;
  }

  .post .meta li:after {
    content: "";
    margin-left: 0.5rem;
  }

  .post .meta li:not(:last-child) {
    margin-right: 0.3rem;
  }

  .instagram-feed .insta-item {
    text-align: center;
    margin: 2.5px 0;
  }

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

  .featured-post-lg .post-title {
    font-size: 26px;
  }

  .featured-post-lg .details {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .search-popup .search-content {
    padding: 0 20px;
    width: 100%;
  }

  .post.post-classic .post-bottom .social-share .toggle-button {
    display: inline-block;
  }
  .post.post-classic .post-bottom .icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .post.post-classic .post-bottom .icons:before {
    content: "";
    background: #DDD;
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
  }
  .post.post-classic .post-bottom .icons.visible {
    opacity: 1;
    visibility: visible;
  }

  .featured-post-xl .thumb .inner {
    height: 350px;
  }

  .featured-post-xl .details {
    padding: 0 30px;
    left: 0;
    top: 50%;
    max-width: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .featured-post-xl .post-title {
    font-size: 24px;
  }

  .post.post-classic .details {
    padding: 30px;
  }

  .post.post-classic .details .post-title {
    font-size: 20px;
  }

  .post.post-classic .post-bottom {
    margin: 0 30px;
  }

  .post.post-classic .post-format, .post.post-xl .post-format {
    font-size: 20px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    bottom: -25px;
    width: 50px;
  }

  .post.post-xl .post-top {
    padding: 0 20px;
  }

  .post.post-xl .details {
    padding: 50px 20px 50px;
  }

  .post.post-xl .post-bottom {
    margin: 0 20px;
  }

  .post.post-xl .post-top .post-title {
    font-size: 24px;
  }



  .alignleft, .alignright {
    float: none;
  }

  .post-single .post-header .title {
    font-size: 26px;
  }

  .post-single .social-icons {
    margin-top: 20px;
    text-align: center;
  }

  .about-author .thumb {
    float: none;
    margin: auto;
  }

  .about-author .details {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }




  .breadcrumb .breadcrumb-item.active {
    display: none;
  }


}
@media only screen and (max-width: 576px) {
    .search-content .col-sm-4 {
    border-left: 0px;
    margin-bottom: var(--bs-gutter-y);
}
.search-content  img {
    max-width: 80px;
    margin: 7px;
}
    .padding-30 {padding: 30px 15px;}
    
    .category-rating {
    font-size: 14px;
    padding: 15px 5px;
    margin: 0 0 20px;
}
    
    .gobut {
        letter-spacing: .20em;
        font-size: .65em;
        white-space: normal;
        height: auto;
        line-height: 2em;
        padding: 10px;
        
    }
    .radio-rate {
        display: block;
    }

    
  .single-cover {
    height: 300px;
  }

  .alignleft {
    margin: 0.375em auto 1em;
    clear: both;
    display: block;
  }

  .alignright {
    margin: 0.375em auto 1em;
    clear: both;
    display: block;
  }
  .ul-anchor {padding-left: 1rem;}
  .container-xl {padding-right: var(--bs-gutter-x,1.3rem) !important;padding-left: var(--bs-gutter-x,1.3rem) !important;}
  .header-right .header-buttons {margin-left: 1px;}
}

/*# sourceMappingURL=style.css.map */



    
   .main-list{
       margin: 3em 0em;
       border-radius: 5px;
   } 
      .main-header, .header-rating {
     margin: 1.5em 0em;
     display: flow-root;
     
}
   .section-rating-list, .main-header{
        margin-left: 13%;
       margin-right: 13%;
   }
   
   .section-rating, .header-rating {
        margin-left: 7%;
       margin-right: 7%;
   }
   


    div.section-rating-list > div:first-child {
        margin: 0em;
    }
    div.section-rating > div:first-child {
        margin: 0em;
    }
   .block-rating{
        display: flex;
       background: #fff;
       border-radius: 0px 5px 5px 5px;
       -webkit-box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);
        box-shadow: 0 10px 35px rgba(170, 177, 187, 0.18);
        padding: 10px;
            border: 2px solid #daebed;
   } 
   
   .main-list .one{
       border: 2px solid #2bddcf;
       box-shadow: 0 10px 35px rgb(42 209 184 / 18%);
   } 
   
   .main-list .two{
           border: 2px solid #7cd4da;

   } 
   
   .main-list .three{
       border: 2px solid #a4d3d7;
   } 
   
    .main-list .one-title{

        background: #2bddcf;
  
   } 
   
   .main-list .two-title{

        /*background: #6ec4ca;*/
        background: #7cd4da;
      


   } 
   
   .main-list .three-title{

        /*background: #a6cccf;*/
        background: #a4d3d7;
 
   } 
   
   .main-list .other-title{

           /* background: #e4edee;*/
            background: #daebed;

   } 
    
   .main-list .title-rating {
        display: inline-block;
        border-radius: 5px 5px 0px 0px;
        padding: 5px 10px;
        font-weight: 600;
   }
   
   .rating-col {
       /*
           float: left;
           position: relative;
           min-height: 1px;
           */
           padding-left: 10px;
           padding-right: 10px;
           position: relative;
   }
   .col-1 {    width: 20%;     text-align: center;margin-top: 7px;}
   .col-1 a{display:block;font-size: 90%;}
   .col-2 {    width: 35%;margin-top: 10px;}
   .col-3 {    width: 45%;}
   
   .rating-col img {
       max-width: 120px;
       margin-bottom: 5px;
   }
   
   .block-text {
    background: #fafafa;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 70px;
   }
   .block-text-coupon {
       margin-top: -60px;
   }
   
   .block-go {
    bottom: 10px;
    position: absolute;
    right: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
   }
   
   .block-go .but-go {
    background: #ff701c;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 5px;
   }
   
   .block-go .but-detail {
      text-transform: lowercase;
    margin-right: 10px;
    color: #92959b;
    font-size: 80%;
   }
   
   .rating-col ul {
           font-size: 90%;
   }
   

   
   .star-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 6px;
}
.star-rating span{
    font-size: 12px;
    margin-top: 3px;
    color: #a39e9e;
}

.c-star {
  width: var(--size, 20px);
  height: var(--size, 20px);
  fill: lightgrey;

  &.active {
    fill: #fed94b;
  }
}

.disclosure {
    float: right;
    color: #92959b;
    font-size: 80%;

}
.date-update {
    margin-right: 10px;
    color: #92959b;
    font-size: 90%;
}


/* Tooltip container */
.tooltip-disc, .tooltip-trans  {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip-disc .tooltiptext, .tooltip-trans .tooltiptext-trans {
  visibility: hidden;
  
  background-color: black;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-disc:hover .tooltiptext, .tooltip-trans:hover .tooltiptext-trans {
  visibility: visible;
}

.tooltip-disc .tooltiptext {

  top: 100%;
  left: 0;
  margin-left: -60px; 
}

.tooltip-trans .tooltiptext-trans {
    top: -5px;
    right: 105%;
    width: 200px;
    padding: 5px;
    font-size: 90%;
}







                                        
                                            
.star-rating-post {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.star-rating-post span {
    margin-right: 5px;
    color: #a39e9e;
}

.radio-input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.radio-label {
  cursor: pointer;
  font-size: 0;
  color: rgba(0,0,0,0.2);
  transition: color 0.1s ease-in-out;
  margin: 0px 2px;
}

.radio-label:before {
  content: "★";
  display: inline-block;
  font-size: 27px;
}

.radio-input:checked ~ .radio-label {
  color: #ffc700;
  color: gold;
}

.radio-label:hover,
.radio-label:hover ~ .radio-label {
  color: #ffc700;
}

.radio-input:checked + .radio-label:hover,
.radio-input:checked + .radio-label:hover ~ .radio-label,
.radio-input:checked ~ .radio-label:hover,
.radio-input:checked ~ .radio-label:hover ~ .radio-label,
.radio-label:hover ~ .radio-input:checked ~ .radio-label {
  color: #ffd700;
}

.average-rating {
      position: relative;
  appearance: none;
  color: transparent;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  font-size: 25px;
}

.average-rating1, .average-rating2, .average-rating3, .average-rating4, .average-rating5 {
    float: right;
  position: relative;
  appearance: none;
  color: transparent;
  display: inline-block;
  vertical-align: baseline;
}
.average-rating1::before {
    --percent: calc(1/5*100%);
}
.average-rating2::before {
    --percent: calc(2/5*100%);
}
.average-rating3::before {
    --percent: calc(3/5*100%);
}
.average-rating4::before {
    --percent: calc(4/5*100%);
}
.average-rating5::before {
    --percent: calc(5/5*100%);
}
.average-ratings::before, .average-rating1::before, .average-rating2::before, .average-rating3::before, .average-rating4::before, .average-rating5::before {
  content: '★★★★★';
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0,0,0,0.2);
  background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



@media only screen and (max-width: 1180px) {
.section-rating,.header-rating {
        margin-left: 3%;
       margin-right: 3%;
   }
   
}                                   


@media only screen and (max-width: 980px) {

.disclosure {
    float: none;
    font-size: 70%;
    margin-top: 0px;
    display: block;
}  

    .tooltip-disc .tooltiptext {
    margin-left: 0px; 
}
    
.main-list {
    margin: 2em 0em;
}
.main-header, .header-rating {
    margin: 0.5em 0.5em;
}

     .section-rating-list, .main-header{
        margin-left: 3%;
       margin-right: 3%;
   }



    .block-rating{display: block;}
    .col-1, .col-2, .col-3{display:block;width: 100%;}

   .main-list .title-rating {border-radius: 0px;position: relative;z-index:6;}
   .block-rating {    margin-top: -15px;}
   .rating-col {
    padding-left: 0px;
     padding-right: 0px;
    }
    .rating-col ul {padding-inline-start: 30px;}
    .block-go {
    bottom: 0px;
    right: 0px;
    padding: 0px;
    display: block;
    position: relative;
    text-align: center;
    }
    .block-go .but-go {display: block;margin-top: 10px;}
    .block-text {
    margin-bottom: 10px;
   }
   .block-text-coupon {
       margin-top: 0px;
   }
}

/* right */

.right-imp .service-info-footer a:last-child {
    margin-left: 0px;
    border-left: none;
}
.right-imp .search-content .col-sm-4 {
    border-left: 0px;
    border-right: 1px solid #a5acb2;

}
.right-imp .post-content h2, .right-imp .section-header h2 {
    border-left: 0px;
    padding-left: 0px;
    border-right: 7px solid #0bb8a9;
    padding-right: 10px;
}
.right-imp .service-name-rate-val-s {
    margin-right: 0px;
    margin-left: 6px;
}

.right-imp blockquote {
    border-left: 0px;
    border-right: solid 3px #19cebe;
}

.right-imp .canvas-menu .btn-close {
    right: auto;
    left: 30px;
}
.right-imp .setListPrice ul {
    padding-right: 0px;
}
.right-imp .average-rate-s {
    transform: scale(-1, 1);
}
.right-imp .setList ul li {
    margin-right: 0%;
    margin-left: 2%;
}
.right-imp .setList ul li .flag-icon {
    margin-right: 0px;
    margin-left: 5px;
}
.right-imp .imgPay {
    margin-right: 0px;
    margin-left: 5px;
}
.right-imp .service-name-title h1 {
   margin-right: 0px;
    margin-left: 5px;
}
.right-imp .service-name-rate-who {
     margin-right: 0px;
    margin-left: 5px;
}
.right-imp .average-rate {
    transform: scale(-1, 1);
}
.right-imp .service-name-title a {
    margin-right: 0px;
    margin-left: 5px;
}

@media (min-width: 769px) {
    .right-imp .float-md-end {
        float: left !important;
    }
    .right-imp .service-function-right {
        margin-left: 0px;
        margin-right: 15px;
    }

    .right-imp .service-info-footer a:first-child {
        margin-left: 10px;
        border-left: 1px solid #ebebeb;
    }
    
    .right-imp .service-position-rating {
        margin-right: 0px;
        margin-left: 50px;
    }
}
@media (min-width: 1280px) {
    .right-imp .service-function-right {
        margin-left: 0px;
        margin-right: 24px;
    }
    .right-imp .service-logo {
        margin-right: 0px;
        margin-left: 15px;
    }
}
.right-imp .block-go { right: auto;left: 10px !important;}
.right-imp .disclosure {float: left !important;}
.right-imp .breadcrumb-item+.breadcrumb-item::before {float: right;padding-left: .5rem;}
.right-imp .dropdown-toggle::after {margin-left: 0px;margin-right: 5px;}
.right-imp .dropdown-item:hover {margin-left: 0px;margin-right: 5px;}
.right-imp .header-right .header-buttons {margin-left: 0px;margin-right: 50px;}
.right-imp .header-right .header-buttons button {margin-left: 0px;margin-right: 10px;}
.right-imp .widget ul.list li a:before {margin-right: 0px; margin-left: 25px; float: right;transform: rotate(180deg);}
.right-imp .widget ul.list li span {float: left;}
.right-imp .post.post-list-sm.circle .details {margin-left: 0px; margin-right: 80px;}
.right-imp .post .meta {padding-right: 0px;}
.right-imp .post.post-list-sm .thumb {float: right;}
.right-imp .canvas-menu {
    right:auto;
    left:0;    
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
    
}
.right-imp .canvas-menu .vertical-menu li .switch {right:auto;left:0;}
.right-imp .canvas-menu.open {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.right-imp .me-auto {
    margin-left: auto !important;
    margin-right: 0px !important;
}



@media only screen and (max-width: 980px) {
    .right-imp .block-go {
        right: auto;
        left: 0px !important;
    }
}



.right-imp .post .meta li:after {
    width: 0px !important;
}

.right-imp  .average-rating1, .right-imp  .average-rating2, .right-imp  .average-rating3, .right-imp  .average-rating4, .right-imp .average-rating5 {
     float: left;
    margin-left: 10px;
}

.right-imp table th {
    text-align: right;
}

.right-imp .tooltip-trans {
    float: left !important;
}

.right-imp .tooltip-trans .tooltiptext-trans {
    right: auto;
    left: 105%;
}

