@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 1366px;
    color: #454545;
    letter-spacing: 1px;
    line-height: 1.5em;
    /*user-select:none;*/
}


/*------------general------------*/

a {
    text-decoration: none !important;
    outline: none !important;
}

.rm-padding {
    padding: 0;
}

.rml-padding {
    padding-left: 0;
}

.rmr-padding {
    padding-right: 0;
}

.rmr-margin {
    margin-right: 0;
}

.black_overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
}

.txt-right {
    text-align: right
}

.txt-left {
    text-align: left
}

.mobile_banner {
    display: none !important;
}


/*--------Fonts-----------*/


/*----------------header------------------*/

.right_logo {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 20%;
}

.right_logo img {
    width: 150px;
}


/*-------------Menu----------------*/

.navbar-inverse {
    background-color: #fff;
    border: none;
    position: relative;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.navbar-brand>img {
    width: 120px;
}

.navbar-brand {
    padding: 5px 15px;
    height: auto;
    position: absolute;
    top: 0%;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-nav {
    float: none;
    display: table;
    margin: 0px auto;
}

.navbar-inverse .navbar-nav>li {
    margin: 0 3px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Kanit', sans-serif;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #E51570;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #E51570;
    background-color: transparent;
}

.dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #E51570;
    background-color: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #E51570;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}


/*-------------Fixed header-------------*/

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}


/*-----------absolute content---------*/

.abs_content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 50px 50px 40px;
    z-index: 99;
    background: #E51570 url('../images/absBG.jpg')no-repeat;
    background-size: cover;
    text-align: justify
}

.abs_content h2 {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    margin: 0 0 15px;
}

.abs_content p {
    color: rgba(255, 255, 255, .8);
}


/*--------------Content---------------*/

.abt_cnt {
    background: #F5F5F5;
}

