a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
body
{	
	margin:0;
	padding:0;
	font-family: 'Rajdhani', sans-serif;
	overflow: hidden;
	
}

p {
	font-family: 'Rajdhani', sans-serif;
}

h1,h2,h3,h4,h5,h6,li,ul,p
{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}

a:focus, a:hover {
    color: #743131;
	text-decoration:none;
}
img
{
	outline:none;
	border:none;
	margin:0;
	padding:0;
}
a {
	color: #20abe2;}
a
{
	text-decoration:none;
	
}
.logo{
	padding-left: 25px;
	margin-top: 50px;
}
.call{
	float: right;
	text-align: right;
	padding-right: 25px;
	margin-top: 58px
}
.call li{
	float: left;
	margin-left: 25px;
}

.call li a{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color: #000;
	overflow: hidden;font-weight: 500;
	text-align: left;
}

.getfree a{
	font-size: 25px !important;
	padding:8px 25px;
	overflow: hidden;
	color: #fff !important;
	text-align: center !important;
	background-color: #010709;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: 500;
}
.getfree a:hover{
	background-color: #20abe2;
}
.call li a span img{
	width: 100%;
}
.call li a span{
	float: left;
	width: 53px;
	margin-right: 10px;
}

.main-txt h1{
	font-size: 95px;font-weight: 600;
	text-align: center !important;
	
    margin-bottom: calc(.5rem + 10px);
}
.main-txt .row {
    min-height: calc(100vh - 110px);
}
.d-block{
	display: block !important;
}
.main-txt p{
	font-size: 20px !important;
	font-weight: 500;
	width: 680px;
	text-align: center;
	margin: 20px auto !important;
}
.btn-dialler{
	margin: 0 auto;
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,171,226,1) 100%);
	border-radius: 90px;
	padding: 8px 25px;
	font-size: 25px !important;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff !important;	
	border: none;
  

}
.btn-dialler:hover{
/*	background-color: #20abe2 !important;*/
	
	background: rgb(32,171,226,1);
    background: linear-gradient(90deg, rgba(32,171,226,1) 0%, rgba(32,171,226,1) 100%);
}
/*
.main-txt {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101% auto;
	background-size: contain;
}
*/
.bg {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101% auto;
/*
	background-size: contain;
	height: 100vh
*/
}



.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}


/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin:0 auto;
/*  width: 50%;*/
/*  max-width: 100%;*/
  height: auto;
	left: 35%;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
  bottom: 100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}
.modal-content{
	background: url(../img/box.png) center top no-repeat;
	width: 489px;
	height: 475px !important;
	border: none;
}
/* end */
.btn-submit{
	padding: 4px 45px;
	float: right;
}
.p-6{
	padding:0 90px 0 57px!important
}
#getdialler .form-select{
	border-radius: 90px !important;
	height: 45px !important;
}
#getdialler .form-control{
	border-radius: 90px !important;
	height: 45px !important;
}
.p-6 h5{
	clear: both;
	width: 100%;
	display: block;
	float: left;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
}
.closebtn span{
	font-size: 27px;
    line-height: 28px;
}
.closebtn{
	border: 1px solid #20abe2;
    border-radius: 90px;
    height: 30px;
    width: 30px;
    background-color: #fff;
}
.modal-header{
	padding-top: 38px;
    padding-bottom: 0;
}
.main-txt{
	margin-top: 50px;
}




@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 1900px){
.main-txt h1 {
	font-size: 65px;}
	.logo {
    margin-top: 25px;
}
	.call {
    float: right;
    text-align: right;
    padding-right: 25px;
    margin-top: 33px;
}
	.main-txt {
    margin-top: 50px;
}
	.main-txt p {
    width: 720px;
}
	.main-txt .row {
    min-height: calc(100vh - 140px);
}
}
@media only screen and (max-width: 992px) {
.main-txt p {
    
    width: 100%;
}
}

@media only screen and (max-width: 767px) {

}
	@media (max-width: 480px) {
		.main-txt h1 {
			font-size: 30px;}
		.main-txt p {
			font-size: 16px !important;}
		.logo {
    padding-left: 0;
    margin-top: 0;
			padding: 10px;
}.logo img{
    	width: 100%;
}
	.call {
    padding-left: 0;
    margin-top: 0;
			padding:10px;
		float: none;text-align: center;
}	
		.call li {
    float: none;
    margin-left: 0;
			width: 100%;
			margin-top: 10px;
			display: block;
}
		.main-txt h1{
			margin-bottom: 0;
		}
		body
{	
	
	overflow: inherit !important;
	
}
		.bg {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
/*     background-size: contain; */
     background-size: inherit; 
}
		.modal.modal-top .modal-dialog,
		.modal.modal-bottom .modal-dialog {
			left: 0 !important;
		}
		.p-6 {
    padding: 0 7px 0 4px!important;
}
		.p-6 h5 {

			font-size: 25px;}
		
		
		.modal-content {
    width: 100%;
    border: none;
}
		.modal-dialog{
			width: 100%;
		}
		.btn-dialler{
			    border: 2px solid #ffff;
		}
		.main-txt .row {
    min-height: inherit !important;
}
		.bg{
			height: 100vh;background-size: contain;
		}
}

.modal-content-bg{
background-color: #fff !important;
background: #fff !important;
border-radius: 0;
/* padding: 15px;*/
border: none;
height: auto !important;
width: 320px;
margin: 0 auto;
}
.content-success{
border: 1px solid rgba(0,0,0,0.10);
text-align: center;
}
.tick {
background-color: #3cb878;
padding: 30px 0;
}
.tick p{
color: #FFFFFF;
text-align: center;
font-size: 30px;
}
.tick img{
width: 120px;
margin: 0 auto 15px auto;
filter: brightness(0) invert(1);
}
.sucess-msg{
overflow: hidden;
padding: 40px 0;
}
.sucess-msg button{
border: none;
text-align: center;
color: #3cb878;
background-color: #fff;
font-weight: 600;
text-transform: uppercase;
}
.sucess-msg p{
font-size: 16px;
color: #000;
margin-bottom: 20px;
padding:0 50px
}