@font-face {
	font-family: Barkentina;
	src: url(../fonts/Barkentina.otf);
}

@font-face {
	font-family: calibri;
	src: url(../fonts/calibri.ttf);
}

@font-face {
	font-family: calibrib;
	src: url(../fonts/calibrib.ttf);
}

@font-face {
	font-family: MontB;
	src: url(../fonts/Mont-Bold.otf);
}

@font-face {
	font-family: MontR;
	src: url(../fonts/Mont-Regular.otf);
}

@font-face {
	font-family: MontSB;
	src: url(../fonts/Mont-SemiBold.otf);
}

@font-face {
	font-family: MyriadPro;
	src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
	font-family: railway;
	src: url(../fonts/railway-regular.otf);
}

@font-face {
	font-family: RobotoB;
	src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: MontserratB;
	src: url(../fonts/MontserratB.ttf);
}

body{	
    background-color: #eb4806;
	background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height: 675px;
	width: 100%;
	position: relative;
}


a {
	color: #6628c0;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #181818;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;
}

div {
	position: relative;
}

a {
	cursor: pointer;
}

button,
a {
	border: 0px;
	outline: 0;
}

:focus,
:focus-visible {
	border: 0px;
	outline: 0px
}

.container-fluid {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

header {
	float: left;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.pointer{cursor: pointer;}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.plr30-res{
    padding-left: 30px;
    padding-right: 30px;
}


.dnone{display: none;}
	.dblock{display: block;}
	.container{max-width: 92%;}


	

			/**/

 .slider {
        width: 100%;
        margin: 50px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

	/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
       position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 40px 19px;
}

.expert .slick-list
{
       position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #e9e8fa;	
}
	.events.slider{    margin: 0px auto 50px auto !important;}

.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
	opacity: 0.75;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: rgb(10, 10, 10);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{    background-image: url(../images/prev-ico.png);
    width: 55px;
    height: 63px;
    position: absolute;
    left: -75px;
    transform: scale(0.75);
    top: 40%;}

	.slick-next{       background-image: url(../images/nxt-ico.png);
    width: 55px;
    height: 63px;
    position: absolute;
    right: -75px;
    transform: scale(0.75);
    top: 40%;}

/* .slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢';
}
[dir='rtl'] .slick-next:before
{
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
} */

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

			/**/

.p1{
display: none;
}

.vdo{margin-top: 90px;}

.mdrabtn{ font-family: 'Mont', sans-serif;
font-size: 20px;
text-align: left;
color: #606161;
background-color: #ffffff;
border-radius: 30px;
padding: 8px 30px;
float: right;
margin-top: 50px;
text-decoration: none;
}

.mdrabtn:hover, .mdrabtn:focus{ font-family: 'Mont', sans-serif;
font-size: 20px;
text-align: left;
color:#ffffff;
background-color:#a52f00;
border-radius: 10px;
padding: 8px 30px;
float: right;
margin-top: 50px;
text-decoration: none;
transition: all 0.25s ease-out;
box-shadow: inset 0px 0px 5px #681e00e6;
}


.dwnldbtn{ font-family: 'Mont', sans-serif;
font-size: 20px;
text-align: left;
color: #606161;
background-color: #ffffff;
border-radius: 30px;
padding: 8px 30px;
margin-top: 80px;
text-decoration: none;
}

.dwnldbtn:hover, .dwnldbtn:focus{ font-family: 'Mont', sans-serif;
font-size: 20px;
text-align: left;
color:#ffffff;
background-color:#a52f00;
border-radius: 10px;
padding: 8px 30px;
margin-top: 80px;
text-decoration: none;
transition: all 0.25s ease-out;
box-shadow: inset 0px 0px 5px #681e00e6;
}

.thanks img{margin: 0px auto;}

.thanks .thanksimg{    margin: 40px auto 70px;
display: block;}

.navigat{
position: fixed;
bottom: 0px;
left: 50px;
}

.mainimg2{
text-align: right;}
.mainimg2 img
{
height: 600px;
margin-top: -40px;
}

.mudra h1{    font-family: 'Barkentina', serif;
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: relative;
    margin-top: 15px;}

.mudra h1 sup{           font-family: 'Barkentina', serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    top: 40px;
    position: absolute;
}

.APNmudra.mudra h1 {
    font-family: 'Barkentina', serif;
    font-size: 88px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: relative;
    margin-top: 15px;
}

.mudra h3{    font-family: 'MontB', sans-serif;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    margin: 25px 0px;}


    .mudra h6{        font-family: 'Barkentina', serif;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    min-height: 115px;
    margin-bottom: 10px;}

    .mudra .m-tag{
    height: 80px;
    margin-top: 50px;
    float: right;
}

.APNmudra.mudra .m-tag {
    height: 80px;
    margin-top: 5px;
    float: right;
}

    .mudra .ref{
    font-family: 'calibri', sans-serif;
    color: #1b1b1b;
    font-size: 10px;
    line-height: 16px;
    width: 110%;
    float: left;
    position: absolute;
    bottom: -65px;
    left: -80px;
    font-weight: 600;
    }

    .APNmudra.mudra .ref{bottom: -50px;}

.mudra .ref b{  
    color: #000000;
    font-size: 10px;
    font-weight: 1000;}

    .mudra .ref2{
    font-family: 'calibri', sans-serif;
    color: #1b1b1b;
    font-size: 10px;
    line-height: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    }

.mudra .ref2 b{  
    color: #000000;
    font-size: 10px;
    font-weight: 1000;}


    .almdra{    font-family: 'Barkentina', serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 37px;
    margin-top: -20px;}

    a.partbtn{font-family: 'Mont', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #ffffff;
    background-color: #e78824;
    border: 2px solid #c54e0c;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    margin: 8px auto;}

     a:hover.partbtn, a:focus.partbtn{font-family: 'Mont', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #ffffff;
    background-color: #c54e0c;
    border: 2px solid #e78824;
        border-radius: 10px;
    padding: 8px 20px;
    text-decoration: none;
    margin: 8px auto;
 transition: all 0.25s ease-out;
     box-shadow: 0px 0px 13px 3px #FF9800;
}

.almdrbg{margin-top: 30px;
    margin-bottom: 100px;}

    .mdrbg{        width: 100%;
    float: left;
    min-height: 310px;
    position: absolute;
    top: 300px;
    border-radius: 0px 0px 75px 75px;
    background: #f57133;
    background: radial-gradient(circle, rgba(245, 113, 51, 1) 6%, rgba(215, 77, 39, 1) 100%);
    box-shadow: 0px 0px 20px 0px #00000085;}

    .mdr{
        min-height: 530px;        
    }

    .mdr::after{
           content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 215px;
    background-color: #ffffff;
    }

   

.mdr img, .mdr2 img{height: 300px;
    margin: 0px auto;}

    .mdr h4, .mdr2 h4{font-family: 'MontB', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 10px 0px;}

    .mdr h4 span sup, .mdr2 h4 span sup{    font-family: 'Mont', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    top: -15px;}

    .mdr h5, .mdr2 h5{font-family: 'MontB', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 5px 0px;}

    .mdr p, .mdr2 p{    font-family: 'Mont', sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 15px 30px;
    line-height: 22px;}

    .mtimg{
   /* margin-top: 145px;
    margin-bottom: 125px;*/
    margin-top: 110px;
    margin-bottom: 60px;
   }

    .formbg{
    /*background-color: #e4e8ed;*/
    background-color: #ffffff;
    float: left;
    width: 65%;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 80px;
    }

    .formbg h5{
    font-family: 'MontserratB', sans-serif;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #000;
    }

    .formbg label{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: block;
    }

    .formbg .form-control{
    border: 1px solid #a6a7aa !important;
    margin-bottom: 10px !important;
    padding: 3px 10px !important;
        font-size: 14px !important;
    }

     .form-select{
    border: 1px solid #a6a7aa !important;
    margin-bottom: 10px !important;
    padding: 3px 10px !important;
        font-size: 14px !important;
    }

    .formbg span{border: 1px solid #a6a7aa;
    margin-bottom: 4px;
    padding: 2px 6px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-right: 5px;}

    .formbg span input{    margin-right: 5px;
    margin-top: 3px;
    float: left;}

     .formbg span label{  cursor: pointer; display: inline; font-size: 13px;}

    .formbg span input:checked{    background-color: #f3c221;}

    .formbg small{font-size: 11px;}


    .bkbtn{    padding: 6px 17px;
    font-size: 13px;
    font-family: 'MontserratB', sans-serif;
    font-weight: 1000;
    color: #221f1f;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e78824;
        background-color: #e4e8ed;
    border-radius: 20px;}

    .bkbtn:hover, .bkbtn:focus{
            border: 1px solid #555555;
   background-color: #777777;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.25s ease-out;
    box-shadow: inset 0px 0px 5px #424242e6;
    }

    .nxtbtn{    padding: 6px 17px;
    font-size: 13px;
    font-family: 'MontserratB', sans-serif;
    font-weight: 1000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e78824;
    border-radius: 20px;
    float: right;
    background-color: #e78824;}

    .nxtbtn:hover, .nxtbtn:focus{
           
    background-color: #a52f00;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.25s ease-out;
    box-shadow: inset 0px 0px 5px #681e00e6;
    }

    .imgresult {
    width:80%;
    margin: 0% 10%;
    height: 435px;
    border: 2px solid #e78824;
    }
    

@media (max-width: 1920px) and (min-width: 1601px) {
    header img{transform: scale(1.15);}

	.mainimg img{        height: 550px;
        margin-top: 40px;}

        .mainimg2 img {
               height: 860px;
        margin-top: -15px;
    }
    .mudra h1, .APNmudra.mudra h1{font-size: 115px;}
    .mudra h1 sup, .APNmudra.mudra h1 sup{    font-size: 35px;}
    .mudra h3, .APNmudra.mudra h3{font-size: 40px;}
    .mudra h6, .APNmudra.mudra h6{font-size: 30px;}
    .mudra .m-tag {
    height: 119px;
    margin-top: 145px;
    float: right;
}
.APNmudra.mudra .m-tag {
    height: 120px;
    margin-top: 80px;
    float: right;
}
.APNmudra.mudra .ref {
    bottom: -85px;
}
.almdra{font-size: 38px;
        line-height: 55px;}
.mdr img, .mdr2 img {
    height: 300px;
    margin: 0px auto;
}

.mdr h4, .mdr2 h4{    font-size: 44px;        margin-top: 20px;}
.mdr h4 span sup, .mdr2 h4 span sup{font-size: 23px;}
.mdr h5, .mdr2 h5{    font-size: 30px;}
.mdr p, .mdr2 p{font-size: 24px;min-height: 180px;        line-height: 37px;}
.mdr::after{    width: 3px;height: 315px;}
.mudra .ref2, .mudra .ref2 b{font-size: 20px;
    line-height: 25px;}
    .mdrbg{min-height: 440px;}

a.partbtn, a:hover.partbtn, a:focus.partbtn{font-size: 30px;}
.mudra .ref{
        font-size: 18px;
        line-height: 22px;
        bottom: -165px;
        }
    .mudra .ref b{font-size: 18px;}
body{min-height: 900px;}
.mdrabtn, .mdrabtn:hover, .mdrabtn:focus{    font-size: 27px;}
.vdo {
    margin-top: 90px;
    width: 100%;
    height: 500px;
}
.navigat {
    position: fixed;
    bottom: 25px;
    left: 50px;
}

.navigat img {
           transform: scale(1.2);
        margin-right: 10px;
}

.mudra img.center-xs{    height: 200px;}
.formbg{    width: 70%;
    padding: 18px 20px;}

    .formbg h5{    font-size: 20px;}
    .formbg label{font-size: 18px;}
    .formbg .form-control{    padding: 7px 10px !important;
    font-size: 14px !important;}
    .form-select{    padding: 7px 10px !important;
    font-size: 18px !important;}
    .formbg span input{    margin-right: 10px;
    margin-top: 6px;
    float: left;
    transform: scale(1.5);
    margin-left: 5px;}
    .formbg span label{font-size: 18px;}
    .formbg span{margin-bottom: 10px;margin-right: 15px;}
    .formbg small{    font-size: 16px;}
    .bkbtn, .bkbtn:hover, .bkbtn:focus{    font-size: 18px;}
    .nxtbtn, .nxtbtn:hover, .nxtbtn:focus{    font-size: 18px;}
    .mtimg {
    cursor: pointer;
    transform: scale(1.2);
    margin-top: 235px;
}
.thanks img{transform: scale(1.2);        margin-top: 80px;}
.thanks header img{margin-top: 0px;transform: scale(1.15);}
.thanks .thanksimg {
    margin: 90px auto 70px;
    display: block;
    transform: scale(1.2);
}

.dwnldbtn, .dwnldbtn:hover, .dwnldbtn:focus {
    font-size: 24px;
}
}




@media (max-width: 1600px) and (min-width: 1451px) {
/* 
    .mainimg2 img {
    height: 600px;
    margin-top: -16px;
}


        .mainimg2 img {
        height: 1000px;
        margin-top: -16px;
    }
    .mudra h1, .APNmudra.mudra h1{    font-size: 118px;}
    .mudra h1 sup, .APNmudra.mudra h1 sup{    font-size: 35px;}
    .mudra h3, .APNmudra.mudra h3{    font-size: 47px;}
    .mudra h6, .APNmudra.mudra h6{font-size: 32px;}
    .mudra .m-tag {
    height: 119px;
    margin-top: 200px;
    float: right;
}
.APNmudra.mudra .m-tag {
    height: 120px;
    margin-top: 130px;
    float: right;
}
.APNmudra.mudra .ref {
    bottom: -85px;
}
.almdra{font-size: 40px;    line-height: 60px;}
.mdr img, .mdr2 img {
    height: 300px;
    margin: 0px auto;
}

.mdr h4, .mdr2 h4{    font-size: 44px;}
.mdr h4 span sup, .mdr2 h4 span sup{font-size: 23px;}
.mdr h5, .mdr2 h5{    font-size: 30px;}
.mdr p, .mdr2 p{font-size: 24px;min-height: 230px;        line-height: 37px;}
.mdr::after{    width: 3px;height: 315px;}
.mudra .ref2, .mudra .ref2 b{font-size: 20px;
    line-height: 25px;}
    .mdrbg{min-height: 470px;}

a.partbtn, a:hover.partbtn, a:focus.partbtn{font-size: 30px;}
.mudra .ref{           font-size: 20px;
        line-height: 29px;
        bottom: -165px;}
    .mudra .ref b{    font-size: 20px;}
body{min-height: 1000px;}

.vdo {
    margin-top: 90px;
    width: 100%;
}

.mudra img.center-xs{    height: 250px;}
.formbg{    width: 90%;
    padding: 18px 20px;}

    .formbg h5{    font-size: 24px;}
    .formbg label{font-size: 22px;}
    .formbg .form-control{    padding: 10px 10px !important;
    font-size: 14px !important;}
    .form-select{    padding: 10px 10px !important;
    font-size: 22px !important;}
    .formbg span input{    margin-right: 10px;
    margin-top: 6px;
    float: left;
    transform: scale(1.5);
    margin-left: 5px;}
    .formbg span label{font-size: 19px;}
    .formbg span{margin-bottom: 10px;margin-right: 15px;}
    .formbg small{    font-size: 17px;}
    .bkbtn, .bkbtn:hover, .bkbtn:focus{    font-size: 24px;}
    .nxtbtn, .nxtbtn:hover, .nxtbtn:focus{    font-size: 24px;}
    .mtimg {
    cursor: pointer;
    transform: scale(1.2);
    margin-top: 235px;
}
.thanks img{transform: scale(1.3);        margin-top: 80px;}
.thanks header img{margin-top: 0px;}
.thanks .thanksimg {
    margin: 90px auto 70px;
    display: block;
    transform: scale(1.5);
}

.dwnldbtn, .dwnldbtn:hover, .dwnldbtn:focus {
    font-size: 30px;
} */

	.mainimg img{height: 480px;}
    .mainimg2 img {
    height: 600px;
    margin-top: -16px;
}
}



@media (max-width: 1450px) and (min-width: 1300px) {
.mainimg img{height: 430px;}
.mainimg2 img {
    height: 600px;
    margin-top: -20px;
}
}

@media (max-width: 1299px) and (min-width: 1200px) {
	.mainimg img{height: 430px;}
    .mainimg2 img {
    height: 600px;
    margin-top: -20px;
}
.mudra h1 {
    font-size: 82px;
        font-weight: bold;
            margin-top: 40px;
}
.mudra h3{font-size: 30px;}
.formbg{    width: 75%;}
}

@media (max-width: 1199px) and (min-width: 992px) {
.mainimg img{max-height: 430px;}
.mainimg2 img {
    height: 600px;
    margin-top: -20px;
}
.mudra h1 {
          font-size: 96px;
        font-weight: bold;
        margin-top: 30px;
        line-height: 80px;
}
.mudra h3{        font-size: 27px;}
.APNmudra.mudra h3 {
        font-size: 25px;
    }
.mudra h6{    font-size: 21px;    min-height: 130px;}

    .APNmudra.mudra h6 {
        font-size: 20px;
        min-height: 130px;
    }


.mudra .m-tag{    margin-top: 0px;}
.APNmudra.mudra .m-tag {
        margin-top: 35px;
    }
    .APNmudra.mudra h1 {
       font-size: 72px;
        font-weight: bold;
        margin-top: 20px;
        line-height: 80px;
    }

.almdra{margin-top: 20px;}
.mdrbg{min-height: 360px;}
.formbg{    width:95%;}
}

@media (max-width: 991px) and (min-width: 150px) {
.APNmudra .partbtn2{    text-align: center;    margin-top: 30px;        min-height: 90px;}
.APNmudra .partbtn2 .partbtn{    float: none !important;}
}

@media (max-width: 991px) and (min-width: 769px) {
.APNmudra.mudra .m-tag {
    height: 80px;
    margin-top: 0px;
    float: right;
}
    body{min-height: 940px;}
    .formbg{width: 90%;}
   .almdra{line-height: 30px; margin-top:50px;    font-size: 25px;}
.mdr h4, .mdr2 h4{    font-size: 27px;}
.mdr p, .mdr2 p {    
          font-size: 14px;
        margin: 15px 10px;
        line-height: 22px;
        min-height: 150px;
}
.mdrbg{min-height: 330px;}

.mudra .ref2{margin-bottom: 15px;}
.mdr::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 240px;
    background-color: #ffffff;
}
   .mdrabtn {
    font-family: 'Mont', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #606161;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 8px 30px;
    float: right;
    margin-top: 25px;
    text-decoration: none;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}
     .mainimg2 img {
    height: 300px;
    margin: 0px auto;
    display: block;
}
.mudra h1{font-size: 70px;
    font-weight: bold;    line-height: 70px;        text-align: center;}
    .mudra h1 sup{top: 20px;}
    .mudra h3{    font-size: 25px;text-align: center;}
    .mudra h6{    font-size: 20px;text-align: center;}
        .mudra .ref {
        position: relative;
        left: 0;
        top: 20px;
        width: 100%;
    }
     .mdrbg-xs {
    width: 100%;
    float: left;
    min-height: 315px;
    position: absolute;
    top: 300px;
    left: 0;
    border-radius: 0px 0px 75px 75px;
    background: #f57133;
    background: radial-gradient(circle, rgba(245, 113, 51, 1) 6%, rgba(215, 77, 39, 1) 100%);
    box-shadow: 0px 0px 20px 0px #00000085;
}

.APNmudra .mdrbg-xs{ min-height: 350px;}



	.mainimg img{max-height: 450px;
        margin: 0px auto;
        text-align: center;
        }
        .navigat {
    position: fixed;
    bottom: 0px;
    left: 75px;
}
.vdo {
    margin-top: 30px;
    width: 100%;
}
.mdrabtn {
    font-family: 'Mont', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #606161;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 8px 30px;
    float: right;
    margin-top: 25px;
    text-decoration: none;
    margin-bottom: 30px;
}

.APNmudra.mudra h1 {
    font-family: 'Barkentina', serif;
    font-size: 88px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 15px;
}
}

@media (max-width: 1199px) and (min-width: 150px) {
	body {
    background-color: #e78824;
	}

   
}

@media screen and (max-width: 768px) and (min-width: 150px) {
.imgresult {
width:94%;
margin: 0% 3%;
height: auto;
}
body.thanks{min-height: 500px;}
.thanks img.dblock{margin-top: 50px;}
.thanks .thanksimg {
margin: 40px auto 50px;
display: block;
}
.thanks .mb90{margin-bottom: 20px;}
.formbg {
background-color: #ffffff;
float: left;
width: 96%;
padding: 10px 20px;
border-radius: 30px;
margin: 0px 2%;
margin-bottom: 50px;
}
.center-xs{    display: block;
margin: 0px auto;}
.mtimg {
margin-top: 60px;
margin-bottom: 20px;
/*height: 250px;*/
height: auto;
}
.container-fluid{    width: 102%;}
body {
background-color: #e78824;
min-height: 1150px;
}
.mainimg2 img {
height: 300px;
margin: 0px auto;
display: block;
}
.mudra h1{font-size: 71px;
font-weight: bold;    line-height: 70px;        text-align: center;}
.mudra h1 sup{top: 20px;}
.mudra h3{    font-size: 25px;text-align: center;}
.mudra h6{    font-size: 20px;text-align: center;}
.mudra .ref {
position: relative;
left: 0;
top: 20px;
width: 100%;
}
.almdra{line-height: 30px; margin-top:50px;    font-size: 22px;}
.almdra br{display: none;}


.mdrabtn {
font-family: 'Mont', sans-serif;
font-size: 20px;
text-align: left;
color: #606161;
background-color: #ffffff;
border-radius: 30px;
padding: 8px 30px;
float: right;
margin-top: 25px;
text-decoration: none;
margin-bottom: 30px;
z-index: 2;
position: relative;
}
.plr30-res{
padding-left: 10px;
padding-right: 10px;
}
.vdo{width: 100%;
margin-top: 20px;}
.p1{
font-family: 'MontB', sans-serif;
font-size: 27px;
text-align: center;
color: #ffffff;
line-height: 35px;
display: block;
margin-top: 10px;
}

.mainimg img{max-height: 450px;
margin: 0px auto;
text-align: center;
margin-top: 40px;
/* display: block;*/} 


.navigat {
bottom: -10px;
left: 15px;
float: left;
width: 100%;
position: fixed;
}
.mdr::after {
content: '';
position: absolute;
left: 5%;
bottom: 0;
width: 90%;
height: 1px;
background-color: #c74c21;
}

.mdr {
min-height: unset;
padding-bottom: 10px;
margin-bottom: 15px;
}
.mdrbg{    min-height: 1420px;}



.dnone-xs{display: none;}
.dblock-xs{display: block;}

}

@media screen and (max-width: 768px) and (min-width: 450px) {
    .APNmudra.mudra h1{font-size: 62px;text-align: center;}
        .APNmudra.mudra h3 {
        font-size: 22px;
        text-align: center;
    }
    .mdrbg-xs {
    width: 100%;
    float: left;
    min-height: 315px;
    position: absolute;
    top: 300px;
    left: 0;
    border-radius: 0px 0px 75px 75px;
    background: #f57133;
    background: radial-gradient(circle, rgba(245, 113, 51, 1) 6%, rgba(215, 77, 39, 1) 100%);
    box-shadow: 0px 0px 20px 0px #00000085;
}

.APNmudra .mdrbg-xs {
        min-height: 375px;
    }

        .APNmudra.mudra h6 {
        font-size: 18px;
        text-align: center;
    }

  .mudra .m-tag {
    height: 80px;
    margin: 50px auto 0px;
    float: none;
    display: block;
}
 .APNmudra.mudra .m-tag {
        height: 80px;
        margin: 50px auto 0px;
        float: none !important;
        display: block;
    }

	.navigat {
   bottom:0px;
        left: 15px;
        float: left;
        width: 100%;
        position: fixed;
}

}

@media screen and (max-width:449px) and (min-width: 150px) {
    
    .APNmudra.mudra h6 {
        font-size: 18px;
        text-align: center;
    }
    .APNmudra.mudra h1{font-size: 46px;
        text-align: center;
    font-weight: bold;}
        .APNmudra.mudra h3 {
        font-size: 22px;
        text-align: center;
    }

        .APNmudra.mudra h6 {
        font-size: 17px;
        text-align: center;
    }

     .mdrbg-xs {
    width: 100%;
    float: left;
    min-height: 430px;
    position: absolute;
    top: 300px;
    left: 0;
    border-radius: 0px 0px 75px 75px;
    background: #f57133;
    background: radial-gradient(circle, rgba(245, 113, 51, 1) 6%, rgba(215, 77, 39, 1) 100%);
    box-shadow: 0px 0px 20px 0px #00000085;
}

      .mudra .m-tag {
    height: 80px;
    margin: 90px auto 0px;
    float: none;
    display: block;
}
	.navigat {
   bottom: -10px;
        left: 15px;
        float: left;
        width: 100%;
        position: fixed;
}
a.partbtn{    font-size: 18px;
    padding: 8px 10px;}
    .APNmudra.mudra .m-tag {
        height: 80px;
        margin: 50px auto 0px;
        float: none !important;
        display: block;
    }
}
/********************Added by Savitree*********************/
#customButton{
cursor: pointer;
}
.mtimg{
 cursor: pointer;
}
.navigatnextbtn{
position: fixed;
bottom: 20px;
left: 50px;
}