body{
    overflow-x: hidden;
}




.flexend{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}
.flexend8 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.flexend8 div {
    text-align: right; /* Align text to the right within the first column */
}




.button{
    background-color: #097BD7;
    color:white;
    border:none;
    padding:8px 18px;
    font-weight: bold;
}
.backgroundimg{
    background-image: url("../images/topimge2.webp");
    height:90vh;
    margin-top:9px;
}
.height{
    height:90vh;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.widthinput{
    width:70%;
    padding:16px 8px;
}
.m2{
    margin-left:-10px;
}
.fontsize{
    font-size: 50px;
    text-align:center;
    color:white;
}
.color{
    color:white;
    text-align:center;
}




/* 
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto; */

    :root {

        --input-color: #99A3BA;
        --input-border: #CDD9ED;
        --input-background: #fff;
        --input-placeholder: #CBD1DC;
    
        --input-border-focus: #275EFE;
    
        --group-color: var(--input-color);
        --group-border: var(--input-border);
        --group-background: #EEF4FF;
    
        --group-color-focus: #fff;
        --group-border-focus: var(--input-border-focus);
        --group-background-focus: #678EFE;
    
    }
    
    .form-field {
        display: block;
        width: 100%;
        padding: 8px 16px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 6px;
        /* -webkit-appearance: none; */
        color: var(--input-color);
        border: 1px solid var(--input-border);
        background: var(--input-background);
        transition: border .3s ease;
        &::placeholder {
            color: var(--input-placeholder);
        }
        &:focus {
            outline: none;
            border-color: var(--input-border-focus);
        }
    }
    
    .form-group {
        position: relative;
        display: flex;
        width: 90%;
        padding:25px 8px;
        & > span,
        .form-field {
            white-space: nowrap;
            display: block;
            &:not(:first-child):not(:last-child) {
                border-radius: 0;
            }
            &:first-child {
                border-radius: 6px 0 0 6px;
            }
            &:last-child {
                border-radius: 0 6px 6px 0;
            }
            &:not(:first-child) {
                margin-left: -1px;
            }
        }
        .form-field {
            position: relative;
            z-index: 1;
            flex: 1 1 auto;
            width: 1%;
            margin-top: 0;
            margin-bottom: 0;
        }
        & > span {
            text-align: center;
            padding: 8px 12px;
            font-size: 14px;
            line-height: 40px;
            color: var(--group-color);
            background: var(--group-background);
            border: 1px solid var(--group-border);
            transition: background .3s ease, border .3s ease, color .3s ease;
        }
        &:focus-within {
            & > span {
                color: var(--group-color-focus);
                background: var(--group-background-focus);
                border-color: var(--group-border-focus);
            }
        }
    }
    
    html {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }
    
    * {
        box-sizing: inherit;
        &:before,
        &:after {
            box-sizing: inherit;
        }
    }
    
   /* ............................. */
   .topmargin{
    margin-top: 3%;
   }
   .imgagewidth{
    width:100%;
    height:350px;
   }
   .bold{
    font-weight: bold;
   }
   .vs{
    background-color: grey;
    height:40px;
    width:40px;
    border-radius: 50%;
   }
   .color3{
    color:green;
   }
   .color4{
    color:grey;
   }
   .imgw{
    width:100%;
    height:250px;
   }
   .bold2{
    font-weight: bold;
    text-align: center;
    color:grey;
   }
/* .................. */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    
    padding: 50px;
    font-size: 20px;
  }
.bottommarg{
    margin-bottom: 3%;
}


.inputcriteria{
    width:70%;
    padding:14px 8px;
    border: none;
   
}
.butt{
    background-color: #097BD7;
    color:white;
    border: none;
    margin-top:7px;
    padding:8px 44px;
    font-weight: bold;
}
   @media(max-width:768px){
    .fontsize{
        font-size:25px;

    }
    .form-group{
        width:100%;
    }
   
    
    .flexend6{
        display: flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
    }
    
     .imgagewidth{
       
        height:270px;
       }
   }
 @media(max-width:995px){
      .backgroundimg{
        background-image: url("../images/topimge1.jpg");
        height:90vh;
        margin-top:9px;
    }
    .inputcriteria{
        width:100%;
       
    }
     
 }
   
