@charset "UTF-8";
/*
Theme Name: Baitullah Travel
Theme URI:  
Author: the Emenac team
Author URI:  
Description: 
Text Domain: bait
Tags: 

*/

/*================================
    Main Css Start here
==================================*/
* {font-family: 'Poppins', sans-serif;}

a{
  text-decoration: none !important;
}
button{
  outline: none !important;
}
.btn-secondary, .btn-primary {
  background-color: #395144;
  border-color: #395144;
  border-radius: 2px;
}

.btn-primary {
  background-color: #AA8B56;
  border-color: #AA8B56;
}

/*general css End*/
/*header css Start*/
.header .navbar {
  background-color: #395144;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar .container {
  position: relative;
}

.header .navbar .navbar-brand img {
  max-height: 47px;
  width: 100%;
  object-fit: cover;
}

.header .navbar .navbar-toggler {
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 99999;
  border-color: #fe521d;
  background-color: #fe521d;
  height: 39px;
  width: 45px;
  padding: 0;
  border-radius: 0;
  outline: none !important;
}

.header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header .navbar .navbar-nav li.dropdown {
  display: flex;
  align-items: center;
}

.header .navbar .navbar-nav li.dropdown::after {
  content: "";
  background-image: url("images/icons/icon-tray.png");
  display: inline-block;
  height: 27px;
  width: 29px;
  overflow: hidden;
  background-position: 42% 7.5%;
}

.header .navbar .navbar-nav li.dropdown .dropdown-toggle:after {
  content: none;
}

.header .navbar .navbar-nav li.dropdown img {
  padding-right: 10px;
}

.header .navbar .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  padding: 0;
}

.header .navbar .navbar-nav li.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 14px;
  color: #000;
  display: block;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}

.header .navbar .navbar-nav li.dropdown .dropdown-menu li a:last-child {
  border-bottom: none;
}

.header .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  background-color: #395144;
  color: #fff;
}

.header .navbar .navbar-nav li.dropdown .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.header .navbar .navbar-nav li.dropdown > a {
  color: #fff;
  padding-right: 7px;
}

.header .navbar .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px 20px;
  display: inline-block;
  transition: color 0.5s ease;
}

.header .navbar .navbar-nav li.active a {
  color: white;
}
.header .navbar .navbar-nav li a:hover{
  color: #fff;
}

.header .navbar .navbar-nav li:first-child a {
  padding-left: 0;
}

.header .navbar .navbar-nav.secondary-nav li a {
  color: #fff;
  font-weight: 400;
  padding: 8px 17px;
}

.header .navbar .navbar-nav.secondary-nav li a span.icon {
  vertical-align: calc(-7px);
  display: inline-block;
  padding: 11px 14px;
  background-image: url("images/icons/icon-tray.png");
  background-repeat: no-repeat;
}

.header .navbar .navbar-nav.secondary-nav li a span.icon.request-call {
  background-position: 7% 8%;
}

.header .navbar .navbar-nav.secondary-nav li a span.icon.live-chat {
  background-position: 16% 8%;
}

.header .navbar .navbar-nav.secondary-nav li a span.icon.whatsapp {
  background-position: 64% 72.2%;
}

.header .navbar .navbar-nav.secondary-nav li:last-child a {
  padding-right: 0;
}

.header .navbar.logo-quote {
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 22px;
}

.header .navbar.logo-quote .navbar-nav li {
  padding-left: 33px;
}
.header .navbar.logo-quote .navbar-nav li > img:last-child {
	margin-left: 20px;
}


