* {
    font-weight: 300;
    font-size: 16px;
}


:target:before {
    content: "";
    display: block;
    height: 500px;
    margin: -500px 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    color: #272727;
    font-weight: bold;
}
h2{
    font-size: 34px;
}
.para-family {
  
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #555;
}

.top-bar {
    background-color: #FF6961;
    padding: 5px 0px 8px 0px;
    position: relative;
    z-index: 101;
}

.top-bar ul {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.top-bar ul li {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 10px;
    list-style: none;
    font-weight: 500;
}

.top-bar ul li img {
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
}
.top-bar ul a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.text-shadow {
    text-shadow: 0px 1px 3px #000;
}
ul.top-social-media {
    float: right;
    margin: -5px 0px -8px 0px;
}

ul.top-social-media li {
    line-height: 44px;
    padding: 0px 8px;
    float: left;
}
ul.top-social-media li:first-child{
    background-color: #fee080;
    color: #000;
    font-weight: bold;
}
ul.top-social-media li:first-child a{
    color: #000;
    font-weight: bold;

}
ul.top-social-media li:nth-child(2){
    background-color: #554883;
}

ul.top-social-media li:nth-child(3) {
    background-color: #3EB139;
}

ul.top-social-media li:last-child {
    background-color: #758CB5;
}

/* menu-btn-area */
.main-menu {
    display: block;
    box-shadow: 0px 5px 5px rgb(175, 175, 175);
    position: relative;
    z-index: 100;
}

.main-menu ul {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.main-logo {
    position: relative;
    top: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu ul li:hover>ul {
    display: block;
}

.main-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 5;
    width: 250px;
    text-align: left;
    padding: 0px;
    margin: 0px;

    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.main-menu ul li ul::after {
    content: ' ';
    width: 15px;
    height: 15px;
    background-color: #fff;
    box-shadow: -6px -6px 10px #f1f1f1;
    position: absolute;
    left: 13px;
    top: -8px;
    transform: rotate(45deg);
}

.main-menu ul li ul li {
    padding: 0px;
    display: block;
}

.main-menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 500;
    padding: 33px 5px;

    display: block;
}

.main-menu ul li ul li a {
    padding: 8px;
    font-size: 14px;
    border: 1px solid rgb(245, 245, 245);
}

.main-menu ul li a:hover {

    text-decoration: none;
    color: #FF6961;
}

.menu-btn-area img {
    max-width: 16px;
}

.menu-btn-area li {
    position: relative;
}

.menu-btn-area button {
    background-color: transparent;
    outline: 0;
    border: 0px;
}

.find_servies_link_first{
    padding: 13px 15px;
    color: #fff;
    border-radius: 25px;
    background-color: #ff6961;
    margin:20px;
        font-size: 15px;
    font-weight: 600;
}
.find_servies_link_first:hover{
    color: #515151;
    background-color: #ffde59;
}
.find_servies_link_second:hover{
    color: #fff;
    background-color: #ff6961;
}
.find_servies_link_second{
    padding: 13px 15px;
    color: #515151;
    border-radius: 25px;
    background-color: #ffde59;
    margin:20px;
        font-size: 15px;
    font-weight: 600;
}


.cart-count {
    position: absolute;
    min-width: 15px;
    min-height: 15px;
    background-color: #FF6961;
    border-radius: 20px;
    display: block;
    color: #fff;
    top: 28px;
    right: 0px;
    font-size: 11px;
    text-align: center;
}

/* banner-inner */
.banner-inner {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.banner-inner h1,
.banner-inner b {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 75px;
    font-weight: 700;
    text-shadow: 0px 5px 5px #000;
    color: #fff;
}

.banner-inner b {
    color: #ff6962;
}

.banner-inner p {
    font-size: 20px;
    font-weight: 500;
    max-width: 600px;
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
}

.banner-inner a {
    margin-right: 10px;
}

a.red-outline-btn,
button.red-outline-btn,
input.red-outline-btn {
    background-color: white;
    padding: 12px 25px;
    color: #000;
    outline: 0;
    font-weight: bold;
    border: 2px solid #FF6961;
    text-shadow: 0px 1px 1px rgb(104, 104, 104);
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #fcfcfc;
}

a.red-btn, button.red-btn, input.red-btn {
    background-color: #FF6961;
    padding: 12px 25px;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 2px 3px #000;
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}
a.blue-btn,
button.blue-btn,
input.blue-btn {
    background-color: #FF6961;
    padding: 12px 25px;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 2px 3px #000;
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}
a.blue-btn:hover,
button.blue-btn:hover,
input.blue-btn:hover {
    background-color: #c40808;
    outline: 0;
    border: 0;
    color: #fff !important;
}
a.red-btn-outline,
button.red-btn-outline,
input.red-btn-outline {
    background-color: transparent;
    padding: 12px 25px;
    color: #000;
    outline: 0;
    border: 2px solid #FF6961;
    text-shadow: 0px 2px 2px #000;
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}
a.red-btn:hover,
button.red-btn:hover,
input.red-btn:hover {
    background-color: #c40808;
    outline: 0;
    border: 0;
    color: #fff !important;
}

a.white-btn,
button.white-btn,
input.white-btn {
    background-color: #ffffff;
    padding: 12px 25px;
    color: rgb(0, 0, 0);
    outline: 0;
    border: 0;
    text-shadow: 0px 2px 3px #000;
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}

a.white-btn:hover,
button.white-btn:hover,
input.white-btn:hover {
    background-color: #ebebeb;
    outline: 0;
    border: 0;
    color: rgb(0, 0, 0);
}

a.red-outline-btn:hover,
button.red-outline-btn:hover,
input.red-outline-btn:hover {
    background-color: #790303;
    outline: 0;
    border: 2px solid #790303;
    color: #fff;

}

a.black-btn,
button.black-btn,
input.black-btn {
    background-color: #000000;
    padding: 12px 25px;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 2px 3px rgb(145, 145, 145);
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}

a.black-btn:hover,
button.black-btn:hover,
input.black-btn:hover {
    background-color: #181818;
    outline: 0;
    border: 0;
    color: #fff;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    border-radius: 16px;
    overflow: hidden;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #2b2b2b;
    background-: ;
    border-top: 0px solid transparent;
    olid transparent: ;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #FF6961;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 50;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2330b' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2330b' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* section */
.section {
    display: block;
    position: relative;
}

.section-padding {
    padding:50px 0px;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.border-box {
    display: block;
    position: relative;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 15px;
    min-height: 190px;
    margin: 31px 10px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 0px #bbbbbb;
}

.border-box-inner {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-box-inner h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.full-bg-color::after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FBFBFB;
}

.full-bg-color::before {
    content: ' ';
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #FFF6F6;
}

.full-bg-color .container {
    z-index: 5;
    position: relative;
}

.feedback {
    position: relative;
    padding: 50px 0px;
}

.feedback::after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF6F6;
}

.feedback::before {
    content: ' ';
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
}

.feedback .container {
    z-index: 5;
    position: relative;
}

.img-abs {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000 !important;
    font-weight: 500 !important;
}

.img-abs img {
    position: absolute;
    width: 20px;
    left: 0;
    top: 4px;
}

.map-box {
    margin-bottom: 30px;
}

.user-form {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    padding: 20px;
}

.full-bg-color .col-md-6:last-child {
    padding-left: 50px;
}

.col-padding-left {
    padding-left: 50px;
}

.col-padding-top {
    padding-top: 50px;
}

.col-padding-right {
    padding-right: 50px;
}

.col-padding-bottom {
    padding-right: 50px;
}

.bg-helf-right::after {
    content: ' ';
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #FBFBFB;
}

.bg-helf-right .container {
    position: relative;
    z-index: 10;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.center-left-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(255, 255, 255, .5);
    padding: 50px;
    border-radius: 8px;
}

/* p.limit-text,.limit-text{
    font-size: 16px;
    line-height: 26px;
    height: 72px;
    overflow: hidden;
} */
.center-left-top h3 {
    font-weight: bold;
}

.center-left-top a {
    color: #FF6961;
}

.bg-common {
    background-color: #FBFBFB;
}

.heading-bottom {
    margin-bottom: 30px;
    position:relative;
}
.heading_first::after{
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6961;
    width: 30%;
    right:0%;
    top: 50%;
}
.heading_first::before{
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6961;
    width: 30%;
    left: 0%;
    top: 50%;
}
.heading_second::after{
     content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 17%;
    right:0%;
    top: 50%;
}
.heading_second::before{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 17%;
    left: 0%;
    top: 50%;
}
.heading_three::before{
     content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 23%;
    left: 0%;
    top: 50%;
}
.heading_three::after{
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6961;
    width: 23%;
    right:0%;
    top: 50%;
}
.heading_four::before{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 18%;
    left: 2%;
    top: 50%;
}
.heading_four::after{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 18%;
    right:2%;
    top: 50%;
}
.heading_five::before{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 12%;
    left: 2%;
    top: 50%;
}
.heading_five::after{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 12%;
    right:2%;
    top: 50%;
}
.heading_six::before{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 30%;
    left: 0%;
    top: 50%;
}
.heading_six::after{
    content: "";
    position: absolute;
    height: 2px;
    background:#ff6961;
    width: 30%;
    right:0%;
    top: 50%;
}
.heading_seven::after{
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6961;
    width: 32%;
    right:0%;
    top: 50%;
}
.heading_seven::before{
    content: "";
    position: absolute;
    height: 2px;
    background: #ff6961;
    width: 32%;
    left: 0%;
    top: 50%;
}
/* testmonial-box */
.testmonial-box {
    max-width:750px;
    margin: 0 auto;
    text-align: center;
}

.testmonial-box p {
    color: #000;
}

.testmonial-box h5 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: bold;
}

.test-user {
    background-image: url(../images/quote-icon.svg);
    width: 235px;
    height: 152px;
    display: inline-block;
    position: relative;
    background-size: cover;
}

.test-user img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-top: 27px;
}

.testmonial-box p {
    font-size: 16px;
    line-height: 26px;
}

p.designation {
    font-size: 12px;
    color: #000;
}

.max-test-width {
    max-width: 800px;
    margin: 0 auto;
}

.uk-dotnav>.uk-active>* {
    background-color: #FF6961;
    border-color: transparent;
}

.blog-box {
    display: block;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(235, 235, 235);
    margin-bottom: 30px;
}

.blog-des {
    padding: 30px;
}

p.blog-time-com {
    font-size: 14px;
}

.blog-des h3 {
    font-size: 20px;
}

.blog-box a {
    color: #FF6961;
    font-size: 14px;
    font-weight: bold;
}

.tab-custom li {
    float: left;
    width: 50%;
    background-color: #fff;
    text-align: center;
}

.tab-custom .nav-link {
    border-radius: 0px;
    font-weight: 500;
    color: black;
    box-shadow: 0px 0px 10px rgb(235, 235, 235);
    padding: 15px 0px;
    text-shadow: 0px 2px 2px rgb(73, 73, 73);
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ffffff;
}

.tab-custom .nav-link.active {
    background-color: #FF6961;
    border-color: #dee2e6 #dee2e6 #FF6961;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    font-size: 20px;
    box-shadow: inset 0px 0px 10px #ca3f3f;
}

.white-bg {
    background-color: white;
    box-shadow: 0px 0px 10px rgb(235, 235, 235);
}

.maid-tab-home ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.maid-tab-home ul li {
    position: relative;
    padding-left: 100px;
    min-height: 96px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding-bottom: 20px;
}

.maid-tab-home ul li:last-child {
    border-bottom: 0px;
}

.maid-tab-home ul li img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
    height: 80px;
}

.maid-tab-home-img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
    height: 60px;
    background-size: cover;
    background-position: left top;
    background-color: #000;
    background-repeat: no-repeat;
}

