  @import url('https://fonts.googleapis.com/css2?family=Odor+Mean+Chey&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
          

body{
    margin:0px;
	padding:0px;
}
      
        .main-header{
            
            background-color: white;
            padding: 10px 100px;
			position: fixed;
    		top: 0;
    		z-index: 222;
        }
      
      input{
          font-family: "Poppins", sans-serif;
      }
      
      button{
          font-family: "Poppins", sans-serif;
      }

      button:hover {
        color: #ffffff !important;
        cursor: pointer;
        box-shadow: 0 5px 20px 5px #0000001F;
        background: #000!important;
        }

    .button-active {
        color: #ffffff !important;
        cursor: pointer;
        box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);;
        background: #000!important;
        }
        
      a{
          font-family: "Poppins", sans-serif;
      }
        
        .logo{
            
            text-align: center;
        }
        .header-social-links{
            
            text-align: right;
        }
        
        .logo h1{
             color: black;
            
        }
        
        .navbar i {
            
            font-size: 20px;
        }
      
      .nav-logo{
          text-align: center;
      }
      
      .nav-logo img{
          height: 70px;
      }
      
      
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}

.header .logo {
  transition: 0.3s;
}

.header .logo img {
  max-height: 40px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 400;
  color: #000;

}

.header .logo i {
  font-size: 32px;
  margin-right: 8px;
  line-height: 0;
}

.wordtext{    border-radius: 50%;
    background: #4069df;
    padding: 5px;
    height: 50px;
    margin-top: 10px;
    color: white;
    width: 48px;}

@media (max-width: 575px) {
  .header .logo h1 {
    font-size: 26px;
  }

  .header .logo i {
    font-size: 24px;
  }
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: #fff;
}

