.new_bg_dark .navbar-toggler-icon {
  background-image: url(../images/Nav_icon.png);
}

.Logo {
  padding: 7px 0px;
}

.location {
  float: left;
  margin-right: 10px;
  padding: 7px 5px;
}

.contact_icon {
  float: left;
  margin-right: 10px;
  padding: 7px 5px;
}

.new_bg_dark {
  background-color: #231f20;
}

.y_new_btn {
  background-color: #AE7F2E;
  color: #fff
}

.y_new_btn:hover {
  background-color: #edb63e;
}


.menu_nav .nav-item .nav-link {
  color: #fff;
  padding-right: 40px;
}

.menu_nav .nav-item .nav-link:hover {
  color: #AE7F2E
}

.menu_nav .navbar-nav .active>.nav-link {
  color: #AE7F2E
}

.banner {
  background-image: url("../images/Blog_Banner_1.png");
  background-size: cover;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.banner h1 {
  color: #fff;
  margin-bottom: 20px;
}

.banner h5 {
  color: #fff;
  width: 30%;
  margin-bottom: 20px;
}

.about_text {
  color: #818181;
}

.about_text h2 {
  color: #282828;
}

.about_text h6 {
  margin-bottom: 30px;
}

.about_list ul {
  padding: 0px;
}

.about_list ul li {
  list-style-type: none;
  color: #282828;
}

.width100 {
  width: 100%
}

.pt40 {
  padding-top: 40px;
}

/*---------------------Tab view-----------------------*/

.f_nav .tab-title .icon-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 25px 30px 0px rgb(15 111 213 / 15%);
  box-shadow: 0px 25px 30px 0px rgb(15 111 213 / 15%);
  display: inline-block;
  text-align: center !important;
  position: relative;
  background: #ee3234;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  box-shadow: 8px 14px 54px 0px rgba(183, 127, 4, 0.30);
  text-shadow: 8px 14px 54px rgba(183, 127, 4, 0.30);
  background: rgb(252, 233, 191);
  background: radial-gradient(circle, rgba(252, 233, 191, 1) 0%, rgba(255, 255, 255, 1) 100%);
  align-items: center;
  display: flex;
  justify-content: center;
}

.f_nav .single-tab-content {
  border: 1px solid #CCD7E0;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgb(204 215 224 / 5%);
  box-shadow: 0px 10px 30px 0px rgb(204 215 224 / 5%);
  padding: 30px;
}

.f_nav .tab-title li a:after {
  content: '';
  background: transparent url(../images/arrow-1-1.png) 0 0 no-repeat;
  width: 35px;
  height: 15px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.f_nav .nav-item {
  padding-right: 71px;
}

.tab-title .icon-box i {
  font-size: 72px;
  line-height: 150px;
  position: relative;
  z-index: 10;
  color: #0f6fd5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;

}


.f_nav .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
}

.f_nav .single-tab-content .icon-box,
.f_nav .single-tab-content .text-box {
  display: table-cell;
  vertical-align: top;
}

.f_nav .single-tab-content .text-box {
  padding-left: 40px;
}

.f_nav .tab-title li a.active:after {
  opacity: 1;
}

.f_nav .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  /*    border-bottom: 1px solid #ddd;*/
}

.f_nav .nav-tabs {
  border-bottom: 0;
}


.f_nav .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
  float: left;
  /*    width: 20%;*/
}


.f_nav ul li a p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  color: #282828;
}

.read-more {
  color: #AE7F2E;
}

.read-more:hover {
  color: #a77d1f;
}

.sec-title h2 {
  margin-bottom: 80px;
  margin-top: 50px;
}


.f_nav .tab-title li a:hover .icon-box,
.f_nav .tab-title li a.active .icon-box {
  background: #AE7F2E;
}



/*------------------------End Tab view--------------------*/

.under_text {
  width: 50%;
  margin: 0 auto;
}

.recent_cmp {
  top: -80px;
  z-index: -1;
  text-align: center;
  position: relative;
  height: 300px;
  background-color: #fff9ec;
}


.recent_cmp_text {
  padding-top: 120px;
}

.recent_cmp_text h3 {
  margin-bottom: 30px;
}


