@font-face {
	font-family: 'DINOT-Light';
	src: url('../fonts/DINOT-Light.otf');
}
.font-dinotLight{
	font-family: 'DINOT-Light';
}

@font-face {
	font-family: 'DINOT-LightItalic';
	src: url('../fonts/DINOT-LightItalic.otf');
}
.font-dinotLightItalic{
	font-family: 'DINOT-LightItalic';
}

@font-face {
	font-family: 'DINOT 3';
	src: url('../fonts/DINOT 3.otf');
}
.font-dinot3{
	font-family: 'DINOT 3';
}

@font-face {
	font-family: 'DINOT-Italic';
	src: url('../fonts/DINOT-Italic.otf');
}
.font-dinotItalic{
	font-family: 'DINOT-Italic';
}

@font-face {
	font-family: 'DINOT-Medium 3';
	src: url('../fonts/DINOT-Medium 3.otf');
}
.font-dinotMedium3{
	font-family: 'DINOT-Medium 3';
}

@font-face {
	font-family: 'DINOT-MediumItalic';
	src: url('../fonts/DINOT-MediumItalic.otf');
}
.font-dinotMediumItalic{
	font-family: 'DINOT-MediumItalic';
}

@font-face {
	font-family: 'DINOT-Bold 2';
	src: url('../fonts/DINOT-Bold 2.otf');
}
.font-dinotBold2{
	font-family: 'DINOT-Bold 2';
}

@font-face {
	font-family: 'DINOT-BoldItalic';
	src: url('../fonts/DINOT-BoldItalic.otf');
}
.font-dinotBoldItalic{
	font-family: 'DINOT-BoldItalic';
}

@font-face {
	font-family: 'DINOT-Black';
	src: url('../fonts/DINOT-Black.otf');
}
.font-dinotBlack{
	font-family: 'DINOT-Black';
}

@font-face {
	font-family: 'DINOT-BlackItalic';
	src: url('../fonts/DINOT-BlackItalic.otf');
}
.font-dinotBlackItalic{
	font-family: 'DINOT-BlackItalic';
}

@font-face {
	font-family: 'DINOT-CondLight';
	src: url('../fonts/DINOT-CondLight.otf');
}
.font-dinotCondLight{
	font-family: 'DINOT-CondLight';
}

@font-face {
	font-family: 'DINOT-CondLightIta';
	src: url('../fonts/DINOT-CondLightIta.otf');
}
.font-dinotCondLightIta{
	font-family: 'DINOT-CondLightIta';
}

@font-face {
	font-family: 'DINOT-Cond';
	src: url('../fonts/DINOT-Cond.otf');
}
.font-dinotCond{
	font-family: 'DINOT-Cond';
}

@font-face {
	font-family: 'DINOT-CondIta';
	src: url('../fonts/DINOT-CondIta.otf');
}
.font-dinotCondIta{
	font-family: 'DINOT-CondIta';
}

@font-face {
	font-family: 'DINOT-CondMedium';
	src: url('../fonts/DINOT-CondMedium.otf');
}
.font-dinotCondMedium{
	font-family: 'DINOT-CondMedium';
}

@font-face {
	font-family: 'DINOT-CondMediIta';
	src: url('../fonts/DINOT-CondMediIta.otf');
}
.font-dinotCondMediIta{
	font-family: 'DINOT-CondMediIta';
}

@font-face {
	font-family: 'DINOT-CondBold';
	src: url('../fonts/DINOT-CondBold.otf');
}
.font-dinotCondBold{
	font-family: 'DINOT-CondBold';
}

@font-face {
	font-family: 'DINOT-CondBoldIta';
	src: url('../fonts/DINOT-CondBoldIta.otf');
}
.font-dinotCondBoldIta{
	font-family: 'DINOT-CondBoldIta';
}

@font-face {
	font-family: 'DINOT-CondBlack';
	src: url('../fonts/DINOT-CondBlack.otf');
}
.font-dinotCondBlack{
	font-family: 'DINOT-CondBlack';
}

@font-face {
	font-family: 'DINOT-CondBlackIta';
	src: url('../fonts/DINOT-CondBlackIta.otf');
}
.font-dinotCondBlackIta{
	font-family: 'DINOT-CondBlackIta';
}


