

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,500;0,600;0,300;0,400;0,700;1,300;1,400;1,500;1,600&display=swap');

/*Cursor*/
.cursor-pointer{
	cursor: pointer;
}

.d-hidden{
	display: none;
}


/*Font Size*/
.text-20px{font-size: 20px !important;}
.text-19px{font-size: 19px !important;}
.text-18px{font-size: 18px !important;}
.text-17px{font-size: 17px !important;}
.text-16px{font-size: 16px !important;}
.text-15px{font-size: 15px !important;}
.text-14px{font-size: 14px !important;}
.text-13px{font-size: 13px !important;}
.text-12px{font-size: 12px !important;}
.text-11px{font-size: 11px !important;}
.text-10px{font-size: 10px !important;}
.text-9px{font-size: 9px !important;}
.text-8px{font-size: 8px !important;}


/*Font waight*/
.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

/*Border Radious*/
.radious-1px{border-radius: 1px;}
.radious-2px{border-radius: 2px;}
.radious-3px{border-radius: 3px;}
.radious-4px{border-radius: 4px;}
.radious-5px{border-radius: 5px;}
.radious-6px{border-radius: 6px;}
.radious-7px{border-radius: 7px;}
.radious-8px{border-radius: 8px;}
.radious-9px{border-radius: 9px;}
.radious-10px{border-radius: 10px;}
.radious-11px{border-radius: 11px;}
.radious-12px{border-radius: 12px;}
.radious-13px{border-radius: 13px;}
.radious-14px{border-radius: 14px;}
.radious-15px{border-radius: 15px;}
.radious-16px{border-radius: 16px;}
.radious-17px{border-radius: 17px;}
.radious-18px{border-radius: 18px;}
.radious-19px{border-radius: 19px;}
.radious-20px{border-radius: 20px;}
/*End Border Radious*/


/*Opacity*/
.opacity-10{opacity: 1 !important;}
.opacity-9{opacity: .9 !important;}
.opacity-8{opacity: .8 !important;}
.opacity-7{opacity: .7 !important;}
.opacity-6{opacity: .6 !important;}
.opacity-5{opacity: .5 !important;}
.opacity-4{opacity: .4 !important;}
.opacity-3{opacity: .3 !important;}
.opacity-2{opacity: .2 !important;}
.opacity-1{opacity: .1 !important;}
.opacity-0{opacity: 0 !important;}




/*margin top*/
.mt-80px{margin-top: 80px !important;}
.mt-70px{margin-top: 70px !important;}
.mt-60px{margin-top: 60px !important;}
.mt-50px{margin-top: 50px !important;}
.mt-40px{margin-top: 40px !important;}
.mt-30px{margin-top: 30px !important;}
.mt-20px{margin-top: 20px !important;}
.mt-10px{margin-top: 10px !important;}
.mt-9px{margin-top: 9px !important;}
.mt-8px{margin-top: 8px !important;}
.mt-7px{margin-top: 7px !important;}
.mt-6px{margin-top: 6px !important;}
.mt-5px{margin-top: 5px !important;}
.mt-4px{margin-top: 4px !important;}
.mt-3px{margin-top: 3px !important;}
.mt-2px{margin-top: 2px !important;}
.mt-1px{margin-top: 1px !important;}
.mt-0px{margin-top: 0px !important;}

/*Margin bottom*/
.mb-80px{margin-bottom: 80px !important;}
.mb-70px{margin-bottom: 70px !important;}
.mb-60px{margin-bottom: 60px !important;}
.mb-50px{margin-bottom: 50px !important;}
.mb-40px{margin-bottom: 40px !important;}
.mb-30px{margin-bottom: 30px !important;}
.mb-20px{margin-bottom: 20px !important;}
.mb-10px{margin-bottom: 10px !important;}
.mb-9px{margin-bottom: 9px !important;}
.mb-8px{margin-bottom: 8px !important;}
.mb-7px{margin-bottom: 7px !important;}
.mb-6px{margin-bottom: 6px !important;}
.mb-5px{margin-bottom: 5px !important;}
.mb-4px{margin-bottom: 4px !important;}
.mb-3px{margin-bottom: 3px !important;}
.mb-2px{margin-bottom: 2px !important;}
.mb-1px{margin-bottom: 1px !important;}
.mb-0px{margin-bottom: 0px !important;}