@media (max-width: 575px) {
  .header .header-social-links a {
    padding-left: 5px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 30px 10px 0px;
    font-size: 16px;
      font-weight: 600;
    color: #000;
    transition: 0.3s;
      text-decoration: none;
  }

  .navbar a i,
  .navbar a:focus i {

    line-height: 0;
    margin-left: 5px;
      color: black;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #000;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}
.btn-bg-login {
    background-color: #4069df;
    outline: none;
}
.btn-bg-verify{
    background-color: #4069df;
    height: 45px;
}
.fs-7 {
    font-size: 14px;
}
.font-weight-5{
    font-weight: 500;
}
.font-weight-4{
    font-weight: 400;
}
.fs-8{
    font-size: 12px;
}
.fs-10{
    font-size: 10px;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-30{
    font-size: 30px;
}
.font-weight-semibold{
    font-weight: 600;
}
.input-border{
    border: 1px #e6e6e6; 
    background-color: #e6e6e6;
}
.btn-bg-login {
    height: 45px;
    border-color: #4069df !important;
}
button.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 2222;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.fade:not(.show) {
    opacity: 0;
    display: none;
}

/* input.input-border.rounded-1.w-100.py-2 {
    outline: none;
} */

input.fs-7.font-weight-4.border.rounded-1.w-100.py-2 {
    height: 45px;
    background-color: #e6e6e6;
}
.sign-form {
    background-color: #e6e6e6;
}
.outline{
    outline: none;
}
.line-heading span {
    background: #e6e6e6;
    padding: 10px;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}
.line-heading{
    position: relative;
}
.line-heading h6::after{
    position: absolute;
    content: '';
    left: 10px;
    width: 200px;
    height: 2px;
    top: 6px;
    background-color: #e6e6e6;

}
.line-heading h6::before{
    position: absolute;
    content: '';
    right: 10px;
    width: 200px;
    height: 2px;
    background-color: #e6e6e6;
    top: 6px;
}






/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  /*.navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
   
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid black;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }*/

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(22, 23, 24, 0.8);
    z-index: 9996;
  }
}


    .about-text{
        margin-top: 5% ;    
    }  
      
    .banner{
        position: relative;
        padding: 50px 90px;
        background-color: #e6f1ff;
        overflow:hidden;
		margin-top:90px;
    }
    .page-banner{
        position: relative;
        padding: 0px 90px;
        background-color: #e6f1ff;
        overflow:hidden;
        height: 450px;
		margin-top: 90px;
    }

.banner span:nth-child(1) img{
    position: absolute;
    top: 50%;
    left: -25px;
    width: 60px;
    transform: translate(0,-50%);
}
.banner span:nth-child(2) img{
    position: absolute;
    top: 37%;
    width: 60px;
    left: 38%;
    transform: translate(0,-50%);
	
}
    
.banner span:nth-child(3) img{
    position: absolute;
    top: 95%;
    width: 55px;
    left: 39%;
    transform: translate(0,-50%);
}
        
.banner span:nth-child(4) img{
    position: absolute;
    top: 7%;
    width: 55px;
    right: -25px;
    transform: translate(0,-50%);
}
          
.banner span:nth-child(5) img{
    position: absolute;
    top: 100%;
    width: 55px;
    left: 90%;
    z-index: 99;
    transform: translate(0,-50%);
}
      
      p{
           font-family: "Poppins", sans-serif;
      }
    
    .tab-section button{
background-color: #4069df;
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 0px;
    }
      
      .tab-section {
    display: grid;
    column-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}
  
      
      .tabination{
          padding: 20px;
      }
      
      .tabination label{
          width: 100%;
      }
      
      .tabination select{
          display: block;
          width: 100%;
          margin-top: 10px;
          padding: 10px;
          background-color: #f9f9f9;
          font-size: 14px;
          color: grey;
          border: 1px solid #ccc;
      } 
      .tabination input{
          display: block;
          width: 100%;
          margin-top: 10px;
          padding: 10px;
          background-color: #f9f9f9;
          font-size: 14px;
          color: grey;
          border: 1px solid #ccc;
      }
      
      .tabination  .col-lg-6{
          margin-bottom: 15px;
      }
      
      .tabination button{
          width: 70%;
          margin-top: 20px;
          background-color: #4069df;
          color: white;
          border: 0px;
          border-radius: 50px;
          padding: 10px;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
         
      }
      .banner-heading{
          text-align: center;
      }
 .testimonials h2 span{
              color: #4069df;
          }
          
      .about-heading{
        font-family: "Odor Mean Chey", serif;
      }
      .banner-heading h1{
          font-size: 55px;
          text-align: center;
           font-family: "Odor Mean Chey", serif;
          text-transform: uppercase;
          
      }  
      .banner-heading h1 span{
        color: #4069df;
      }   
      .banner-heading p{
          font-size: 16px;
          text-align: center;
      }
      
      .banner-heading a button{
          background-color: transparent;
          border: 2px solid #4069df;
          padding: 10px 30px;
          margin-top: 10px;
          border-radius: 50px;
          text-transform: uppercase;
          
          font-size: 13px;
          color: #4069df;
          box-shadow: 0px 0px 20px #00000030;
          
          
      }
      .page-header {
        background-color: #e6f2ff;
        padding:15px;
        text-align: center;
        margin-bottom: 0px;
    }
      .tab-header {
          background-color: #c3d9f8;
          padding:15px;
          text-align: center;
          margin-bottom: 0px;
      }
      .tab-header p{
          margin: 0px;
          color: black;
          
      }
      
      .tab-section2{
          border-bottom: 1px solid #000;
      }
      
      
      .tab-section2 button{
          padding: 0px;
          margin: 0px;
          background-color: transparent;
          border: none;
          padding: 10px;
          width: 20%;
          text-align: center;
          text-transform: uppercase;
          color: black;
          font-weight: 600;
          font-size: 13px;
      }
    
      table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 11px 0px;
    font-size: 14px;
}

      .tabb2{
          padding-top: 0px;
      }
      
      

      .rate-btn {
          text-align: center;
      }
      
      table tr td:nth-child(3){
          text-align: right;
         
      }
      
      .how-work{
          background-color: #b9d4fa;
          padding: 50px 0px;
          position: relative;
      }
        
      .how-work::before{
          position: absolute;
          background-image: url(../img/Vector%201.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          content: "";
          left: 50%;
          top: 36%;
          transform: translate(-50%,-50%);
          width:90%;
          height: 100%;
          background-size: contain;
      }
       
    
      
      .how-work h2{
          text-transform: uppercase;
          text-align: center;
          font-size: 40px;
           font-family: "Odor Mean Chey", serif;
          
          
      }
      
      .how-it-box{
          text-align: center;
          margin-top: 30px;
      }
      
      .how-it-box h3{
          width: 50%;
          text-transform: uppercase;
          margin: 10px auto;
          font-size: 20px;
           font-family: "Odor Mean Chey", serif;
          
      }   
      .how-it-box p{
          width: 70%;
          margin: 10px auto;
          font-size: 14px;
          font-weight: 500;
      }
      
      
      .set-up{
          background-color: #4069df;
          padding: 50px 0px;
      }
      .contact-details-back{
        padding: 50px 0px;
    }
    .contact-item {
        background: #fff;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0px 4px 25px 10px #D9E8FC;
        height: 100%;
        display: flex;
        align-items: center;
    }
     
    .about-details-back {
        padding: 50px 0px;
        background: #4069df;
    }

    .about-item {
        background: #fff;
        padding: 30px;
        margin: 1% 20px;
        border-radius: 5px;
        box-shadow: 0px 4px 25px 10px #D9E8FC;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .page-title{     
    font-family: 'Odor Mean Chey';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 82px;
    text-transform: uppercase;
    color: #000000;
    }
    .page-breadcrumb li {
        color: rgba(255, 255, 255, 0.8);
        text-transform: capitalize;
        list-style: none;
        color:#000
    }
    .page-breadcrumb li:first-child::after{
        content: '>';
        color: #000000;
        margin: 0 0.3125rem;
    }
    .page-breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.9375rem;
        padding-left: 0!important;
    }
    .contact-item .cont {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
    .contact-item .icon {
        background: linear-gradient(175.18deg, #4069df 20.64%, rgba(57, 77, 104, 0.92) 50.91%, rgba(57, 77, 104, 0) 96.77%);
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-item .cont {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
    .about-item .icon {
        background: linear-gradient(175.18deg, #4069df 20.64%, rgba(57, 77, 104, 0.92) 50.91%, rgba(57, 77, 104, 0) 96.77%);
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
      
      .set-up h2{
          text-align: center;
          font-size: 40px;
          text-transform: uppercase;
           font-family: "Odor Mean Chey", serif;
          
          color: white;
          width: 50%;
          margin: 0px auto;
      }
      
      .setup-box{
          margin-top: 30px;
          text-align: center;
          background-color: white;
          padding: 30px 20px;
          border-radius: 5px;
          box-shadow: 0px 10px 10px #00000040;
      }
      
      .setup-box h3{
          color: black;
           font-family: "Odor Mean Chey", serif;
          text-transform: uppercase;
          margin-bottom: 20px;
          font-size: 20px;
      }
      
      .setup-box p{
          font-size: 14px;
         
          margin: auto;
          
          
      }
      
      .money-border{
          padding: 50px 0px;
      }
      
      .money-border h2{
          font-size: 60px;
          width: 75%;
           font-family: "Odor Mean Chey", serif;
          text-transform: uppercase;
          color: black;
          line-height: 60px;
          margin-bottom: 20px;
      }
      
      .money-border p{
          width: 80%;
          font-size: 14px;
          color: black;
          font-weight: 500;
          margin-bottom: 20px;
      }
      
      .money-border a{
          display: inline-block;
          padding: 10px 20px;
          color: black;
          text-decoration: none;
          
          font-size: 14px;
          text-transform: uppercase;
          border: 1px solid #000;
          border-radius: 50px;
          box-shadow: 0px 0px 10px 10px #00000010;
      }
      
      
      
      .services-provide{
          padding: 20px 0px;
          border-radius: 15px;
          overflow: hidden;
      }
      
     .provide-box{
          padding: 50px;
          background-color: #dbeaff;
      }
      
      .provide-box h2{
          
          font-size: 40px;
           font-family: "Odor Mean Chey", serif;
          text-transform: uppercase;
          line-height: 50px;
      }
      
      .provide-box p{
          font-size: 14px;
          font-weight: 500;
          color: black;
      }
      
      .provide-box ul{
          padding: 0px;
          margin: 0px;
          margin-bottom: 20px;
          margin-top: 30px;
          display: grid;
          grid-template-columns: 15% 83%;
          align-items: center;
          
      }
      
      .provide-box ul li{
         display: inline-block;
          list-style-type: none;
      }
      
      .provide-box ul li img{
         
          width: 60px;
          height: 60px;
          border-radius: 50px;
          margin-right: 20px;
      }
      
      .provide-box ul li h3{
          font-size: 20px;
           font-family: "Odor Mean Chey", serif;
          color: black;
      }
      
      .how-it-box img {
    display: block;
    width: 60% !important;
    margin: 10px auto;
          position: relative;
}
      
      .how-it-box{
          position: relative;
      }
       
      .how-it-box .bg-img{
          position: absolute;
          top: -20px;
          width: 150px !important;
          height: 150px;
          left: 15%;
          z-index: -1;
      }
      
   
      .how-work .container{
          background-image: url(img/Vector%201.png);
          width: 100%;
          height: auto;
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain;
      }
      
      .setup-box img{
          width: 100px !important;
         margin: auto;
          margin-bottom: 30px;
          position: relative;
          z-index: 2;
      } 
  
      .money-border img{
          width: 90%;
          
          vertical-align: middle;
      }
      
      .services-provide .container{
          background-color: #DBEAFF;
          border-radius: 15px;
          overflow: hidden;
      }
      
      .services-provide img{
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
      
      .we-care{
        background-image: linear-gradient(to right, #4169e2, #0d2b78);
        padding: 50px 0px;
      }
      
      .we-care h2{
          text-transform: uppercase;
          font-size: 40px;
          color: white;
          width: 80%;
           font-family: "Odor Mean Chey", serif;
      } 
      .we-care p{
          font-size: 14px;
          color: white;
          width: 80%;
          margin-bottom: 30px;
      }
      
      .we-care-box{
          background-color: white;
          padding: 20px;
          width: 380px;
          height: 250px;
           border-radius: 52px;
      }
      
      .we-care-box ul{
          display: grid;
          grid-template-columns: 20% 78%;
          gap:2%;
          padding: 0px;
          margin: 0px;
      }
      
      .we-care-box ul li{
          list-style-type: none;
      } 
      .we-care-box ul li h3{
          font-size: 20px;
           font-family: "Odor Mean Chey", serif;
      }
      .we-care-box ul li p{
          font-size: 14px;
          color: #333;
          margin-bottom: 0px;
      }
      
      .we-care .owl-stage{
          display: grid;
          grid-template-columns: repeat(2, 0fr);
          gap:20px;
      }
      .we-care .owl-stage .owl-item{
          width: 100% !important;
          
      }
      
      .testimonials{
          margin: 20px;
          padding: 50px ;
          border-radius: 15px;
          background-color: #DBEAFF;
      }
      
      .testimonials h2{
          text-align: center;
          font-size: 36px;
          width: 80%;
          margin: auto;
          margin-bottom: 50px;
           font-family: 'POPPINS';
          text-transform: uppercase;
      }
      
      .testimonial-box{
          background-color: white;
          padding: 20px;
      }
      
      .testimonial-box ul{
          padding: 0px;
          margin: 0px;
          display: grid;
          grid-template-columns: 20% 75%;
          column-gap: 5%;
          align-items: center;
      } 
      .testimonial-box ul li{
         list-style-type: none;
      }
      
      .testimonial-box ul li h3{
          font-size: 20px;
          font-family: "Odor Mean Chey", serif;
      }
      .testimonial-box ul li h4{
          font-size: 15px;
          margin-bottom: 0px;
      }
      
      .testimonial-box h5{
          font-size: 15px;
          margin-top: 30px;
      }
      
      .testimonial-box p{
          font-size: 16px;
          margin-top: 20px;
          line-height: 30px;
          margin-bottom: 0px;
      }
      
      .testimonial-box::before{
          position: absolute;
          right: 20px;
          top:20px;
          width:71px;
          background-image: url(img/quotes1.png);
          content: "";
          height: 50px;
          background-repeat: no-repeat;
          object-fit: contain;
      }
      
      .cta{
          padding: 50px 0px;
      }
      .cta h2{
          font-family: "Odor Mean Chey", serif;
          font-size: 40px;
          text-align: center;
           margin: auto;
          margin-bottom: 30px;
          width: 50%;
          text-transform: uppercase;
         
      }
      
      
     .cta h2 b {
            width: 80px;
            display: inline-block;
            height: auto;
            border: 2px solid #4069df;
            border-radius: 50px;
         margin-right: 15px;
         padding: 7px 15px;
          text-align: right;
         
        }
      
      .cta .cta-box{
          background: #4069df;
          padding: 50px;
          border-radius: 15px;
          overflow: auto;
          clear: both;
      }
      .cta .cta-details{
         margin-top: 100px;
        float: right;
          padding-right: 50px;
          
      }
      
      .cta .cta-details ul{
          padding: 0px;
          margin: 0px;
          margin-top: 50px;
      }
      
      .cta .cta-details ul li{
         color: white;
          line-height: 40px;
          text-transform: uppercase;
          list-style-type: none;
      }
      .cta .cta-details table tr th{
        color: white;
        line-height: 18px;
         text-transform: uppercase;
         list-style-type: none;
     }
     .cta .cta-details table tr td{
        color: white;
         line-height: 40px;
         list-style-type: none;
     }
      .cta .cta-details ul li b{
         color: white;
         font-weight: 200;
          width: 100px;
          display: inline-block;
      }
        
      .cta .cta-details ul:nth-child(2) li{
          margin-right: 10px;
          display: inline-block;
      } 
      .cta .cta-details ul:nth-child(2) li a{
          text-align: center;
          width: 40px;
          height: 40px;
          border: #000;
          color: white;
          border-radius: 50px;
          text-transform: uppercase;
          line-height: 40px;
          border: 1px solid #000;
          display: inline-block;
          text-decoration: none;
      }
        
      .cta .cta-box h3{
          font-size: 30px;
          color: white;
          text-transform: uppercase;
          font-family: "Poppins", sans-serif;
          width: 100%;
          margin-bottom: 10px;
          text-align: center;
      }
      
      .cta h2 b i{
          color: #4069df;
          font-size: 25px;
          transform: rotate(180deg);
         
      }  
      .cta h2 span{
          display: block;
          color: #4069df;
         
      }
      
      .cta-form {
          background: #4069df;
          padding: 50px;
          border-radius: 15px;
      }
      
      .cta-form h3{
          font-size: 30px;
          color: white;
      }
      
      .cta-form p{
          color: white;
          margin: 30px 0px;
          width: 55%;
          font-size: 14px;
      } 
      
      .cta-form form{
          margin-top: 50px;
      }
      .cta-form form input{
          width: 100%;
          margin-bottom: 20px;
          padding: 11px 20px;
          border-radius: 50px;
          font-size: 14px;
           border:2px solid #000000;
      }
      
      .cta-form form button{
          padding: 10px 0px;
          margin-top: 20px;
          background-color: transparent;
          color: white;
          text-transform: uppercase;
          font-size: 14px;
          border: 0px;
      }
      
      .cta-form form button i{
          margin-left: 30px;
          font-size: 18px;
          transform: rotate(90deg);
      }
      
      
      .footer{
          padding: 30px 0px;
      }
      
      
      .footer-menu ul{
          padding: 0px;
          margin: 0px;
      }
      
      .footer-menu ul li{
          list-style-type: none;
          display: inline-block;
          margin-right: 30px;
      }
      
      .footer-menu ul li a{
          text-transform: uppercase;
          text-decoration: none;
          color: black;
      }
      
      .footer .footer-logo {
          text-align: center;
      }
      
      .footer .footer-logo img{
          width: 200px;
          margin: auto;
         
      }
      
      
      .copyright p{
          text-align: right;
          text-transform: uppercase;
      }
      
      .language-selector {
  position: relative;
  display: inline-block;
}

.flag-icon {
  width: 30px; /* Adjust as needed */
  height: 30px; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
    z-index: 99;
}
      

.flag-icon.en {
 width: 30px;
    height: 30px;
  background-image: url('img/england.svg');
}

.flag-icon.hindi {
  background-image: url("img/india.svg");
    width: 30px;
    height: 30px;
}
/* Add more classes for other flags as needed */
      
      .right-menu{
          display: flex;
          align-items: center;
          gap:30px;
          justify-content: flex-end;
          float: right;
        
      }
      
      .language-selector select{
          border: 0px;
          
      }
      
      .login img {
    width: 40px;
}
      
      .hamburger img {
    width: 40px;
}
      
      .testimonials .owl-theme .owl-nav {
          position: absolute;
          top: 40%;
          left: 0;
          transform: translate(-0% ,-50%);
          display: grid;
          grid-template-columns: 50% 50%;
          justify-content:space-between;
          width: 100%;
      }
  
      .testimonials .owl-theme .owl-nav .owl-next{
         position: absolute;
          left: 101%;
          background-color: #00000050;
          width: 40px;
          height: 40px;
          border-radius: 50px;
      }

      .testimonials .owl-theme .owl-nav .owl-prev{
         position: absolute;
          left: -50px;
          width: 40px;
          height: 40px;
          border-radius: 50px;
          background-color: #00000050;
      }

      .testimonials .owl-theme .owl-nav span{
       font-size: 20px;
          line-height: -0px;
          padding: 0px;
      }
      
      .testimonials .owl-theme .owl-dots .owl-dot span{
          display: none;
      }
      
      
      .bg-2bg-1{
          background-color: #f1f3f6;
      }
      
      .bg-2bg-2{
          background-color: #f5f5f5;
      }
      .bg-2bg-3{
          background-color: #f9f9f9;
      }
      
       .orderrr{
           order:unset;
      }
      
      @media only screen and (max-width:991px){
          .main-header{
              padding: 10px;
          }
          
          .orderrr{
              order: -1;
              margin-bottom: 10px;
          }
          
          .banner .col-lg-4{
              margin-bottom: 30px;
          }
          
          .how-it-box img{
              width: 100% !important;
              object-fit: contain;
          }
           h2{
              width: 100%;
              font-size: 25px;
          }
          
          .money-border h2{
              text-align: center;
    font-size: 48px;
    width: 100%;
    line-height: 52px;
    margin-bottom: 15px;
          }
          .col-lg-4.bg-white.p-0 {
    padding: 0px !important;
}
          
          .provide-box ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: flex-start;
}
          .we-care{
              padding: 20px;
              
          }
          
          .we-care .owl-stage{
              display: block;
          }
          
          .testimonials h2{
              width: 100%;
          }
          
          .cta h2{
              width: 100%;
              font-size: 25px;
              font-weight: bold;
          }
          .testimonials .owl-theme .owl-nav{
              position: unset;
          }
          .testimonials .owl-theme .owl-nav .owl-prev{
              position: unset;
          }
          .testimonials .owl-theme .owl-nav .owl-next{
              position: unset;
          }
          .testimonials .owl-theme .owl-nav{
              display: block;
              transform: unset;
          }
          
          .cta .cta-box{
              margin-bottom: 30px;
          }
          
          .footer{
              text-align: center;
          }
          
          .footer-menu{
              margin-top: 30px;
          }
          
          .copyright p{
              text-align: center;
          }
          
          .nav-logo{
              text-align: left;
          }
          
          .nav-logo img{
              height: 50px;
              
          }
          
          .we-care-box{
              width: 100%;
          }
          
          .owl-dots{
              text-align: center;
              margin: 10px auto;
          }
          
          .we-care .owl-dots button{
              width: 10px;
              background-color: #ffffff20!important; 
              height: 10px;
              border-radius: 50px;
              margin: 0px 3px;
              
          }
          .we-care .owl-dots button.active{
              width: 10px;
              background-color: #fff!important; 
              height: 10px;
              border-radius: 50px;
              margin: 0px 3px;
              
          }
          .owl-nav{
              display: none;
          }
          
          .testimonials .owl-theme .owl-dots .owl-dot{
              display:none;
          }
            
          .testimonials .owl-nav{
              display:block;
          }
          
          .set-up h2{
              width:100%;
              font-size: 30px;
          }
          .how-work h2{
			  font-size:36px;
		    }
          .banner{
              padding: 50px 20px;
          }
          
          .banner-heading h1 {
              font-size: 30px;
          }
          
          
          .banner span:nth-child(3) img {
        top: 240px;
    right: 5px;
    left: auto;
}
          .banner span:nth-child(4) img {
       position: absolute;
    top: 132px;
    width: 37px;
    left: -5px;
    transform: translate(0,-50%);
}
          .banner span:nth-child(1) img{
              display: none;
          }
          
          .banner span:nth-child(5) img{
              display: none;
          }
          
          .tab-section button{
              font-size: 11px;
              padding: 2px;
          }
          
          .banner span:nth-child(2) img {
        position: absolute;
    top: 35px;
    width: 32px;
    left: 52%;
    transform: translate(0,-50%);
}
          
          .how-it-box h3{
              font-size: 30px;
              width: 100%;
              width: 100%;
              
          }
          
           .setup-box h3{
          
          font-size: 30px;
      }
          .money-border p{
              font-size: 16px;
              line-height: 30px;
              width: 100%;
              font-weight: 400;
              
              }
          
          .money-border a{
              text-align: center;
              margin: 10px auto;
          }
          
          .text-centerr{
              text-align: center;
          }
          
          .money-border{
              padding: 30px 0px;
          }
          
          /*.p-0{
              padding: 15px !important;
          }*/
          
          .provide-box{
              padding: 00px;
          }
          
          .provide-box ul li img{
              width: 50px;
              height: 50px;
          }
         
          .provide-box h2{
              width:100%;
              font-size: 25px;
              font-weight: bold;
              line-height:30px;
              text-align: center;
              }
          
          .provide-box p{
              text-align: center;
          }
          
           
          .provide-box ul li{
              text-align: left;
          }
            
          .provide-box ul li p{
              text-align: left;
          }
          
          .we-care h2{
              text-align: center;
              font-size: 25px;
              width: 100%;
              
          }
          
          .we-care p{
              text-align: center;
              width: 100%;
              width: 100%;
              
          }
          .we-care-box ul li p{
              text-align: left;
          }
          .testimonials h2{
              width: 100%;
              font-size: 25px;
              font-weight: bold;
              margin-bottom: 20px;
          }
          
          .testimonials h2 span{
              color: #4069df;
          }
          
          .testimonials{
              padding: 15px;
          }
          
          .cta h2 b {
    width: 70px;
    display: inline-block;
    height: auto;
    border: 2px solid #4069df;
    border-radius: 50px;
    margin-right: 15px;
    padding: 2px 15px;
    text-align: right;
}
          
          .cta-form{
              padding: 50px 20px;
          }
          
          .cta-form p{
              width: 100%;
          }
          
          .cta .cta-box{
              padding:50px  20px;
          }
          .cta .cta-details ul li b {
    color: white;
    font-weight: 200;
    width: 25%;
    display: inline-block;
}
          .cta .cta-details{
              padding-right: 20px;
          }
          .cta .cta-details ul:nth-child(2) li a{
              width: 30px;
              height: 30px;
              font-size: 13px;
              line-height: 30px;
          }
          .cta .cta-details{
              float: unset;
          }
          .hamburger img {
    width: 30px;
}
          .login img {
    width: 30px;
}
          
          .footer-menu ul{
              margin-bottom: 20px;
          }
          
          .cta{
              padding: 5px;
          }
          
          table tr td:nth-child(3) {
    text-align: right;
    width: 20%;
}
          .right-menu{
              gap:10px;
          }
          
         
      }
      
       .tabination tr th:nth-child(3){
              text-align: right;
          }
          #loginSign .nav a.active, #buySell .nav a.active{
            background: #4069df;
            color: #fff !important;
        }
          #loginSign .nav a.nav-link, #buySell .nav a.nav-link {
            color: #4069df;
            padding: 12px 40px;
            border: none !important;
            font-weight: 500;
            text-transform: uppercase;
        }
        .fix-height {
          height: 550px;
           overflow: auto;
}
       




@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Odor+Mean+Chey&display=swap');
.box-shadow {
    border: 1px solid#E0E0E0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 25px 3px #0000000D;
    margin-bottom: 25px;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.bg-blue {
    background: #4069df !important;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 10px 35px 10px #C4DBFA;
    padding: 20px 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
    width: 85%;
    margin: 0 6%;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    color: #2C3E50;
    font-size: 13px;
}
#msform h3, #msform label {
    font-family: "Montserrat", sans-serif;
}
#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2098ce;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#msform input[type=file]{
    background-image: url(../img/upload-icon.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.border-gray {
    border: 1px solid #C3C3C3;
    border-radius: 4px;
}
.table-section thead, .table-section thead tr, .table-section thead th {
    border: none;
}
#msform .action-button-previous,#msform .action-button {
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    padding: 9px 20px;
    margin-top: 20px;
    width: 130px;
    box-shadow: 0 5px 20px 5px #0000001F;
    font-family: "Montserrat", sans-serif;
    background: #4069df;
    font-size: 18px;
    font-weight: 700;
}
.table-section table {
    box-shadow: 0 3px 25px 3px #0000000D;
}
.tr-bg{
    background-color: #4069df;  
}
svg.rate-arrow {
    margin-top: -10px;
    float: right;
    margin-right: -10px;
}
.table-section th,.table-section td{
    border: 1px solid;
    border-color: #E0E0E0;
    text-align: left !important;
    padding: 12px;
    font-family: "Montserrat", sans-serif;
	width: 150px;
	white-space: nowrap; 
}
.after-border li:last-child.active:after {
    width: 112%;
}
.table-section th{
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
}
.table-section td{
    font-size: 14px;
    font-weight: 400;
}
.add-btn-bg{
    color: #4069df;
    background-color: #C4DBFA;
    border: 1px solid #4069df;
    font-family: "Montserrat", sans-serif;

}
.buy-forex{
    background-color: #DBEAFF;
	margin-top:90px;
}
/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    font-family: "Montserrat", sans-serif;
}
.main-heading {
    font-family: "Odor Mean Chey", serif;
    font-weight: 400;
}
.after-border:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #DBDBDB;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    width: 33.33%;
    float: left;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

#progressbar li:before {
   content: "0"counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
	font-weight: 500;
    color: #000000;
    background: #D9D9D9;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    font-family: "Montserrat", sans-serif;
    z-index: 222;
    position: relative;
}
.after-border li.active:after{
    content: "" !important;
    position: absolute;
    left: -32px;
    top: 22px;
    width: 100%;
    height: 2px;
    background: #4069df;
    z-index: 22;
}
/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before{
    background: #4069df;
    color: white;
}
.step{
    position: relative;
}
.step li ::before{
    position: absolute;
    content: '';
    left: -26px;
    top: 10px;
    border: 1px solid;
    width: 100px;
    height: 2px;
    color: black;
}
.step li span::after{
    position: absolute;
    content: '';
    top: 10px;
    right: -25px;
    border: 1px solid;
    width: 100px;
    height: 2px;
    color: black;
}

.radio-btn [type="radio"]:checked,
.radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-btn [type="radio"]:checked + label,
.radio-btn [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-btn [type="radio"]:checked + label:before,
.radio-btn [type="radio"]:not(:checked) + label:before {
        content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #4069df;
    border-radius: 100%;
    background: #fff;
}
.radio-btn [type="radio"]:checked + label:after,
.radio-btn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #4069df;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#msform input.check-pay {
    border: 1px solid #C3C3C3;
    width: 20px;
    height: 20px;
}
.line-35{
	line-height:35px;
}
.price-table th, .price-table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

@media only screen and (max-width:320px){
	.navbar ul {
    display: none;
}
.navbar-nav a.nav-link {
    color: #000;
}
ul.navbar-nav {
    display: block;
}
button.navbar-toggler.navbar_toggle {
    display: block;
	color:#000;
    right: 10px;
    top: 55px;
}
/* @media only screen and (max-width: 767px) */


.table-responsive{
	white-space:nowrap
}
#progressbar{
	padding:0px;
}	
}

.author-img {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
}
.leftside-menu li a.active, .leftside-menu li:hover a{
    background: #fff;
    color: #4069df;
}
.leftside-menu li a.active i, .leftside-menu li:hover a i{
	color:#4069df !important
}
.leftside-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
	display:block;
    
}
.btn_closeShows button img{
    filter: invert();
}
.btn_closeShows button{
    background: transparent !important;
    border: none;
    outline: none;
    box-shadow: none;
}
.btn_closeShows button.btn-close-bt img{
    width: 24px;
}
.card {
    border: none;
    box-shadow: 0 0px 5px 0px rgb(57 77 104 / 20%);
}
.search-btn {
    padding: 8px 20px !important;
    background: #4069df;
    border: 1px solid #4069df;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    margin-top: 34px !important;
}
.data-table tr, .data-table th, .data-table td {
    border-width: 1px 0px 0px 1px;
    border-color: #dee2e6;
    padding: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
	text-align:left !important;
}
.data-table {
    /*border: 1px solid #dee2e6;
    border-radius: 10px;*/
    margin-top: 50px;
}
#left-menu.small-left-menu {
    width: 80px;
}
#left-menu {
   /* position: fixed;
    top: 0;
    left: 0;*/
    width: 350px;
    background-color: #4069df;
    overflow-y: auto;
    height: 100vh;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 2;
}


