/*
Theme Name: Attalika
*/

nav.navbar.navbar-expand-lg {
    background: #222222;
    position: relative;
    height: 60px;
}

div#navbarSupportedContent {    
    position: absolute;
    right: 5%;
}

img.main-logo {
    width: 100%;
}
i.nav-item {
    margin-right: 20px;
}
.logoimg {
    position: absolute;
    z-index: 9;
    left: 7%;
    top: 0;
}

li.nav-item.active .nav-link {
    color: #CB8A0F;
}

a.nav-link {
    color: white;
}
.frm-head {
    display: inline-flex;
    width: 100%;
}

.frm-head h1 {
    width: 70%;
    background: linear-gradient(90deg, #813B17 0%, #E18D60 50%, #B56D3E 100%);
    color: transparent;
    background-clip: text;
    font-family: Trirong;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
}

.mhrera  {
    width: 34%;
    text-align: right;
}

.mhrera img {
    width: 7%;
}
span.maharera {
    padding: 2px 0 0 10px;
}
.mhrera p {
    display: inline-flex;
    margin: 0;
    padding-top: 13px;
}

p.head-para {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
p.sec-heading {
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

input.wpcf7-form-control {
    border: none;
    padding: 10px 20px;
    outline: none;
    width: 100%;
}
textarea.wpcf7-form-control {
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    border: none;
    outline: none;
}
select.wpcf7-form-control {
    border: none;
    outline: none;
    padding: 10px 20px;
    background: white;
}
.fwdropdwn {
    width: 100%;
    background: white;
}
p.footer-cont {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
.otrproftxt, .otrpreftime, .hukaus {
    pointer-events: none;
    background: #dbdbdb;
}
p.foo-clr-txt {
    font-family: Trirong;
    font-size: 22px;
    font-weight: 600;
    line-height: 25.3px;
    text-align: center;
    background: linear-gradient(90deg, #813B17 0%, #E18D60 50%, #B56D3E 100%);
    color: transparent;
    background-clip: text;
}

hr {
    color: #BBBBBB;
    margin: 30px;

}
input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(90deg, #813B17 0%, #E18D60 50%, #B56D3E 100%);
    width: 17%;
    margin: 0 auto;
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
.booknwbtn p{
    margin-bottom: 0;
}
/* .carnumb {
    width: 30% !important;
} */
.wpcf7-response-output {
    text-align: center;
    font-size: 24px;
}
textarea.wpcf7-form-control.wpcf7-textarea.opnendqes {
    height: 100px;
}
.recaptcha {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 350px;
}
@media (max-width: 767px) {
    .frm-head {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .frm-head h1 {
        width: 100%;
        font-size: 34px;
        line-height: 40px;
    }
    .mhrera img {
        width: 10%;
    }
    .mhrera {
        width: 100%;
        text-align: right;
    }
    .com-addre {
        height: 70px !important;
    }
    .carnumb {
        width: 100% !important;
    }
    input.wpcf7-form-control.wpcf7-submit {
        width: 50%;
        margin-left: 24%;
    }
    .logoimg {
        left: 18%;
    }
    img.main-logo {
        width: 80%;
    }
	.recaptcha {
      max-width: 300px;
     }
}
@media (min-width:768px) and (max-width: 1024px) {
    .frm-head h1 {
        font-size: 32px;
    }
    span.maharera {
        font-size: 13px;
    }
    .mhrera img {
        width: 11%;
    }
    .frm-head {
        margin-bottom: 0px !important;
    }
    .carnumb {
        width: 50% !important;
    }
}