.maid-tab-home ul li h5,
.maid-tab-home ul li h5 a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.maid-tab-home ul li h5 a:hover {
    color: #FF6961;
}

.maid-tab-home ul li p {
    font-size: 12px;
}

.card {
    border: 0px;
    margin-bottom: 20px;
}

.card-header {
    padding: .75rem 1.25rem;

    background-color: transparent;
    border-bottom: 0px;
    box-shadow: 0px 0px 10px rgb(182, 182, 182);
    border-radius: 5px;
}

.card-header h5,
.card-header a,
.card-header .btn-link {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 20px;
}

button:focus,
a:active,
a:hover,
.card-header h5:hover,
.card-header a:hover,
.card-header .btn-link:hover {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
    /* background-color: rgb(240, 240, 240); */
    box-shadow: 0px 0px 5px 2px #d9d9d9;
}

.btn-link.collapsed::after {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../images/plus-icon.svg);
    background-size: contain;
    right: 0px;
    top: 10px;
}

.btn-link::after {
    content: ' ';
    width: 15px;
    height: 2px;
    position: absolute;
    background-image: url(../images/minus.svg);
    background-size: contain;
    right: 3px;
    top: 18px;
}

.bg-news-letter {
    background-image: url(../images/Subscribe-bg.jpg);
    background-size: 105% 120%;
    background-position: center center;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
    outline: 0;
}