iframe{
	z-index: 9999999;
}
body{
	padding: 0;
	margin: 0;
}

div.no-overflow{
	overflow-y: hidden;
	max-height: 100vh;
}


.desktop .right-section ul{
	list-style-type: none;
	padding: 7px 0;
}
.desktop .right-section ul li{
	margin: 5px 0;
}
.desktop ul.unstyled img{
	height: 60px;
	width: 60px;
}
.desktop .right-section button{
	width: 100%;
}


.desktop .right-section .first-question ul{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

.desktop .right-section .first-question ul li{
	width: 45%;
}

.desktop div.socials{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	display: inline-block;
}


/*.desktop div.logo-img-parent{
	background: black;
	height: 9em;
	width: 9em;
	position: absolute;
	left: -25px !important;
	top: -21px;
	border-radius: 50%;
	z-index: 99;
}

.desktop img.logo{
	height: 7em;
	position: absolute;
	top: 16px;
	left: 22px;
	z-index: 5;
}*/

.desktop a div.socials {
	text-decoration: none;
	color: white;
}


.desktop div.facebook{
	background-color: rgb(62, 91, 148);
}

.desktop div.twitter{
	background-color: rgb(89, 174, 235);
}

.desktop div.instagram{
	background-color: rgb(224, 34, 116);
}

.desktop div.email{
	background-color: rgb(23, 19, 20);
}

.desktop div.chain{
	background-color: rgb(158, 158, 158);
}



.desktop div.number{
	background-color: rgb(255, 240, 0);
	color: black;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8em;
	-webkit-box-shadow: 0px -1px 15px 1px rgba(0,0,0,0.44);
	box-shadow: 0px -1px 15px 1px rgba(0,0,0,0.44);
}

.desktop button.nextQuestion, .desktop button.lastCall{
	color: black;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	background-color: rgb(255, 240, 0);
    height: 30px;
    width: 35%;
    position: relative;
    margin: 0 auto;
    display: block;
}

.desktop button.nextQuestion:before, .desktop button.lastCall:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 85%;
    width: calc(100% * 1.1);
    border-bottom: 30px solid black;
    border-right: 15px solid transparent;
}

.desktop button.nextQuestion:after, .desktop button.lastCall:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 85%;
    width: calc(100% * 1.1);
    border-bottom: 30px solid black;
    border-left: 15px solid transparent;
}

/*.desktop .second-question button.nextQuestion,
.desktop .fourth-question button.nextQuestion{
	border: none;
	outline: none;
	cursor: pointer;
	padding: 3px;
	background: rgb(25, 25, 25) url(../images/next_button.png) no-repeat;
	background-position: center;
	background-size: 100px auto;
	height: 30px;
	position: relative;
	top: -10px;
}*/

/*.desktop .second-question label,
.desktop .fourth-question label{
	margin-bottom: 0.3rem;
}*/


::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    /*background: transparent;*/  /* Optional: just make scrollbar invisible */
    -webkit-appearance: none; /* hide it */
}

.desktop .main-div{
	height: 50vh;
	overflow-y: scroll;
}


.desktop .main-div .number, .desktop .main-div h5{
	margin-top: 25px;
}

.desktop .main-div h5{
	font-size: 1.5em;
}


.desktop div.social-media-links ul{
	list-style-type: none;
	padding: 0;
}

.desktop div.social-media-links ul li{
	display: inline;
}


.desktop div.social-media-links ul li img{
	height: 30px;
	width: 30px;
}


