html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
    position: relative;
}

.banner_header {
    line-height: 60px;
}

button {
    padding: 0;
    border: none;
    background: none;
}

button:focus {
    outline: none;
}

button:hover {
    cursor: pointer;
}

.specbutton button:last-child {
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
    border-radius: 0px 10px 10px 0px;
    border-width: 2px;
    border-color: black;
    width: 400px;
}

.specbutton button {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
    border-width: 2px 0px 2px 2px;
}

.specbutton .dropdown-toggle {
    border-color: black;
    color: black;
}

.specbutton .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
}

.shadowbox {
    border-radius: 5px;
    box-shadow: 0px 0px 6px #00000029;
}

.sec2img1 {
    padding-right: 0px!important;
}

.sec3img1 {
    padding-left: 0px!important;
}

.sec2img1 img {
    width: 100%;
    height: 231px;
}

#para1,
#para2,
#para3,
#para4 {
    display: none;
}


/*animation starts*/

.slideanimup {
    visibility: hidden;
}

.slideup {
    /* The name of the animation */
    animation-name: slideup;
    -webkit-animation-name: slideup;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slideup {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanimup1 {
    visibility: hidden;
}

.slideanimup1 {
    visibility: hidden;
}

.slideup1 {
    /* The name of the animation */
    animation-name: slideup1;
    -webkit-animation-name: slideup1;
    /* The duration of the animation */
    animation-duration: 1s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slideup1 {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideup1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanimup2 {
    visibility: hidden;
}

.slideanimup2 {
    visibility: hidden;
}

.slideup2 {
    /* The name of the animation */
    animation-name: slideup2;
    -webkit-animation-name: slideup2;
    animation-fill-mode: both;
    /* The duration of the animation */
    animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slideup2 {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideup2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanimbasic {
    visibility: hidden;
}

.slidebasic {
    /* The name of the animation */
    animation-name: slidebasic;
    -webkit-animation-name: slidebasic;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slidebasic {
    0% {
        transform: scale(0.2, 0.2);
    }
    /* 50% {
                    transform: scale(0.5,0.5);
                } */
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes slidebasic {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0%);
    }
}

.slideanimbanner {
    visibility: hidden;
}

.slidebanner {
    /* The name of the animation */
    animation-name: slidebanner;
    -webkit-animation-name: slidebanner;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slidebanner {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slidebanner {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/*animation ends*/

@media only screen and (max-width: 1024px) {
    .banner_header {
        line-height: 45px;
    }
    .specbutton button:last-child {
        width: 330px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .banner_header {
        line-height: 35px;
    }
    .sec2img1 {
        padding-right: 15px!important;
    }
    .sec3img1 {
        padding-left: 15px!important;
    }
    .flex_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 480px) {
    .banner_header {
        line-height: 20px;
    }
    .specbutton button:last-child {
        width: 190px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .specbutton .dropdown-toggle {
        padding: 15px;
    }
    .respline {
        white-space: pre-line;
        text-align: left;
    }
    .sec2img1 {
        padding-right: 15px!important;
    }
    .sec3img1 {
        padding-left: 15px!important;
    }
    .flex_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .heading_theme::after {
        display: none;
    }
}