.news-letter-form input {
    padding: 10px;
    width: 100%;
    display: block;
}

.news-letter-form input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    padding: 9px;
}

.font-14 {
    font-size: 14px !important;
    line-height: 20px !important;
}

/* common-footer */

.common-footer {
    background-image: url(../images/Footer-bg.png);
    background-size: 120%;
    background-position: top center;
}

.common-footer ul,
.common-footer li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.common-footer li a,
.common-footer a,
.common-footer p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.common-footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.common-footer a:hover {
    color: #FF6961;
}

.flag {
    position: relative;
}

.flag img {
    width: 70px;
}

.flag p {
    position: absolute;
    top: 5px;
    left: 90px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.footer-bottom {
    padding: 15px 0px;
}

.footer-copyright {
    background-color: #242426;
}

.footer-copyright p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    padding: 15px 0px;
}

.full-slide a {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #000;
}

.hidden-search button {
    padding: 6px 18px !important;
    margin-left: -7px;
    margin-top: -1px;
}

.hidden-search {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 500;
    background-color: #ffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #d1d1d1;
    display: none;
    opacity: 0;
    transition: all .5s;
}

.hidden-search.active {
    display: block;
    bottom: -53px;
    opacity: 1;
    transition: all .5s;
}

.bg-patter {
    background-image: url(../images/dots-pattren-1.png);
    background-repeat: no-repeat;
    background-size: 40%;

}