/*Left Side Scroll Bar CSS*/
#left-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#left-menu::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#left-menu::-webkit-scrollbar-thumb
{
	background-color: #4069df;
	border: 1px solid #555555;
}

#header .header-left {
    padding-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .header-right {
    padding-right: 40px;
}


#main-content {
	width:100%;
    height: 100vh;
    overflow: auto;	
}

#page-container {
    padding-left: 20px;
    padding-right: 20px;
	width:100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#page-container.small-left-menu {
    padding-left: 100px;
}

/*Right Side Scroll Bar CSS*/
#main-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#main-content::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

#main-content::-webkit-scrollbar-thumb
{
	background-color: #4069df;
	border: 1px solid #555555;
}
#main-content table { border-collapse: separate; border-spacing: 0; }

#main-content tr:first-child th:first-child { border-top-left-radius: 10px; }
#main-content tr:first-child th:last-child { 
  	border-top-right-radius: 10px;
	border-right: 1px solid #dee2e6;
}
.data-table td:last-child {
    border-right: 1px solid #dee2e6;
}
#main-content tr:last-child td:first-child { border-bottom-left-radius: 10px;border-bottom: 1px solid #dee2e6; }
#main-content tr:last-child td:last-child { border-bottom-right-radius: 10px;border-bottom: 1px solid #dee2e6;}
#main-content tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.small-left-menu .open-btn {
    display: none;
}
.small-left-menu .close-btn {
    display: block !important;
}
span.price {
    width: 100%;
    display: block;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: right;
}
.breadcrumb-section {
    padding: 15px 20px 15px 10px;
    background: #4069df;
    margin-top: 90px;
    height: 64px;
    display: flex;
    align-items: center;
}
.breadcrumb .breadcrumb-item {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-top: 1px;
	color: #fff;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
@media only screen and (max-width: 991px) {
    #left-menu.small-left-menu {
    width: 80%;
}
    
    #page-container,
    #header .header-left {
        padding-left: 20px !important;
    }
