
ol, ul {

    list-style-position: inside;
}

  @media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

.border{
    border: 1px solid #e2e0e0;
}

.rounded_small{
    border-radius: 7px;
}

.d-flex{
    display: flex;
   }


  .justify-content-center{
     justify-content: center;
  }


  .grecaptcha-badge{
    display: none;
}


  .btn-primary{
    background-color: var(--primary-color)!important;
    border-color: var(--primary-color)!important;

 }

 .btn-dark {
     color: #fff!important;
     background-color: #212529!important;
     border-color: #212529!important;
 }

 .text-primary{
     color: var(--primary-color)!important;
 }

 .bg-primary{
     background-color: var(--primary-color)!important;
 }


  .about-area{
    width: 100%;
    overflow: hidden;

  }
.top_account_links{
    display: flex;
    padding: 0px 0px 0px 0px;
    float: right;
    color: #fff;
}
.top_account_links a{
    padding: 0px 3px;
}
.top_account_links a:hover{
    color: var(--primary-color);
}

.top-bar-area .address-info {padding: 0px;}

@media (min-width: 768px){
    .top-bar-area .address-info {
        float: right;
        text-align: right;
     }

 }


@media (max-width: 768px){

    .navbar-brand > img {
        height: 50px !important;
    }

}


.navbar-brand>img {
    display: initial;
    max-height: 116px;
    max-width: 360px;
}

.sticked .navbar-brand>img {
     max-height: 72px;
 }

.wrap-sticky nav.navbar.bootsnav,nav.navbar.bootsnav {background: #000!important;}

.nav.navbar.bootsnav{

    background: #000000!important;
}


nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}


nav.navbar.bootsnav ul.nav > li > ul > li a {
    color: #fff;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    color: var(--primary-color);
}




 .rate_list_item{
    text-align: center;


}

.rate_list_item h3{
    color:#cf2e2e;
    font-weight: bold;
}

.rate_list_item h6{
    color:#333;
    font-size: 16px;
    font-weight: normal;
}


.rate_list_item_inner{
    transition: 0.4s;
       text-align: center;
    background: #FFEDED;
    width: 101%;
    margin: 4%;
    height: 250px;
    padding-top: 13%;


}





.dashboard_item_box_container .col-md-3{
    padding:0px 4px;
 }

.dashboard_item_box{
    border: 1px solid var(--primary-color);
    height: 150px;
    padding: 10px 0px;
 }



.dashboard_item_box h3{
    font-size: 32px;
    padding: 10px 0px;
    text-align: center;
}







 .payment_list_item{
    text-align: center;


}

.payment_list_item h3{
    color:#cf2e2e;
    font-weight: bold;
}

.payment_list_item h6{
    color:#333;
    font-size: 16px;
    font-weight: normal;
}

.payment_list_item_inner img{
    width:150px;

}

.payment_list_item_inner{
    transition: 0.4s;
       text-align: center;
   /* background: #f9dfbd;*/
  background: rgb(251,221,202);
background: linear-gradient(90deg, rgba(251,221,202,1) 25%, rgba(218,141,94,1) 72%);
    width: 101%;
    margin: 4%;
    height: 316px;
    padding-top: 13%;


}



.btn-black{
    background: #333;
    color:#fff;
}

.btn-black:hover,
.btn-black:visited{
    color:#fff;

}

  .rate_list_item_inner:hover,
  .payment_list_item_inner:hover,
  .services_list_item:hover {
  box-shadow: 0px 0px 20px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

@media screen and (max-width:768px){
.rate_list_item,
.payment_list_item{
    margin-bottom:10px!important;
}

.rate_list_item_inner,
.payment_list_item_inner{
    margin:0px!important;
}

nav.navbar.bootsnav .navbar-nav {background: #000!important;}

}






.services_list_item{
    transition: 0.4s;
}


.box {
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 1px rgb(56 58 64 / 55%);
  background: #fff;
  transition: 0.4s;
}

  .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}




.popular-courses .bottom-info button {
    background: #ffb606 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}




#search-resp-list_header{

    background: #fff;

 }



#search-resp-list {

    position: absolute;
    background: #d6dce0;
    width: 100%;
    z-index: 99;
    left: 0px;
    display: block!important;
}



.search-results{list-style: none;padding: 0px;}