/*Margin right*/
.me-80px{margin-right: 80px !important;}
.me-70px{margin-right: 70px !important;}
.me-60px{margin-right: 60px !important;}
.me-50px{margin-right: 50px !important;}
.me-40px{margin-right: 40px !important;}
.me-30px{margin-right: 30px !important;}
.me-20px{margin-right: 20px !important;}
.me-10px{margin-right: 10px !important;}
.me-9px{margin-right: 9px !important;}
.me-8px{margin-right: 8px !important;}
.me-7px{margin-right: 7px !important;}
.me-6px{margin-right: 6px !important;}
.me-5px{margin-right: 5px !important;}
.me-4px{margin-right: 4px !important;}
.me-3px{margin-right: 3px !important;}
.me-2px{margin-right: 2px !important;}
.me-1px{margin-right: 1px !important;}
.me-0px{margin-right: 0px !important;}

/*Margin left*/
.ms-80px{margin-left: 80px !important;}
.ms-70px{margin-left: 70px !important;}
.ms-60px{margin-left: 60px !important;}
.ms-50px{margin-left: 50px !important;}
.ms-40px{margin-left: 40px !important;}
.ms-30px{margin-left: 30px !important;}
.ms-20px{margin-left: 20px !important;}
.ms-10px{margin-left: 10px !important;}
.ms-9px{margin-left: 9px !important;}
.ms-8px{margin-left: 8px !important;}
.ms-7px{margin-left: 7px !important;}
.ms-6px{margin-left: 6px !important;}
.ms-5px{margin-left: 5px !important;}
.ms-4px{margin-left: 4px !important;}
.ms-3px{margin-left: 3px !important;}
.ms-2px{margin-left: 2px !important;}
.ms-1px{margin-left: 1px !important;}
.ms-0px{margin-left: 0px !important;}





/*Padding right*/
.p-80px{padding: 80px !important;}
.p-70px{padding: 70px !important;}
.p-60px{padding: 60px !important;}
.p-50px{padding: 50px !important;}
.p-40px{padding: 40px !important;}
.p-30px{padding: 30px !important;}
.p-20px{padding: 20px !important;}
.p-18px{padding: 18px !important;}
.p-10px{padding: 10px !important;}
.p-9px{padding: 9px !important;}
.p-8px{padding: 8px !important;}
.p-7px{padding: 7px !important;}
.p-6px{padding: 6px !important;}
.p-5px{padding: 5px !important;}
.p-4px{padding: 4px !important;}
.p-3px{padding: 3px !important;}
.p-2px{padding: 2px !important;}
.p-1px{padding: 1px !important;}
.p-0px{padding: 0px !important;}

.pe-80px{padding-right: 80px !important;}
.pe-70px{padding-right: 70px !important;}
.pe-60px{padding-right: 60px !important;}
.pe-50px{padding-right: 50px !important;}
.pe-40px{padding-right: 40px !important;}
.pe-30px{padding-right: 30px !important;}
.pe-20px{padding-right: 20px !important;}
.pe-18px{padding-right: 18px !important;}
.pe-10px{padding-right: 10px !important;}
.pe-9px{padding-right: 9px !important;}
.pe-8px{padding-right: 8px !important;}
.pe-7px{padding-right: 7px !important;}
.pe-6px{padding-right: 6px !important;}
.pe-5px{padding-right: 5px !important;}
.pe-4px{padding-right: 4px !important;}
.pe-3px{padding-right: 3px !important;}
.pe-2px{padding-right: 2px !important;}
.pe-1px{padding-right: 1px !important;}
.pe-0px{padding-right: 0px !important;}

