@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.font-icn {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  ;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none !important;
}

*::-moz-selection {
  background: #555;
  color: #fff;
}

*::selection {
  background: #555;
  color: #fff
}

.animt {
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img {
  border: 0;
}

.rsp-img {
  float: left;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #ef4123;
}

a:hover {
  color: #fb6c54;
}

.FlxIn {
  float: left;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  color: #000;
}

p {
  margin: 0 0 10px;
  line-height: 24px;
  font-size: 15px;
  font-weight: normal;
}

.pullLft {
  float: left;
}

.pullRit {
  float: right;
}

.pullNon {
  float: none;
  display: inline-block;
}

.row {
  width: 100%;
  overflow: hidden;
}

.col-3 {
  width: 33.33%
}

.col-2 {
  width: 50%;
}

.col-4 {
  width: 25%;
}

.col-1 {
  width: 100%;
}

.sctn {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.Ldwper {
  width: 1280px;
  margin: 0 auto;
  display: block;
}

.Ldwper::after {
  content: "";
  display: table;
  clear: both;
}

hr {
  height: 2px;
  background: #be3a0a;
  width: 150px;
  border: none;
  display: inline-block;
  float: none;
  margin: 10px 0;
}

.btns {
  display: inline-block;
  padding: 12px 25px;
  min-width: 100px;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.btns:hover {
  opacity: 0.8;
  color: #fff;
}

.ThankYoubx {
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
  background: #F2F7F7;
}

.ThankYoubx .thnkbx {
  width: 1080px;
  background: url(../images/backG-Img.png) top right no-repeat #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
}

.thnkbx .imgbx p.SucssMst {
  float: left;
  width: 100%;
  margin: 0;
  color: #ef4123;
  font-size: 24px;
  padding: 0;
  line-height: initial;
}

.ThankYoubx .bxslog {
  float: left;
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  color: #be3a0a;
  border-radius: 25px;
  font-weight: 600;
  margin: 0;
}

.thnkbx .txtbx {
  width: 100%;
  text-align: center;
  float: left;
  padding: 45px;
}

.thnkbx .txtbx .logs {
  float: left;
  height: 50px;
  margin: 0;
}

.thnkbx .txtbx .hdn1 {
  float: left;
  width: 100%;
  font-size: 100px;
  font-weight: bold;
  color: #ef4426;
  margin: 0 0 0 40px;
  line-height: normal;
}

.thnkbx .txtbx .hdn1 small {
  float: left;
  width: 100%;
  font-size: 36px;
  text-transform: none;
  font-weight: normal;
  color: #000;
}

.thnkbx .txtbx .hdn1 hr {
  float: left;
  margin: 15px 0;
  background: #c24b16;
}



.thnkbx .txtbx p {
  float: left;
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 24px;
  color: #333;
  line-height: normal;
}

.thnkbx .txtbx p.pra {
  margin: 15px 0;
  background: linear-gradient(to right, #ffedd2, transparent);
  color: #000;
  font-size: 20px;
}


.thnkbx .txtbx .btnHld {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thnkbx .txtbx .btns {
  display: inline-block;
  background: #39b54a;
  margin: 20px 0 0;
  width: 550px;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 44px;
  border: 6px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thnkbx .txtbx .btns img {
  float: left;
  height: 45px;
}

.thnkbx .txtbx .btns:active {
  box-shadow: none;
  border-bottom: none;
  border-top: 1px solid #fff;
}

.thnkbx .txtbx .btns.outLink {
  background: transparent;
  background: #ef4426;
  width: 650px;
  color: #fff;
  border: none;
}




@media only screen and (max-width:1100px) {
  .ThankYoubx .thnkbx {
    width: 950px;
  }

  .thnkbx .txtbx {
    width: 540px;
  }

  .thnkbx .imgbx {
    width: 400px;
    height: 615px;
  }

  .thnkbx .imgbx img {
    height: 450px;
  }

  .thnkbx .txtbx .hdn1 {
    font-size: 80px;
  }
}

@media only screen and (max-width:970px) {
  .ThankYoubx {
    padding: 20px;
  }

  .ThankYoubx .thnkbx {
    width: 100%;
  }

  .thnkbx .imgbx {
    width: 100%;
    float: left;
    text-align: center;
    background: transparent;
    height: auto;
    padding: 20px;
  }

  .thnkbx .imgbx p.SucssMst {
    margin: 0 0 20px;
  }

  .thnkbx .imgbx img {
    float: none;
    width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: top;
  }

  .thnkbx .txtbx {
    width: 100%;
    text-align: center;
  }

  .thnkbx .txtbx p.pra {
    background: #ffedd2;
  }

  .thnkbx .txtbx .logs {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
  }

  .thnkbx .txtbx .hdn1 {
    text-align: center;
    margin: 0;
    font-size: 60px;
  }

  .thnkbx .txtbx .hdn1 hr,
  .thnkbx .txtbx .hdn1 br {
    display: none;
  }

  .thnkbx .txtbx p.pra {
    padding: 10px;
  }

  .thnkbx .txtbx .hdn1 small {
    font-size: 20px;
  }

  .thnkbx .txtbx p {
    padding: 10px;
    font-size: 15px;
  }

  .thnkbx .txtbx .btnHld {
    margin: 0 0 20px;
    padding: 0 15px;
  }

  .thnkbx .txtbx .btns,
  .thnkbx .txtbx .btns.outLink {
    width: 100%;
    font-size: 16px;
  }

  .thnkbx .txtbx .btns img {
    display: none;
  }
}

@media only screen and (max-width:755px) {}

@media only screen and (max-width:670px) {}