.header .navbar.logo-quote .navbar-nav li.phone {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.header .navbar.logo-quote .navbar-nav li.phone a {
  color: #000;
  display: inline-flex;
  align-items: center;
}

.header .navbar.logo-quote .navbar-nav li.phone a span.icon {
  border-right: 1px solid #ddd5e3;
  height: 20px;
  width: 39px;
  background-image: url("images/icons/icon-tray.png");
  background-position: 35% 8%;
  padding-right: 8px !important;
  margin-right: 8px;
  padding: 2px 0;
}

.header .navbar.logo-quote .navbar-nav li.beat-my-quote {
  cursor: pointer;
}

.header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-group {
  animation: glowing 2500ms infinite;
  padding: 0;
  font-size: 0;
}

.header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-primary {
  background-color: #fff;
  color: #AA8B56;
  font-size: 15px;
  font-weight: 600;
  border-color: #fff;
  padding: 11px 22px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

.header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-orange {
  background-color: #AA8B56;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url("images/icons/icon-tray.png");
  background-position: 4.3% 18.7%;
  padding: 22px 22px;
}

/*header css End*/
/*footer and cookie policy text css Start*/
.footer .footer-links {
  background-color: #395144;
  padding: 40px;
  text-align: center;
}

.footer .footer-links ul {
  margin: 0;
}

.footer .footer-links ul li {
  margin: 0 8px;
}

.footer .footer-links ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.footer .footer-content {
  background-color: #fff;
  padding: 43px 0 92px;
  text-align: center;
}

.footer .footer-content .protected-logos {
  margin-bottom: 45px;
}

.footer .footer-content .protected-logos li {
  padding: 0 35px;
  border-right: 1px solid #706c73;
}

.footer .footer-content .protected-logos li:last-child {
  border-right: none;
}

.footer .footer-content .copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  margin-bottom: 22px;
}

.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}

.cookie-policy .policy-text {
  background-color: #fff;
  border: 1px solid #f0e0fc;
  padding: 19px 44px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-policy .policy-text p {
  flex: 0 0 94%;
  margin: 0;
  color: #756d6d;
  font-size: 12px;
  font-weight: 300;
}

.cookie-policy .policy-text a {
  flex: 0 0 6%;
  font-weight: 400;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}

/*footer and cookie policy text css End*/


/*================================
       Blog Banner Css
==================================*/
.blog_banner {
    background-color: #395144;
    padding: 58px 0 71px 0;
}
.blog-banner-container{
  background-color: #AA8B56;
}

.blog_banner_title {
    background-color: #AA8B56;
    padding: 62px 53px 51px 70px;
}

.blog_banner_title h1 {
    font-size: calc(1.25rem + ((1vw - 3.2px) * 1.5625));
    line-height: 1.3em;
    color: #ffffff;
    font-family: 'playfair_displayblack';
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 45px;
}

.blog_banner_title p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
}

.blog_banner_title .btn_read {
    color: #fff;
    text-align: center;
    padding: 0 0;
    border: solid 2px #fff;
    border-radius: 41px;
    padding: 15px 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.4s ease all;
}

.blog_banner_title .btn_read:hover {
    background-color: #395144;
}
 .blog_media.functions img {
  width: 730px;
  height: 233px;
}
.not_found_img {
  width: 730px;
  height: 233px;
}

/*================================
    Blog Main Section Css
==================================*/
.main_section {
    padding: 72px 0 122px 0;
}

.blog_title {
    font-size: 28px;
    line-height: 13.74px;
    color: #37343a;
    font-weight: 600;
    margin-bottom: 50px;
}

.card_custom {
    border: 0;
    margin-bottom: 30px;
}

.card_custom .card-body {
    border: solid 2px #f0e0fc;
    border-top: 0;
    text-align: center;
}

.card_custom .card-body h4 {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.375));
    line-height: 1.3em;
    color: #000000;
    font-weight: 600;
    margin: 16px 0 7px 0;
    text-transform: capitalize;
}

.card_custom .card-body p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 300;
    margin-bottom: 28px;
}

.btn_read_more {
    padding: 15px 47px;
    background-color: #f8efff;
    font-size: 14px;
    color: #395144;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 41px !important;
    border: 0;
    margin-bottom: 5px;
}

.btn_read_more:hover {
    background-color: #395144;
    color: #ffffff;
    border-color: transparent;
}

.btn_read_more:focus {
    color: #fff;
    background-color: #395144;
    border-color: #395144;
    box-shadow: none;
}

.load_more_btn {
    background-color: #AA8B56;
    color: #fff;
    border-radius: 41px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 15px 67px;
    transition: 0.4s ease all;
}
.load_more_btn:hover {
  background-color: #395144;
  color: #fff;
}

.load_more_btn_cover {
    margin-top: 45px;
}
.center-text .card-text {
  padding: 0 154px;
  margin-bottom: 28px !important;
}
.card_custom img {
	max-width: 100%;
	object-fit: cover;
	width: 730px;
	height: 233px;
}
.blog_media.front img {
	width: 730px;
	height: 233px;
}