.ps-80px{padding-left: 80px !important;}
.ps-70px{padding-left: 70px !important;}
.ps-60px{padding-left: 60px !important;}
.ps-50px{padding-left: 50px !important;}
.ps-40px{padding-left: 40px !important;}
.ps-30px{padding-left: 30px !important;}
.ps-20px{padding-left: 20px !important;}
.ps-18px{padding-left: 18px !important;}
.ps-10px{padding-left: 10px !important;}
.ps-9px{padding-left: 9px !important;}
.ps-8px{padding-left: 8px !important;}
.ps-7px{padding-left: 7px !important;}
.ps-6px{padding-left: 6px !important;}
.ps-5px{padding-left: 5px !important;}
.ps-4px{padding-left: 4px !important;}
.ps-3px{padding-left: 3px !important;}
.ps-2px{padding-left: 2px !important;}
.ps-1px{padding-left: 1px !important;}
.ps-0px{padding-left: 0px !important;}


.px-30px{
	padding-left: 30px;
	padding-right: 30px;
}
.py-20px{
	padding-top: 20px;
	padding-bottom: 20px;
} 

:root{
  --font-family :'Lato', sans-serif;
  --font-family-popins : 'Poppins', sans-serif;
  --font-family-inter : 'Inter', sans-serif;
}
/************ Header Area Start   
*************************************************************/
.header-area{
  padding: 0px 0;
  background-color: rgb(245 245 245 / 80%);
}
.logo img{
  height: 30px !important;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.primary-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu .primary-menu li a{
  font-size: 15px;
  margin: 0 15px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 6px 17px;
  border-radius: 33px;
  transition: .5s;
  font-family: var(--font-family-popins);
}
.active a{
  background-color: #15e6a3;
  color: #fff !important;
}
 .header-menu .primary-menu li a:hover{
  background-color: #15e6a3;
  color: #fff;
  border-radius: 33px;
}
.entry_header_control .header-menu .primary-menu li a:hover{
  background-color: #129c70;
}
.homeactive a{
  background-color: #129c70;
  color: #fff;
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bg .header-btn a{
  color: #fff;
}
.header-btn a{
  font-size: 15px;
  font-family: var(--font-family-popins);
  font-weight: 600;
}
.user-profile li {
	margin: 5px;
}
.login-btn{
  margin-right: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #0B162D;
}
.login-btn:hover{
  color: #15e6a3;
}
.listing-btn {
  background: linear-gradient(90deg, rgba(21, 230, 163, 1) 0%, rgba(21, 230, 163, 1) 35%, rgba(21, 230, 163, 1) 100%);
  padding: 10px 15px;
  border-radius: 10px;
  color: #FFFFFF !important;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}
.listing-btn:hover{
  background-color: #15e6a3 !important;
}
.toggle-icon, .crose-icon {
	display: none;
	font-size: 23px !important;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #15e6a3;
	color: #fff;
	border-radius: 10px;
	margin-left: 10px;
	cursor: pointer;
}
/* User Profile */
.user-profile {
	margin-right: 20px;
}
.user-profile img {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: relative;
	left: -4px;
  object-fit: cover;
}
.us-btn {
	position: relative;
	width: 74px;
	height: 45px;
	border-radius: 30px;
	background-color: #f5f6f8;
	border: none;
	display: flex;
	align-items: center;
}
.us-btn::after {
	margin-right: 5px;
	vertical-align: middle;
	border: 6px solid #69696a;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-radius: 3px;
}
.user-profile .btn-check:focus + .btn, .btn:focus {
	box-shadow: none;
}
.user-profile .dropmenu-end a {
	 padding:4px 10px;
	 font-size: 14px !important;
   font-weight: 500;
   color: #0B162D;
   border-radius: 5px;
}
.user-profile .dropmenu-end a svg{
  margin-right: 10px;
  color: #15e6a3;
}
.col-eForm-label{
  font-size: 15px;
}
.previous-media .uploaded-image img {
	width: 3.75rem;
}
.dl-photoUploader .uploaded .uploaded-image {
	width: 3.75rem;
	height: 3.75rem;
}
.user-profile .dropmenu-end a i{
    margin-right: 7px;
}
.user-profile .dropmenu-end {
	padding: 0;
	border: none;
	border-top: 2px solid #15e6a3;
	border-radius: 1px 1px 5px 5px;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: 100%;
	max-width: 170px;
  margin-top: 8px !important;
}
.user-profile .dropdown-item.active,
.user-profile .dropdown-item:active {
	background-color: transparent;
    color: #15e6a3;
}
.sm-show-btn{
  display: none !important;
}
.primary-menu .sm-show-btn::after{
  display: none;
}
/* Sub Menu  */
.primary-menu li{
  position: relative;
}
.primary-menu li ul {
  list-style: none;
  position: absolute;
  top: 42px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  z-index: 9999;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}
.primary-menu li:hover>ul{
  opacity: 1;
  visibility: visible;
}
.header-menu ul li ul li:hover{
  margin-left: 5px;
}
.header-menu ul li ul li a:hover{
  color: #00aa6c;
}
.header-menu ul li ul li {
  padding: 6px 15px !important;
  border-bottom: 1px solid #eee;
  transition: .5s;
}
.header-menu ul li ul li a{
  font-size: 14px !important;
  margin: 0 !important;
  transition: .5s;
}
.primary-menu li ul li a::after,
.primary-menu li ul li a::before{
  display: none;
}
.sub-btn2 i,
.sub-btn i {
font-size: 15px;
}
.show-sub-menu{
  display: block !important;
  transition: .5s !important;
}
/* End Header */

/************ Footer   Area  Start  
*************************************************************/
.footer-area{
  background-color: #082115;
  padding-top: 40px;
  padding-bottom: 40px;
 }
 .contact li a{
  display: flex;
  align-items: center;
  gap: 7px;
  color: #878787;
  font-family: var(--font-family-popins);
  font-size: 15px;
  font-weight: 500;
 }

 .contact li a:hover{
  color: var(--primary-color);
 }

 .contact li{
   margin-bottom: 25px;

 }
 .contact li i{
  margin-right: 5px;
 }
 .contact li span{
  margin-top: -4px;
 }
 .single-footer h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 21px;
	color: #FFFFFF;
}
.footer-menu-link li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 16px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: var(--font-family-popins);
 }
.footer-menu-link li a:hover{
  color: #15e6a3;
 }
.single-footer p,.contact-num {
  color: #878787;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
  font-family: var(--font-family-popins);
  font-weight: 400;
 }
.social-link{
  margin-top :28px;
  margin-top: 2.8rem;
 }
.social-link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }
.social-link li {
  margin-left: 25px;
}
.social-link li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #515660;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #BEC3CC;
    -webkit-transition: .5s;
    transition: .5s;
 }
