.contactForm {
    background-image: url(../images/contactBackgroundPic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
}
.contactForm .contactBoxRow {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
}
/* .contactForm .contactBoxRow #firstCol{
    margin: 20px;
  } */

.contactForm .contactBoxRow #firstCol .firstColInner {
    margin: 20px;
    background-color: #65259a;
    border-radius: 10px 60px 60px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 560px;
    max-width: 100%;
    background-color: #65259a;
    border-radius: 10px 60px 60px 10px;
    gap: 20px;
    padding: 40px;
}
.contactForm .contactBoxRow #firstCol .firstColInner h5 {
    font-size: 20px;
    font-family: "Rubik";
    font-weight: 600;
    color: white;
    letter-spacing: 4px;
    text-align: center;
}
.contactForm .contactBoxRow #firstCol .firstColInner h2 {
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 600;
    color: white;
    letter-spacing: 3px;
    text-align: center;
}
.contactForm .contactBoxRow #firstCol .firstColInner img {
    width: 150px;
}
.contactForm .contactBoxRow #firstCol .firstColInner h6 {
    font-family: "Rubik";
    font-size: 16px;
    color: white;
    font-weight: 400;
    width: 100%;
    margin-left: 48px;
    display: block;
}
.contactForm .contactBoxRow #firstCol .firstColInner .sociallinks {
    display: flex;
    gap: 40px;
}
.contactForm .contactBoxRow #firstCol .firstColInner .sociallinks img {
    max-width: 60px;
}
.sociallinks a {
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.sociallinks a:hover {
    background: #fff;
    transition: 0.3s;
}
.sociallinks a i {
    font-size: 24px;
    color: #fff;
}
.sociallinks a:hover i {
    color: #65259a;
}
#secondCol {
    margin-top: 0px;
    padding: 30px 30px 30px 10px;
}
#secondCol .bot-form h2 {
    font-size: 45px;
    font-family: "Sansation";
}
.bot-form .checkSubmitButtonContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
}
.contactRecaptcha {
    margin-bottom: -30px;
}
.bot-form .checkSubmitButtonContainer .btn-secondary {
    background-color: #fac759;
    color: black;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 400;
}
#secondCol .bot-form .row .fldset .selectBoxConatiner {
    position: relative;
}
#secondCol .bot-form .row .fldset .selectBoxConatiner img {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
#secondCol .bot-form .row .fldset .selectBoxConatiner select {
    color: black;
    font-size: 16px;
    font-family: "Rubik";
    background-color: #d9d9d9;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#secondCol .bot-form .row .fldset input {
    color: black;
    font-size: 16px;
    font-family: "Rubik"; 
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
 

.queryform.innerfrom .bot-form form select, .bot-form form input[type="text"], .bot-form form input[type="email"], .bot-form form input[type="number"], .bot-form form input[type="tel"], .bot-form form textarea {
    
    color: black;
    font-size: 16px;
    font-family: "Rubik";
    background-color: #d9d9d9;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contactInfoContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 125px 20px;
}
.contactLinkRow .addresss .addresssInner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contactLinkRow1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 25px;
    background-color: #65259a;
    border-radius: 20px 20px 0px 0px;
}
.contactLinkRow1 img {
    width: 20px;
}
.contactLinkRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1300px;
    gap: 20px;
    padding: 15px 25px;
    background-color: #65259a;
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px 14px 38px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 14px 38px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 14px 38px 2px rgba(0, 0, 0, 1);
}
.contactLinkRow1 a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.contactLinkRow .addresss {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100%;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 10px;
}
.contactLinkRow .addresss img {
    width: 20px;
    margin-top: -5px;
}
.contactLinkRow .addresss h6 {
    font-size: 16px;
    font-family: "Rubik";
    color: black;
    font-weight: 400;
    letter-spacing: 2px;
}
.contactLinkRow .addresss p {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "Rubik";
    font-weight: 400;
    color: black;
    margin-top: 10px;
}
.queryform.innerfrom .bot-form form select::placeholder,
.bot-form form input[type="text"]::placeholder,
.bot-form form input[type="email"]::placeholder,
.bot-form form input[type="number"]::placeholder,
.bot-form form input[type="tel"]::placeholder,
.bot-form form textarea::placeholder {
    color: #000;
}
