﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --prime-color: #8A3FC5;
    --text-color: #5c5c5c;
    --head-text: #121212;
    --red-co: rgb(247, 53, 53);
    --success-co: rgb(0, 206, 138);
    --body-co: #F5F5F5;
    --text-head2: #707070;
    --text-headsub: #4E5ADA;
    --co1: #FF339C;
    --co2: #4E45DA;
    --white-co: #fff;
    --whiteglass: rgba(255, 255, 255, 0.62);
    --ic-color: #671990;
    --violet-co: #7c1bd1
}



.rad-check-sec label{
    margin-top:0px;
}

.form-sec textarea {
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
}
.form-sec textarea:focus {
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
}
.mdcs {
    margin-top: 120px !important;
    text-align:center;
}

.mdcs h2{
    text-align: center;
}
.mdcs h3{
    text-align: center;
}
.mdcs p{
    text-align: center;
}

.formsub h5 {
    font-size: 16px;
    padding-bottom: 10px;
    color:  var(--violet-co);
}
.enq-form h4{
    padding-bottom:0px;
}

.input-group-text {
    cursor: pointer;
    background-color: transparent;
    border: 0px solid #ced4da;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    font-weight: 500;
    font-size: 14px;
}
.previewsec label{
    margin-top:20px;
}
.search-sec h5 b{
    font-weight:500;
}

.previewsec h6 {
    font-size: 14px;
}

.sucic i{
    font-size:40px;
}

.sucic h4{
    padding-top:0px;
}
.formsuccess {
    text-align: center;
    background: aliceblue;
    padding: 20px;
}
.enq-form h4 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.formsub h4{
    padding-top:40px;
}

.image-pre-frame input {
    border-bottom: 0px;
    opacity: 0;
    height: 95px;
    position: relative;
    top: -135px;
    bottom: -100px;
    margin-bottom: -140px;
}
.image-pre-frame {
    border: solid 3px var(--text-head2);
    border-radius: 3px;
    padding: 0px;
    min-height: 155px;
}
.modal-lg {
    max-width: 800px;
    margin-top: 150px;
}


.image-pre-frame h4 {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: 50px;
}

embed{
    width:100%;
}

.formsub h5{

}