.review_text {
  font-size: 26px;
  margin-top: 20px;
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}

.user_name {
  font-size: 17px;
  padding-top: 20px;
  margin-bottom: 5px;
}

.slider_heading {
  margin-bottom: 20px;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.carousel-indicators .active {
  background-color: #AE7F2E;
}

.new_bg_light {
  background-color: #f5f5f5
}





/* ==============
  Pricing
===================*/

.pricing h2 {
  font-weight: bold;
}

.pricing_text {
  font-size: 18px;
  margin-top: 10px;
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}

.pricingTable {

  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.pricingTable:before {
  content: '';
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 65px;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-top: 5px solid #AE7F2E;
  border-radius: 10px;
}

.pricingTable .pricingTable-header {
  width: 125px;
  height: 125px;
  padding: 35px 15px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #AE7F2E;
}

.pricingTable .title {
  color: #272727;
  font-size: 38px;
  text-transform: uppercase;
  margin: 0px;
}

.pricingTable .price-value {
  color: #231f20;
  position: relative;
  top: -20px;
}


.pricingTable .price-value .amount {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.pricingTable .price-value .amount-sm {
  font-size: 25px;
  font-weight: 400;
  margin: -2px 0 0;
  vertical-align: top;
  display: inline-block;
}



.pricingTable .pricingTable-signup {
  padding: 20px 10px 20px;
}


.pricing_data h3 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.pricing_data p {
  font-size: 14px;
}

.pricingTable.green .pricingTable-header,
.pricingTable.green .pricingTable-signup {
  background: linear-gradient(#38ef7d, #11998e);
}

.carousel-caption {
  bottom: 75px !important;
}

/* .carousel-indicators{bottom: 60px!important;} */



@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

.social_icons ul {
  padding: 0px;
  margin-top: 20px;
}

.social_icons ul li {
  display: inline-block;
  list-style-type: none;
  padding: 5px;
  transition: transform .1s;
}

.social_icons ul li:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.footer_nav ul {
  padding: 0px;
  margin-bottom: 5px;
}

.footer_nav ul li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
}

.footer_nav ul li a {
  text-decoration: none;
  color: #a7a7a7;
}

.footer_nav ul li a:hover {
  color: #dddddd
}

.copyright {
  font-size: 14px;
  color: #a7a7a7;
  margin-top: 5px
}

.address-text {
  color: #AE7F2E;
  font-size: 16px;
  padding: 10px;
}

.copyright span {
  color: #AE7F2E;
}

.copyright span a {
  text-decoration: none;
  color: #AE7F2E;
}





/*-----------------------------------media-------------------------------*/



@media only screen and (min-device-width: 320px) and (max-device-height: 568px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  h2 {
    font-size: 26px;
  }

  .text-box h3 {
    font-size: 21px !important;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .banner h1 {
    font-size: 30px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }


  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }


  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }



}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  h2 {
    font-size: 26px;
  }

  .text-box h3 {
    font-size: 21px !important;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }


  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }


}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .pricing_data p {
    font-size: 16px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }


}


@media only screen and (min-device-width : 375px) and (max-device-width : 413px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .pricing_data p {
    font-size: 16px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }


}



@media only screen and (device-width : 414px) and (device-height : 896px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .pricing_data p {
    font-size: 16px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }


}

@media only screen and (device-width : 360px) and (device-height : 800px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .pricing_data p {
    font-size: 16px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }

}