/*================================
        Blog Detail Css
==================================*/
.breadcrumb_custom .breadcrumb-item a{
    text-decoration: none;
    color: rgba(55, 52, 58, 0.89);
}
.breadcrumb_custom .breadcrumb-item{
    font-size: 14px;
    line-height: 13.73px;
    color: rgba(55, 52, 58, 0.89);
    font-weight: 400;
}
.breadcrumb_custom {
    margin-bottom: 2px;
}
.custom_mb{
    margin-bottom: 22px;
}
.blog_detail_cover {
    background-color: #f2f2f5;
    padding: 80px 0 127px 0;
}

.blog_textarea_cover {
    padding: 59px 42px 35px 42px;
    background-color: #fff;
}

.blog_textarea h1, .blog_textarea h2, .blog_textarea h3, .blog_textarea h4, .blog_textarea h5, .blog_textarea h6     {
    line-height: 1.3em;
    color: #000000;
    margin-bottom: 22px;
    font-weight: 600;
    margin-top: 7px;
}
.blog-title{
  /* font-size: calc(1.25rem + ((1vw - 3.2px) * 0.25)); */
  font-size: 28px;
  margin-bottom:15px;
  line-height:32px;
  font-weight: 900;
}
.blog_textarea h1{
font-size: calc(1.25rem + ((1vw - 3.2px) * 0.75));
}
.blog_textarea h2{
font-size: calc(1.25rem + ((1vw - 3.2px) * 0.4375));
}
.blog_textarea h3{
font-size: calc(1.25rem + ((1vw - 3.2px) * 0.25));
}
.blog_textarea h4{
font-size: calc(1.125rem + ((1vw - 3.2px) * 0.1875));
}
.blog_textarea h5{
font-size: calc(1rem + ((1vw - 3.2px) * 0.125));
}
.blog_textarea h6{
font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
}
.blog_textarea p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.80);
    text-align: justify;
    margin-bottom: 26px;
}

.share_section span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 18px;
}

.share_section a {
    margin-right: 6px;
}
.blog_media img {
	max-width: 100%;
	height: auto;
}
.share_section a span.social-media-bg {
	background-image: url(images/social-media.png);
	background-repeat: no-repeat;
	padding: 14px 15px;
  margin: 0;
  transition: 0.3s ease all;
}
.share_section a span.social-media-bg.facebook {
	background-position: 0 0;
}
.share_section a:hover span.social-media-bg.facebook {
	background-position: 19% 0;
}
.share_section a span.social-media-bg.twitter {
	background-position: 41% 0;
}
.share_section a:hover span.social-media-bg.twitter {
	background-position: 66% 0;
}
.share_section a span.social-media-bg.pinterest {
	background-position: 84% 0;
}
.share_section a:hover span.social-media-bg.pinterest {
	background-position: 100% 0;
}
.facebook-btn{
  border: solid 1px #4267b2;
}
.facebook-btn:hover{
  background-color: #4267b2;
  border-color: #4267b2;
}
.twitter-btn{
  border: solid 1px #1da1f2;
}
.twitter-btn:hover{
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.pinterest-btn{
  border: solid 1px #e60023;
}
.pinterest-btn:hover{
  background-color: #e60023;
}
/*Change the breadcrumb separator*/
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}



/*================================
        Modal  Css
==================================*/

/*request a call*/
.request-call-popup {
  max-width: 263px;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: -100%;
  right: 20px;
  opacity: 0;
  padding: 47px 15px 10px;
  z-index: 9999;
  -webkit-transition: bottom 0.6s, opacity 1.5s;
  transition: bottom 0.6s, opacity 1.5s;
}

.request-call-popup .form-group img {
  right: 5px;
}

.request-call-popup.active {
  bottom: 20px;
  opacity: 1;
}

.request-call-popup .close {
  height: 20px;
  width: 21px;
  display: inline-block;
  background-image: url("images/icons/icon-tray.png");
  background-position: 58.5% 39%;
  opacity: 1 !important;
  margin-top: -31px;
}

.request-call-popup .heading {
  display: flex;
  margin-bottom: 25px;
}

