 body {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
   
}

:root {
    --primary-text: #112171;
    --button-color: #112171;
    --dark-green-button: #09410b;
    --border-color: #004AAD;
    --border-thickness: 1.5px;
    --box-background: #ffffff; /* White for crisp inside areas */
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{color: #000;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);}
.btn-red {
  background-color: #f45351;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-style: none;
  border-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial
}
.btn-red:hover {
  background-color: #e94135
}
.freedemo, .freedemo:hover, .freedemo:active, .freedemo:visited {
    background-color: #5BC2E7 !important;
}
.bookclass, .bookclass:hover, .bookclass:active, .bookclass:visited {
    background-color: #EBF3FE !important;
}
.navbar-brand{z-index: 99;}
.body1 {
  padding-left: 2%;
  padding-right: 2%
}
.pt-hero {
  padding-top: 20px
}
.border1{border:2px solid #5bc2e7;}
@media (min-width:992px) {
  .pt-hero {
    padding-top: 100px
  }
  @media (min-width:768px) {

    .pt-hero {
      padding-top: 100px
    }
  }
}
.homeVideo1 {
   width: 514px;
    height: 289px;
    border-radius: 30px;
}
.homeVideo {
  width:  746px;
  height:  420px;
  border-radius: 30px;
}

@media  (max-width: 768px) {.oxford,.cambridge{width: 70%}.borron{width: 50%}.btn-switch{font-size: 17px!important}.mid{display: none;}}
@media (min-width: 600px) and (max-width: 1007px) {
  .homeVideo {
  width: 350px !important;
  height: 309px !important
}



}

@media (min-width: 530px) and (max-width: 600px) {
    .mid{display: none;}
  .homeVideo {
  width: 490px !important;
  height: 275px !important
}


.homeVideo1 {
   width: 490px;
    height: 275px;
    
}
}

@media (min-width: 399px) and (max-width: 530px) {
  .homeVideo {
  width: 360px !important;
  height: 201px !important
}
.homeVideo1 {
   width: 360px;
    height: 202px;
    
}
}

@media (max-width: 399px) {
  .homeVideo {
  width: 317px !important;
  height: 178px !important
}
.homeVideo1 {
width: 342px;
    height: 192px;
    
}
}

.text-roboto {
  font-family: 'Helvetica Neue';
}

.form-container {
    display: flex;
        justify-content: space-evenly; /* Ensures space between sections */
    gap: 30px; /* Adds a 20px gap between the login and signup sections */
    width: 100%;
 
    
    
}

/* Left and Right Panels */
.login-section {
    padding:2rem 2rem;
    flex: 1;
    border-radius: 50px;
    width: 100%;
    height: 750px;
}
.login-section form{
    margin-top: 80px;
}
.signup-section {
    padding:2rem 3rem;
    flex: 1;
    border-radius: 50px;
    width: 100%;
height: 750px;
}

.login-section {

    color: white;
   background: linear-gradient(90deg, #cdffda, #94b9ff);
}

.signup-section {
      background: #07375f;

}

/* Panel Headings */
.login-section h4, .signup-section h4 {
    text-align: center;
    color: white;
    background-color: #372d75;
    padding: 10px;
    font-size: 1.5rem;
    margin: 0 -2rem 20px;
}

.signup-section h4 {
    color: #45398b;
}
.btn-role {
          background:linear-gradient(90deg, #cdffda, #94b9ff);
            border: none;
            width: 100%;
            color: black;
            font-size: 2rem;
            font-weight: bold;
            border-radius: 20px;
            margin-bottom: 10px;
            padding: 20px;
        }

        .btn-role:hover {
            background-color: #1e054e;
            color: white;
        }
.input-group-text {
    cursor: pointer;

    background-color: #2f0c76!important;
    border: none;
    border-radius: 0px 15px 15px 0px;
    padding: 11.2px;
}
.form-control {
    border-radius: 20px;
    border: none;
    background-color:#fff;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: black;
}.email1{color: #fff;}
/* Login and Signup Text */
.login-section p, .signup-section p {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 20px;
}.login-section
.form-control{color: #fff}.login-section
.form-control:focus {
    border-radius: 20px;
    border: none;
    background-color: #fff!important;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff!important;
    outline: none; /* Removes the default focus outline */
}  .login-section
.form-control:-webkit-autofill{  border-radius: 20px;
    border: none;
    background-color: #2f0c76 !important;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: black !important;
    -webkit-text-fill-color: #fff; /* Adjust text color */
    transition: background-color 5000s ease-in-out 0s; /* Prevents the background from reverting */
}

/* Buttons */
button, .btn-custom {
    display: block;
    background-color: #2f0c76;
    color: white;
    border: none;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 15px 0;
    transition: background-color 0.3s;
}


button:hover, .btn-custom:hover {
    background-color: #372d75;
}

.btn-custom-blue {
   font-size: 31px;
    color: white;
    border-radius: 38px;}

.btn-custom-blue:hover {
    background-color: #372d75;
}

.btn-custom-small {
    background-color: #45398b;
    color: white;
    font-size: 1rem;
    padding: 7px;
    width: auto;
    display: inline-block;
    margin-top: 15px;
}

.btn-custom-small:hover {
    background-color: #372d75;
}

/* Input Styling */
form input, form select {
    padding: 12px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

form input:focus, form select:focus {
    border-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(69, 57, 139, 0.5);
}

/* Role Select and Links */
a {
    color: #45398b;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.learn-role {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

span.error {
    color: red;
    font-size: 0.85rem;
}

/* Recaptcha */
.recaptcha {
    text-align: center;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
    }

    .login-section, .signup-section {
        padding: 1.5rem;
    }

    .login-section h4, .signup-section h4 {
        font-size: 1.3rem;
         margin: 0px;
    }

    form input {
        padding: 10px;
        font-size: 1rem;
    }

    button, .btn-custom {
        padding: 8px;
        font-size: 1rem;
    }
    .button-container-signup{
    width: 90%!important;
}
.button-container-login{
    margin: 10px!important;
}
}

input::placeholder {
    color: white!important;
}
.signup-section .form-control{
    background-color: white!important;
}
.signup-section input::placeholder {
    color:black!important;
}
.signup-section .input-group-text {
  
    background-color: #fff !important;
  
}
.help-button {
  
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 219px;
}
.help-button .btn {
    background-color: gray;
    padding: 5px 40px;
    border: 1px solid grey;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: bold;
    color: black;
}
.header-text {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
            line-height: 1.2;
        }

        .description-text {
            text-align: center;
            font-size: 25px;
            color: #000;
            padding: 1px 15px;
            margin: 50px 0;
            text-align: center;
            font-weight: bold;
        }
        .gback-text{
         margin-top: 15px;       
        }
        .button-combine {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .btn-switch, .btn-switch-dark {
            width:100%;
            padding: 18px 15px;
            border-radius: 50px;
            font-weight: bold;
            text-align: center;
            font-size: 24px;
            margin: 0 10px;
        }
        .btn-switch, .btn-switch-dark:hover{
            text-decoration: none!important;
        }

        .btn-switch {
         background:linear-gradient(90deg, #cdffda, #94b9ff);
         border: none;

            color: #000;
        }
.btn-switch-dark:hover,.btn-switch-dark:focus{background: #07375f!important}
        .btn-switch-dark {
          background: #07375f;

            color: white;
        }

 .top {
            background-color: #d9ecf6; /* Light background */
            padding: 20px;
            text-align: center;
        }
        .top-section h1 {
            font-size: 55px;
            font-weight: bold;
        }
        .btn-back {
            background: linear-gradient(90deg, #000, #3533cd);
            border: none;
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: bold;
            text-decoration: none;
        }
        .btn-back:hover{
            text-decoration: none;
        }
        }
        .icon {
            display: block;
            margin-top: 10px;
            font-size: 2rem;
        }
        .btn-row {
            margin-top: 20px;
        }
         .login-wrapper {
      display: flex;
      align-items: center;
    }
    .oxford-content {
      
        border-radius: 100%;

    }
    .oxford-content img {
    border-radius: 100%;
    margin-bottom: 10px;
    margin-top: -30px;
    width: 100px;
    height: 120px;
    object-fit: cover;
    border: 2px solid #262594;
    }
    .oxford-content p {
      font-size: 14px;
      color: #000;
      font-weight: 600;
      text-align: center;
    
    }
   
.head-logo img{
    width: 150px;
    height: 100px;
    object-fit: contain;
   
}
.top-section{
    margin-top: 100px;
}
    .btn-signup_ch2 {
            padding: 10px 10px;
            margin: 3px;
            border-radius: 10px;
            background: linear-gradient(90deg, rgba(166, 166, 166, 0.15), rgba(255, 255, 255, 0.15)) !important;
            font-size: 32px;
            font-weight: 600;
            color: var(--primary-text);
            width: 410px;
        }

.register-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}
.ad-space{
text-align: center;
 
}
.top-heads{
    width: 550px;
}
.navbar-nav li a{
    color:var(--primary-text);font-size: 18px;padding: 13px 20px;
    font-weight: bold;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
    @media screen and (max-width: 800px) {
   .login-wrapper {
        flex-direction: column!important;
    }
    .login-section, .signup-section {
        width: auto!important;
    }
    .btn-switch, .btn-switch-dark{

    
        font-size: 15px;
        
    }.btn-custom-blue {
   font-size: 16px;}
    .hand-direction{
        display: none!important;
    }
    .top-section h1{
        font-size: 24px;
    }
.btn-back{
    font-size: 12px;
}
}
 @media screen and (max-width: 830px) {
.form-container {
    display: block!important;
   
}
.ad-space{
    display: none;
   

 }
 .top-section h1{
    font-size: 20px;
 }
 .oxford-content img {
    border-radius: 100%;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 5px solid #262594;
    }
}

.field-padding{
    padding: 5px 0px;
     margin: 1px 0px;
     min-height: 30px;

}
.field-padding2{
    padding: 5px 0px;
     margin: 3px 0px;
     min-height: 30px;

}
.icon-sign img{
    margin-top: 15px;
}@media screen and (min-width: 1300px)and (max-width: 1900px){.login-section .w-25{width: 80%!important}.login-section .w-50{width: 80%!important}.login-section p, .signup-section p{font-size: 0.9rem!important}.btn-back{padding: 10px 0px;}.top-section h1 {font-size: 38px}.btn-switch-dark,.btn-switch{font-size: 17px}}@media screen and (min-width: 1800px) {.login-section,.signup-section{width: 650px}
    .form-container {justify-content: space-evenly;
        width: 100%; /* Adjust the width for larger screens */
    }
}
@media screen and (min-width: 1900px) {.login-section,.signup-section{width: 685px}
    .form-container {justify-content: space-evenly;
        width: 100%; /* Adjust the width for larger screens */
    }
}
@media screen and (min-width: 2000px) {.login-section,.signup-section{width: 720px}
    .form-container {justify-content:space-evenly;
        width: 100%; /* Adjust the width for larger screens */
    }
}.navbar-nav li a.active{color: blue;}
.position-fixed.new2{z-index:444 ;height: min-content}
.text-left{text-align: left!important;}
.text-right{text-align: right;}
@media (min-width:1800px) and (max-width: 2000px) {.navbar .container-fluid {
    max-width: 1846px;
}}
.mt-25{margin-top: 7rem}
.mt-30{margin-top: 9rem}
.text-right{text-align: right;}
h1,h2,h3,h4{font-weight: 700}
.blue{color: blue;}


@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .login-section, .signup-section{
        width: 450px;
    }
}

.section-title{
    font-size: 35px;
    color: black;
    font-weight: bold;
}

 .join-section {
        
            text-align: center;
            margin: 40px;
        }
        .join-text {
            font-size: 24px;
            font-weight: bold;
        }
        .arrow {
            font-size: 54px;
            margin-top: 10px;
        }

        /* Default styles are for large screens (desktops) */

/* Tablet and smaller screens */
@media (max-width: 992px) {
    .icon img {
        width: 150px; /* Reduce icon size */
    }
    .title1 {
        font-size: 1.5rem; /* Adjust heading size */
    }
    .top-section  .icon{
        text-align: center;
    }
}

/* Mobile screens - smaller than 768px */
@media (max-width: 768px) {
    .ad-space {
        text-align: center; /* Center content inside ad-space */
    }
    .ad-space img {
        width: 100%; /* Ensure images in ad-space take full width */
    }
    .icon img {
        width: 120px; /* Further reduce icon size */
    }
    .title1 {
        font-size: 1.2rem; /* Smaller heading for mobile */
        text-align: center; /* Center title text */
    }
    .signup-card{
    margin-top: 20px;
}
}

/* Small mobile screens - smaller than 576px */
@media (max-width: 576px) {
    .ad-space p {
        font-size: 0.9rem; /* Adjust font size for smaller screens */
    }
    .head-logo img,
    .oxford-content img {
        max-width: 80px; /* Limit logo and content image size */
    }
    .icon img {
        width: 100px; /* Reduce icon size for small mobile screens */
    }
}
@media (max-width: 768px) {
    .card-continue{
        display: block!important;
    }
    .footer-continue{
        display: block!important;  
    }
.top-section{
    margin-top: 150px;
}
.Welcome-head{
    margin-top: 10px;
}
.signup-section{
    height: auto!important;
}
.field-mobile{
    margin-bottom: 50px;
}
.back_btn_m{
    width: 100%!important;
    font-size: 22px!important;
}
.join-text{
    font-size: 18px;
}
.hand_div{
    padding: 50px;
}
.description-text{
    font-size: 22px;
}
.hand-icon{
    display: none;
}
  .champion_btn{
  font-size: 21px!important;
    width: 100%!important;
 }
 .button-container2{
      width: 100%!important;  
 }
.iti{
    display: block!important;
}
.globe_container{
    margin: 0px!important;
}
.btn-login_main{
    width: 100%!important;
    font-size: 16px!important;
}
.btn-login_main{
    width: 100%!important;   
}
.container-form{
    margin: 0px!important;
}
.login-btn2{
    width: 100%!important;     
}
.login-sectionn h2{
    margin-top: 150px!important;
}
}

.Welcome-head{
    margin-top: 50px;
}


.hand6-pos{

    margin-top: 30px;
}

.board-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
}
.cam_logo{
    width: 200px!important;
}

.back_btn_m{
    width: 280px;
        padding: 5px 10px;
    font-size: 18px;
}
/*.custom-alert {
    border: 4px solid black;
    border-radius: 50px;
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: black;
}

.alert-title {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.custom-alert p {
    margin: 5px 0;
    font-size: 1em;
    line-height: 1.4;
}*/
.alert-danger {
    border: #94818199;
    border-radius: 20px;
    padding: 15px;
    max-width: 400px;
    margin: 100px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    /* background-color: #f8d7da; */
    color: #721c24;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #32323299;
    border-radius: 8px;
}
.border-error{
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}
.alert-danger .wicon {
    font-size: 50px;
    color: #ff9900; /* Bright warning color */
    margin-bottom: 15px;
}

.alert-danger .alert-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: red;
}

.alert-danger p {
    margin: 10px 0;
    color: #5A5B69;
    font-size: 20px;
    font-weight: 700;
     
}

.alert-btn {
    background-color: #00428C; /* Blue button color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 2px 20px;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 15px;
  

    border-radius: 30px;
}

.alert-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Dismiss functionality */
.alert-danger.hidden {
    display: none;
}
/* more then 1900 screen */
@media screen and (min-width: 1901px) {
    .header-logo {
        width: 345px !important;
    }
    .ch-header2{
        margin-top: 150px!important;
    }
    .download-icon img{
   width: 80px!important;
}
    .signup-sectionn{
         margin-top: 150px!important;  
    }
    .signup-icon{
    width: 112px!important;
}
    .login-sectionn h2 {
         font-size: 34pt!important;
        margin-top: 150px!important;
        text-align:center;    }
    .login-sectionn h3{
           font-size: 32pt!important;  
    }
    .forgot-password a{
        font-size: 12pt!important;
    }
    .circle-container{
        width: 200px!important;
        height: 200px!important;
    }
    .overlay-text2 h5{
        font-size: 12pt!important;
    }
    .circle-image h5{
        margin-bottom: 80px;
    }
    .overlay-text3 h2{
        text-align: center!important;
    }
    .overlay-text3 ul{
        text-align: center!important;
    }
    .overlay-text3{
        left: 40%!important;
    }
    .main-title{
        font-size: 36pt!important;
    }
    .sub-title{
        font-size: 25pt!important;
    }
   
  .overlay-text3 ul li{
    font-size: 17pt!important;
  }
  .overlay-text2 h5{
    font-size: 12pt!important;
  }
.button-container2{
    margin-bottom: 20px!important;
}
.overlay-text{
    left: 40%!important;
}
.text-down{
    font-size: 24pt!important;
}
.main-title{
    font-size: 36pt!important;
}
.sub-title{
    font-size: 28pt!important;
}
.overlay-text h2{
    font-size: 28pt!important;
}
.global-image{
    margin-left: 50px!important;
}
.overlay-text3{
    left: 52%!important;
}
.overlay-text{
left: 52%!important;    
}
 .champion_btn{
    font-size: 30pt!important;
    width: 500px!important;
 }
 .champion_container{
       width: 700px!important; 
 }
 #upload-img{
    margin-top: 120px!important;
}
.right-corner .upper{
    margin-left: 0px!important;
    font-size: 16px!important;
}
.upper2{
    width: 155px!important;
 min-height: 80px!important;
}
.button-container3{
   margin-left: 0px!important;    
}
.button-container3 img{
      width: 225px!important; 
}
}
@media screen and (max-width: 1900px) {
    .header-logo {
        width: 240px !important;
    }

    .login-sectionn h2 {
  font-size: 34px;
text-align: center;
  margin-top: 100px;
}
.signup-icon{
    width: 70px!important;
}
.signup-sectionn-sectionn {
  position: relative;

  background-image: url('<?php echo base_url();?>axxets/templates/seogo/flex-assets/images/global1.png'),
                    url('<?php echo base_url();?>axxets/templates/seogo/flex-assets/images/global1.png');
 background-position: left 300px center, right 300px center; /* Left-center and right-center */
  background-repeat: no-repeat, no-repeat; /* Prevent repeating */
  background-size: 400px, 400px; /* Adjust size as needed */
  padding: 20px;

 background-color: rgba(245, 249, 255, 0.8); 
  border-radius: 10px;
  text-align: center;
  background-blend-mode: lighten
}


.signup-sectionn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('<?php echo base_url();?>axxets/templates/seogo/flex-assets/images/global1.png'),
              url('<?php echo base_url();?>axxets/templates/seogo/flex-assets/images/global1.png');
  background-position: left 50px center, right 50px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 300px; 
  opacity: 0.1; 
  z-index: -1;
  margin-top: 200px;
}
  .circle-container{
        width: 150px!important;
        height: 150px!important;
    }
    .signup-title{
    font-size: 36px!important;
}
 .champion_btn{
    font-size: 22pt;
 }
  .champion_btn{
    font-size: 30pt;
    width: 550px;
 }

}
.ch-p p{
font-size: 10pt;
    color: #000;
    margin: 0px 80px;
    margin-bottom: 20px;
    text-align: justify; 
    font-style: italic;
}
.ch-p2 p{
 font-size: 12pt;
    color: #000;
    margin: 0px 20px;
    margin-bottom: 20px;
    text-align: justify; 
    font-style: italic;   
}
/*.earn2{
    margin-top: 40px;
}*/

.container-continue {
    text-align: center;
    margin-top: 30px;
    margin:80px;
}
.card-row{
    border: 1.5px solid var(--border-color);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.card-continue {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
 
}
.card-continue h4{
    font-size: 24px;
}
.card-continue img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.checkmark-continue {
    color: var(--dark-green-button);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.footer-continue {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.footer-continue  a:hover {
    background: #ddd;
}
.help-text-continue {
    color: var(--primary-text);
    font-size: 21px;
    margin-top: 15px;
    font-weight: 700;
   font-style: italic;
   margin-top: 30px;
}
.con-pri{
    color: var(--primary-text);
    font-size: 32px;
    margin: 50px auto;
}

.role_display{
   
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 15px;
}

.role_display p{
    font-size: 18px;
    text-align: left;
    padding: 5px 35px;
    color:var(--primary-text);
    font-weight: 700;
    margin-bottom: 5px;
}

.role_display h3{
    color: var(--primary-text);
    font-size: 22px;
    text-shadow: none;
      padding: 0px 35px;
        text-align: left;
            margin-bottom: 5px;
}
    .signup-sectionn h2 {
            font-size: 24px;
            color: var(--primary-text);
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            margin-top: -10px;

        }

    .signup-sectionn h1 {
            font-size: 32px;
            color: var(--primary-text);
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
            margin: 10px 0px;
            font-weight: bold;
        }

.role_display h5{
    color:var(--primary-text);
    font-size: 15px;   
    text-shadow: none;
      padding: 0px 35px;
        text-align: left;
    font-weight: 500;
        margin-bottom: 5px;
}



.d2_footer{
    margin: 0; padding: 5px; color: var(--primary-text);text-align: right;
    font-size: 15px;
}
.d2_footer2{
    margin: 0; padding: 5px; color: var(--primary-text);text-align: left;
     font-size: 15px;
}

.faq-box {
            border: 3px solid #004aad;
            padding: 17px;
            text-align: center;
           
            color: var(--primary-text);
            font-size: 2em;
            font-weight: bold;
            display: inline-block;
        }
@media (max-width: 768px) {
.d2_footer{
 text-align: center;
 font-size: 15px;
}
.d2_footer2{
   text-align: center;
   font-size: 15px;
}
}