@media only screen and (device-width : 360px) and (device-height : 640px) {

  .img_width {
    width: 100%
  }

  .Logo {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }

  .banner h5 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
  }

  .address {
    text-align: center;
  }

  .location {
    float: none;
    margin-right: 0px !important;
  }

  .pt-4 {
    padding-top: 5px !important;
  }

  .contact {
    text-align: center;
  }

  .contact_icon {
    float: none;
    margin-right: 0px;
  }

  .under_text {
    width: 80%;
  }

  .recent_cmp_text h3 {
    margin-bottom: 10px;
  }

  .pricing h2 {
    font-size: 22px;
  }

  .pricing_text {
    width: 90%;
    padding-top: 0px;
  }

  .title {
    font-size: 28px !important;
  }

  .pricing_data h3 {
    font-size: 26px;
  }

  .pricingTable .pricingTable-signup {
    padding: 0px 0px 10px 0px;
  }

  .pricing_data p {
    font-size: 16px;
  }

  .single-tab-content .icon-box {
    display: block !important;
  }

  .text-box {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .f_nav ul {
    justify-content: center;
    display: grid;
  }

  .f_nav .nav-item {
    padding-right: 0px;
  }


  .sec-title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .f_nav .tab-title li a {
    padding-bottom: 10px;
  }

  .f_nav ul li a p {
    margin-top: 15px;
  }

  /* 19-11-2021 */

  .banner {
    height: 100%;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .review_text {
    width: 100% !important;
    font-size: 20px !important;
    padding-top: 20px !important;
  }

  .banner h1 {
    font-size: 30px;
  }

  .contactus_banner {
    height: 150px !important;
  }

  .contact-info img {
    margin-bottom: 3% !important;
  }

  .contact-info h2 {
    margin-bottom: 5% !important;
  }

  .contact-info {
    margin-top: 4% !important;
  }

  .left_text {
    border-radius: 0px !important;
  }

  .right_form {
    border-radius: 0px !important;
  }

}




/*----------ipad----------*/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .img_width {
    width: 100%
  }

  .banner h5 {
    width: 90%;
  }

  .pricing_text {
    width: 80%;
    padding-top: 0px;
  }

  .carousel-caption {
    bottom: 4% !important;
  }

  .carousel-indicators {
    bottom: 10px !important;
  }

  .slider_heading {
    margin-bottom: 10px;
  }

  .review_text {
    width: 95%;
    padding-top: 5px;
  }

  .user_name {
    padding-top: 2px;
  }

  h2 {
    font-size: 26px;
  }

  .f_nav .nav-link.active {
    border-bottom: 0px !important;
  }

  .f_nav .tab-title li a:after {
    display: none;
  }

  .sec-title h2 {
    margin-bottom: 50px;
  }

  .f_nav .nav-item {
    padding-right: 90px;
  }

  .f_nav ul {
    padding-left: 65px;
  }

  .f_nav ul li:nth-child(3n) {
    padding-right: 0px;
  }

  .site_bg {
    background-size: cover !important;
    padding: 0px 10px !important;
  }

}





/*-------------------------26-02-2021 Hover--------------*/


.icon-box:hover #my_img1 {
  content: url('../images/Absance_reporting.png');
}

.icon-box:hover #my_img2 {
  content: url('../images/Sickness_managment.png');
}

.icon-box:hover #my_img3 {
  content: url('../images/Custom_absence_type.png');
}


.icon-box:hover #my_img4 {
  content: url('../images/Dashboard.png');
}


.icon-box:hover #my_img5 {
  content: url('../images/Holyday.png');
}


.icon-box:hover #my_img6 {
  content: url('../images/emp_database.png');
}



.f_nav .tab-title li a.active .icon-box #my_img1 {
  content: url('../images/Absance_reporting.png');
}

.f_nav .tab-title li a.active .icon-box #my_img2 {
  content: url('../images/Sickness_managment.png');
}

.f_nav .tab-title li a.active .icon-box #my_img3 {
  content: url('../images/Custom_absence_type.png');
}


.f_nav .tab-title li a.active .icon-box #my_img4 {
  content: url('../images/Dashboard.png');
}


.f_nav .tab-title li a.active .icon-box #my_img5 {
  content: url('../images/Holyday.png');
}


.f_nav .tab-title li a.active .icon-box #my_img6 {
  content: url('../images/emp_database.png');
}

#scrollToTopBtn {
  background-color: #494949;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 22px;
  height: 40px;
  width: 80px;
  border-radius: 80px 80px 0 0;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: relative;
  top: 7px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*----------------------Terms and condition-----------------------*/
/*----------------------Terms and condition-----------------------*/
/*----------------------Terms and condition-----------------------*/

.TandC_text {
  padding: 50px 0px;
}

.TandC_banner {
  background-image: url("../images/T&c_Banner.png");
  background-size: cover;
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: center
}

.TandC_text ul {
  padding-left: 20px;
}

