header.black-header {
    background: #002060;
    z-index: 99999999;
    position: relative;
    }
    .footer-contact-btn-section a span.contect-number,.top-footer #Contact .contact-form .btn-contactsubmit{
        background: #01C5C4 !important;
        font-size: 20px;
        padding: 10px 0;
    }

    .footer-contact-btn-section a span.contect-number, .top-footer #Contact .contact-form .btn-contactsubmit{width:100%;}
    .top-footer{
        background-color: #e5e5e5;
        background-image:url("images/stripe-bg2.png");
        background-repeat:repeat;
        position: relative;
        background-position:center;
        padding:50px 0;
    }

    .footer-contact-btn-section{
        margin:0;
        padding: 0 20px;
    }
    .asgg {
        background: rgba(255,255,255,0.9);
        border-radius: 5px;
        
    }
    .content {
        padding: 16px 0;
    }
    .content p, .content li {
        color: #000;
        line-height: 1.6em;
        font-size: 17px;
    }
    .titl h5{
        background: rgb(36,75,146) !important;
        background: linear-gradient(90deg, rgba(36,75,146,1) 0%, rgba(24,50,98,1) 50%, rgba(36,75,146,1) 100%) !important;
    }
    .footer-contact-btn-section a span.contect-number,.top-footer #Contact .contact-form .btn-contactsubmit{
        background: rgb(36,75,146)!important;
        background: linear-gradient(90deg, rgba(36,75,146,1) 0%, rgba(24,50,98,1) 50%, rgba(36,75,146,1) 100%)!important;
    }
    .footer-contact-btn-section a{background:transparent; padding:0;}
    .footer-contact-btn-section a div, .footer-contact-btn-section a span{
        width:100%; 
        border-radius:5px !important; 
        display: block;
    }
    .titl h5 {
        background: #F39233;
        text-align: center;
        border-radius: 5px;
        padding: 12px 5px;
        font-size: 22px;
        font-weight: bold;
    }
    .top-footer {
        min-height: calc(100vh - 130px);
    }
    span.line1 {
        color: #eb5d39;
    }

    span.line2 {
        color: #83b43e;
    }

    .know-list-new{padding:0 10px;}
    .know-list-new li {
        padding: 20px 10px;
        width: 49.5%;
        /* float: left; */
        display: inline-block;
        text-align: center;
    }
    .know-list-new li span {
        background: #fff;
        padding: 10px;
        display: block;
        border-radius: 5px;
        color: #334980;
        font-weight: 500;
        border: 1px solid #334980;
        box-shadow: 1px 1px 5px 1px rgb(0,0,0,0.2);
    }
    @media(max-width:767px) {
        .know-list-new li {
            padding: 0px 15px;
            margin: 10px 0;
            width: 100%;
            /* float: left; */
            text-align: center;
        }
]
    }
    .footer-title {
        color: #000;
        font-size: 23px;
    }
    .logo h3{
        color: #fff;
        margin: 0;
        font-weight: bold;
    }
    .newbox {
        padding:0 0 20px 0;
        background: #fff;
        border-radius: 5px;
    }
    .afaf {
        color: #fff;
        font-weight: 600;
        font-size: 17.5px;
    }
    .afaf2 {
        color: #000;
        font-size: 21px;
        text-align: center;
        padding: 15px 10px;
        background: #fff;
        margin: 0 0 20px;
        border-radius: 5px;
    }
    .top-footer #Contact{background:#fff;}
    .footer-contact-btn-section span.contect-number {
        font-size: 25px !important;
        padding: 6px 0 !important;
    }
    @media(max-width:767px){
        .titl h5, .footer-title {
            font-size: 18px !important;
            font-weight: bold;
            padding: 20px 0;
        }
        .footer-title {
            font-size: 21px !important;
        }
        .content p, .content li{
            font-size: 18px;
            font-weight: 600;
        }
        .footer-contact-btn-section a span.contect-number, .top-footer #Contact .contact-form .btn-contactsubmit{
            font-size: 22px;
            padding: 10px 0;
        }
        label {
            color: #000;
            font-size: 19px;
            font-weight: 500;
        }
        .top-footer {
            padding: 20px 0px;
        }   
        .top-footer:after{
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            top: 5px;
            left: 5px;
        }
        .hide-on-mobile{display:none;}
        a.cla {
            width: 3rem;
            height: 3rem;
            background-color: #79b24b;
            border-radius: 3rem;
            display: flex;
            align-items: center;
            transition: width .5s;
            justify-content: center;
        }
        a.cla i{
            font-size: 1.5em;
        }
    }
    @media(min-width:767px){
        .hide-on-desktop{display:none}

    }

    /* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  padding-top: 100px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  padding: 0;
	  border: 1px solid #888;
	  width: 50%;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	  -webkit-animation-name: animatetop;
	  -webkit-animation-duration: 0.4s;
	  animation-name: animatetop;
	  animation-duration: 0.4s
	}

	/* Add Animation */
	@-webkit-keyframes animatetop {
	  from {top:-300px; opacity:0} 
	  to {top:0; opacity:1}
	}

	@keyframes animatetop {
	  from {top:-300px; opacity:0}
	  to {top:0; opacity:1}
	}

	/* The Close Button */
	.close {
	  color: black;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}

	.modal-body{
		padding: 0 !important;
	}
	
	.know-list-new li {
        padding: 20px 12px;
    }
    .know-list-new li span {
        min-height:80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-call-section .bottom-call .circle-calltext{
      display: none;
      font-weight: normal;
       font-size: 1.5em;
       white-space: nowrap;
       padding-left: 10px;
    }
    
    
    
    .bottom-call-mobile-text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        height: 100%;
        background-color: #009691;
        display: none;
      }
      
      
      .bottom-call-mobile-text span {
        color: #FFF;
        font-size: 22px;
        letter-spacing: 1.2px;
        padding-left: 0px;
      }
      
       @media (max-width: 767px) {
      
      .bottom-call-section {
          background: #79b24b;
          padding: 0px;
          width: 100%;
          height: 50px;
          display: flex;
          align-items: center;
          z-index: 5;
      }   
      
      .bottom-call-section .bottom-call {
          position: unset;
          width: 300px;
          height: 100%;
          background-color: transparent;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          transition: all 0.3s ease-in-out;
          z-index: 999;
      }
      
      .bottom-call-section .bottom-call span {
          font-size: 12px;
      }
      
    .bottom-call-section .bottom-call .circle-calltext {
        letter-spacing: 2.2px;
        color: #FFF !important;
        display: block;
    }
      
      .w-md-50 {
          width: 50% !important;
      }
      
      .bottom-call-section i {
          color: #FFF !important;
      }
      
      .bottom-call:hover  i {
          animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
          transform: translate3d(0, 0, 0);
          backface-visibility: hidden;
          perspective: 1000px;
      }
      
      .sticky-footer {
          position: sticky;
          /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);*/
          bottom: 0;
          z-index: 11;
      }
      
      .bottom-footer {
          position: unset;
          bottom: 0;
      }
          
      .whats-icon-bg{
          /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;*/
          /*padding: 25px 14px !important;*/
          /*border-radius: 50% !important;*/
          /*border:2px solid white;*/
          /*background-color: #1bd741 !important;*/
          /*width: 70px;*/
          /*margin: 7px auto !important;*/
          
          box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%) !important;
          padding: 15px 14px !important;
          border-radius: 50% !important;
          border: 2px solid white;
          background-color: #1bd741 !important;
     
      }
      
      .whats-icon-bg img{
          /*height: auto;*/
          /*max-width: 70% !important;*/
          
          margin: 0 auto !important;
          display: flex;
          justify-content: center;
          align-items: center;
      }
     
      .footer-sticky-whats-app-icon {
          /*position: absolute;*/
          /*width: 60px;*/
          /*height: auto !important;*/
          /*left: 45%;*/
          /*z-index: 1;*/
          /*top: -6%;*/
          position: absolute;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: auto;
          z-index: 1;
      }
      
      .footer-sticky-whats-app-icon a {
          /*position: absolute;*/
          position: absolute;
          width: 70px;
          display: flex;
          justify-content: center;
          align-items: center;
          top: -20px;
      }
      
      .footer-sticky-whats-app-icon a::before{
          content: "";
          position: absolute;
          /*top: -15px;*/
          top: 6px;
          padding: 36px;
          text-decoration: none;
          border-radius: 50%;
          animation-name: pulse;
          animation-duration: 1.5s;
          animation-delay: 0s;
          animation-timing-function: ease-out;
          animation-iteration-count: infinite;
      }
  
      @keyframes pulse {
          0% {
              box-shadow: 0 0 0 0 rgba(240, 240, 240, 0.50);
          }
          
          80% {
              box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
          }
      }
      
      .floating-icon {
          position: relative;
          width: 100%;
          height: 100%;
          display: flex;
      }
      
      .bottom-call {
          padding-right: 50px;
      }
      
      .bottom-call-mobile-text {
          padding-left: 52px;
      }
  }
  @media (max-width: 767px) {
    .bottom-call-mobile-text {
      display: flex;
    }
  }
  @media (max-width: 576px) {
    .circle-calltext, .bottom-call-mobile-text span {
      font-size: 20px !important;
    }
  }