body {
    margin: 0
    
}

.page-content {
    width: 100%;
    margin: 0 auto;
    background: #75e2e9;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-image: -moz-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%)
}


/* ....................First Page Inter style......................... */
#pass-icon {
    position: absolute;
    top: 15px;
    right: 63px;
    width: 20px;
    height: 24px;
    cursor: pointer;
}

.preview {
    padding: 10px;
    position: relative;
}

.preview i {
    color: white;
    font-size: 25px;
    transform: translate(5px, 66px);
}

.preview-img {
    position: relative;
    /* kamal */
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: contain;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.7);
}

/*.browse-button {*/
/*    width: 104px;*/
/*    height: 100px;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
    /* Tweak the position property if the element seems to be unfit */
/*    top: 10px;*/
/*    left: 224px;*/
/*    background: linear-gradient(180deg, transparent, black);*/
/*    opacity: 0;*/
/*    transition: 0.3s ease;*/
/*}*/
.browse-button {
    width: 103px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 222px;
    background: linear-gradient(180deg, transparent, black);
    opacity: 0;
    transition: 0.3s ease;
}


.browse-button:hover {
    opacity: 1;
}

.browse-input {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transform: translate(-1px, -26px);
    opacity: 0;
}

.preview {
    text-align: center;
}




.form-row   label {
}

.form-row   input,
.form-row   textarea {
    /* flex-basis: 70%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 10px 0;
    border-bottom: 1px solid #999;
  
    color: #333;
    font-size: 16px; */
}

::placeholder {
    font-size: 14px;
}


form button:hover {
    background: #22e707;
    color: #00020a;
}



#submit-error {
    color: red;
}

.form-row   span i {
    color: seagreen;
}
.form-row   { 
margin-bottom: 10px; 
}
.validation-message {
color: red; 
margin-top: 5px;
font-size: small; 
}
/* term and condition area */
.terms-and-conditions {
margin-bottom: 20px;
}

.terms-container {
border: 1px solid #ccc;
margin-bottom: 10px;
padding: 10px;
height: 120px; /* Adjust based on your preference */

}

.terms-content h4 {
margin-bottom: 10px;

}

.terms-content {
font-size: 10px;
line-height: 1.5;
height: 100%;
overflow-y: auto;
}
.terms-content p{
color:white;
}
.checkmark{
left: 85px !important;

}

/* Password validataion */
.validation-item {
padding: 5px 10px;
margin-bottom: 5px;
background-color: #f0f0f0; /* Lighter grey for a softer look */
border-radius: 5px;
transition: background-color 0.3s ease, transform 0.3s ease;
font-size: 14px; /* Smaller font size for better UI integration */
}

.validation-item.valid {
background-color: #ccffcc; /* Softer green background for valid conditions */
color: #2d862d; /* Softer green text color */
font-weight: bold;
transform: translateX(10px); /* Slight move to the right to indicate validation */
}

.password-popup {
animation: fadeInUp 0.4s ease-out forwards;
background-color: #fafafa; /* Changing the popup background for better contrast */
box-shadow: 0 5px 15px rgba(0,0,0,0.15); /* Slightly stronger shadow for depth */
}


/* ..................First Page internal style end ......................*/

/* .................Second Page Internal /........................ */



  /* Styles for the textarea's placeholder */
  .form-control::placeholder {
    color: #4f5357; /* Bootstrap's muted text color for reference */
    font-size: 0.9em; /* Smaller size */
}

/* Optionally, adjust the font-family if necessary */
.form-control {
    font-family: math, sans-serif;
}

/* Existing styles */
.text-dark {
    font-family: math;
    float: inline-start;
}
#descriptionError {
    color: red; 
    font-size: 12px;
}

/* term and condition area */
.terms-and-conditions {
    margin-bottom: 20px;
}

.terms-container {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    height: 120px; /* Adjust based on your preference */
   
}

.terms-content h4 {
    margin-bottom: 10px;
    
}

.terms-content {
    font-size: 10px;
    line-height: 1.5;
    height: 100%;
    overflow-y: auto;
}
.terms-content p{
    color:white;
}


.remove-document-btn {
    border: none;
    background: none;
    color: red;
    cursor: pointer;
    font-size: 18px;
    /* vertical-align: middle; */
    margin-bottom:20px;
    
    }
.text-description {
    color: #ccc; /* Light grey color; adjust as needed */
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px; /* Gives some space before the inputs start */
}  

    /* terms */
/* General styles */
.form-checkbox {
    margin: 20px;
    padding: 10px;
}



