 body{
                font-family: 'Lato', sans-serif;
            }
            h1{
                color: color(srgb 0.0996 0.4442 0.8021);
                font-size:30px
            }
            h2{
                color: #000;
                font-size:25px
            }
            p{
                font-size:18px;
                color:rgb(87, 87, 87)
            }
            #languageButton:hover
            {
                background-color: #007bff; /* Change to the desired color */
            }
        
            .box{
                height:300px;
                font-family: 'Lato', sans-serif;
                margin:5px 0;
                border:1px solid #dbd9d9;
                transition: 500ms linear; 
            }
            .box h1 {
                font-size: 25px;
                padding: 0PX;
                margin-bottom: 0px;
                color: #000;
                font-weight:bold;
            }
            .box:hover{
                color:#0077b5;
                cursor: pointer;
                border:2px solid #37a1fb36;
                transform: scale(1.05);
            }
        
            .images{
                padding:25px 0
            }
            .images img{
                width:185px
            }
        
            .modal-box .show-modal{
                color: #fff;
                background: linear-gradient(to right, #7F7FD5, #86A8E7, #57e0d4);
                font-size: 18px;
                font-weight: 600;
                text-transform: capitalize;
                padding: 10px 15px;
                margin: 80px auto 0;
                border: none;
                outline: none;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                display: block;
                transition: all 0.3s ease 0s;
            }
            .modal-box .show-modal:hover,
            .modal-box .show-modal:focus{
                color: #fff;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
                outline: none;
            }
        
        
            .modal.in .modal-dialog{ transform: scale(1); }
            .modal-box .modal-dialog .modal-content{
                text-align: center;
                border: none;
            }
        
            .modal-box .modal-dialog .modal-content .close:hover{
                color: #fff;
                box-shadow: 0 0 5px rgba(0,0,0,0.5);
            }
            .modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
            .modal-box .modal-dialog .modal-content .modal-body{ padding: 10px 40px 40px !important; }
        
            .modal-box .modal-dialog .modal-content .modal-body .btn, .support .btn{
                color: #fff;
                background: #2483e2;
                font-size: 22px;
                font-weight: 500;
                text-transform: none;
                line-height: 38px;
                width: auto;
                padding: 0;
                border: none;
                border-radius: 5px;
                border: none;
                display: inline-block;
                transition: all 0.6s ease 0s;
                float: left;
            }
            .modal-box .modal-dialog .modal-content .modal-body .videocontent{
                text-align: left;
            padding: 0 18px;
            }
            .modal-box .modal-dialog .modal-content .modal-body .videocontent .btn{
                float: none;
                font-size: 14px;
                font-weight: normal;
                padding: 0 10px;
                margin-bottom: 15px;
            }
            .modal-box .modal-dialog .modal-content .modal-body .btn:focus, .support .btn{ outline: none; }
            @media only screen and (max-width: 480px)
            {
                .modal-box .modal-dialog .modal-content .modal-body{
                    padding: 60px 20px 40px !important;
                }
                .boxpanel{
                    height: 100% !important;
                }
            }
        
            .accordion-item .accordion-header .accordion-button{
                font-size:18px !important;
                font-weight:500;
            }
            .accordion-body p{
                font-family: 'Lato', sans-serif;
                font-size: 17px !important;
                color: rgb(108, 108, 108);
            }
            .active-class {
                background-color: #f0f0f0; /* Example CSS for active class */
                color: white;
            }
            .active-class .box{
                opacity: 0.2;
            }
            .active-class .box:hover{
                height:250px;
                font-family: 'Lato', sans-serif;
                margin:30px 0;
                border:3px solid #fafafa;
                transition: none; 
                cursor:none;
                transform:none !important
            }
            .supportblock h2{
                cursor: pointer;
            }
            .supportblock .hovereffect:hover{
                background:#81adf6;
                color:#fff !important;
                cursor:pointer;
            }
            .text-small{
                font-size:15px
            }
        
            .modal-body ul { list-style-type: none; }
            .modal-body ul li {
                background-image: url(<?php echo base_url(); ?>assets/images/li.png);
                background-repeat: no-repeat;
                padding-left: 40px;
            }
            
            @media (min-width: 100px) and (max-width: 1199.99px) { 
             .boxpanel{
                    height: 100% !important;
                }
                .maincontainer{height:100%}
            
            }
            @media (min-width: 100px) and (max-width: 1199.99px) { 
                boxpanel{
                    height: 100% !important;
                }
                .maincontainer{height:100%}
            
            }
            @media (min-width: 1200px) and (max-width: 1399.99px) { 
                .boxpanel{
                    
                    padding:50px 0;
                }
                .maincontainer{height:100%}
            }
            @media (min-width: 1400px){
                
            }
            figure{
                text-align:center;
            }
            .main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 80%;
    padding: 0 0 0 50px;
    margin: 0 0 30px;
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #fff;
    border-radius: 30px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(45deg,#FF5A00,#E4300C);
    height: 140px;
    width: 140px;
    border-radius: 50% 0 50% 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -40px;
    top: 50%;
    bottom: -10px;
    z-index: 1;
}
.main-timeline .timeline-icon{
    color: #fff;
    background: #fff;
    font-size: 45px;
    text-align: center;
    line-height: 100px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 1;
}
.main-timeline .inner-content{
    background-color: #fcfcfc;
    padding: 15px 30px 15px 150px;
    border-radius: 30px;
    text-align: left;
}
.main-timeline .title{
    color: #000;
    font-size: 24px;
    margin: 0 0 10px;
}
.main-timeline .description{
    font-size:18px;
    color:rgb(87, 87, 87);
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    margin: 0 0 30px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    transform: translateY(-50%) rotate(225deg);
    left: auto;
    right: -40px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -30px;
}
.main-timeline .timeline:nth-child(even) .inner-content{ padding: 15px 150px
     15px 30px; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: linear-gradient(45deg,#FF4EF7,#C620C1); }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ background: #fff }

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: linear-gradient(45deg,#8710D9,#9A39F8); }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ background:#fff}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background: linear-gradient(45deg,#0083ED,#00A7DB); }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ background: #fff}

@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 60px 0 0 0;
        float: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -40px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) translateX(-50%) rotate(135deg);
        left: 50%;
        top: -50px;
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        text-align: center;
        padding: 115px 20px 20px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}

.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.greencross
{
  font-size:18px;
      color: #1d1d1d;
    text-shadow: none;
}

.alert-simple.alert-success
{
  border: 1px solid rgba(36, 241, 6, 0.46);
    background-color:rgba(7, 149, 66, 0);
    box-shadow: 0px 0px 2px #259c08;
    color: #53a763;
    font-size: 20px;
    padding-right:5px;
  
  transition:0.5s;
  cursor:pointer;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
}

.fa-times
{
-webkit-animation: blink-1 2s infinite both;
	        animation: blink-1 2s infinite both;
}

.alert .close{
    box-shadow: none;
    float:right;
    background: transparent;
}


/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    font-size: 20px;
    padding-right:5px;
  transition:0.5s;
  cursor:pointer;
}

.alert-danger:hover
{
     background-color: rgba(220, 17, 1, 0.33);
  transition:0.5s;
}

.danger
{
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.support label{
    width: 100%;
    text-align: left;
    font-size: 19px;
}
.support .form-control, .support select{
    padding:0.7rem .75rem
}

.support .bi{
    font-size:22px
}
.support .bi:hover{
    cursor: pointer;
    color:#259c08
}


.alert-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    padding: 0px auto;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background: rgb(0, 0, 0, 0.3);
  }
  
  @keyframes open-frame {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(0.95);
    }
    50% {
      transform: scale(0.97);
    }
    75% {
      transform: scale(0.93);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .alert-frame {
    background: #fff;
    min-height: 400px;
    width: 450px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
    border-radius: 10px;
    animation: open-frame 0.3s linear;
  }
  
  .alert-header {
    flex-direction: row;
    height: 175px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .alert-img {
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
  
  .alert-close {
    width: 30px;
    height: 30px;
    color: rgb(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    transition: color 0.5s;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .alert-close:hover {
    color: rgb(0, 0, 0, 0.5);
  }
  
  .alert-body {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  .alert-title {
    font-size: 24px !important;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 35px;
    color: #222;
    align-self: center;
  }
  
  .alert-message {
    font-size: 18px !important;
    color: #666;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.6;
    align-self: center;
  }
  
  .alert-button {
    min-width: 140px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.5s;
    padding: 10px 15px;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .alert-button:focus {
    outline: 0;
  }
  
  .success-bg {
    background: #2dd284;
  }
  