.abt_cnt .container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -150px;
    z-index: 1;
    /* background: url(../images/bg-welcome.png) no-repeat 0 0; */
    background-size: auto auto;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.main_heading {
    display: inline-block;
    position: relative;
    font-size: 2.4em;
    letter-spacing: 1px;
    color: #111;
    margin: 10px 0 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.sub_heading {
    display: inline-block;
    position: relative;
    font-size: 2em;
    letter-spacing: 1px;
    color: #474747;
    margin: 10px 0 30px;
    padding-bottom: 7px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.sub_title {
    display: inline-block;
    position: relative;
    font-size: 1.6em;
    letter-spacing: .01rem;
    color: #111;
    margin: 10px 0 30px;
    padding-bottom: 7px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.gen_content {
    display: block;
    width: 100%;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.btn-theme {
    width: 210px;
    height: 44px;
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 44px;
    text-align: left;
    position: relative;
    background: #dfdfdf;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 0px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.btn-theme span {
    position: relative;
    z-index: 999;
}

.btn-theme .txt {
    margin-left: 40px;
    transition: all 400ms ease-in-out;
}

.btn-theme:hover .txt {
    margin-left: 5px;
    transition: all 400ms ease-in-out;
}

.btn-theme2 {
    background: #EE761C;
    border-radius:0px;
    padding:10px;
    color:#fff !important;   
}
.btn-theme2:hover 
{
    background:#d66a19;
}
.btn-theme .round {
    border-radius: 0%;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 99;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #E51570;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.btn-theme .round i {
    width: 28px;
    height: 28px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0%;
    margin: 2px 0 0 2px;
    color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.btn-theme:hover {
    padding-left: 48px;
    padding-right: 28px;
    color: #fff;
}

.btn-theme:hover .round {
    width: calc(100% - 12px);
    border-radius: 00px;
    text-align: left;
}

.btn-theme:hover .round i {
    margin: 2px 0 0 2px;
    padding-left: 5px;
    background: rgba(255, 255, 255, 0.5);
}


/*---------------sponsored row--------------*/

.sponsor_row {
    background: #fff;
    overflow: hidden;
    padding-bottom: 100px;
}

.sponsor_block {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
    padding: 20px;
    overflow: hidden;
}

.p_logo {
    width: 70%;
}

.sp_logo {
    border: 1px solid #ccc;
    padding: 10px;
}


/*---------------participate row--------------*/

.participate_row {
    background: url('../images/participateBG.jpg')no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    min-height: 300px;
    position: relative;
    padding: 70px 0;
}

.participate_row .overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.participate_row .main_heading {
    color: #fff;
    position: relative;
    z-index: 99;
}

.participate_row .tab-content {
    position: relative;
    z-index: 99;
    margin-top: 20px;
    padding: 20px 20px 40px;
    text-align: center;
    background: rgba(255, 255, 255, .3);
    border-radius: 0px;
}

.participate_row .tab-content p {
    font-size: 16px;
    color: #fff;
}

.participate_row .nav-pills {
    position: relative;
    z-index: 99;
    text-align: center
}

.participate_row .nav-pills li {
    float: none;
    display: inline-block
}

.participate_row .nav>li>a {
    position: relative;
    display: block;
    width: 145px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 0px;
    background: rgba(255, 255, 255, .5);
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Kanit', sans-serif;
}

.participate_row .nav>.active>a,
.participate_row .nav>.active>a:hover,
.participate_row .nav>li>a:hover {
    background: #E51570;
}

.tb_title {
    display: block;
    position: relative;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 10px 0 50px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #111;
}

.reg_fees {
    position: absolute;
    left: -8px;
    top: 9%;
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 0 0 10px;
    background: rgb(0, 102, 18);
    background: -moz-linear-gradient(left, rgba(0, 102, 18, 1) 0%, rgba(22, 114, 29, 1) 41%, rgba(28, 170, 18, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 102, 18, 1) 0%, rgba(22, 114, 29, 1) 41%, rgba(28, 170, 18, 1) 100%);
    background: linear-gradient(to right, rgba(0, 102, 18, 1) 0%, rgba(22, 114, 29, 1) 41%, rgba(28, 170, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006612', endColorstr='#1caa12', GradientType=1);
}

.reg_fees::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -8px;
    border: 4px solid;
    border-color: transparent #016712 #016712 transparent;
}

.reg_fees::after {
    content: '';
    position: absolute;
    right: -38px;
    top: 0;
    border: 19px solid;
    border-color: transparent transparent transparent #1CAA12;
}


/*---------------countdown row--------------*/

.countdown_row {
    background: #fff;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}

.countdown_row_fxImg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .15;
}

.countdown_row h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #111;
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

ul#counter {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: block;
    text-align: center;
    position: relative
}

ul#counter li {
    display: inline-block;
    width: 120px;
}

ul#counter li span {
    font-size: 8rem;
    font-weight: bold;
    color: #E51570;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;

    display: block;
    padding: 0;
    text-align: center;
}

ul#counter li p {
    font-size: 18px;
    color: #F0006C;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

ul#counter li.seperator {
    font-size: 80px;
    line-height: 0.2;
    vertical-align: top;
    color: #4E4E4E;
    width: 50px;
}


/*--------------------Footer Row----------------*/

.footerSub-row {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 75px 0 15px;
    background: url('../img/footerBG.jpg')no-repeat right bottom;
    border-top: 4px double #CBF4FA;
}

.address_block {
    width: 100%;
    display: block;
    margin-top: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 0 0 20px;
}

.footerSub-row .address_block p {
    font-size: 12px;
    line-height: 1.5;
    /* color: #fff; */
    margin-bottom: 0;
}

.footerSub-row .address_block p a {
    color: #fff;
}

.footerSub-row .address_block p span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.footerSub-row .address_block p a:hover {
    color: #080808;
}

.footer-logo {
    width: 100%;
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

.social {
    margin: 20px 0 20px;
    position: relative;
    z-index: 11;
}

.social a {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background: #fff;
    color: #E51570;
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    border: 1px solid #ccc;
}

.social a:hover i {
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.social .fb:hover {
    background: RGBA(0, 95, 170, 1);
    border-color: RGBA(0, 95, 170, 1);
    ;
}

.social .tw:hover {
    background: RGBA(0, 171, 241, 1);
    border-color: RGBA(0, 171, 241, 1);
    ;
}

.footer-menu {
    display: block;
    width: 100%;
    margin: 70px 0 30px;
    padding: 0;
    overflow: hidden;
}

.footer-menu ul {
    margin: 0;
    width: 100%;
    padding-left: 0;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #454545;
    font-size: 14px;
    position: relative;
    padding: 0 12px;
}

.footer-menu ul li a:hover {
    color: #080808;
}

.footer-menu ul li a::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 7px;
    color: #E51570;
    font-weight: 600;
    line-height: 1;
}

.footer-logo .ft_logo {
    width: 135px;
    float: left;
    padding: 0px;
}

.footer-row {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 60px 0;
    background: #F2F2F2;
}

.footer-row span {
    font-size: 11px;
    display: block;
    line-height: 1.7;
}

.footer-row span a {
    color: #454545;
}

.footer-row span a:hover {
    color: #E51570;
}

.vc_row {
    border-top: 1px dashed #b4b4b4;
    padding-top: 15px;
    display: block;
}

.vc_row span {
    font-family: 'Poppins', sans-serif;
    color: #E51570;
    text-transform: uppercase;
    letter-spacing: 1px
}


/*---------------Back To Top------------------*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    background: #E51570;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    padding: 5px;
    text-align: center;
    border: 5px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cd-top i {
    font-size: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

.cd-top:hover {
    background: #fff;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

.cd-top:hover i {
    color: #E51570;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}


/*-----------other pages--------------*/

.about_banner {
    background: url('../img/aboutbanner.jpg');
    background-size: cover;
}

.banner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 180px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.abt_content {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(26%, #ffffff), color-stop(33%, #fdfdfd), color-stop(81%, #e5e5e5), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    z-index: 1;
}

.abt_row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.charity_row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.c_img {
    margin-top: 20px;
}

.suppoter_row {
    background: #fff;
    overflow: hidden;
    padding: 80px;
}


/*-----------organizer page-----------*/

.org_block {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px;
    display: block;
    overflow: hidden;
}

.o_img {
    margin-top: 50px;
}

.org_block h2 {
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #005FAA;
    margin: 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
}

.org_block img {
    height: 100%;
}

.org_block ul {
    padding-left: 0;
}

.org_block ul li {
    font-size: 14px;
}


/*-----------Rules page-----------*/

.gen_ul {
    padding-left: 0;
    margin-left: 0;
}

.gen_ul li {
    margin-bottom: 10px;
}


/*-----------gallery page-----------*/

.gallery_product {
    margin: 25px 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery_product img {
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.gallery_product:hover img {
    filter: grayscale(100%);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.gallery_product a i {
    position: absolute;
    z-index: 99;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    text-align: center;
    padding-top: 7px;
    background: #E7B012;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.gallery_product:hover a i {
    top: 50%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}


/*------------contact page-------------*/

.form_block {
    display: block;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.form_block h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #C5A47E;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.form-control {
    height: 40px;
    border-radius: 0;
    border-color: #222222;
    margin-bottom: 20px;
    box-shadow: none;
    color: #111;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px
}

.form-control:focus {
    border-color: #E51570;
    box-shadow: none;
}

.lbl_title {
    display: block;
    margin: 0 0 7px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.submit_btn {
    margin-top: 0px;
    width: 150px;
}

.submit_btn i {
    margin-right: 10px;
}

.contact-info {
    position: relative;
    padding-left: 40px;
    margin-top: 0px;
}

.contact-info li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #F2F2F2;
    min-height: 50px;
}

.contact-info li .title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #E51570;
    margin-bottom: 10px;
}

.contact-info li strong {
    font-weight: 500;
    font-size: 14px;
}

.map_row {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 15px 15px 10px;
    border: 1px solid #f0f0f0;
}

.contact_routeBlock .nav>li>a {
    width: 175px;
}

.errMsg:not(:empty) {
    position: absolute;
    bottom: 3px;
    left: 15px;
    letter-spacing: 1px;
    font-size: 12px;
    background: #efefef;
    padding: 1px 10px;
    animation: shake 600ms ease-in-out;
    border-radius: 3px;
}

.errMsg:not(:empty).smallErr {
    left: 5px;
    bottom: 0px;
    top: auto;
    margin-bottom: -20px;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}


/*----------FAQ row----------*/

.faq_block {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.faq_block span {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #E51570;
    padding-left: 25px;
}

.faq_block span i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #F0006C;
}

.faq_block p {
    padding-left: 25px;
}


/* *************** required label **************************/
.requirefieldLbl, .requirefieldLbl3  {
  padding: 1px 20px;
  position: absolute;
  left: 15px;
  top: 24px;
  color: #fff !important;
  display: block;
  z-index: 100;
  background-color: #f26363;
  font-size: 14px;
  letter-spacing: 0px;
  animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -webkit-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -moz-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  transform-origin: left top;
}
.requirefieldLbl3  {
  top: 36px !important;
}
.requirefieldLbl::after ,.requirefieldLbl3::after{
  position: absolute;
  content: '';
  top: -6px;
  left: 5px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right:  6px solid transparent;
  border-bottom: 6px solid #f26363;
  z-index: 95;
}

.pd0
{
    padding:0;
}
.mrt
{
    margin-top:20px;
}