#left-menu {
    width: 100%;
    border: none;
	margin: 0px auto;
    display: none;
}
.small-left-menu .close-btn {
    position: absolute;
    right: 30px;
    top: 80px;
}
.breadcrumb .breadcrumb-item a{
	font-size:14px
}
.leftside-menu li a{
    font-size: 20px;
}
}

@media only screen and (min-width: 992px) {
    #left-menu li.has-sub::after {
        font-family: "Ionicons";
        content: "\f3d3";
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #left-menu li.has-sub.rotate:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .small-logo{
        display: none;
    }
    
}    


#msform input.error, #msform textarea.error {
    border: 1px solid #ff0000; /* Red border to indicate error */
    background-color: #ffecec; /* Optional: light red background */
}

/* Optional: Add more styles for error state, such as error messages */
#msform .error-message {
    color: #ff0000; /* Red text for error messages */
    font-size: 12px; /* Slightly smaller font size for error messages */
    margin-top: -5px; /* Adjust spacing based on your design */
    margin-bottom: 10px;
}
.form-valid .live-error.error{
    border: 1px solid #ff0000;
    background-color: #ffecec; 
}

div#navbarSupportedContent {
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    top: 70px;
}
.main-header a.navbar_toggle.collapsed .fa-bars:before {
    content: "\f0c9";
}
.main-header a.navbar_toggle .fa-bars:before {
    content: "\f00d";
}
.tab-section .active {
    background-color: #000!important; /* Set the background color to indicate active tab */
    color:white!important;
  }
  
  .tab-section2 button{
  position: relative;
  }
  .tab-section2 button.active{
    color: #7b899b;
  }
  
.tab-section2 .active::after {
    background-color:transparent !important;
     color: white !important;
     content: '';
     width: 20;
     display: block;
     height: 20;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 15px solid #7b899b;
     position: absolute;
     top: 26px;
     left: 35%;
 }

@media screen and (min-device-width: 770px) and (max-device-width: 991px) {
 
    .breadcrumb-section{
        margin-top: 127px;
    }
}
@media screen and (min-width: 991px) {
    #left-menu{
        height: 100vh !important;
    }
}