*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family: 'CustomFamily';
;
}

input {
    border: 1px 
    
}
input::placeholder {
 text-indent: 15px;
}
input[type=text],input[type=email],input[type=tel]{
 text-indent: 15px;

}
#agenceDropDown{
 text-indent: 13px;

}
.confirmation-box {
    /*display: inline-block;*/
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
text-align: center;
  }
.checkmark {
    color: #4CAF50;
    font-size: 2em;
  }
.message {
    margin-top: 20px;
    font-size: 1.2em;
  }
.adviser-message {
    margin-top: 10px;
    font-size: 1em;
    color: #555;
  }
.social-icon{
padding-left:5px;
}
html,body{
.quotation{
padding-top:20px;
padding-bottom:10px;
} 

}
a{
    color: #333;
    text-decoration: none;
}

h1,h2,h3{
    padding-bottom:15px;
}

p{
    margin: 10px 0; /*top bottom | left and right*/
}
/*Utility Class*/
.container {
    margin: auto;
    max-width: 1100px;
    overflow: auto;
    padding: 0;
    

}
.container-layer{
    /* border: 2px solid #F2F2F2;
     border-radius: 18px;*/
}
.clr{
    clear: both;
}
.text-primary {
    color:#f7c08a ;
}
.lead {
    font-size: 18px;
}
.btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #E30613;
    padding: 13px 127px ; /*top bottom | right left*/
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-light{
    background: #f4f4f4;
    color: #333;


}
.bg-dark{
    background: #333;
    color: #fff;
}
.bg-light{
   
    color: #333;
}
.bg-primary{
    color: #333;
    background: #f7c08a;
}
.heading-second-left{
    font-size: 20px;
    line-height: 1.2;
    font-weight:800;

}
.heading-first-left{
    font-size: 40px;
    line-height: 1.2;
    color: #f0f0f0;

}
.paragraph-first-left{
    color:#f0f0f0
}
.paragraph-second-left{
    color:#000000;
    

}


.py-3{
    padding: 30px 0;
}
    

/*Navbar */
#navbar {
    background: #E30613;
;
    ;
    color: #fff;
    overflow:auto ;

}
#navbar a {
    color: #fff;
}

#navbar h1 {
    float: left;
    padding-top: 20px;
}

#navbar ul {
    list-style: none;
    float: right;
}
#navbar ul li {
    float: left;
}

#navbar ul li a{
    display: block;

    padding: 20px;
    text-align: center;
}


.line{
    height: 1px;
    background: #ffff;
}

/*Showcase*/
#showcase {
    background: url('../img/showcase.jpg') no-repeat
    center center/cover;
    height: 600px;
}
#showcase .showcase-content{
    color: #fff;
    text-align: center;
    padding-top: 170px;
}

#showcase .showcase-content h1{
    font-size: 60px;
    line-height: 1.2em;

}
#showcase .showcase-content p{
    padding-bottom: 20px ;
    line-height: 1.7em;
}

/*Home Info*/
#home-info {
    height: 450px;
}

#home-info .info-img{
    background: url('../img/photo-1.jpg') no-repeat;
    float: left;
    width: 50%;
    min-height: 100%;
}

#home-info .info-content{
    float: right;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 50px 30px;
    overflow: hidden;
    
    
}

#about-info{

    background: linear-gradient(180deg, #E30613 50%, #FFFF 50%);

}

#home-info .info-content p{
    padding-bottom: 30px;
}
.info-left{
    float: left;
    min-height: 100%;
    text-align: left;
    width: 50%;
padding-bottom:60px
}


.info-second-left{
    float: left;
    min-height: 100%;
   
    text-align: left;
    width: 65%;
}
.info-interview-left{
    float: left;
    min-height: 100%;
   
    text-align: left;
    width: 50%;
}
.info-interview-left img{
    display: block;
    border-radius: 50%;
    width: 20%;
    margin: auto;
    border-radius: 18px;
}