.request-call-popup .heading span.icon {
  background-image: url("images/icons/icon-tray.png");
  background-position: 5% 38%;
  height: 42px;
  width: 54px;
  display: inline-block;
  margin-right: 10px;
}

.request-call-popup .heading p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3px;
}

.request-call-popup .heading p.desc {
  font-size: 15px;
  font-weight: 400;
}

.request-call-popup .form-group {
  margin-bottom: 10px;
}

.request-call-popup .form-group .form-control {
  height: 36px;
  border: none;
  font-size: 15px;
}

.request-call-popup button.btn-primary {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}
.wp-block-quote {
	border-left: 4px solid #000;
	margin: 0 0 28px;
	background-color: #f8f8f8;
	padding: 16px 22px 16px 16px !important;
}
.wp-block-quote p {
	margin-bottom: 0;
}
.share_section {
	display: flex;
	align-items: center;
}
.share_section a {
	margin-right: 6px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	transition:0.2s ease-in-out;
}
/*request a call*/

.bg_black{background-color: #000000;}
.need_help_cover h3 {
  color: #fff;
}
.need_help_cover p {
  color: #fff;
}
.custom_modal .modal-dialog{
  max-width: 400px;
}
.custom_modal .modal-body {
  padding: 25px;
}
.need_help_cover {
  margin: 15px 0 40px 0;
}
.custom_modal .close {
  background-color: #ffffff;
  padding: 0 6px;
  opacity: 5;
  font-weight: 500;
}
.custom_send_btn {
  background-color: #AA8B56;
  border-color: #AA8B56;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}
span.wpcf7-not-valid-tip {
  color: #AA8B56;
  font-size: 14px;
}

div.wpcf7-response-output {
  margin: 0;
  border: 2px solid #AA8B56;
  background-color: #AA8B56;
  color: #fff;
  font-size:11px;
}
/*================================
    Wordpress  Css start here
==================================*/
.custom_footer_menu li {
  display: inline-block;
}
.custom_footer_menu li a {
  text-decoration: none;
}
.alhijaz_404 {
  padding: 80px 0;
}
.alhijaz_404 .page-title {
  font-size: calc(1.25rem + ((1vw - 3.2px) * 0.75));
  margin-bottom: 20px;
}
.nav-item .drop_down_arrow{display: none;}
.menu-item-has-children .drop_down_arrow{display: block;}
.entry-header {
  background-color: #395144;
  color: #fff;
  padding: 40px 0;
}
.entry-title {
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 0;
  font-size: 30px;
  text-transform: capitalize;
}


@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px rgba(254, 82, 29, 0.45);
  }
  20% {
    box-shadow: 0 0 20px rgba(254, 82, 29, 0.45);
  }
  50% {
    box-shadow: 0 0 20px rgba(254, 82, 29, 0.45);
  }
  100% {
    box-shadow: 0 0 -10px rgba(254, 82, 29, 0.45);
  }
}
.mobile-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  z-index: 999;
  height: 61px;
  background-color: #fff;
}

.mobile-buttons .mobile-btn {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fe521d;
  z-index: 100;
  animation: mobileOrangeGlowing 1500ms infinite;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -6.6%;
}

.mobile-buttons .mobile-btn svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}

.mobile-buttons .mobile-btn.phone {
  background-color: #395144;
  border-color: #395144;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: pulse 1.5s infinite;
}

.mobile-buttons .mobile-btn.phone::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 120%;
  background-color: rgba(119, 33, 182, 0.25);
  border: 1px solid #395144;
  border-radius: 50%;
  animation: width-height 2s infinite;
  z-index: -1;
}
.meta ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	list-style-type: none;
}
.meta ul li {
	margin-right: 20px;
	color: #395144;
	font-weight: 600;
}
.meta ul li span {
	margin-right: 6px;
}
.mobile-buttons .simple-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.mobile-buttons .simple-btn .icon {
  height: 20px;
  width: 24px;
  margin: 0 auto 3px;
  display: block;
  background-image: url("images/icons/icon-tray.png");
  background-position: 63% 72%;
}

.mobile-buttons .simple-btn .icon.chat {
  background-position: 16% 8%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(119, 33, 182, 0.15);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(119, 33, 182, 0.25);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(119, 33, 182, 0.25);
  }
}

