body{
    font-family: var(--body-fontFamily);
}
.img-lws {
    height: 75px;
    width: 100%;
    margin-top: 10px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.imgbox {
    height: 100px;
    width: 60%;
    margin: auto;
}
@media (min-width:768px) and (max-width:931px){
    .imgbox{
        width: 100%!important;
    }
}
@media(max-width:767px){
    .imgbox{
        width: 30%!important;
    }
}
@media(max-width:580px){
    .imgbox{
        width: 70%!important;
    }
}
.contact-heading{
    text-align: center;
}
.form-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    /* padding: 20px; */
    background-color: var(--primary-color);
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.left-section {
    max-width: 400px;
    margin-bottom: 20px;
    text-align: start;
    color: white;
    margin: auto;
    margin-left: 20px;
}
.left-heading{
    color: var(--secondary-color);
    font-weight: 600;
}
.left-para{
    text-align: justify;
}
@media(max-width:968px){
    .left-para{
        font-size: 12px;
    }
}

.right-section {
    padding: 20px;
    max-width: 500px;
    width: 100%;
    background-color: rgb(36 70 102 / 94%);
    color: var(--white-color);
    margin-right: 20px;
}
input{
    outline: none!important;
}
input:focus{
    border: none!important;
}

.form-control, .btn-submit {
    border-radius: 2px;
}

.btn-submit {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: bold;
    border: none;
    height: 40px;
}

.btn-submit:hover {
    background-color: var(--white-color);
    color: var(--primary-color)!important;
}

.form-text {
    font-size: 12px;
    color: var(--primary-color);
}

.text-danger {
    color: red;
}

.text-light {
    color: #e0e0e0;
}

.text-decoration-underline {
    text-decoration: underline;
}
.form-control{
    font-size: 12px !important;
}
.form-label{
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none;
}
.form-control{
    height: 40px;
}
.form-control-message{
    height: 100px;
    width: 100%;
}

/* shubham css */

.imgbox
{
    height: 100px;
    width: 60%;
    margin: auto;
    
}
.logobox
{
    background-color: #E8F2FC;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.imgbox img{
    height: 100%;
    width: 100%;
}
.icons-boxcontact{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-left: 1px solid #e7e7e7;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 25px;
}
.locationtext
{
    font-size: 12px;
}
.makeborder-right {
    border-left: 1px solid #e7e7e7;
    padding-left: 18px;
}

.no-text{
    font-size: 20px;
    color: #f3386c;
    font-weight: 600;
}
.email-text{
    font-size: 14px;
    color: var(--primary-color);
}
.follow-textlast
{
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}
.box-make
{
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgb(49 47 47 /16%);
    margin-top: 15px;
    /* padding: 5px; */
    border-radius: 5px;
}
.social-make{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 2px;
}
.mkicon{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.makeboxfb
{
    background-color: var(--tercary-color);
    /* padding: 5px 9px; */
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--primary-color);
}
.makeboxinsta
{
    background-color: var(--tercary-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--primary-color);
}
.makeboxlinkd
{
    background-color: var(--tercary-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--primary-color);
}
.makeboxtwit
{
    background-color: var(--tercary-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--primary-color);
}
@media(max-width:767px){
    .logobox
    {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
}
@media (max-width: 768px) {
    .form-section {
        flex-direction: column;
        text-align: center;
    }
    .right-section {
        margin: 0 auto;
    }
}
@media(max-width:950px){
    .makeboxfb{
        height: 33px;
        width: 33px;
    }
    .makeboxinsta{
        height: 33px;
        width: 33px;
    }
    .makeboxlinkd{
        height: 33px;
        width: 33px;
    }
    .makeboxtwit{
        height: 33px;
        width: 33px;
    }
}
  .my-arw {
    font-size: 20px;
    margin-left: 5px;
  }
  .btn-enquirenow
{ 
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 0;
  border-bottom: 5px solid var(--tercary-color);
  display: inline-flex ;
  align-items: center;
  gap: 5px;
  border-radius: 3px ;
  font-family: sans-serif ;
  font-size: 14px ;
  padding: 10px 15px;
  text-align: center ;
  font-weight: bold ;
  width:160px;
  box-sizing: border-box;
  /* transition: all 0.1s ease; */
  margin-bottom: 5px;
  margin-top: 5px;
}
.btn-enquirenow:hover,.btn-enquirenow:active,.btn-enquirenow:focus
{ 
  border: 0;
  border-right: 5px solid var(--tercary-color)!important;
  color: var(--primary-color) !important;
  background-color: var(--secondary-color)!important;
  padding-bottom: 15px;
}
.btn-enquirenow:focus, .btn-enquirenow:active
{
  outline: none;
  border: none;
}
  @media (max-width:985px){
    .left-section{
        margin: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .form-section{
        gap: 9px;
    }
  }
  @media (max-width:768px){
    .form-label{
        display: flex;
        justify-content: left;
    }
  }
  @media(max-width:575px){
    
    .makeborder-right
    {
        border-left: 0px;
        padding-left: 0px;
    }
    .icons-boxcontact{
        border: 0px;
    }
    .meet-content{
        padding-left: 40px!important;
    }
  }
  @media(max-width:470px){ 
  }

  /* ma'am css */
  .cal-sup{
    width: auto;
    padding-left:25px;
  }
  @media(max-width:931px){
    .no-text{
        font-size: 17px;
    }
  }
  @media(max-width:919px){
    .follow-textlast{
        font-size: 11px;
    }
    .email-text{
        font-size: 11px;
    }
  }
  @media(max-width:840px){
    .no-text{
        font-size: 15px;
    }
    .follow-textlast{
        font-size: 9px;
    }
  }
  @media(max-width:770px){
    .no-text{
        font-size: 14px;
    }
    .locationtext{
        font-size: 10px;
    }
  }