.info-right {
    float: right;
    display: block;
    width: "0%;
    
}

.info-second-right {
    float: right;
    display: block;
    width: 35%;
    
}
.info-right img{
    display: block;
    border-radius: 50%;
    width: 20%;
    margin: auto;
}

.info-right-interview {
    float: right;
    display: block;
    width: 65%;
    
}
.info-second-left-interview {
    float: left;
    display: block;
    width: 65%;
    
}

.info-left-interview img{
    border-radius: 18px 0 0 18px;
    width: 30%;
    margin: auto;
}


.info-second-right-interview{
    float: left;
    
}
#forth-interview .container-layer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Center text for h3 and p as well */
  }
  
  #heading-forth-interview {
    text-align: center;
    font-size: 14px;
    color: #E30613;
    padding-bottom: 0px;
  }
  
  #paragraph-forth-first-line {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px; /* Add space before the button */
  }
  
  .contact-button {
    background-color: #E30613; /* Blue background */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
    /* No margin needed if you want it directly under the paragraph */
  }
  
  .contact-button:hover {
    background-color: #E30613; /* Darker blue on hover */
  }
  
.contact-button {
    background-color: #E30613; /* Blue background */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .contact-button:hover {
    background-color: #E30613; /* Darker blue on hover */
  }
 
  .webinar-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
 
  
  .webinar-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  
  .text-content {
    flex-basis: 50%; /* Adjust the width of the text content */
    padding: 20px;
  }
  
  .save-date {
    
    
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    border:1px solid ;
border-color:black;
  }
  
  .webinar-date {
    font-size: 1rem;
    margin-top: 10px;
  }
  
  .webinar-title {
    margin-top: 15px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-weight: bold;
  }
  
  .webinar-register-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #E30613 ;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  
  .webinar-register-btn:hover {
    background-color: #E30613;
  }
  
  .webinar-image {
   /* flex-basis: 50%; Adjust the width of the image content */
    text-align: center; /* Center the image if it's not full width */
  }
  
  .webinar-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Optional, if you want rounded corners */
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .text-content, .webinar-image {
      flex-basis: 100%; /* Stack the columns on smaller screens */
      text-align: center; /* Center content for small screens */
    }
  
    .webinar-register-btn {
      padding: 15px 30px;
    }
  }
  
  @media (max-width: 576px) {
    .webinar-register-btn {
      width: 100%;
    }
  }
  
  
/*Feautures*/

#features .box{
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding:50px;

}

/*Footer*/
#main-footer  {
    text-align: center;
    background:#000000;
    color: #fff;
    padding: 20px;

}

.footer-legal{
    font-size: 10px;
    margin:0px 150px 0px 150px;
    line-height: normal;
}




.form-element{  
    height:  41px;
    width: 310px;
    margin-top: 10px;
    border: 1px solid #939393;
    
    border-radius: 5px;
}
form{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #FFFFFF   ;

}




.box{
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    padding: 50px;
}

#features {
    display: flex;
    justify-content: space-between; /* This will handle spacing between boxes */
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
    padding: 20px 0;
  }
  
  #features .box {
    box-sizing: border-box;
    flex: 1; /* Allows boxes to grow to fill available space */
    max-width: calc(33.333% - 40px); /* Adjust this value to account for margins */
    margin: 20px; /* Half the space you want between boxes */
    background: white;
    padding: 20px;
    border: 2px solid #F2F2F2;
    border-radius: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  @media (max-width: 1024px) {
    #features .box {
      max-width: calc(50% - 40px); /* Adjust for 2 columns layout */
      margin: 20px;
    }
  }
  
  @media (max-width: 768px) {
    #features .box {
      max-width: 100%; /* Full width for single column layout */
      margin: 20px 0; /* Only vertical margin */
    }}

#img-footer{
    height: 23px;
}

#img-logo{
    height: 73px;
}

.mobile-image {
    display: none; 
}