@keyframes width-height {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 230%;
    height: 230%;
    opacity: 0;
  }
}

@keyframes width-height2 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 160%;
    opacity: 0;
  }
}
.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: .3s;
}

.wave-md {
  animation-delay: .45s;
}

.wave-lg {
  animation-delay: .6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px,10px);
  }
  
  50% {
    transform: translate(0,0);
    opacity: 1;
  }
}
/*================================
    Responsive Css start here
==================================*/

@media (max-width: 1920px) {
    .card_custom .card-body h4 {
        font-size: 24px;
    }
	.blog-title {
		font-size: 35px;
		line-height: 45px;
	}
    .blog_banner_title h1 {
        font-size: 35px;
		line-height:45px;
    }

    .blog_textarea h2 {
        font-size: 35px;
		line-height:45px;
    }
    .blog_textarea h3 {
        font-size: 35px;
		line-height:45px;
    }
    .blog_textarea h4 {
        font-size: 35px;
		line-height:45px;
    }
    .blog_textarea h5 {
        font-size: 35px;
		line-height:45px;
    }
    .blog_textarea h6 {
        font-size: 35px;
		line-height:45px;
    }
    .alhijaz_404 .page-title {
       font-size: 32px;
  }
}

@media (min-width: 768px) {
  .header .navbar .navbar-toggler {
    top: 0;
    height: 43px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    .blog_banner_title h1 {
        margin-bottom: 30px;
    }

    .blog_banner_title {
        padding: 30px 53px 31px 70px;
    }

    .header .navbar .navbar-nav.secondary-nav li a {
      padding: 8px 10px;
    }
    .header .navbar.logo-quote {
      padding-top: 14px;
      padding-bottom: 14px;
    }
	

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    /*header css Start*/
    .header {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .header .navbar {
      padding-top: 0;
      padding-bottom: 0;
    }
    .header .navbar .navbar-nav li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header .navbar .navbar-nav li a {
      color: #fff;
      padding-left: 0;
      padding-right: 0;
    }
    .header .navbar .navbar-nav li.dropdown {
      flex-wrap: wrap;
      position: relative;
      padding-top: 4px;
    }
    .header .navbar .navbar-nav li.dropdown::after {
      position: absolute;
      right: 0;
      top: 9px;
      z-index: 1;
      padding: 10px;
      background-color: #AA8B56;
      cursor: pointer;
    }
    .header .navbar .navbar-nav li.dropdown .dropdown-menu {
      flex: 0 0 100%;
    }
    .header .navbar .navbar-nav.secondary-nav li a {
      padding-left: 0;
    }
    .header .navbar .navbar-nav.secondary-nav li:last-child {
      border-bottom: none;
    }
    .header .navbar.logo-quote {
      padding: 12px 15px 13px;
    }
    .header .navbar.logo-quote .navbar-brand img {
      max-height: 38px;
    }
    .header .navbar.logo-quote .navbar-nav li {
      padding-left: 15px;
    }
    .header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-orange{
      display: none;
    }

    /*header css Start*/
    .center-text .card-text {
      
      padding: 0 0;
}
	/* Heading size start here*/
		.blog-title {
			font-size: 35px;
			line-height: 45px;
		}
		.blog_banner_title h1 {
			font-size: 35px;
			line-height: 45px;
		}

		.blog_textarea h2 {
			font-size: 35px;
			line-height: 45px;
		}
		.blog_textarea h3 {
			font-size: 35px;
			line-height: 45px;
		}
		.blog_textarea h4 {
			font-size: 35px;
			line-height: 45px;
		}
		.blog_textarea h5 {
			font-size: 35px;
			line-height: 45px;
		}
		.blog_textarea h6 {
			font-size: 35px;
			line-height: 45px;
		}
	/*Heading size Ends Here*/
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    .blog_banner_title {
        padding: 18px 30px 28px 30px;
    }
     /*header css Start*/
     .header .navbar.logo-quote {
      padding-top: 7px;
      padding-bottom: 8px;
    }
    .header .navbar.logo-quote .navbar-brand img {
      max-height: 30px;
    }
    .header .navbar.logo-quote .navbar-nav li {
      display: none;
    }
    .header .navbar.logo-quote .navbar-nav li.beat-my-quote {
      padding: 0;
    }
    .header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-group .btn-primary {
      padding: 7px 12px;
    }
    .header .navbar.logo-quote .navbar-nav li.beat-my-quote .btn-group .btn-orange {
      display: none;
    }
    /*header css Start*/
    /*footer css Start*/
    .footer .footer-links {
        padding: 15px;
    }

    .footer .footer-content {
        padding-top: 25px;
    }

    .footer .footer-content .protected-logos {
        margin-bottom: 20px;
    }

    .footer .footer-content .protected-logos li {
        padding: 0 8px;
        margin: 0;
    }

    .footer .footer-content .copyright p {
        margin-bottom: 14px;
    }

    .cookie-policy .policy-text {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 15px 14px;
        text-align: center;
    }

    .cookie-policy .policy-text a {
        margin-top: 10px;
    }

    /*footer css End*/
	/* Heading size start here*/
		.blog-title {
			font-size: 25px;
			line-height: 35px;
		}
		.blog_banner_title h1 {
			font-size: 25px;
			line-height: 35px;
		}

		.blog_textarea h2 {
			font-size: 25px;
			line-height: 35px;
		}
		.blog_textarea h3 {
			font-size: 25px;
			line-height: 35px;
		}
		.blog_textarea h4 {
			font-size: 25px;
			line-height: 35px;
		}
		.blog_textarea h5 {
			font-size: 25px;
			line-height: 35px;
		}
		.blog_textarea h6 {
			font-size: 25px;
			line-height: 35px;
		}
	/*Heading size Ends Here*/
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .blog_banner_title {
        padding: 20px 20px 23px 20px;
        text-align: center;
    }

    .blog_banner_title h1 {
        margin-bottom: 7px;
        line-height: 26px;
    }

    .blog_banner_title p {
        margin-bottom: 15px;
    }

    .blog_banner {
        padding: 14px 0 17px 0;
    }

    .main_section {
        padding: 25px 0 35px 0;
    }

    .load_more_btn_cover {
        margin-top: 5px;
    }

    .blog_title {
        margin-bottom: 29px;
    }
    .blog_textarea_cover {
        padding: 15px 20px 15px 20px;
    }

    .blog_textarea p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .blog_textarea h1, .blog_textarea h2, .blog_textarea h3, .blog_textarea h4, .blog_textarea h5, .blog_textarea h6 {
    margin-bottom: 10px;
  
    }
        .blog_detail_cover {
        padding: 25px 0 20px 0;
    }
    .entry-title {
      font-size: 20px;
     
    }
    .entry-header {
      padding: 20px 0;
     
    }
}

.page-content h1 {
  font-size: 30px;
}

.page-content h2 {
  font-size: 28px;
}

.page-content h3 {
  font-size: 26px;
}

.page-content h4 {
  font-size: 24px;
}

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

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

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #000;
  margin-bottom: 20px;
}
.page-content p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	text-align: justify;
	margin-bottom: 20px;
}
.page-content p:last-child {
  margin-bottom: 0;
}

.page-content ol {
  list-style-type: decimal;
}

.page-content ul {
  list-style: square;
}

.page-content ul,
.page-content ol {
  padding-left: 25px;
  margin: 20px 0;
}

.page-content ul li,
.page-content ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.page-content ul li a,
.page-content ol li a {
  color: #395144;
  font-size: 16px;
}

.page-content strong {
  font-weight: 700;
}

.page-content a {
  color: #395144;
  font-family: "latobold";
}

.page-content blockquote {
  width: 100%;
  text-align: center;
  background-color: #f3f3f3;
  color: #000;
  text-align: center;
  padding: 30px 30px;
  position: relative;
  margin: 30px 0;
}

.page-content blockquote::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 20px;
  bottom: -5px;
}

.page-content blockquote::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 20px;
  top: -5px;
}

.page-content blockquote p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-style: italic;
}

.page-content blockquote h1,
.page-content blockquote h2,
.page-content blockquote h3,
.page-content blockquote h4,
.page-content blockquote h5,
.page-content blockquote h6 {
  font-style: italic;
}

.page-content blockquote span {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}