.social-link li a:hover{
  background-color: var(--primary-color);
  color: #fff;
 }
.single-footer img{
  height: 35px;
  margin-bottom: 15px;
 }
.curency-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }
.curency-area .form-select {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #282D38;
  background-image: url("../images/polygon.png");
  background-size: 10px;    
  border: none;
}
.curency-area .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
.left-curency{
  position: relative;
}
.left-curency:after {
  position: absolute;
  content: "";
  bottom: 1px;
  right: -8px;
  width: 1px;
  height: 28px;
  background-color: #fff;
}
.right-curency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-curency img {
  height: 18px;
  margin: 0 6px;
}
.right-curency .form-select {
   background-position: 80px;
   cursor: pointer;
}
.footer-bottom-content {
	border-top: 1px solid #68696B6E;
	margin-top: 40px;
}
.footer-bottom-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}
.footer-bottom-link li{
   position: relative;
}
.footer-bottom-link li:after {
  content: "";
  top: 4px;
  right: 0;
  margin: auto;
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #707070;
}
.footer-bottom-link li:last-child:after{
  display: none;
}
.footer-bottom-link li:last-child{
  border: none;
}
.footer-bottom-link a{
  color: #fff;
  margin: 0 15px;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
}
.footer-bottom-link a:hover{
  color: var(--primary-color);
  text-decoration: underline;
}
.copyright-text{
  text-align: center;
  margin-top: 30px;
}
.copyright-text p{
  font-size: 15px;
  color: #fff;
}
.des{
  max-width: 300px;
}
.copyright-text p a{
  color: #fff;
}
/************ Footer   Area  End   
*************************************************************/