.desktop .blur{
	background-color: gray;
	filter: blur(6px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.desktop .remove-blur{
	filter: blur(0px);
	height: 50vh;
	transition: filter 1s ease-in, background-color 1.3s ease-in;
	background-color: #fff;
}


/*left-page-slider-start*/
.desktop .dot-container {
	position: absolute;
	top: 11%;
	right: 44%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}

.desktop .dot-container .dot-ul {
	list-style: none;
}

 .desktop .dot-container .dot-ul li {
	margin-bottom: 4px;
}

.desktop .dot-container .dot-ul li a {
	width: 7px;
	height: 7px;
	background: orange;
	border-radius: 50%;
	display: inline-block;
	opacity: .4;
}

.desktop .dot-container .dot-ul li a.active {
	background-color: rgb(255, 240, 0);
	opacity: 1;
}
.desktop .container-main .slider {
	position: relative;
	width: 100%;
	height: 100vh;
}

/*.desktop .container-main .slider img{
	filter: contrast(0.5) brightness(120%);
}*/

div.content{
	position: absolute;
	right: 4%;
	bottom: 0;
}

/*.desktop .container-main .slider .content {
	position: absolute;
	bottom: 0;
	right: 5%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 46vw;
	height: auto;
}*/

.desktop .container-main .slider .text h1 {
	font-size: 3.7em;
	color: rgb(255, 240, 0);
	text-transform: uppercase;
	margin: 0;
}
.desktop .container-main .slider .text{
	position: absolute;
	bottom: 45px;
	left: 20px;
}

/*.desktop .container-main .second-image h1{
	left: 27%;
	top: 15%;
}
.desktop .container-main .third-image h1{
	right: 7%;
	top: 5%;
}
.desktop .container-main .forth-image h1{
	left: 4%;
	top: 21%;
}
.desktop .container-main .fifth-image h1{
	left: 36%;
	top: 56%;
}
.desktop .container-main .sixth-image h1{
	left: 2%;
	top: 27%;
}*/

.desktop .container-main .slider .text p {
	font-size: 1.5em;
	color: #ffffff;
}


.img-fluid {
	width: 100%;
	height: 100%;
}


/*.desktop .container-main .first-image {
	background-image: url("../images/slide1.jpg");	
}
.desktop .container-main .second-image {
	background-image: url('../images/slide2.jpg');
	background-position: 50% 50%;
}

.desktop .container-main .third-image {
	background-image: url("../images/slide3.jpg");
	background-position: 0% 100%;
}

.desktop .container-main .forth-image {
	background-image: url("../images/slide4.jpg");
	background-position: center;
}

.desktop .container-main .fifth-image {
	background-image: url("../images/slide5.jpg");
	background-position: center;

}

.desktop .container-main .sixth-image {
	background-image: url("../images/slide6.jpg");
}*/


/*.desktop .container-main .first-image,
.desktop .container-main .second-image,
.desktop .container-main .third-image,
.desktop .container-main .forth-image,
.desktop .container-main .fifth-image,
.desktop .container-main .sixth-image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
/*left-page-slider-end*/



/*list-item-input-start*/
.desktop .styled-checkbox {
	position: absolute;
	opacity: 0;
}
.desktop .styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	width: 100%;
}
.desktop .styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid black;
	border-radius: 50%;
	float: left;
	position: relative;
	top: 3px;
}

.desktop .styled-checkbox:checked + label:before {
	background: rgb(255, 240, 0);
	border: none;
}
.desktop .styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.desktop .styled-checkbox:checked + label:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block; 
	vertical-align: middle;
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 11px;
}

.desktop .first-question .styled-checkbox:checked + label:after {
	top: 5px;
}
/*list-item-input-end*/


/*images questions-start*/
.desktop .images .styled-checkbox {
	position: absolute;
	opacity: 0;
}
.desktop .images .styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.desktop .images .styled-checkbox + label:before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 17px;
	height: 17px;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: 0;
	opacity: 0;
}

.desktop .images .styled-checkbox:checked + label:before {
	background: rgb(255, 240, 0);
	border: none;
	opacity: 1;
}
.desktop .images .styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.desktop .images .styled-checkbox:checked + label:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block; 
	vertical-align: middle;
	font-weight: 900;
	position: absolute;
	right: 13px;
	top: 9px;
	font-size: 11px;
	left: auto;
}



.desktop div .main-div ul li label div{
	width: 90%;
	display: inline-block;
}

.desktop .images	label>img {
	outline: 2px solid transparent;
}

.desktop .images input[type=radio]:checked + label>img {
	outline: 2px solid rgb(255, 240 ,0);
}


.desktop .images input[type=radio] + label>img {
	margin-bottom: 15px;
}
/*images questions end*/


.if_dog{
	display: none;
}

button[disabled="disabled"]{
	opacity: .6;
}

.myself{
	display: none;
}

.myself_first{
	display: block !important;
}