.bg-2-patter {
    background-image: url(../images/dots-pattren-2.png);
    background-repeat: no-repeat;
    background-size: 17%;
    background-position: right top;
}

.common-banner {
    text-align: center;
    color: #fff;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-banner h1 {
    color: #fff;
    text-shadow: 1px 4px 4px #000000;
}

/* search-form */
.search-form {
    border: 1px solid rgb(228, 228, 228);
    padding: 10px;
}

.search-form button.red-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 9px;
}

.search-form h3 {
    background-color: #000;
    color: #fff;
    margin: 0px -10px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 24px;
    padding: 12px 16px;
}

.maid-search-details {
    display: block;
    position: relative;
    border: 1px solid #E3E3E3;
    padding: 10px;
    margin-bottom: 30px;
}
.maid-search-details a{
    font-size: 16px;
}
.maid-search-details::after {
    content: ' ';
    clear: both;
    display: block;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    transform: scale(1.6);
    margin: 2px 11px 2px 4px;
}
.search-profile-img {
    float: left;
    width: 30%;
}

.search-profile-img-img {
    width: 85%;
    height: 100px;
    background-size: cover;
    background-position: center top;
}

.search-profile-details {
    float: left;
    width: 70%;
    position: relative;
}

.search-profile-details p {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.search-profile-details p span {
    display: block;
}

.search-profile-details img {
    position: absolute;
    right: 0px;
    top: 10px;
}

.profile-rating .checked {
    color: #FFDC00;
}

.search-more-details {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #E3E3E3;
    margin-top: 20px;
}

.search-more-details ul {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    margin: 20px 0px;
}

.search-more-details ul li {
    position: relative;
}

.search-more-details ul li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
}