.search-results li{
border-bottom:#fff 1px solid;
padding-bottom: 12px;
margin-top: 0px;
padding: 13px;}

.search-results li:hover{
    background: #b5b5eb;
}
.search-results .search-item-img img{
    width: 45px;
    margin-right: 12px;
}

.search-results .search-item-img{float: left;}

.search-results .search-item-title{
    color:#000;
    font-size: 16px;

    display: block;

    padding-top: -3px;
}


.search-results .price-compare{
    text-decoration: line-through;
    margin-right: 8px;
}

.search-results .price-sale{
    color: #000;
}









.badge2{
  padding:6px 10px ;
}


.page-title-area {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 30px;
}

.page-title-content {
    position: relative;
}

.page-title-content h5{
  font-size: 22px;
}

.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    color: #333;
    position: relative;
}

.page-title-content ul li a {
    display: block;
}



.home_category_box{
height: 324px;
}

.home_category_box li{
    padding: 0px 20px;
    text-align: left;
}


.home_category_box a{
    color: #fff;
    text-align: left;
}

.home_category_box a:hover{
    color: var(--primary-color);
}
.home_category_box .sub_categories_container{
    height: 100%;
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.home_category_box img{
    height: 245px!important;
}



.home_category_box h2{
    position: relative;
    background: var(--primary-color-light);
    font-size: 18px;
    color: #333;
    margin: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-left: 10px;

}

.home_category_box h2 a{
    position: absolute;
    right: 10px;
    top: 2px;
     font-size: 15px;
}

.home_category_box h2 a:hover{
   color: #fff;

}

@media screen and (min-width:768px) {
    .home_section_1_item{
        height: 465px;
        overflow: hidden;
    }
}
.home_section_2 .home_category_box img{
    height: 253px !important;
    padding: 0px;
}

.home_section_2{
    background: var(--secondary-color);
}

.home_section_2 .home_category_box {
    height: 303px;
}




.product_list_item{
    height: 349px;
    padding:10px 10px;
    position: relative;
    box-shadow: 0px 0px 6px rgba(73, 63, 85, 0.15);
    margin-bottom: 20px;
    }

    .product_list_item_img_container{
        overflow: hidden;
    }
    .product_list_item img{
        height: 177px!important;
        width: 100%;
        overflow: hidden;
    }


    .product_list_item .product_list_item_cost{
        position: absolute;
        bottom: 0px;
        right: 1px;
        background: var(--primary-color);
        font-size: 14px;
        color: #fff;
        margin: 0px;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding-left: 10px;
        z-index: 999;
    }


    .product_list_item .product_list_item_main_type{
        position: absolute;
        top: 0px;
        right: 0px;
        background: #000;
        font-size: 14px;
        color: #fff;
        margin: 0px;
        height: 34px;
        line-height: 34px;
        text-align: left;
        padding: 0px 10px;
        z-index: 999;
    }



  .product_list_item .product_list_item_cost span{
    background: #333;
    display: inline-flex;
    padding: 0px 10px 0px 10px;
   }

  .product_list_item .product_list_item_title {
     padding: 5px 0px;
  }

  .product_list_item .product_list_item_title a{
    color: var(--primary-color);
   }

   .product_list_item .product_list_item_title a:hover{
    text-decoration: underline;
   }

  .product_list_item .product_list_item_body{
     padding: 2px 0px;
     font-size: 13px;
  }

  .product_list_item .product_list_item_meta{
    padding: 5px 0px;
    font-size: 13px;
 }

 .product_list_item .product_list_item_meta .product_list_item_date{
    color: var(--primary-color);
 }

 @media screen and (max-width:768px) {
    .product_list_item{
        height: auto!important;
    }
    .product_list_item img {
        height:auto!important;
    }
 }


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination>li>a, .pagination>li>span {

    color:var(--primary-color);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;

}


.contact-form .form-grp input, .contact-form .form-grp textarea {
    width: 100%;
    background: #f4f4f4;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    font-weight: 500;
}

.contact-form .form-grp {
    margin-bottom: 10px;
}


.single_product_meta_info{
    padding-top: 20px;
    padding-bottom: 20px;
}

.single_product_meta_info div{
    border-bottom: 1px solid #e7e2e2;
    padding: 5px 0px;
}

.single_product_meta_info label{
    color: var(--primary-color);
}


.product_details_page .featured{
    padding-left:20px;
    padding-top: 4px;
}

.product_details_page .featured h4{
    margin-bottom: 0px;
}

.zoom_effect img, .image-box img,.product_list_item img{
    transition: 1s;
}

.zoom_effect:hover img, .image-box:hover img{
    transform: scale(1.04);
}


.top_search_form{
    display: flex;
}

.top_search_form .form-control{
    width: 100%;
}

.top_search_form .form-group:last-child{
    flex:0 0 5%;
}

.top_search_form .select2-container {
    display: block;

   width: 100% !important;
}

.top_search_form .select2-container .select2-selection--single {
    height: 34px !important;
}

.top_search_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px !important;
}


