/*Add Top Section*/

.contact-info-top {
    margin-bottom: 30px;
    padding: 40px 0px;
}


.contact-info-block .cont-icon i {
    margin-bottom: 20px;
    font-size: 55px;
    color: #f36711;
}

.contact-info-block .cont-icon-whatsapp i {
    margin-bottom: 20px;
    font-size: 55px;
    color: #2eda73;
}



.contact-info-top .inner-box {
    text-align: center;
}

.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block .icon {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

.contact-info-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-block .text-contact {
    font-size: 14px;
    font-family: SourceSansPro-Regular !important;
    line-height: 1.5;
}

.contact-info-block ul{
    padding: 0px;
    list-style: none;
}

.contact-info-block ul li {
    font-size: 16px;
    line-height: 20px;
}

.contact-info-block ul li a {
    color: #222;
    transition: .5s;
}

.contact-info-block ul li a:hover {
    color: #f36711;
}

.contact-info-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 200px;
    background-color:#f36711;
}

.contact-info-block:last-child .inner-box:before {
    display: none;
}





/*End Add Top Section*/
.custom-map {}


.contact-form-custom .floating-label-wrap textarea.form-control {
    height: auto;
    min-height: 180px;
}

iframe.custom-map-inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 600px;
    border-radius: 7px;
}

.contact-info-block h4 {
    margin-bottom: 5px;
}


/* contact page */

section.olmy-contact {
    padding: 0px 0 20px 0;
}

.top-heading-contact {
    margin-top: 30px;
    text-align: left;
    font-size: 30px !important;
    color: #1C1C1C;
    line-height: 1.2;
    font-family: SourceSansPro-SemiBold !important;
}

.top-heading-contact h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 35px ;
    color: #f36711;
    line-height: 1.2;
    font-family: SourceSansPro-SemiBold !important;
}
.contact-left h3 {
    font-size: 30px ;
    color: #1C1C1C;
    text-align: left;
    line-height: 1.2;
    font-family: SourceSansPro-SemiBold !important;
}

.contact-left h4 {
    font-size: 25px ;
    color: #1C1C1C;
    text-align: left;
    line-height: 1.2;
    font-family: SourceSansPro-SemiBold !important;
}

.contact-left p {
    font-family: SourceSansPro-Regular !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;

}

.contact-right h3 {
    text-transform: capitalize;
    color: #1C1C1C;
    text-align: left;
    line-height: 1.2;
    font-family: SourceSansPro-SemiBold !important;
    font-size: 36px;
}

.contact-right p {
    font-family: SourceSansPro-Regular !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;

}

.contact-right span {
    color: #F36711;
    font-family: SourceSansPro-SemiBold !important;
}

.contact-right span a {
    color: #F36711;
}

span.cont-link a {
    color: #F36711;
}

.contact-form-custom .form-group {
    margin-top: 25px ;
}

.contact-form-custom textarea {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #1C1C1C1A;
    font-size: 16px;
    height: 200px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    /* background-color: #e8eeef; */
    color: #8a97a0;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%) inset;
    margin-bottom: 24px;
}

.contact-form-custom input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

.contact-form-custom select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.contact-form-custom .from-custom-button {
    /* padding: 19px 39px 18px 39px; */
    padding: 6px 10px;
    margin-top: 0px;
    color: #FFF;
    background-color: #F36711;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #F36711;
    /*border-width: 1px 1px 3px;*/
}

/*textarea#adharno1 {*/
    /*min-height: 215px;*/
/*}*/

.from-custom-button:hover {
    background-color: #002f54;
    border: 1px solid #002f54;
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

contact-form-custom. label.light {
    font-weight: 300;
    display: inline;
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}
@media (max-width:900px) {
    .ri-flex {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width:767px) {
    .ri-flex {
        display: block;
    }
    .contact-info-block .inner-box:before {
        position: absolute;
        content: '';
        right: 0!important;
        top: 0;
        left: 0!important;
        width: 1px;
        height: 200px;
        background-color: #f36711;
        margin: 0 auto;
    }
}
@media screen and (min-width: 480px) {
    /* form {
    max-width: 480px;
  } */
    /* .contact-map{
	 height: 250px;
    width: 250px;
}

  iframe.custom-map {
    height: 250px;
    width: 250px;
}
 */
}


/* for input tag */

.contact-form-custom .form {
    position: relative;
    width: 20rem;
    height: 3rem;
}

.contact-form-custom .form__input {
    width: 100%;
    height: 100%;
    border: 2px solid #1c1c1c1a;
    border-radius: 0.5rem;
    color: #191515;
    outline: none;
    padding: 1.25rem;
    background: none;
    /* Change border when input focus*/
}

.contact-form-custom .form__input:hover {
    border-color: #adffff;
}

.contact-form-custom .form__input:focus {
    border-color: #18ffff;
}

.contact-form-custom .form__label {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    /* font-size: 0.8rem; */
    padding: 0 0.5rem;
    color: #000;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}


/* 1. When the input is in the focus state reduce the size of the label and move upwards 2. Keep label state when content is in input field */

.contact-form-custom .form__input:focus~.form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus)~.form__label {
    top: -0.5rem;
    font-size: 0.8rem;
    left: 0.8rem;
}


/* end contact page */