.mm-contact{
    line-height: 1.3vw;
    font-family: Montserrat;
    padding: 6vw 13.3vw;
    display: grid;
    grid-template-columns: 25vw auto;
}
.cs-grid2 #signinButton span{
    padding-top: unset;
}
.cs-grid2 #signinButton .google-icon{
    position: absolute;
    top: .4vw;
}
.cs-grid2 #signinButton{
    line-height: 2.3;
    position: relative;
    padding: .3vw .7vw .3vw 3.4vw;
    font-size: .85vw;
    border: unset;
    box-shadow: 0 0 6px #4285f4;
    background: #1669f2;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 1.5vw;
}
#signinButton .google-icon{
    top: .34vw;
    position: absolute;
    width: 1vw;
    height: 1vw;
    background-color: #fff;
    padding: .45vw .7vw;
    left: .4vw;
}
.contact-heading h2{
    font-size: 2.08vw;
    padding-top: 1vw;
    text-transform: capitalize;
    color: #201E1F;
    font-weight: 600;
    line-height: 1.3;
}
.contact-heading h2 span{
    font-weight: 400;
    font-size: 2.4vw;
}
.contact-heading p{
    font-size: .9vw;
    color: #626262;
    line-height: 1.4;
    /* color: #141414; */
    font-weight: 400;
    width: 21vw;
    /* font-size: .86vw; */
    padding-top: 1vw;
    /* line-height: 1.6; */
}
.contact-block ul{
    display: flex;
    margin-top: 1.4vw;
}
.contact-block ul li{
    display: flex;
}
.contact-block ul li span{
    font-weight: 400;
    color: #5B5B5B;
    font-size: .75vw;
    width: 1.2vw;
    height: 1.2vw;
    background: #EEEEEE;
    border-radius: 50%;
    display: grid;
    text-align: center;
}
.contact-block ul li p{
    color: #5B5B5B;
    font-weight: 500;
    padding-left: .5vw;
    font-size: 1.24vw;
}
.contact-block ul li.active{
    border-bottom: 3px solid #EF0D33;
    padding-bottom: 1.6vw;
}
.contact-block ul li.active span{
    color: #000000;
}
.contact-block ul li.active p{    
    color: #0C0C0C;
    font-weight: 600;
}
.contact-block ul li:nth-child(2) {
    margin-left: 4.2vw;
}
.mm-form .step1 .half{
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       margin-top: 2.3vw;
       gap: 2.3vw;
    margin-top: 2.3vw;
}
.mm-form .step1 .half .field-group label{
    color: #919191;
    font-weight: 400;
    font-size: .76vw;
}
.mm-form .step1 .half .field-group label span{
    color: #EF0D33;
}
.mm-select {
    position: relative;
  }
  
  .mm-select select {
    display: none;
  }
  .mm-select .select-selected:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3.1vw;
    right: .4vw;
    width: 1vw;
    height: .23vw;
  }
  
  .mm-select .select-selected.select-arrow-active:after {
       top: 3.1vw;
       transform: rotate(180deg);
       right: .8vw;
  }
  .mm-select .select-selected{
    margin-top: .5vw;
    border-color: #3A3A3A !important;
  }
  
  .mm-error{
    color: #EF0D33;
    font-weight: 600;
    font-size: 1.1vw;
    line-height: 1.3;
  }
  .mm-back{
    cursor: pointer;
  }
  .mm-next-li{
    cursor: pointer;
  }