.TandC_banner h1 {
  color: #fff;
}

.main_head {
  font-size: 32px;
}

.sub_head {
  font-size: 22px;
  margin-top: 20px;
}

.sub_para {
  font-size: 18px;
}

.sub_sub_head {
  margin-top: 20px;
}


/*----------------------Privacy Policy-----------------------*/
/*----------------------Privacy Policy-----------------------*/
/*----------------------Privacy Policy-----------------------*/

.PandP_banner {
  background-image: url("../images/P&P_Banner.png");
  background-size: cover;
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: center
}


.PandP_banner h1 {
  color: #fff;
}

.bold {
  font-weight: 600;
}

.bold a {
  text-decoration: none;
  color: inherit;
}

/*----------------------Contact us-----------------------*/
/*----------------------Contact us-----------------------*/
/*----------------------Contact us-----------------------*/

.contactus_banner {
  background-image: url("../images/Contact_us_Banner.png");
  background-size: cover;
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: center
}

.contactus_banner h1 {
  color: #fff;
}


.contact_us {
  padding: 4%
}

.left_text {
  background: #AE7F2E;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.contact-info {
  margin-top: 10%;
}

.contact-info img {
  margin-bottom: 15%;
}

.contact-info h2 {
  margin-bottom: 10%;
}

.right_form {

  border: 1px solid #AE7F2E;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.contact-form label {
  font-weight: 600;
}

.contact-form button:focus {
  box-shadow: none;
}


/*------------------------Footer Button----------------------*/

#scrollToTopBtn {
  background-color: #494949;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 22px;
  height: 40px;
  width: 80px;
  border-radius: 80px 80px 0 0;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: relative;
  top: 7px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
  background: #888;
}


::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blog_banner {
  background-image: url("../images/Blog_Banner_1.png");
  background-size: cover;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
}

body {
  font-family: 'Roboto';
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  background-color: #f3f3f3;
}

a {
  transition: 0.3s;
}

.btn {
  font-weight: 500 !important;
}

.btn-primary {
  color: #232021;
  background-color: #AE7F2E;
  border-color: #AE7F2E;
}

.btn-primary:hover {
  color: #232021;
  background-color: #976f39;
  border-color: #976f39;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem hwb(69 11% 14% / 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #232021;
  background-color: #AE7F2E;
  border-color: #AE7F2E;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #232021;
  background-color: #976f39;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.header {}

.btn-top {
  color: #fff;
  padding: 14px 20px;
  line-height: 31px;
  font-size: 14px;
}

.btn-top:hover {
  color: #AE7F2E;
  text-decoration: none;
}

.login-lnk {
  background-color: #fff;
  color: #000000;
}

.top-header {
  height: 40px;
  background-color: #242d4c;
  ;
}

.top-lnk1 {
  padding-top: 8px;
}

.top-lnk1 a {
  color: #ffffff;
  font-size: 16px;
}

.top-btn {
  text-align: right;
  padding-top: 4px;
}

.nav-bg-light {
  background-color: #ffffff;
  /* box-shadow: 0px 3px 23px #646464a8; */
}

.nav-link {
  font-size: 16px;
  color: #231f20 !important;
  font-weight: bold;
  padding: 0.5rem 1rem !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #AE7F2E !important;
  border-bottom: 1px solid #AE7F2E;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #AE7F2E !important;
}

.top-banner {
  background-color: #242d4c;
  padding: 20px 0px;
}

.banner-text,
.banner-text-home {
  padding-top: 40px;
}

.banner-text h1 {
  color: #242022;
  font-weight: bold;
  font-size: 40px;
}

.banner-text h1 span {
  color: #AE7F2E;
}

.banner-text p {
  color: #242022;
  font-size: 13px;
}

.banner-text-home h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
}

.banner-text-home h1 span {
  color: #AE7F2E;
}

.banner-text-home p {
  color: #ffffff;
  font-size: 13px;
}

.about-section {
  background-color: #f3f3f3;
  padding: 20px 0px;
}

.hd-typ1 {
  color: #231f20;
  font-size: 22px;
  font-weight: 900;
}

/* Section Title Styling */
.section-title {
  font-size: 40px;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 40px;
}