@media screen and (max-width: 1440px){
	.desktop .container-main .slider .text h1{
		font-size: 3em;
	}
	.desktop .container-main .slider .text p{
		font-size: 1.15em;
	}

	.desktop .main-div h5{
		font-size: 1.2em;
	}

	.desktop div.socials{
		padding: 7px;
	}

	.desktop .images .styled-checkbox:checked + label:after {
		right: 14px;
		top: 11px;
		font-size: 9px;
		left: auto;
	}

	.desktop button.nextQuestion{
		height: 25px;
		margin-bottom: 1em;
	}
	.desktop button.nextQuestion:before, .desktop button.nextQuestion:after{
		border-bottom:25px solid black;
	}

	.desktop div .main-div ul li label div{
		width: calc(100% - 30px);
	}

	.desktop .styled-checkbox + label:before {
		top: 2px;
	}

	.desktop .first-question{
		height: 50vh;
	}

	.desktop .container-main .second-image {
		background-position: 65% top;
	}

	.desktop .container-main .forth-image{
		background-position: right;
	}
}



@media screen and (max-width: 1415px){
	.desktop .right-section .first-question ul li{	
		width: 48%;
	}
}


@media screen and (max-width: 1366px), screen and (max-height: 830px){
	/*.desktop .container-main .slider .text h1{
		font-size: 2.7em;
	}

	.desktop .container-main .slider .text p{
		font-size: 1.03em;
	}*/

	.desktop .main-div h5{
		font-size: 1em;
	}


	.desktop .dot-container{
		top: 18%;
	}

	.desktop div.number {
			height: 40px;
			width: 40px;
			font-size: 1.2em;
	}

	.desktop .right-section ul{
		padding: 0px 0;
		font-size: 0.8em;
	}

	.desktop .right-section ul li{
		margin: 0px 0;
	}


	.desktop button.nextQuestion {
		padding: 0px;
	} 


	.desktop .styled-checkbox + label:before,
	.desktop .first-question .styled-checkbox + label:before {
		width: 15px;
		height: 15px;
	}

	.desktop .styled-checkbox:checked + label:after,
	.desktop .first-question .styled-checkbox:checked + label:after {
		left: 3px;
		top: 2.5px;
		font-size: 9px;
	}

	.desktop .images .styled-checkbox + label:before {
		width: 15px;
		height: 15px;
		top: 9px;
	}

	.desktop .images .styled-checkbox:checked + label:after {
		right: 13px; 
		top: 9px; 
		font-size: 9px;
		left: auto;
	}

	.desktop .images input[type=radio] + label>img{
		margin-bottom: 1px;
	}

	/*.desktop div.logo-img-parent{
		height: 8em;
		width: 8em;
	}

	.desktop img.logo {
		top: 11px;
		left: 13px;
	}*/

	.desktop .container-main .second-image {
		background-position: 65% 20%;
	}

	.desktop .first-question{
		height: 50vh;
	}
}


@media screen and (max-width: 1280px){
	.desktop .container-main .text h1{
		font-size: 2.7em;
	}
	.desktop .container-main .slider .text p{
		font-size: 1.04em;
	}
	.desktop .main-div{
		/*padding: 30px 0;*/
	}
}	


@media screen and (max-width: 1024px){
	/*.desktop .container-main .slider .content {
		left: 54%;
		width: 50vw;
	}*/

	.desktop .container-main .slider .text h1{
		font-size: 2.4em;
	}
	.desktop .container-main .slider .text p{
		font-size: 1em;
	}

	/*.desktop .main-div{
		padding: 50px 0;
	}*/

	.desktop div.number {
		height: 45px;
		width: 45px;
		font-size: 1.3em;
	}

	.desktop .dot-container {
		top: 13%;
	}

	/*.desktop .container-main .slider.second-image {
		background-image: url('../images/slide2.jpg');
		background-position: 50% 50%;
	}

	.desktop .container-main .slider.fifth-image {
		background-image: url("../images/slide5.jpg");
		background-position: 87% 50%;
	}*/
}


@media screen and (max-width: 906px){
	.desktop .right-section .first-question ul li{	
		width: 50%;
	}

	.desktop .right-section ul{
		font-size: 0.7em;
	}
}


/*@media screen and (max-width: 858px){

	.desktop .right-section .first-question ul li{	
		width: 50%;
	}

	.desktop .right-section ul{
		font-size: 0.7em;
	}
}
*/


@media screen and (max-width: 768px){
	.desktop .right-section .first-question ul li{
		width: 65%;
	}
}