/* Header/footer Responsive Css */
@media all and (min-width:992px){
  .primary-menu{
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .toggle-icon,.crose-icon{
      display: none !important;
  }
}
@media all and (max-width:991px){
    .toggle-icon {
      display: block;
  }
  .user-profile {
    margin-right: 5px;
  }
  .menu-items{
    position: absolute;
    top: 0;
    left: -550px;
    max-width: 300px;
    height: 100vh;
    background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .menu-items.open{
    left: 0;
    height: 100vh;
    background-color: rgb(0 0 0 / 90%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 9999999;
  }
  .menu-items .primary-menu{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
              align-items: flex-start;
              width: 100%;

  }
  .menu-items .primary-menu li{
    padding: 20px 0;
    border-bottom: 1px solid #2a2a2a;
    width: 200px;
  }
  .header-menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
  }
  .header-menu .primary-menu li a{
      margin: 0;
  }
   /* Dropdown Menu */
   .submenu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    transition: 1s;
  }
 
}
@media all and (max-width:768px){
  .listing-btn {
      padding: 11px 13px;
  }
  .toggle-icon, .crose-icon {
      height: 46px;
      width: 46px;
      line-height: 46px;
  }
}
@media all and (max-width:576px){
  .login-btn {
      margin-right: 16px;
   }
   .sm-show-btn{
        display: block !important;
        text-align: center;
    }
    .sm-hide-btn{
        display: none;
    }
     /* footer Area */
     .single-footer h3 {
      margin-bottom: 10px;
  }
  .single-footer {
      margin-top: 40px;
  }
  .footer-area {
      padding-top: 10px;
      padding-bottom: 20px;
  }
  .footer-bottom-link a {
      font-size: 14px;
  }
  .copyright-text {
      margin-top: 16px;
  }
  .copyright-text p {
      font-size: 14px;
  }
  .footer-bottom-content {
  margin-top: 26px;
  }
  .footer-bottom-link {
      margin-top: 20px;
  }
  /* footer Area */

}
@media all and (max-width:440px){
  .menu-items {
      max-width: 250px;
  }
}

.invoiceTag {
  color: #fff !important;
}
/************ Header Area End   
*************************************************************/

/***** Contact Page Css Start
**************************************************/
.contactUs-area{
  margin-top: 47px;
  margin-bottom: 120px;
}
.contact-title{
  text-align: center;
  margin-bottom: 50px;
}
.contact-title h3{
  font-size: 24px;
  font-weight: 600;
  color: #0B162D;
  line-height: 36px;
  margin-bottom: 20px;
}
.contact-title p{
  color: #69696A;
  max-width: 600px;
  margin: auto;
}
.contact-icon-box{
  padding: 35px 38px;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.contact-icon-box svg{
  font-size: 50px;
  color: #00AA6C;
  margin-bottom: 20px;
}
.contact-icon-box p a{
  color:#69696A;
}
.send-message-box{
  margin-top: 35px;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  padding: 30px;
  border-radius: 10px;
}
.send-message-box h3{
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 42px;
  text-align: center;
}
.mb-33{
  margin-bottom: 30px !important;
}
.group-form{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}
.send-message-box .form-control{
  padding: 20px 30px;
  border-radius: 10px;
}
.send-message-box .form-control:focus {
  border-color: #15e6a3;
  box-shadow: none;
}
.send-message-box textarea{
  height: 200px;
  resize: none;
}
.send-message-box .form-check-input{
  margin-right: 15px;
}
.send-message-box .form-check-input:checked {
  background-color: #15e6a3;
  border-color: #15e6a3;
}
.send-message-box .form-check-input:focus {
  box-shadow: none;
  border-color: #15e6a3;
}

/* Responsive Code */
@media all and (max-width:767px){
  .group-form {   
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
  }
}
/***** Contact Page Css End
**************************************************/
/***** Blog Writing Page Css Start
**************************************************/
.blog-sidebar-right .send-message-box{
  margin-top: 0 !important;
}
.blog-sidebar-right .send-message-box h3{
  text-align: left;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  line-height: 0px;
  padding-bottom: 20px;
}
.mb-21{
  margin-bottom: 20px;
}
.blog-sidebar-right .form-select,
.blog-sidebar-right .form-control{
  padding: 12px 16px ;
  border-radius: 5px;
}
.blog-sidebar-right .form-select:focus {
  border-color: #15e6a3;
  box-shadow: none;
}
.blog-sidebar-right .form-select{
  background: url(../images/Polygon\ 2.png) no-repeat;
  background-size: 15px 10px;
  background-position: right .75rem center !important;
  color: #69696a;
}
.blog-sidebar-right textarea{
  height: 325px;
  border-radius: 5px;
}
.blog-img-show h5{
  font-size: 16px;
  color: #69696a;
  font-weight: 400;
}
.blog-img-show .card{
  margin-top: 20px;
  max-width: 431px;
  width: 100%;
  border: none;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  text-align: center;
}
.blog-img-show img{
  height: 291px;
  border-radius: 10px 10px 0 0;
}
.blog-img-show .card-body{
  padding: 11px 0;
  cursor: pointer;
}
.btn-cancel{
  border-color: #00AA6C !important;
  color: #00aa6c !important;
  margin-left: 20px;
}

/***** Blog Writing Page Css End
**************************************************/
/***** Blog Agent Page Css Start
**************************************************/
.mb-40{
  margin-bottom: 40px;
}
.post-image a img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}
.post-image a{
  display: block;
}
.post-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 15px 0;
}
.post-meta li {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-meta li svg{
  margin-right: 5px;
}
.post-meta li span{
  display: inline-block;
  color: #0B162D;
  text-transform: capitalize;
}
.post-meta li .color-3,
.post-meta li .color-2{
  padding:0 23px;
  margin: 0 23px;
  font-weight: 600;
  color: #15e6a3;
  border-right: 1px solid #D4D4D4;
  border-left: 1px solid #D4D4D4;
}
.post-meta li .color-3{
  color: #FF3131;
}
.post-content h3 a{
  color: #0B162D;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}
.post-content h3 a:hover{
  color: #00AA6C;
}
.post-content p{
  color: #69696A;
  font-size: 16px;
  line-height: 25px;
  margin-top: 14px;
}
.post-content {
  margin-top: 50px;
}
.post-meta {
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.post-image {
  position: relative;
}
.post-item:hover .over-icon-box{
  visibility: visible;
  opacity: 1;
}
.over-icon-box{
  position: absolute;
  top: 13px;
  right: 13px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
.over-icon-box a{
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #929292;
  margin-bottom: 12px;
  transition: .5s;
}
.l_edit-icon:hover{
  background-color: #383E4B;
  color: #fff;
}
.l_delete-icon:hover{
  background-color: #EF181B;
  color: #fff;
}

/* Responsive Code */
@media all and (max-width:767px){
  .post-item{
    max-width: 500px;
    margin: auto;
  }
}
@media all and (max-width:576px){
  .post-meta {
    margin-left: 0;
    margin-right: 0;
  }
}
/***** Blog Agent Page Css End
**************************************************/

/* Summernote */

.note-btn i {
  font-size: 12px;
}

.note-icon-close {
  font-size: 14px;
}

.note-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1040;
  background: #00000000;
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: none !important;
}

.note-modal-footer {
  height: inherit;
  padding: 10px;
  text-align: center;
  padding-bottom: 50px;
}
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable{
  padding:23px !important;
}
.note-editor.note-frame :where(i, p){
  color: unset;
}

.note-modal {
  z-index: 1050 !important;
}

.text-editor ol li, .text-editor ul li{list-style:unset}
.text-editor ul li::before {
    content: "";
    position: unset;
    top: unset;
    left: 0;
    width: unset;
    height: 0;
    border-radius: unset;
}

/* summernote end */


/* Footer Area  Css */
.curency-area .nice-select .list, .curency-area .nice-select.open .list {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  width: 82px ;
  border-radius:8px;
 
}
.curency-area .nice-select{
  background-image: none;
}
.right-curency .nice-select .list, .right-curency  .nice-select.open .list{
  width:112px !important;
}

.left-curency .form-select {
  width: 75px;
}
.curency-area .nice-select:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 9px;
  right: 10px;
  width: 9px;
}
.right-curency  .nice-select:after{
  right: 0;
}
.curency-area {
  gap: 30px;
}
.left-curency:after {
  bottom: 3px;
  right: -13px;
  height: 20px;
  background-color: #939495;
}
.curency-area .nice-select .option {
  line-height: 30px;
  min-height: auto;
  margin: 7px;
  border-radius: 5px;
}
.curency-area .nice-select .option:hover,
.curency-area .nice-select .option.focus, 
.curency-area .nice-select .option.selected.focus {
  background-color: #282D38 !important;
  color:#fff;

}
.newslater-form {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 12px 11px;
  margin-top: 20px;
  border-radius: 27px;
}
.newslater-form .n_btn {
	position: absolute;
	top: 0px;
	right: 0;
	border: none;
	background: #15e6a3;
	padding: 11px 28px;
	margin: 4px 3px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0px 3px 16px 3px rgba(255,255,255,0.94);
	-webkit-box-shadow: 0px 3px 16px 3px rgba(255,255,255,0.94);
	-moz-box-shadow: 0px 3px 16px 3px rgba(255,255,255,0.94);
}

.newslater-form .form-control{
  background: none;
  font-size: 15px !important;
  font-family: var(--font-family-inter);
  border: none;
  color: rgba(144, 152, 164, 1);
}
.form-control:focus{
  box-shadow:none;

}
.follow-text{
  color: #fff;
  margin-right:31px;
  font-weight: 500;
}
.footer-bottom-link li:after {
  display:none;
}
.social-link li a {
  height: inherit;
  width: auto;
  line-height: auto;
  background-color: transparent;
  color:#fff;
}
.social-link li a:hover{
  background:transparent;
  color: #15e6a3;

}
.footer-bottom-link a {
  font-size: 16px;
}
.single-footer span i,
.single-footer p i{
  margin-right: 5px;
}

.copyright-text a {
  color: #0d6efd !important;
}

.copyright-text a:hover {
  color: #15e6a3 !important;
}

.frontend-btn {
  min-width: 7.4375rem !important;
  height: 3.125rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.375rem !important;
  padding-right: 1.5625rem !important;
  background-color: #fff !important;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0.0625rem solid #2e3d5c !important;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 500 !important;
  line-height: 1.1875rem;
  color: #2e3d5c !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.frontend-btn:hover {
  background-color: #2e3d5c !important;
  color: #fff !important;
}
.copyright-text p a {
	color: #fff !important;
}
/************** New Header Css  ****************/
:root{
  --primary-color-1: #15e6a3;
}
.header_new{
  background-color: rgb(6 25 19 / 90%);
  padding: 20px 0;
}
.new_header_left ul li{
  margin-right: 30px;
}

.new_header_left ul li a{
  color: #fff;
  font-size: 14px;
  font-family: var(--font-family-popins);
}
.new_header_left ul li svg{
  margin-right: 10px;
}
.new_header_left ul li svg path{
  color: var(--primary-color-1);
 
}
.new_header_right ul {
  justify-content: flex-end;
}
.new_header_right ul  li svg{
  margin-left: 24px;
}
.new_header_right ul  li svg path{
  color: #fff;
  font-size: 17px;
}
.mt-50{
  margin-top: 50px;
}
.f-social-links ul{
  justify-content: flex-end;
}
.f-social-link li a{
  margin-left: 15px;
}
.text-left{
  text-align: left;
}
.rel-side-wiget .rl-title {
margin-bottom: 15px;
}
@media (max-width: 767px) {
  .new_header_right ul li a i {
    margin-right: 24px;
    margin-left: 0px;
  }
}

@media all and (max-width: 576px){
  .new_header_left ul {
      justify-content: center;
  }
  .new_header_right ul {
      justify-content: center;
      margin-top: 9px;
  }

}

/************** New Header Css  ****************/



.contact li a {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #C6C6C8;
	font-family: var(--font-family-popins);
	font-size: 15px;
	font-weight: 500;
}
.contact li a:hover {
  color: #15e6a3;
}
.contact li svg {
	margin-right: 5px;
}
.contact li span {
	margin-top: -4px;
}
.contact li {
	margin-bottom: 25px;
}

/************ Pricing Page Area Start   
*************************************************************/
.pricing-area{
  margin-bottom: 90px;
  margin-top: 50px;
}
.price-list {
  background-color: #fff;
}
.packageBox {
	background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 12px;
  color: #0B162D;
	padding: 30px;
	position: relative;
	overflow: hidden;
  transition: .5s;
  border: none;
  height: 100%;
}
.packageBox:before{
  display: none;
}
.packageBox:hover .packageTitle{
  background-color: #fff;
  color: #0B162D;
}
.packageBox:hover .packageSubs_btn{
  background-color: #fff;
  color: #15e6a3;
}
.packageBox:hover{
  background-color: #15e6a3;
  color: #15e6a3;
}
.packageBox:hover span,
.packageBox:hover .packagePrice,
.packageBox:hover .mainFeature{
  color: #fff;
}
.packageTitle {
	display: inline-block;
	background-color: #15e6a3;
	border-radius: 22px;
	padding: 7px 24px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom :12.5px;
	margin-bottom: 1.25rem;
}
.packagePrice {
  font-size: 12px;
  font-weight: 400;
  line-height :10.625px;
  line-height: 1.0625rem;
  color: #0B162D;
  margin-bottom :22.5px;
  margin-bottom: 2.25rem;
  -webkit-transition :all 0.3s;
  transition: all 0.3s;
}
.packagePrice span {
	font-size: 30px;
	font-weight: 600;
	color: #0B162D;
	-webkit-transition :all 0.3s;
	transition: all 0.3s;
	margin-top: 20px;
	display: inline-block;
}
.packageFeatures {
  margin-bottom :21.875px;
  margin-bottom: 2.1875rem;
}
.packageFeatures li {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #0B162D;
	padding-bottom: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.packageFeatures li svg{
  margin-right: 8px;
}
.packageBox:hover .packageFeatures li svg path{
  fill:#fff;
}
.packageFeatures li:last-child {
  padding-bottom: 0;
}
.packageFeatures li.price-muted {
  color: rgba(255, 255, 255, 0.1333333333);
}
.packageSubs_btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #15e6a3;
	border: 1px solid #15e6a3;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	padding: 8px 0;
	margin-top: 10px;
	transition: .5s;
	width: 100%;
}
.packageSubs_btn:hover {
  color: #fff;
}
.price_icon {
	height: 66px;
	width: 66px;
	border-radius: 50%;
	border: 1px solid #15e6a3;
	display: inline-block;
	line-height: 66px;
	text-align: center;
  margin-bottom: 32px;
}
.price_icon svg{
  height: 30px;
  width: 28px;
}
.packageBox h4{
  font-size: 22px;
  font-weight: 700;
  color: #040404;
  margin-bottom: 16px;
}
.packageBox p{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #9098A4;
  font-family: var(--font-family-inter);
}
.Eprice {
	display: flex;
	align-items: center;
	gap: 7px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(138, 144, 151, 0.3);
	margin-bottom: 20px;
}
.Eprice h3{
  font-size: 48px;
  font-weight: 700;
  color: #151D27;
}
.Eprice p{
  font-size: 15px;
  color: #9098A4;
}
.packageBox:hover svg path,
.packageBox:hover p,
.packageBox:hover li,
.packageBox:hover h4,
.packageBox:hover h3{
  color: #fff;
  fill: #15e6a3;
  transition: .5s;
}

.packageBox:hover .Eprice{
  border-color: #fff;
}
.packageBox:hover .price_icon{
  background-color: #fff;
  border-color: #fff;
  
}
.pricing_plan{
  margin-bottom: 100px;
}
.packageBox .card-body{
  padding: 0;
}
.packageBox .card-head{
  margin-bottom: 23px;
}
/************ Pricing Page Area End   
*****************************************************/
.dl-plan-coupon .plan-select .logo {
  flex: inherit !important;
}
.user-photo-2 .img img,
.userImg img {
	border-radius: 50%;
	height: 45px;
	width: 50px;
	object-fit: cover;
}
.message-header .user-photo .img img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  object-fit: cover;
}
.fz-16-m-blackish{
  font-size: 11px;
}
.video_test{
  gap:20px;
}
.video_link{
  display:none;
}
.show{
  display:block;
}
.hide{
  display:none;
}
.file,.link{
  color: #0b162d;
  font-weight: 500;
}
.fz-13-m-grayish {
	font-size: 11px;
}
.eNav-Tabs-custom {
	overflow-x: inherit;
}

.table-responsive{
  overflow-x: inherit !important;
}

@media all and (max-width:1210px){
  .table-responsive{
    overflow-x: auto !important;
  }
}