/* Subtitle Styling */
.section-subtitle {
  font-size: 14px;
  color: #231f20;
  margin-bottom: 40px;
  font-weight: 500;
  padding-top: 20px;
}

/* Card Styling for HR, Managers, Staff */
.feature-card {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  padding: 15px 0px;
}

/* Yellow Background for Heading */
.feature-card h5 {
  background-color: #AE7F2E;
  color: #fff;
  padding: 7px 0px;
  /* border-radius: 5px; */
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 130px;
}

/* Feature Card Hover Effect */
.feature-card:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.feature-card p {
  color: #231f20;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 450;

}

.pre-typ1 {
  color: #231f20;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.list-typ1 {
  margin: 0px;
  padding: 0px;
}

.list-typ1 li {
  list-style-type: none;
  background: url(../images/list-icon.png) no-repeat left 4px;
  padding-left: 26px;
  margin-bottom: 11px;
}

.list-typ1 li span {
  font-weight: bold;
}

.pt30 {
  padding-top: 30px;
}

.features-section {
  background-color: #ffffff;
  padding: 50px 0px;
}

.sec-title {
  text-align: center;
}

.badge-title {
  color: #AE7F2E;
  background-color: #fbeee2;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 25px;
}

.sec-title h2 {
  color: #ae7f2e;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.features-box-new {
  background-color: #242d4c;
  min-height: 310px;
  border-radius: 15px;
  margin-top: 25px;
  padding: 10px;
  transition: all 0.3s ease;
}

.features-box-new:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.fea-icon {
  width: 140px;
  */
  /* height: 140px; */
  /* background: #1c1b1b; */
  border-radius: 100%;
  /* position: absolute; */
  text-align: left;
  /* padding: 38px; */
  top: -60px;
}

.hd-typ2 {
  font-size: 17px;
  font-weight: 900;
  color: #dfb187;
  margin-top: 13px;
  z-index: 9998;
  position: relative;
}

.pre-typ2 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}

.recent-compnies {
  background: url(../../images/recent-company-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0px;
  height: 605px;
}

.recent-compnay-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
}

.recent-compnay-box img {
  border-radius: 20px 0px 0px 20px;
}

.recent-compnay-box-data {
  padding: 20px 20px 20px 0px;
}

.recent-compnay-box-data h6 {
  font-size: 14px;
  line-height: 22px;
}

.recent-compnay-box-data p {
  font-weight: 500;
  font-size: 20px;
  padding: 0px;
  margin: 0 0 3px 0;
}

.recent-pre-1 {
  font-size: 14px !important;
  font-weight: normal !important;
}

.hd-typ3 {
  font-size: 32px;
  font-weight: 900;
  color: #111010;
}

.hd-typ4 {
  font-size: 14px;
  font-weight: bold;
  color: #111010;
}

.pre-typ3 {
  font-size: 14px;
  color: #111010;
  font-weight: 500;
}

.includ-box {
  background-color: #ffffff;
  font-size: 14px;
  color: #111010;
  font-weight: bold;
  padding: 10px;
  box-shadow: 0px 0px 10px #b7b5b5;
  border-radius: 10px;
  border-left: 10px solid #AE7F2E;
  transition: 0.3s;
}

.includ-box:hover {
  background-color: #AE7F2E;
  color: #111010;
}

.testimonial-sec {
  padding: 50px 0px;
  background-image: url(../../images/testimonial-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 230px;
}

.card {
  margin: 0 auto;
  border: none;
  background-color: transparent !important;
}

.card .carousel-item {
  min-height: 190px;
}

.card .carousel-caption {
  padding: 0;
  right: 15px;
  left: 15px;
  top: 15px;
  color: #fff;
  min-height: 175px;
  padding: 15px;
  background-color: #111010;
  text-align: left;
  border: 1px solid #1d1b1b;
}

.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.card .carousel-caption .col-sm-9 {
  text-align: left;
}

.card .carousel-caption .col-sm-12 small {
  font-size: 12px;
}

.card .carousel-control-prev,
.card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px;
  border: 1px solid #fff;
  ;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 0.85;
}