@media (min-width: 768px) {
    .top_search_form  .form-group {

        flex-grow: 1;
        padding: 0px 4px;
    }
}

@media (max-width:768px){
    .top_search_form{
        display: block;
    }

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

    .top_search_form .btn_search{
        display: block;
        width: 100%;
    }



}

.sec-title{
    position: relative;
    display: block;
    margin-bottom: 23px;
  }

  .sec-title h2{
    display: block;
    font-size: 40px;
    line-height: 52px;
   }

  .sec-title .top-text{
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    color: inherit;
    letter-spacing: 0.02em;
   font-family: var(--content-font-family);


    padding-bottom: 18px;
    margin-bottom: 6px;
    color: #000000;
  }

  .sec-title .top-text:before{
    position: absolute;
    content: '';
    background-image: url(../img/divider-1.webp);
    width: 82px;
    height: 6px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
  }

  .sec-title.centred .top-text:before{
    left:43px !important;
    /* left: 50% !important; */
    right: inherit !important;
    transform: translateX(-50%);
  }

  label{
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 600;

  }

  .form-control {

    height: 41px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;

    border: 1px solid #b3b1b1;
    border-radius: 4px;
  }


  .dbl__subtitle {
    font-size: 19px;
    color: #000000;
    margin: 0px 0px 8px 0px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
    z-index: 1;
}

  .dbl__subtitle:before {
    background-color: #DFDFDF;
}

 .dbl__subtitle:before {
    transform: skewX(-25deg) scaleX(1)!important;
}

  .dbl__subtitle:after {
    background-color: #E70000!important;
}

 .dbl__subtitle.appeared:after {
    transform: skewX(-25deg) scaleX(1);
}

  .wgl-double_heading {
    position: relative;
}

 .wgl-double_heading .dbl__title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    color: inherit;
    letter-spacing: 0.02em;
}

.wgl-double_heading .dbl__title2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    color: inherit;
    letter-spacing: 0.02em;
}

.progress-bar{
    background-color: var(--primary-color);
}


  .dbl__subtitle:before,  .wgl-double_heading .dbl__subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    height: 8px;
    display: block;
     transform-origin: top left;
    z-index: -1;
    width: 100%;
    transition: transform 0.8s 0.5s ease-in-out;
}

  .dbl__subtitle {
    font-size: 18px;
    color: #000000;
    margin: 0px 0px 8px 0px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

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

.account_form  .col-md-6,
.account_form  .col-md-4{
    padding-top: 10px;
    padding-bottom: 10px;
}

}

  .breadcrumb_container{
    background:#f3f3f3;
    padding:3px 3px;
}

.contact-section{
    padding:40px 0px;
}
.bread-crumb li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #9f9f9f;
    font-weight: 500;
    text-transform: uppercase;
  }

    .bread-crumb li:last-child{
    margin: 0px !important;
  }

   .bread-crumb li a{
    color: #9f9f9f;
  }

   .bread-crumb li a:hover{

  }

   .bread-crumb li:before{
    position: absolute;
    content: '';
    background-color: #9f9f9f;
    width: 8px;
    height: 1px;
    right: -13px;
    bottom: 11px;
  }

    .bread-crumb li:last-child:before{
    display: none;
  }


   .sec-title{
    margin: 30px 0px;
  }

 .sec-title h2{
    margin-bottom: 13px;
  }



  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfe2e5!important;
    border-radius: 0px!important;
}

.select2-container .select2-selection--single {

    height: 41px!important;
   }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 41px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px!important;

}