.mm-select .select-items div,.mm-select .select-selected {
    padding: .9vw 1vw;
    color: #444444;
    font-weight: 400;
    font-size: .8vw;
    border-bottom: 1px solid #3A3A3A;
    background: rgba(217, 217, 217, 0.1);
    border-radius: 4px 4px 0px 0px;

    
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  
  .mm-select .select-items {
    position: absolute;
    background: rgb(251 251 251);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 16vw;
    overflow: auto;
  }
  
  .mm-select .select-hide {
    display: none;
  }
  
  .mm-select .select-items div:hover, .mm-select .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mm-form .step1 .full{
    margin-top: 1.8vw;
  }
  .mm-form .step1 .full label{
    color: #919191;
    font-weight: 400;
    font-size: .76vw;
  }
  .mm-form .step1 .full label span{
    color: #EF0D33;
  }
  .mm-form .step1 .full textarea::placeholder {
    color: #444444;
    font-weight: 400;
    font-size: .75vw;
  }
  .mm-form .step1 .full textarea{
    resize: none;
    border-right: unset;
    border-left: unset;
    border-top: unset;
    height: 4.7vw;
    background: rgba(217, 217, 217, 0.1);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #3A3A3A;
    margin: .5vw 0 0 0;
    width: 46vw;
    font-weight: 400;
    color: #444444;
    padding: 1.1vw 1vw;
    font-size: .75vw;
    font-family: Montserrat;
  }
  .mm-form .step1 .full p{
    color: #444444;
    font-weight: 500;
    font-size: .75vw;
    margin-top: .5vw;
  }
  .mm-form .step1{
      display: none;
  }
  .mm-form .step1.show{
      display: block;
  }
  .mm-next:hover{
    background-color: #d60c2e;
  }
  .mm-next{
    background: #EF0D33;
    border-radius: 4px;
    display: inline-block;
    float: right;
    color: #FFFFFF;
    font-weight: 600;
    padding: .5vw 3vw;
    font-size: .8vw;
    margin-top: 3vw;
    cursor: pointer;
  }
.step2{
    display: none;
    margin-top: 2.3vw;
}
.step2.show{
    display: block;
}
.step2 label{
    color: #919191;
    font-weight: 400;
    font-size: .76vw;
}
.step2 label span{
    color: #EF0D33;
}
.step2 input{
    width: 96%;
    padding: .6vw 1vw;
    margin: 0;
    font-size: .8vw;
    font-weight: 400;
    color: #444444;
    margin-top: .5vw;
    border-left: unset;
    background: rgba(217, 217, 217, 0.1);
    border-bottom: 1px solid #3A3A3A;
    border-right: unset;
    border-top: unset;
}
.step2 input#banner_agree{
    width: unset;
}
.step2 .field-group{
    padding-bottom: 1.4vw;
}
.form-submit:hover{
    background-color: #d60c2e;
}
.form-submit{
    background: #EF0D33;
    border-radius: 4px;
    display: inline-block;
    float: right;
    color: #FFFFFF;
    font-weight: 600;
    padding: .5vw 3vw;
    font-size: .8vw;
    margin-top: 1vw;
    cursor: pointer;
}
.contact_clicked::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 1;
}
.contact_clicked::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
}
@media only screen and (max-width: 500px) { 
    .mm-select .select-items{
        height: 54vw;
    }
    .mm-error{
        font-size: 3.7vw;
    }
    .mm-contact{
        padding: 20vw 6.3vw;
        grid-template-columns: auto;
    }
    .contact-heading h2{
        font-size: 6.67vw;
        /* font-size: 6.3vw; */
    }
    .contact-heading h2 span{
        font-size: 6.3vw;
    }
    .contact-heading p{
        font-size: 3.49vw;
        width: unset;
        /* font-size: 3.3vw; */
        padding-top: 3.2vw;
    }
    .contact-block ul{
        margin-top: 14.4vw;
    }
    .contact-block ul li span{
        width: 5vw;
        font-size: 3.4vw;
        height: 5vw;
        line-height: 1.4;
    }
    .contact-block ul li p{
        font-size: 4.6vw;
        padding-left: 1.2vw;
        padding-top: 2vw;
    }
    .contact-block ul li.active{
        padding-bottom: 5.6vw;
    }
    .contact-block ul li:nth-child(2){
        margin-left: 14.2vw;
    }
    .mm-form .step1 .half{
        grid-template-columns: auto;
        margin-top: 22.8vw;
    }
    .mm-form .step1 .half .field-group label{
        font-size: 3.23vw;
    }
    .mm-select .select-selected{
        margin-top: 3.5vw;
    }
    .mm-select .select-items div, .mm-select .select-selected{
        font-size: 3.5vw;
        padding: 7.4vw 2.3vw;
    }
    .mm-select .select-selected:after{
        top: 12.1vw;
        right: 2.7vw;
        width: 3vw;
        height: 3.23vw;
    }
    .mm-select .select-selected.select-arrow-active:after{
        right: 2.8vw;
        top: 10.1vw;
    }
    .mm-form .step1 .full label{
        font-size: 3.23vw;
    }
    .mm-form .step1 .full textarea::placeholder {
        font-size: 3.5vw;
    }
    .mm-form .step1 .full textarea{
        width: 96%;
        height: 41vw;
        margin-top: 3.5vw;
        padding: 5.1vw 2vw;
        font-size: 3vw;
    }
    .mm-form .step1 .full p{
        font-size: 3.5vw;
        margin-top: 5vw;
    }
    .mm-next{
    font-size: 3.5vw;
    padding: 5vw 15.3vw;
    margin-top: 21.5vw;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    display: table;
    }
    .step2 label{
        font-size: 3.23vw;
    }
    .step2 input{
        margin-top: 3.5vw;
        font-size: 3.5vw;
        padding: 3.4vw 2.3vw;
    }
    .step2.show{
        margin-top: 12.8vw;
    }
    #signinButton .google-icon{
        width: 6.6vw;
        height: 6.6vw;
        left: 1.1vw;
        top: 1.3vw;
    }
    .cs-grid2 #signinButton{
        font-size: 3.3vw;
        padding: 1.3vw 2.7vw 1.4vw 10.4vw;
        margin-bottom: 6vw;
    }
    .step2 .field-group{
        padding-bottom: 7.4vw;
    }
    .form-submit{
        font-size: 3.5vw;
        padding: 5vw 15.3vw;
        margin-top: 7.5vw;
        float: unset;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}