.carousel-control-prev {
  left: -10%;
  top: -16%;
}

.carousel-control-next {
  right: -10%;
  top: -16%;
}

.midline {
  width: 60px;
  border-top: 1px solid #d43025;
}

.carousel-caption h2 {
  font-size: 14px;
}

.carousel-caption h2 span {
  color: #cd3a54;
}

@media (min-width: 320px) and (max-width: 575px) {
  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }

  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .card .carousel-caption h3,
  .card .carousel-caption small {
    text-align: center;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}

.testimonial-caption h3 {
  font-size: 14px;
  font-weight: bold;
}

.testimonial-caption h4 {
  font-size: 12px;
  font-weight: normal;
}

.testi-qoutes {

  background-color: #1d1b1b;
  text-align: center;
  border-radius: 90px 0px 0px 0px;
}

.testi-qoutes img {
  margin: 27px 0px 19px 19px;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #AE7F2E;
  border-radius: 100%;
}

.carousel-indicators .active {
  background-color: #fff;
}

.footer-up {
  background-color: #ae7f2e;
  padding: 55px 0px;
}

.ft-up-txt span {
  font-size: 16px;
  font-weight: normal;
}

.ft-up-txt {
  font-size: 28px;
  font-weight: 500;
  margin: 0px;
  padding: 0;
  line-height: 25px;
  float: left;
  margin-left: 20px;
}

.footer {
  background-color: #242d4c;
  padding: 30px 0px 0px;
}

.ft-logo {}

.ft-social {
  padding: 25px 0px;
}

.ft-social a {
  margin-right: 10px;
}

.ft-lnk {
  padding: 0px 0px 20px 0px;
}

.ft-lnk a {
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
}

.ft-lnk a:hover {
  color: #AE7F2E;
  text-decoration: none;
}

.ft-copy {}

.ft-copy p {
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.ft-copy p span.ft-brand {
  color: #AE7F2E;
}

.pricing-section {
  padding: 50px 0px;
}

.top-banner-inner {
  background-color: #f9f6ee;
  padding: 20px 0px;
}

.sec-title-2 {
  text-align: center;
}

.sec-title-2 h5 {
  font-size: 32px;
  font-weight: 900;
  color: #111010;
}

.sec-title-2 p {
  font-size: 14px;
  color: #111010;
  font-weight: 500;
}

.sec-title-rc {
  text-align: center;
}

.sec-title-rc h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* Pricing Page Css */
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  /* margin: 0 auto 3em; */
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 0px 30px 0px 0px;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #0047ab, #5d83b9);
  padding: 3em 0 10em;
  position: relative;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-palden .pricing-title {
  font-size: 21px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff;
  font-weight: bold;
}

.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
  font-size: 2.5em;
}

.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}

.pricing-palden .pricing-feature {
  padding: 1em 0;
}

.pricing-palden .pricing-feature .fa-check {
  color: #62af0e;
}

.pricing-palden .pricing-feature .fa-times {
  color: #da1414ee;
}

.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(135deg, #0047ab, #584efd);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg, #14325a, #3f69ad);
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

/* price css end */
.contact_us {
  padding: 4%
}

.left_text {
  background: #AE7F2E;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.contact-info {
  margin-top: 10%;
}

.contact-info img {
  margin-bottom: 15%;
}

.contact-info h2 {
  margin-bottom: 10%;
}

.right_form {

  border: 1px solid #AE7F2E;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.contact-form label {
  font-weight: 600;
}

.contact-form button:focus {
  box-shadow: none;
}


.contact_icon {
  margin-right: 10px;
  margin-left: 10px;
}

.add-font-size {
  font-weight: 500;
}

.site_bg {
  background-image: url(https://leave-management.co.uk/public/site_bg.jpg);
  height: 324px;
  background-size: contain;
  background-repeat: no-repeat;
}

.v_align {
  align-items: center;
  display: flex;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.c_heading {
  font-size: 32px;
  color: #fff;
}

.c_sub_heading {
  font-size: 22px;
  color: #fff;
}

.c_sub_para {
  font-size: 18px;
  color: #fff;
}

.b_border {
  border-bottom: 1px solid #fff;
}

.site_bg ul {
  padding: 0px;
}

.site_bg ul li {
  list-style-type: none;
  display: inline;
  padding: 0px 15px;
  color: #fff;
}

.site_bg ul li:last-child {
  padding-right: 0px;
}

.site_bg ul li:first-child {
  padding-left: 0px;
}

.contact_support {
  font-size: 1rem;
  font-weight: 500
}

#mp4 {
  width: 100%;
}

.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 35px
}

.y_new_btn:hover {
  background-color: #edb63e;
  color: #ffffff;
}

.view_more {
  position: absolute;
  bottom: 14px;
}

.button-style {
  color: #212529;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #9d6f07;
  border-radius: 50px;
  padding: 15px 30px;
}

.recent_cmp {
  top: 0;
}

.recent_cmp_text {
  padding-top: 80px;
}

.f_nav .tab-title li a:after {
  bottom: -1px;
}

.back-image-height {
  height: 450px;
}

/* ------------------Blog css---------------- */

.blog_banner {
  background-image: url(../public/images/Blog_Banner_1.png);
  background-size: cover;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}


.media.media-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 210px;
}