.imageThumb {
    max-height: 75px;
    border: 1px solid #9d9898;
    padding: 1px;
    cursor: pointer;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.remove:hover {
    background: #000;
    color: #fff;

}


.bg_1 {

    width: 455px;
    background: #edf3f6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.featured_listing_container{
    padding: 15px 20px;
    font-size: 13px!important;
}
.featured_listing_container label{

    font-size: 13px!important;
}



/***For google language translator widget***/
.fa-globe{
    float:left!important;
    }

    #google_translate_element{
    padding-right:4px;
    }

    .goog-te-gadget-icon{
    display:none!important;
    }

    .goog-te-gadget-simple{
    background:none!important;
     border:none!important;
    }

    .goog-te-menu-value{
    color:#FFFFFF!important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        color: #fff!important;
        padding-right: 10px!important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
         padding-right: 8px!important;
    }

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


       /*  #\:0\.targetLanguage > span > a > span:nth-child(1){
            display: none;
        } */
    }

    /***End for google language translator widget***/



.whatsapp_bottom {
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #62595e;
    padding: 4px 10px;
    border-radius: 50px;
    width: 97px;
    z-index: 99999;
    height: 30px;
}

.whatsapp_bottom:hover {
    background: #00e676;
}

/*Anumation shake css*/
 .shake_whatsapp {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
     transform: translate3d(0, 0, 0);
}
 @keyframes shake_whatsapp {
     10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
     20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
     30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
     40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}







