.thank-page-template{background-color: #f2f2f2;}
.thank-you-wrapper {
    height: 100%;
    margin-top: 80px;
    background: url(https://www.asenseinterior.com/assets/frontend/images/thank_you/thankyou_bg.png);
    background-repeat: no-repeat;
    padding: 120px 0 220px;
}


.thank-you-page-content {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    padding: 30px;
    margin: 180px 0 140px;
    box-sizing: border-box;
}
.thank-you-page-content::before,
.thank-you-page-content::after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);}
.thank-you-page-content::after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto;}
.thank-you-wrapper > .container {
    /* width: 800px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}
html body .thank-you-wrapper .container > .row{display: table-cell; height: 100%; vertical-align: middle;}
.thank-you-page-logo{float: left; width: 100%;}
.arrow-icon{position: relative; padding-left:55px;}
.arrow-icon::before{ position: absolute; left: 25px; top:20px; content: ""; display: inline-block; box-sizing: border-box; height:10px; width:10px; border-style: solid; border-color: #fff; border-width: 0px 1px 1px 0px; transform: rotate(131deg); transition: border-width 150ms ease-in-out;}
.arrow-icon::after{ content: ""; display: inline-block; width: 20px; background-color: #fff; height: 1px; position: absolute; left:25px; top:25px;}
.thank-you-wrapper ul.footer-nav li a, .thank-you-wrapper ul.footer-nav li a:hover{color:#0a568a;}
.thank-you-wrapper ul.footer-nav li + li::before{ background: rgba(0, 0, 0, 0.3);}
.thank-you-copy p{margin: 0; padding: 0; font-size: 12px;}
.thank-you-page-content h1 {
    position: relative;
    width: 70%;
    padding-top: 124px;
    font-size: 28px;
    font-weight: 200;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto 40px;
}
.thank-you-page-content h1::before {
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 60px;
    text-align: center;
    width: 90px;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
    border: 2px solid #e2b978;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 100%;
    background: #e2b978;
    right: 0;
    margin: auto;
}
.thank-you-page-content {
    position: relative;
    width: 100%;
    background: #321926;
    padding: 48px 50px;
    margin: 180px 0 140px;
    box-sizing: border-box;
    border-radius: 15px;
}
ul.footer-nav{text-align: right;}
ul.footer-nav li{display: inline-block; position: relative;}
ul.footer-nav li + li{padding-left: 30px;}
ul.footer-nav li + li::before{content: ""; height: 12px; width: 1px; background: #fff; display: inline-block; position: absolute; top: 3px; left:12px;}
ul.footer-nav{text-align: center; margin: 12px 0;}
ul.footer-nav li p,
ul.footer-nav li{font-size: 12px;font-weight: 400;}
ul.footer-nav li a{ text-decoration:none;}
ul.footer-nav li a, ul.footer-nav li a:hover{color: #fff;}
ul.footer-nav li a:hover{color: #fff; text-decoration: underline;}
ul.footer-nav li p{line-height: normal;}
ul.footer-nav li + li::before{background: #fff;}
.btn-primary { background-color: #0a568a; color:#fff; text-decoration:none; border-color: #0a568a; position:relative;   padding-top: 13px; padding-bottom: 13px; padding-right: 25px;}
.btn-primary::before { position: absolute; left: 25px;
    top: 20px;
    content: "";
    display: inline-block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px 1px 0px;
    transform: rotate(131deg);
    transition: border-width 150ms ease-in-out;
}



.thank-you-page-content .text_content {
    background: #e2b978;
    padding: 45px 20px 60px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.thank-you-page-content .text_content .title {
    font-size: 20px;
    margin-bottom: 27px;
    text-transform: capitalize;
}
.thank-you-page-content .text_content .view_more {
    font-size: 17px;
    padding: 8px 10px;
    border-radius: 5px;
}

.thank-you-page-content .text_content .view_more:after {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: -2;
    border: 1px solid #321926;
}
/* .thank-you-page-content .text_content .view_more.visite:after {
    width: 100%;
} */

.thank-you-page-content h1 {
    width: 80%;
    font-size: 20px;
    margin: 0 auto 40px;
}
.thank-you-page-content .text_content .icon {
    background: #321926;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.thank-you-page-content .text_content .icon i {
    color: #e2b978;
    font-size: 24px;
}



.thank-you-wrapper .thank_you_text_content {
    width: 60%;
}

.thank-you-wrapper .thank_you_text_content .execute {
    color: #fff;
    font-size: 24px;
}

.thank-you-wrapper .thank_you_text_content .tile {
    color: #fff;
    font-size: 60px;
}

.thank-you-wrapper .thank_you_text_content .des {
    color: #fff;
    font-size: 24px;
}

.thank-you-wrapper .thank_you_text_content .bottom_sec {
    display: flex;
}

.thank-you-wrapper .thank_you_text_content .bottom_sec .title {
    color: #fff;
    font-size: 20px;
}


.thank-you-wrapper .thank_you_text_content {
    width: 60%;
}

.thank-you-wrapper .thank_you_text_content .execute {
    color: #fff;
    font-size: 24px;
}

.thank-you-wrapper .thank_you_text_content .tile {
    color: #fff;
    font-size: 60px;
}

.thank-you-wrapper .thank_you_text_content .des {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.thank-you-wrapper .thank_you_text_content .bottom_sec {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.thank-you-wrapper .thank_you_text_content .bottom_sec .title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content {
    margin-right: 50px;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more {
    /* display: flex; */
    font-size: 20px;
    align-items: center;
    border: 1px solid #d39d45;
    padding: 10px 40px;
    font-weight: 400;
    /* border-image: linear-gradient(to right,darkorchid, darkorchid, darkblue, darkorchid) 1; */
    background: linear-gradient(#351b28, #381e2c) padding-box, linear-gradient(to right, #a96803a8, #ffdc91a1, #d39d458c) border-box;
    border-radius: 10px;
    border: 1px solid transparent;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more:hover {
    border: 1px solid #fff;
    background: #fff;
}

.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more span {
    background: #FFC829;
    background: linear-gradient(to right, #ffc8299c 10%, #FFDC91 34%, #ffc8299c 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more:hover span {
    color: #371d2b;
    background: none;
    -webkit-text-fill-color: #371d2b;
    /* font-weight: 400; */
}

.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more img {
    width: auto;
    margin-right: 14px;
    height: 25px;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more .hover_icon {
    display: none;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more:after {
    display: none;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more:hover img {
    display: none;
}
.thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more:hover .hover_icon {
    display: inline;
}




.thank-you-wrapper .thank_you_photo_sec {
    width: 54%;
    position: relative;
}

.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
    height: 550px;
    width: 86%;
    border: 1px solid #deb86e;
    box-shadow: 0 0 20px 0 rgb(28 24 26);
    -moz-box-shadow: 0 0 20px 0 rgb(28 24 26);
    -webkit-box-shadow: 0 0 20px 0 rgb(28 24 26);
    border-radius: 15px;
    overflow: hidden;
  
}

.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one img {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one:hover img {
    transition: all .5s;
    transform: scale(1.1);
}
.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one img {
    height: 100%;
    object-fit: cover;
}

.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
    width: 44%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 270px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(28 24 26);
    border-radius: 15px;
    overflow: hidden;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
@keyframes up-down{
    0% {
      transform:  translate(1px,20px)  ;
    }
    24% {
      transform:  translate(1px,30px)  ;
    }
    50% {
      transform:  translate(1px,12px)  ;
    }
    74% {
      transform:  translate(1px,22px)  ;
    }
    100% {
      transform:  translate(1px,22px)  ;
    }
}
  
@-moz-keyframes up-down{
    0% {
      -moz-transform:  translate(1px,20px)  ;
    }
    24% {
      -moz-transform:  translate(1px,30px)  ;
    }
    50% {
      -moz-transform:  translate(1px,12px)  ;
    }
    74% {
      -moz-transform:  translate(1px,22px)  ;
    }
    100% {
      -moz-transform:  translate(1px,22px)  ;
    }
}

@-webkit-keyframes up-down {
    0% {
      -webkit-transform:  translate(1px,20px)  ;
    }
    24% {
      -webkit-transform:  translate(1px,30px)  ;
    }
    50% {
      -webkit-transform:  translate(1px,12px)  ;
    }
    74% {
      -webkit-transform:  translate(1px,22px)  ;
    }
    100% {
      -webkit-transform:  translate(1px,22px)  ;
    }
}

@-o-keyframes up-down {
    0% {
      -o-transform:  translate(1px,20px)  ;
    }
    24% {
      -o-transform:  translate(1px,30px)  ;
    }
    50% {
      -o-transform:  translate(1px,12px)  ;
    }
    74% {
      -o-transform:  translate(1px,22px)  ;
    }
    100% {
      -o-transform:  translate(1px,22px)  ;
    }
}

@-ms-keyframes up-down {
    0% {
      -ms-transform:  translate(1px,20px)  ;
    }
    24% {
      -ms-transform:  translate(1px,30px)  ;
    }
    50% {
      -ms-transform:  translate(1px,12px)  ;
    }
    74% {
      -ms-transform:  translate(1px,22px)  ;
    }
    100% {
      -ms-transform:  translate(1px,22px)  ;
    }
}

.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #deb86e;
}


.thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one img {
    height: 100%;
}

/* 1600px */
@media screen and (max-width: 1600px) {
    .thank-you-page-content h1::before {
        font-size: 34px;
        width: 74px;
        height: 74px;
        line-height: 70px;
    }
    .thank-you-page-content h1 {
        padding-top: 104px;
    }

    .thank-you-wrapper .thank_you_photo_sec {
        width: 40%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        height: 460px;
        width: 86%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
        width: 46%;
        height: 190px;
    }
    .thank-you-wrapper > .container {
        /* width: 800px; */
        margin: 0 auto;
        display: flex;
        align-items: center;
        max-width: 1200px;
    }
    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .thank-you-page-content {
        margin: 120px 0 140px;
    }

    .thank-you-page-content h1::before {
        font-size: 34px;
        width: 74px;
        height: 74px;
        line-height: 70px;
    }
    .thank-you-page-content h1 {
        width: 80%;
        font-size: 18px;
        margin: 0 auto 20px;
        padding-top: 94px;
    }
    .thank-you-page-content .text_content {
        padding: 28px 20px 30px;
    }


    .thank-you-wrapper {
        margin-top: 69px;
        padding: 90px 0 140px;
    }

    .thank-you-wrapper .thank_you_photo_sec {
        width: 44%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        height: 350px;
        width: 66%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
        width: 45%;
        height: 190px;
    }
    .thank-you-wrapper .thank_you_text_content .tile {
        font-size: 48px;
    }
    .thank-you-wrapper .thank_you_text_content .des {
        font-size: 22px;
    }
   
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more {
        font-size: 18px;
        padding: 10px 24px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more img {
        margin-right: 8px;
        height: 20px;
    }
}


/* 1200px */
@media screen and (max-width: 1200px) {
    .thank-you-wrapper > .container {
        width: 800px;
    }
    .thank-you-wrapper {
        margin-top: 50px;
    }
    .thank-you-page-content {
        margin: 120px 0 100px;
    }
    .thank-you-page-content h1 {
        font-size: 18px;
        margin: 0 auto 20px;
        line-height: 28px;
    }
    .thank-you-wrapper .thank_you_text_content {
        width: 90%;
    }
    .thank-you-wrapper .thank_you_photo_sec {
        width: 74%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        width: 66%;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more {
        font-size: 16px;
        padding: 8px 16px;
    }
    .thank-you-page-content .text_content .title {
        font-size: 18px;
        margin-bottom: 9px;
        line-height: 1.4;
    }
    .thank-you-page-content .text_content .view_more {
        font-size: 16px;
        padding: 6px 12px;
    }
    .thank-you-wrapper .thank_you_text_content .tile {
        font-size: 34px;
    }
    .thank-you-wrapper .thank_you_text_content .des {
        font-size: 18px;
    }
    .thank-you-wrapper .thank_you_text_content .execute {
        font-size: 16px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec {
        margin-top: 30px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .title {
        font-size: 14px;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
        height: 120px;
        width: 40%;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        width: 66%;
        height: 240px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content {
        margin-right: 30px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more {
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 5px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more img {
        margin-right: 5px;
        height: 18px;
    }
}


/* 992 */
@media screen and (max-width: 991px) {
    .thank-you-page-content h1 {
        width: 100%;
        font-size: 20px;
        margin: 0 auto 30px;
        padding-top: 96px;
    }
    .thank-you-page-content .text_content .title {
        font-size: 20px;
        margin-bottom: 27px;
    }
    .thank-you-page-content .text_content {
        padding: 30px 20px 41px;
    }

    .thank-you-wrapper > .container {
        width: 90%;
    }
    .thank-you-wrapper .thank_you_text_content .tile {
        font-size: 30px;
    }
    .thank-you-wrapper .thank_you_text_content .des {
        font-size: 15px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .title {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more {
        font-size: 12px;
        padding: 6px 14px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content .view_more img {
        margin-right: 5px;
        height: 15px;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        width: 80%;
        height: 240px;
    }
}

/* 767 */
@media screen and (max-width: 767px) {
    .thank-you-wrapper > .container {
        width: 100%;
    }
    .thank-you-page-content {
        margin: 130px 0 100px;
    }
    .thank-you-page-content h1::before {
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .thank-you-wrapper .thank_you_text_content .tile {
        font-size: 24px;
        margin-bottom: 2px;
    }
    .thank-you-page-content h1 {
        /* width: 90%; */
        font-size: 16px;
        margin: 0 auto 17px;
        line-height: 1.5;
        padding-top: 60px;
    }
    .thank-you-page-content .text_content .icon {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }
    .thank-you-wrapper .thank_you_text_content .execute {
        margin-bottom: 2px;
    }
    .thank-you-page-content .bottom_sec {
        margin: auto;
    }
    .thank-you-page-content .text_content {
        padding: 14px 5px;
        margin-bottom: 0;
        /* height: 120px; */
    }
  
    .thank-you-page-content .text_content .view_more {
        font-size: 12px;
        padding: 4px 6px;
        border-radius: 5px;
    }
    .thank-you-page-content .text_content .title {
        font-size: 10px;
        margin-bottom: 9px;
    }
    .thank-you-page-content .text_content .view_more:after {
        display: none;
    }
    .thank-you-wrapper {
        margin-top: 65px;
        padding: 60px 0 50px;
    }
    .thank-you-wrapper > .container {
        flex-direction: column-reverse;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_one {
        width: 90%;
        height: 230px;
        margin: auto;
    }
    .thank-you-wrapper .thank_you_photo_sec {
        width: 60%;
        margin-bottom: 58px;
    }
    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
        height: 120px;
        width: 44%;
        right: 0;
        left: 0;
        margin: auto;
        top: 170px;
    }
    .thank-you-wrapper .thank_you_text_content {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .thank-you-wrapper .thank_you_text_content .des {
        font-size: 15px;
        margin: 0 auto 3px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec {
        flex-direction: column;
        margin-top: 18px;
    }
    .thank-you-wrapper .thank_you_text_content .bottom_sec .bottom_text_content {
        margin: 0 auto 20px;
    }
}

/* 480px */
@media screen and (max-width: 480px) {
    .thank-you-page-content {
        margin: 110px 0 70px;
        padding: 24px;
    }
    .thank-you-page-content .text_content {
        padding: 15px;
        margin-bottom: 0;
        /* height: 120px; */
    }
    .thank-you-page-content h1::before {
        font-size: 20px;
        width: 44px;
        height: 44px;
        line-height: 43px;
    }
    .thank-you-page-content h1 {
        padding-top: 58px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .thank-you-wrapper .thank_you_photo_sec .thank_you_photo_two {
        height: 100px;
    }
    
    .thank-you-wrapper .thank_you_text_content {
        margin-top: 20px;
    }
}