.btn-group {
    float: left;
    width: 100%;
}

.btn-group::after {
    content: ' ';
    clear: both;
    display: block;
}

.btn-group a.red-btn {
    padding: 6px;
    width: auto;
    min-width: auto;
    float: left;
}

.btn-group a.red-btn {
    padding: 6px;
    width: auto;
    min-width: auto;
    float: left;
}

.btn-group a.red-outline-btn {
    padding: 6px;
    width: auto;
    min-width: auto;
    float: right;
}

.personal-details {
    display: block;
}

.personal-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.personal-details ul li {
    position: relative;
}

li.name-list {
    font-size: 24px;
    font-weight: bold;
}

li.name-list span {
    font-size: 18px;
    position: absolute;
    right: 0px;
}

li.name-list span img {
    width: 40px;
    margin-left: 8px;
}

li.ranking {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

li.ranking p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

li.ranking .checked {
    color: #FFDC00;
}

.table td,
.table th {
    padding: 15px 10px;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-weight: bold;
    color: #858585;
}

.table td b {
    color: #000;
}

ul.list-of-button {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.list-of-button li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.list-of-button li a.whatsapp {
    background-color: #3EB139;
    box-shadow: inset 0px 0px 10px #108d0c;
}

.list-of-button li a.whatsapp:hover {
    background-color: #108d0c;
}

.list-of-button li a.paper-plane {
    background-color: #758CB5;
    box-shadow: inset 0px 0px 10px #294c8a;
}

.list-of-button li a.paper-plane:hover {
    background-color: #294c8a;
}

.list-of-button li a i {
    font-size: 28px;
    margin-right: 8px;
    vertical-align: middle;
}

.border-top {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 20px;
}
p.limit-text{
    height:72px;
    overflow:hidden;
    font-style: italic;
    font-weight: 400;
}
.blank-box {
    min-height: 28px;
    background-color: none;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}

.red-box {
    display: block;
    background-color: #FF6961;
    padding: 40px;
    border-radius: 10px;
    margin-top: 66px;
}

.common-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.common-list li {
    background-image: url(../images/check-mark.svg);
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 30px;
    padding-left: 45px;
    margin-bottom: 21px;
}

blockquote {
    background-color: #FBFBFB;
    padding: 15px 30px;
    font-style: normal;
    border-left: 5px solid #FF6961;
}

.traning-gallery {
    margin-left: 0px;
    margin-right: 0px;
}

.traning-gallery [class*='col-'] {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.traning-gallery img {
    cursor: pointer;
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
    .heading_first::before, .heading_first::after,
    .heading_second::before, .heading_second::after,
    .heading_three::before, .heading_three::after,
    .heading_four::before ,.heading_four::after,
    .heading_five::before, .heading_five::after,
    .heading_six::before, .heading_six::after,
    .heading_seven::before, .heading_seven::after{
        display:none;
        
    }
}

.blog-box {
    display: block;
    position: relative;
    box-shadow: 0px 0px 15px rgb(178 179 179 / 50%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-img {
    min-height: 245px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center center;
}

.blog-img img {
    display: none;
}

.blog-content {
    padding: 20px;
    min-height: 224px;
}

.blog-content a.know-more {
    position: absolute;
    bottom: 18px;
}

.blog-content h4 {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    color: #818181;
}

.blog-content h3 {
    font-size: 18px;
}

.blog-content p {
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 0.9em;
    margin: 2px 0.2em;
}

.share-btn:focus,
.share-btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
}

.share-btn:active {
    color: #e2e2e2;
}

.share-btn.twitter {
    background: #55acee;
}

.share-btn.google-plus {
    background: #dd4b39;
}

.share-btn.facebook {
    background: #3B5998;
}

.share-btn.stumbleupon {
    background: #EB4823;
}

.share-btn.reddit {
    background: #ff5700;
}

.share-btn.hackernews {
    background: #ff6600;
}

.share-btn.linkedin {
    background: #4875B4;
}

.share-btn.email {
    background: #444444;
}

h4.blog-date {
    font-size: 14px;
    color: #818181;
    font-weight: 300;
}

.blog-signle-img {
    display: block;
    margin: 20px 0px;
}

.sidebar-single .widget {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.sidebar-single h3.widget-title {
    border-bottom: 1px solid rgba(219, 61, 14, 1);
    padding-bottom: 8px;
    font-size: 20px;
}

.sidebar-single .widget ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar-single .widget ul li {
    margin-bottom: 10px;
}

.sidebar-single .widget ul li a {
    color: #222222;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.sidebar-single .widget ul li a:hover {
    color: rgba(219, 61, 14, 1);
}

.commentlist {
    margin: 0px;
    padding: 0px;
}

.commentlist li {
    list-style: none;
    margin-bottom: 30px;
    margin-top: 35px;
    display: block;
    box-shadow: 0px 0px 8px #ccc;
    padding: 19px;
    border-radius: 8px;
}

.comment-author {
    margin-bottom: 5px;
}

/* common-footer */

/* common-heading */
.common-heading {
    display: block;
    position: relative;
}

.common-heading h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgb(17, 17, 17);
    position: relative;
    display: inline-block;
}

.common-heading h4::after {
    content: ' ';
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgba(40, 145, 18, 1);
    left: 0px;
    bottom: -7px;
}

.common-heading h2 {
    font-size: 26px;
}

.common-heading p {
    font-size: 20px;
    line-height: 30px;
}

.comment-content p {
    font-size: 16px;
    line-height: 20px;
}

.comment-metadata {
    margin-bottom: 20px;
}

.comment-metadata time {
    font-size: 12px;
}

.fn {
    font-size: 20px;
    font-weight: bold;
}

.list-of-commint h5 i {
    font-size: 18px;
    color: #FF6961;
    font-weight: bold;
}

.details-page-slide {
    display: block;
    min-height: 600px;
    background-size: cover;
    background-position: center top;
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
    color: red;
}

@media only screen and (max-width: 1360px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }

    .common-list li {
        background-image: url(../images/check-mark.svg);
        background-repeat: no-repeat;
        font-size: 16px;
        line-height: 26px;
        padding-left: 35px;
        background-size: 23px;
        margin-bottom: 21px;
    }

    .banner-inner h1,
    .banner-inner b {

        font-size: 50px;

    }

    a.red-btn,
    button.red-btn,
    input.red-btn {

        padding: 12px 25px;

    }

    a.black-btn,
    button.black-btn,
    input.black-btn {
        padding: 12px 25px;
    }
}

.blur_img {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.client-panel {
    margin: 40px 0PX;
}

ul.dashboard-list {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

ul.dashboard-list li {
    list-style: none;
    position: relative;
}

ul.dashboard-list li a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #FF6961;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: 1px solid #fff;
}

ul.dashboard-list li a:hover,ul.dashboard-list li a.active {
    background-color: #8f0000;
}

.user-details {
    position: relative;
    display: block;
    box-shadow: 0px 0px 10px #eaeaea;
    padding: 25px;
}

.user-details ul {
    display: block;
    padding: 0px;
    margin: 0px;

}

.user-details ul li {
    display: block;
    margin-bottom: 15px;
    list-style: none;

}

.user-details h3 {
    margin: -25px;
    margin-bottom: 25px;
    background-color: #ffe460;
    color: #000;
    font-size: 20px;
    padding: 15px 24px;
}

.user-details h3 span {
    color: rgb(0 0 0);
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgb(255, 255, 255);
}

.user-details .table td,
.user-details .table th {
    font-weight: normal;
    vertical-align: middle;
    border: 0px;
    padding: 4px 10px;
}

.user-details .table tr {
    border-bottom: 1px solid rgb(231, 231, 231);
}

.user-details .table tr:last-child {
    border-bottom: 0px;
}

.user-details .table thead tr {
    background-color: rgb(236, 236, 236);
}

.user-details .table thead th {
    padding: 9px 10px;
    color: #000;
    font-weight: bold;
}

.user-details h5 {
    color: #FF6961;
    font-size: 18px;
    margin-bottom: 10px;
}

.user-details h2 {
    font-size: 50px;
}

.user-details h1 span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FF6961;
    text-shadow: 0px 0px 3px #000;
}

.user-details p,
.user-details li {
    font-size: 16px;
}

.user-photo {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: top center;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}

.user-details .table th a {
    font-weight: bold;
}

.user-details hr {
    box-shadow: 0px 0px 5px #ccc;
}

a.table-btn {
    display: inline-block;
    text-decoration: none;
    position: relative;
    background-color: #FF6961;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 4px 20px;
    border-radius: 4px;
    border-bottom: 1px solid #fff;
}

.uk-transition-slide-bottom-small {
    text-align: center;
    padding-left: 39px;
}

.uk-transition-slide-bottom-small a {
    font-size: 23px;
}

.sidenav {
    display: none;
}
.mobile-header{
    display: none;
}
.map-box p{
    font-size: 20px;
}
.main-menu.active{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    background-color: #fff;
    z-index: 150;
}
.displaiinline-a a{
    display: inline-block;
    position: relative;
}
.displaiinline-a{
    position: relative;
}
.displaiinline-a ul{
    position: absolute;
    background-color: #fff;
    width: 200px;
    z-index: 50;
    right: 0px;
    box-shadow: 0px 0px 5px #ccc;
    display: none;
}
.displaiinline-a ul::after
{
    content: ' ';
    width: 15px;
    height: 15px;
    background-color: #fff;
    box-shadow: -6px -6px 10px #f1f1f1;
    position: absolute;
    right: 6px;
    top: -8px;
    transform: rotate(
45deg
);
}
.displaiinline-a:hover > ul{
    display: block;
}
.displaiinline-a ul li {
    background-color: #fff !important;
    display: block;
    width: 100%;
    padding: 0px;
    line-height: initial;
}

.displaiinline-a ul li a {
    padding: 7px 15px;
}
.displaiinline-a ul li a:hover{
    color: #FF6961;
}
.checksucc{
    padding: 100px;
}
@media only screen and (max-width: 1030px) {
    .top-bar {
        display: none;
    }

    .main-menu ul li a {
        font-size: 13px;
    }

    .common-footer {
        background-size: initial;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (max-width:998px) {
    .flag img {
        width: 40px;
    }
    .flag p {
        position: absolute;
        top: -2px;
        left: 61px;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
    }
    .mobile-header{
        display: block;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 111;
        top: 0;
        left: 0;
        background-color: #000;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        vertical-align: middle;
    }

    .sidenav a i {
        position: relative;
        left: 10px;
        top: 2px;
    }

    .sidenav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .sidenav ul li {
        display: block;
        position: relative;
        vertical-align: middle;
    }

    .sidenav ul ul {
        margin-left: 15px;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    ul.mobile-sec-ul li {
        display: inline-block;
        vertical-align: middle;
    }

    ul.mobile-sec-ul a {
        display: inline-block;
        position: relative;
        padding: 10px;
    }

    ul.mobile-sec-ul {
        /* margin-left: 20px; */
        padding-left: 20px;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-top: 20px;
    }

    ul.mobile-sec-ul img {
        max-width: 20px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .main-menu {
        display: none;
    }

    .mobile-logo {
        width: 297px;
        overflow: hidden;
        position: relative;
    }



    .mobile-logo img {
        width: 290px;
        max-width: none;
    }

    .menu-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 25px;
        cursor: pointer;
        font-weight: bold;
    }

    .mobile-header {
        padding:12px 15px;
        box-shadow: 0px 0px 15px rgb(178 179 179 / 50%);
    }

    .banner-inner h1,
    .banner-inner b {
        font-size: 30px;
    }

    a.red-btn,
    button.red-btn,
    input.red-btn,
    a.black-btn,
    button.black-btn,
    input.black-btn {
        padding: 8px 17px;
        font-size: 15px;
    }
    a.blue-btn, button.blue-btn, input.blue-btn {

        font-size: 15px;

    }
    .border-box {
        margin-bottom: 15px;
    }

    .full-bg-color .col-md-6:last-child {
        padding-left: 15px;
    }

    .full-bg-color::before,
    .bg-helf-right::after,.feedback::before,.feedback::after {
        content: none;
    }

    .full-bg-color::after {
        width: 100%;
    }

    .col-padding-left {
        padding-left: 0px;
    }

    .common-footer .col-padding-left {
        padding-left: 15px;
    }

    .common-footer {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    [class*='col-'] {
        margin-bottom: 15px;
    }

    .footer-bottom [class*='col-'] {
        width: 50%;
    }

    .footer-bottom .col-md-3 {
        width: 100%;
    }

    .cart-count {

        top: 6px;
    }

    .w-100 {
        width: 100% !important;
        min-height: 200px;
    }

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 10px;
        border-radius: 16px;
        overflow: hidden;
        height: 10px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #2b2b2b;
        background-: ;
        border-top: 0px solid transparent;
        olid transparent: ;
        border-bottom: 0px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

    .bg-helf-right {
        padding-bottom: 0px;
    }

    .bg-patter {
        padding-top: 0px;
    }
    .feedback .col-padding-left{
        padding-left: 15px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        display: none;
    }
    .center-left-top h3 {
        font-weight: bold;
        font-size: 19px;
    }
    .uk-transition-slide-bottom-small {
        transform: translateY(0px);
    }
    .uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
        transition: .3s ease-out;
        transition-property: opacity,transform,filter;
        opacity: 1;
    }
    .uk-transition-slide-bottom-small a {
        font-size: 20px;
    }
    .uk-slidenav-previous, .uk-slidenav-next{
        display: none !important;
    }
    .news-letter-form input[type=submit] {
        position: absolute;
        top: 0px;
        right: 13px;
        width: 150px;
        padding: 12px;
    }
    .news-letter-form input[type=submit] {
        position: absolute;
        top: 0px;
        right: 13px;
        width: 150px;
        padding: 13px 14px 14px 14px;
    }
    h2{
        font-size: 26px;
    }
    .section-padding {
        padding:40px 0px;
    }

    .section-padding-top {
        padding-top: 40px;
    }

    .section-padding-bottom {
        padding-bottom: 40px;
    }
    .red-box {

        margin-top: 16px;
    }
    .mobile-center{
        text-align: center;
    }
    .sidebar-single .widget{
        margin-left: 0px;
    }
    .common-footer h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-lettter h3{
        font-size: 24px;
    }
    .map-box p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px) {

    a.red-btn,
    button.red-btn,
    input.red-btn,
    a.black-btn,
    button.black-btn,
    input.black-btn {
        padding: 7px 14px;
        font-size: 14px;
    }
    .table {
        display: block !important;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .display-auto{
        display: inline-table !important;
    }
    .mobile-table td, .mobile-table th{
        display: block;
        padding: 8px 0px;
    }
    .user-details h2 {
        font-size: 28px;
    }
    .checksucc{
        padding: 35px;
    }
    .checksucc h1{
        font-size: 37px;
    }

}
@media only screen and (max-width: 339px) {
.banner-inner a{
    margin-bottom: 10px;
}
.banner-inner h1, .banner-inner b {
    font-size: 30px;
    line-height: 29px;
}
.banner-inner h1 {
    margin-bottom: -11px;
}
.mobile-logo img {
        width: 220px;
        max-width: none;
    }
}