/*************** Dashboard **************/
.dash-img {border:  1px solid #e6e5e5; padding: 10px 0px 3px;text-align: center;}
.left-desboard ul {list-style: none;}
.left-desboard li a {display: block; font-weight: 400; padding: 8px 0px 8px 10px; font-size: 15px; border: #e6e5e5 1px solid;
border-top: none; color: #000; text-decoration: none; text-transform: uppercase; font-weight: 600; }
.left-desboard li a span {color: #000; margin-right: 5px;}
.left-desboard li.active a {background: #333; color: #fff;}
.right-deshboard .panel-default {
    border: #f5f5f5 2px solid;
    border-radius: 0px;
    background: #fff;
}

.right-deshboard .panel-default > .panel-heading {background-color: #333; border-color:#333; border-radius: 0px; color:#fff; text-transform: uppercase; font-weight: 600; font-size: 18px;}
.right-deshboard .panel-default .panel-body {padding: 20px;}
.right-deshboard .panel-default .panel-body label {margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
color: #000;}
.left-desboard {
  background: #fff;
}
.carleft {
  background: #fff;
  padding: 15px;
  border: 2px solid #2b2b2b;
}
.dashbord-section {
  padding-bottom: 20px;
}
.right-deshboard .panel-default .panel-body .form-control {border-radius: 0px; border: #ccc 1px solid; box-shadow: none; height: 40px;}

.right-deshboard textarea.form-control {
    height: auto!important;
}
/* .right-deshboard .panel-default .panel-body .btn {
background: #333;
color: #fff;
display: inline-block;
padding: 4px 25px 4px;
text-shadow: none;
text-transform: uppercase;
font-size: 16px;
text-decoration: none;
font-weight: 600;
margin-top: 10px;
letter-spacing: 0px;
outline: #333 1px solid;
outline-offset: 3px;
border-radius: 0px;
} */

.left-desboard li.active a span {color: #fff;}
.right-deshboard .table > thead > tr > th{border-bottom: 2px solid #333;
padding: 8px; color: #000;
text-transform: uppercase;}
.right-deshboard .table{margin-bottom:0px;}
.right-deshboard .panel-default .panel-body .btn.viwbtn{font-size: 15px; padding: 6px 20px;}
.right-deshboard .panel-default .panel-body .btn.viwbtn.b{outline: 0px; font-size: 13px;
padding: 5px 12px;
margin-right: 4px;
margin-top: 0px;}
.right-deshboard .ord .table > thead > tr > th:nth-child(6){  min-width: 177px;}
.cart-checkout .cart_table.yord table tr th:nth-child(6){ min-width: 111px;}
.cart-checkout .cart_table.yord table tr th:nth-child(7){ min-width: 64px; }

.right-deshboard .panel-default .panel-body {
    padding: 20px;
}

.right-deshboard .panel-default > .panel-heading {
    background-color: #f8f8f8;
    border-color: #333;
    border-radius: 0px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.no_btn{
    background: none;
    border: 0px;
}

/*************** End Dashboard **************/




/* Base badge class */
.badge {
    display: inline-block;
    padding: 1em 1.2em;
    font-size: 76%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
}

/* Contextual classes */
.badge-primary {
    background-color: #007bff;
    color: white;
}

.badge-secondary {
    background-color: #6c757d;
    color: white;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.badge-danger {
    background-color: #dc3545;
    color: white;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

.badge-info {
    background-color: #17a2b8;
    color: white;
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}

.badge-dark {
    background-color: #343a40;
    color: white;
}

/* Pill badge */
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}



.quick_quote_login_container label{
    font-size: 15px;
    font-weight: normal;

}

@media (min-width: 768px) {
   #QuickQuoteLoginModal .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}


/** Pop up Enquiery from*/
.popup{
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }
 .popup.active{
    top:0;
    /*background-color: rgba(3, 3, 3, 0.98);*/
    transition: background-color .6s ,opacity .6s;

 }
 .popup-content{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 16px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px !important;
    border: 1px solid var(--primary-color);
    }

 .popup .main-btn-rect{
    padding: 10px 100px;
 }
 .popup .popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    background-color: #FFF;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
 }
 .popup.active .popup-content{
    margin-top: 0px;
 }
 .popup-content h6{
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-weight: 100;
 }
 #popup-reg .form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
 }
 form#send input, form#send textarea{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 10px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
    background-color: #f5f5f5;
    box-shadow: inherit;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
    height: 34px;
    color: #6a6767;
    font-size: 14px;
 }


 form#send input:focus,
 form#send textarea:focus{
    border-bottom: 1px solid var(--primary-color);;
 }
 form#send label{
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
 }
 form#send input:focus + label,
 form#send textarea:focus + label{
    color: var(--primary-color);;
 }
 form#send .txt{
    line-height: 22px;
    left: 2px;
 }
 form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin: 0px auto;
    font-size: 14px;
    width: 100%;
    border: none;
    /*.popup.active*/
 }
 form#send .main-btn-rect i {
    margin-right: 5px;
 }
 .myPopup{
   /*  background: #fff; */
    padding: 0px;
   /*  border: 1px solid var(--primary-color); */
    color: #000;
    cursor: pointer;
    font-size: 16px;
    z-index: 9;
 }
 .myPopup span{
     background-color:var(--primary-color);
     color: #fff;
     display: block;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
 }
 .popup .fade-out{
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 13px;
    opacity: 1 !important;
    background: #333;
    width: 33px;
    color: #fff;
    border-radius: 18px;
    height: 33px;
    line-height: 32px;
 }



 .sidebar2 {
    width: 136px;
    height: 75px;
    position: fixed;
    right: -80px;
    bottom: 150px;
    z-index: 999999;
    transform: rotate(270deg);
   }


   /** End Pop up Enquiery from*/



   .grecaptcha-badge{
    display: none;
 }




 .parallax-container {
    position: relative;
    min-height: 280px; /* Adjust as needed */
    overflow: hidden;
  }

  .parallax-container-review {
    padding-top: 45px;
    position: relative;
    min-height: 600px; /* Adjust as needed */
    overflow: hidden;
  }

  .parallax {
    background-image: url('');
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Move the background behind the content */
  }

  .parallax_heading{
     padding: 20px 20px;
    color: #fff;
    padding-top: 110px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
  }


  .parallax_heading span,
  .testimonial_container_heading_trans_bg span{
    background-color: #00000078;
    padding: 15px 30px;

  }

  @media screen and (max-width:768px) {
    .testimonial_container_heading_trans_bg span{
        font-size: 18px;
    }
  }


  .testimonial_container_heading_trans_bg{
     padding: 20px 20px;
    color: #fff;
    padding-top: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
  }




.testimonial_container h2{
    color: #fff!important;
}

  .testimonial_item{
    border: 2px solid #d6d4d4;
    padding: 20px 20px;
    height: 372px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}

.testimonial_item_name{
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}


.testimonial_item_title{
    font-size: 14px;
    padding-bottom: 10px;
    color: #c80000;
    font-weight: 600;
}


.testimonial_item_star{
     text-align: center;
     padding-bottom: 10px;
     margin: 0px auto;
     width: 90px;
}

.testimonial_item_description{
    font-size: 14px;
    line-height: 25px;
    color: #000;
 }



 .progress {
    position: relative;
	height: 25px;
}
.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}