/* Customize the checkmark/indicator */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    background-color: #eee;
    border-radius: 5px; /* Rounded corners for checkmark */
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #2196F3;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Responsive typography and layout */
@media (max-width: 768px) {
    .container {
        font-size: 14px; /* Smaller font size on small devices */
    }
    .container p {
        margin-top: 0;
        margin-bottom: 5px; /* Less space in mobile views */
    }
}

@media (max-width: 480px) {
    .container {
        font-size: 12px; /* Even smaller font size for very small devices */
    }
}
@media (max-width: 600px) {

    .form-checkbox .container p {
        margin-bottom: 10px;
    }

    .form-checkbox .container .checkmark {
        margin-left: -36px;
    }
}

/* ..................Second Page internal style end ......................*/

.form-v10-content {
    background: #fff;
    width: 1100px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    margin: 95px 0;
    position: relative;
    font-family: montserrat, sans-serif
}

.form-v10-content .form-detail {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.form-v10-content .form-detail h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 34px;
    padding: 33px 50px 0 60px;
}

.form-v10-content .form-detail .form-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}

.form-v10-content .form-detail .form-left h2 {
    color: #2271dd;
}

.form-v10-content .form-detail .form-right {
    width: 100%;
    background: #01046b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-v10-content .form-detail .form-right h2 {
    color: #fff;
}

.form-v10-content .form-detail .form-group {
    display: flex;
    display: -webkit-flex;
}

.form-v10-content .form-detail .form-row {
    position: relative;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 50px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
    width: 50%;
    padding: 0 50px 0 12px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
    width: 73%;
    padding: 0 12px 0 60px
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
    width: 50%;
    padding: 0 50px 0 12px
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
    width: 100%;
    padding: 0 50px 0 12px
}

.form-v10-content .form-detail select,
.form-v10-content .form-detail input {
    width: 100%;
    padding: 11.5px 15px 15px;
    /* border: 1px solid transparent; */
    background: 0 0;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: montserrat, sans-serif;
        font-size: 12px;
;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.form-v10-content .form-detail select {
    background: 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.form-v10-content .form-detail .form-left select {
    color: #666;
    border:1px solid #999;
    margin-bottom: 10px;
    /* kamal */

}

.form-v10-content .form-detail .form-right select {
    color: #f2f2f2;
    margin-bottom: 10px;
    /* kamal */

}

.form-v10-content .form-detail .select-btn {
    z-index: 0;
   
    /*kamal*/
    
}

.form-v10-content .form-detail .form-left .select-btn {
    color: #666
}

.form-v10-content .form-detail .form-right .select-btn {
    color: #f2f2f2
}

.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
    top: 20%;
    right: 26%
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
    top: 20%;
    right: 19%
}

.form-v10-content .form-detail .form-left input {
    color: #000
}

.form-v10-content .form-detail .form-right input {
    color: #fff
}

.form-v10-content .form-detail .form-left input,
.form-v10-content .form-detail .form-left select {
    /* border: 1px solid #999 */
    /* kamal */

    border: 1px solid #999;
    margin-bottom: 10px;
    /* kamal */
}
/* kamal */
.form-v10-content .form-detail .form-left input:focus,
.form-v10-content .form-detail .form-left select:focus {
    /* border-bottom: 1px solid #999 */
    border: 1px solid #999;

}

.form-v10-content .form-detail .form-right input,
.form-v10-content .form-detail .form-right select {
    /* border-bottom: 1px solid; */
    /* kamal */
    border: 1px solid #999;
    /* border-bottom-color: rgba(255, 255, 255, .3); */
}

.form-v10-content .form-detail .form-right input:focus,
.form-v10-content .form-detail .form-right select:focus {
    border-bottom: 1px solid #ccc
}

.form-v10-content .form-detail .form-right select option {
    background: #4835d4
}

.form-v10-content .form-detail .form-checkbox {
    margin-top: 20px;
    padding: 0 50px 0 60px;
    position: relative
}

.form-v10-content .form-detail .form-checkbox input {
    position: absolute;
    opacity: 0
}

.form-v10-content .form-detail .form-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 86px;
    height: 17px;
    width: 14px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 5px; /* Rounded corners for checkmark */
}

.form-v10-content .form-detail .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

.form-v10-content .form-detail .form-checkbox input:checked~.checkmark::after {
    display: block
}

.form-v10-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400
}

.form-v10-content .form-detail .form-checkbox .text {
    font-weight: 400;
    color: #fff;
    text-decoration: underline
}

.form-v10-content .form-detail .form-right .form-row-last {
    padding-left: 60px;
    margin: 44px 0 10px
}
/* Button Styles */
.register {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
        font-size: 12px;
;
    cursor: pointer;
    margin: 0 10px; /* Adds space between the buttons */
}