@media (min-width: 768px) {
  .media.media-news {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .media.media-news {
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}

.media.media-news .media-body {
  padding: 20px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  background: #fff;
  position: absolute;
  width: 85%;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .media.media-news .media-body {
    position: relative;
    padding: 46.5px 35px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .media.media-news .media-body {
    right: 40px;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .media.media-news .media-body {
    position: absolute;
    right: 35px;
    width: 65%;
    height: 240px;
    padding: 15px 15px 5px 15px;
    top: 60px;
  }
}

.media.media-news .media-body .media-date {
  font-family: "Open Sans", sans-serif;
  color: #848484;
  margin-bottom: 10px;
}

.media.media-news .media-body h5 {
  font-size: 21px;
  padding-bottom: 10px;
  padding-top: 10px;
  /*max-height: 50px;*/
  /*overflow: hidden;*/
  line-height: 27px;

}

.media.media-news .media-body h5.small {
  font-size: 16px;
}

.media.media-news .media-body p {
  /*max-height: 70px;*/
  overflow: hidden;
  color: #848484;
  padding-top: 0;
}

.media.media-news .media-body .common-btn {
  margin-top: 10px;

}

.b_search {
  background-color: #F5F5F5;
  padding: 15px 15px;
  border-radius: 5px;
}

.b_search_icon {
  background-color: #AE7F2E;
  border: none;
  height: 45px;
}

.b_search_text {
  border-left: none;
  border-color: #E8E8E8;
  height: 45px;
}

.media-img img {
  height: 280px;
  width: 350px
}


/* ------------------Blog detail css---------------- */

.blog_banner {
  background-image: url(../public/images/Blog_Banner_1.png);
  background-size: cover;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}

.blog_body {
  padding: 20px 30px;
}

.blog_body p {
  line-height: 30px;
}

.blog_list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 5px;
  margin-bottom: 0px;
}

.blog_list li {
  padding-bottom: 7px;
}

.blog_list li img {
  margin-right: 5px;
}


@media only screen and (max-width: 480px) {
 .top-header {
    height: auto; 
}

  .about-section .container .row .col-md-4 {
    margin-bottom: 15px;
  }

  .recent-compnies {
    padding-bottom: 20px;
    height: auto;
  }

  .recent-compnay-box-data {
    padding: 20px 20px 20px 20px;
  }

  .testimonial-sec {
    margin-top: 0px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 102%;
  }

  .carousel-caption {
    text-align: center !important;
  }
  .recent-compnay-box img {
    border-radius: 20px 20px 0px 00px;
}
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
 .top-header {
    height: auto; 
}

  .about-section .container .row .col-md-4 {
    margin-bottom: 15px;
  }

  .recent-compnies {
    padding-bottom: 20px;
    height: auto;
  }

  .recent-compnay-box-data {
    padding: 20px 20px 20px 20px;
  }

  .testimonial-sec {
    margin-top: 0px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 102%;
  }

 .carousel-caption {
    text-align: center !important;
  }
  .recent-compnay-box img {
    border-radius: 20px 20px 0px 00px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {}