
/* breadcrumb */
.bread-sec .grow-crumb {float: left; width: auto; margin-bottom: 30px; margin-top: 20px;}
.bread-sec .grow-crumb .breadcrumb {background-color: #f3f3f3;border-radius: 5px;width: auto;height: 28px;padding: 1px 11px 0px 9px;}
.bread-sec .grow-crumb .breadcrumb img {padding-right: 6px; height: 15px; margin-top: 5px;}
.bread-sec .grow-crumb .breadcrumb a {font-size: 12px; text-decoration: none; color: #838181;}
.bread-sec .grow-crumb .breadcrumb span {font-size: 12px; text-decoration: none; color: #838181;}
.bread-sec .grow-crumb .breadcrumb a:hover {color: #c09573; transition: .3s;}

/* th sec */
.th_thanks_sec {width:100%;float:left;margin:50px 0;}
.th_thanks_sec h2 {font-size:42px;font-family:'Rob-700';width:100%;float:left;color:#060707;margin: 70px 0 40px;}
.th_thanks_sec p {color:#060707;font-size:31px;width:100%;float:left;}
.th_thanks_btn {width:100%;float:left;display:flex;justify-content:center;margin: 50px 0;}
.th_thanks_btn a {text-decoration:none;height:38px;line-height:38px;color:#fff;background-color:#c09573;float:left; padding:0 34px;border-radius:5px}
.th_thanks_btn a:hover {background-color:#9b6943;}

/* media quries */
@media only screen and (max-width:991px){
.th_thanks_sec h2 {font-size:40px;}
.th_thanks_sec p {font-size:28px;}
}

@media only screen and (max-width:767px){
.th_thanks_sec h2 {font-size:35px;}
.th_thanks_sec p {font-size:20px;}
}  

@media only screen and (max-width: 575px) {
.bread-sec .grow-crumb {margin-bottom: 10px;}
.th_thanks_sec h2 {font-size:20px;margin: 40px 0 25px;}
.th_thanks_sec p {font-size:16px;}
.th_thanks_btn {margin: 20px 0;}
}