.button-customer {
    background-color: #4CAF50; /* Green */
    color: white;
}

.button-service-provider {
    background-color: #2196F3; /* Blue */
    color: white;
}

.button-group .form-row {
    display: inline-block; /* Makes the buttons align side by side */
    margin: 0 auto; /* Centers the buttons container */
}

.button-group {
    text-align: center; /* Centers the buttons within the group */
}

/* Additional adjustments for better responsiveness and alignment */
.form-row {
    clear: both;
    width: 100%;
    text-align: center; /* Center align the select elements and inputs if desired */
}

.form-row-1, .form-row-2 {
    margin: 0 auto;
    display: inline-block; /* Adjusts previous styles for consistency */
}
/* Button hover effect */
.register:hover {
    background-color: #45a049; /* Darker shade of green */
}

/* Button press-down animation */
.register:active {
    background-color: #3e8e41; /* Even darker shade of green */
    box-shadow: 0 2px #666; /* Move and darken the shadow to simulate press */
    transform: translateY(2px); /* Moves the button down */
}
/* .form-v10-content .form-detail .form-right .register {
    background: #ffffff;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    width: 135px;
    border: none;
    margin: 6px 0 50px 0;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    font-size:14px;
    padding: 12px;
    
    
} */

.form-v10-content .form-detail .form-right .register:hover {
    background: #0073ff;
    color: #fff;
    
    
}

.form-v10-content .form-detail .form-right .form-row-last input {
    padding: 12.5px;
    color: #666;
    
}

.form-v10-content .form-detail .form-left input::-webkit-input-placeholder {
    color: #666;
        font-size: 12px;

}
.form-v10-content .form-detail .form-left input {
    color: #666;
    margin-bottom: 10px;
}
.form-v10-content .form-detail .form-left input::-moz-placeholder {
    color: #666;
        font-size: 12px;

}

.form-v10-content .form-detail .form-left input:-ms-input-placeholder {
    color: #666;
        font-size: 12px;

}

.form-v10-content .form-detail .form-left input:-moz-placeholder {
    color: #666;
        font-size: 12px;

}

.form-v10-content .form-detail .form-right input::-webkit-input-placeholder {
    color: #c6c6c6;
        font-size: 12px;

}

.form-v10-content .form-detail .form-right input::-moz-placeholder {
    color: #c6c6c6;
        font-size: 12px;

}

.form-v10-content .form-detail .form-right input:-ms-input-placeholder {
    color: #c6c6c6;
        font-size: 12px;

}

.form-v10-content .form-detail .form-right input:-moz-placeholder {
    color: #c6c6c6;
        font-size: 12px;

}

@media screen and (max-width:1199px) {
    .form-v10-content {
        margin: 95px 20px
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .form-v10-content .form-detail .form-group {
        /* flex-direction: column; */
        /* -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column; */
        /* -webkit-flex-direction: column */
        /* kamal */
    }
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 50px 0 60px
    }
    .form-v10-content .form-detail .select-btn,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
        right: 15%
    }
}

@media screen and (max-width:767px) {
    .form-v10-content .form-detail {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column
    }
    .form-v10-content .form-detail .form-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px
    }
    .form-v10-content .form-detail .form-left {
        padding-bottom: 50px
    }
}

@media screen and (max-width:575px) {
    .form-v10-content .form-detail .form-group {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column
    }
    .form-v10-content .form-detail .form-row,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
    .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
    .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 30px;
    }
    .form-v10-content .form-detail h2 {
        padding: 33px 30px 0;
    }
    .form-v10-content .form-detail .form-checkbox {
        padding: 0 30px
    }
    .form-v10-content .form-detail .form-right .form-row-last {
        padding-left: 0;
        text-align: center;
        margin: 44px 0 30px
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.eye-icon{  
    width: 17px;
    height: 24px;
    cursor: pointer; 
    margin-top: -47px;
    position: absolute;    
    right: 66px;
 
}
@media (max-width: 575px) {
    .eye-icon{  
    
    right: 40px;
 
}
}
@media (max-width: 3000px) {
   .browse-button {
        /*top: 10px;*/
        /*left: 132px;*/
         /*kamal*/
         margin-top: 10px;
        top: 0;
        left: 50%;
         transform: translateX(-50%);
     }  
}
@media (max-width: 1010px) {
    .form-v10-content .form-detail .form-checkbox p {
        font-size: 12px;
    }
     .browse-button {
        /*top: 10px;*/
        /*left: 132px;*/
         /*kamal*/
         margin-top: 10px;
        top: 0;
        left: 50%;
         transform: translateX(-50%);
     }
}
@media (max-width: 910px) {
    .form-v10-content .form-detail .form-checkbox p {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    .preview-img {
        max-width: 100px; /* Adjust for smaller screens */
    }

    .browse-button {
        /*top: 10px;*/
        /*left: 132px;*/
         /*kamal*/
         margin-top: 10px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    }

    .browse-button i {
        font-size: 0.8rem;
    }
    .form-v10-content .form-detail .form-checkbox p {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .preview-img {
        max-width: 100px; /* Further adjustment for very small screens */
    }

    .browse-button {
        
        /*top: 10px;*/
        /*left: 69px;*/
        /*kamal*/
         margin-top: 10px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .browse-button i {
        font-size: 0.6rem;
    }
    .form-v10-content .form-detail .form-checkbox p {
        /* margin-bottom: 10px; */
        font-size: 9px;
    }
}
@media (max-width: 600px) {

    .form-checkbox .container p {
        font-size: 9px;
        padding: 0px;
        /* margin-left: 15px; */
    }

    .form-checkbox .container .checkmark {
        margin-left: -36px;
    }
    .form-v10-content .form-detail .form-checkbox p {
        font-size: 9px;
        padding: 0px;
        /* margin-left: 15px; */
    }
}

/* kamal */

.inputallsection{
    position: relative;
    border-radius: 5px;
    border: 1px solid #999;

}
.myinputsection{
    display: flex;
    flex-direction: column;
    border-radius: 5px;

}
.myinputsection::placeholder {
    font-size: 12px;
}
.form-label {
    display: flex;
    position: absolute;
    margin-top: -9px;
    font-size: 12px;
    color: steelblue;
    margin-left: 8px;
    background-color: white;
    z-index: 10;
}
.form-right .form-label {
    display: flex;
    position: absolute;
    margin-top: -8px;
    color: white;
    margin-left: 9px;
    background-color: #01046b;
    z-index: 10;
}

.text-dangerfirst {
    width: 17px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    float: right;
    margin-top: -14px;
    margin-left: 85px;



}
.form-v10-content .form-detail .form-right select {
    color: #c6c6c6;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 5px;

}

.checkboxend{
    background-color: white;
    columns: red;
}
.secondpagelabel{
    display: flex;
    position: absolute;
    margin-top: -65px;
    font-size: 12px;
    color: steelblue;
    margin-left: 7px;
    background-color: white;
    z-index: 10; 
}
.downarrrow{
        right: 62px;
        position: absolute;
        top: 16px;
        display:block !important;
}
.downarrrowa{
        right: 69px;
        position: absolute;
        top: 16px;
        display:block !important;
}
.downarrrowb{
        right: 280px;
        position: absolute;
        top: 16px;
        display:block !important;
}
.form-right .secondpagelabel{
       display: flex;
    position: absolute;
    margin-top: -56px;
    font-size: 12px;
    color: white;
    margin-left: 13px;
    background-color: #01046b;
    z-index: 10;
}



.colll{
    width: 17.5vw !important;
    background-color: black;
}
.colmg{
    margin-left: 4px;

}

@media (max-width: 800px) {

    .colll{
        width: 16.5vw !important;
  
        background-color: black;
    }
    
}
@media (max-width: 742px) {

    .colll{
        width: 35vw !important;
        
        background-color: black;
    }
    .colmg{
        margin-left: 15px;
    
    }
    
}
@media (max-width: 505px) {

    .colll{
        width: 35vw !important;
        
        background-color: black;
    }
    .colmg{
        margin-left: 0px;
    
    }
    
}
/* kamal */


.arrowregistration{
    display:block !important;
        position: absolute;
        right: 15vh;
        top: 4vh;

}
@media (min-width: 0px) and (max-width: 3000px) {
    .arrowregistration {
            right: 60px;
        top: 2vh;
    
    }
}

/*Registration form Error Msg area start*/

#phone-error-2{
    color: red;
    font-size: 10px;
    text-align: end;
}
#phone-error-1{
    color: red;
    font-size: 10px;
    text-align: end;
}

#email-error{
    color: red;
    font-size: 10px;
    text-align: end;
}

#match-error{
    color: red;
    font-size: 10px;
    text-align: end;
}

#paste-error{
    color: red;
    font-size: 10px;
    text-align: end;
}

#match-success{
    color: green;
    font-size: 10px;
    text-align: end;
}
#message-error{
    color: red;
    font-size: 10px;
    text-align: end;
}



