
input.btn.btn_send_msg{
	width: 100%;
	margin-top: 15px;
}
section.contact_info {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
	margin-top:80px;
}

.contact_overall {
    float: left;
    width: 100%;
}

.contact_img {
    position: absolute;
    left: 9%;
    top: 3%;
}

.contact_img img {
    height: 100%;
    width: 100%;
}

.contact_content{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.contact_content h1 {
    font-size: 45px;
    text-transform: capitalize;
    color: #6fc047;
    font-family: 'Poppins' !important;
}
.contact_content p {
    font-size: 21px;
    text-transform: capitalize;
    color: #2D2D2D;
    font-family: 'Poppins' !important;
    font-weight: 600;
}
.contact_head {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_head h2 {
    font-size: 150px;
    color: #bdcaf5;
    text-transform: capitalize;
    font-family: 'Poppins' !important;
}
section.contact_form {
    float: left;
    width: 100%;

}
.contact_form_overall {

    width: 100%;
    float: left;
}
.contact_country {
    float: left;
    width: 40%;
    background: #5577e0;
   
    color: #fff;
}
.contact_country h3 {
    font-family: 'Poppins' !important;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 20px;
    position: relative;
}

.contact_country h3:before {
    position: absolute;
    content: '';
    background: #a3baff;
    height: 1px;
    width: 60%;
    bottom: -11px;
}
.contact_country {
    float: left;
    width: 36%;
    background: #fff;
    color: #000;
    padding: 10px ​5px;
    box-shadow: 0px 3px 10px 0 rgb(119 119 119 / 50%);
    margin-left: 25px;
}
.contact_flag_overall {
    float: left;
    width: 100%;
}

.flag_icon {
    float: left;
    width: 12%;
    text-align: center;
}
.flags_content {
    float: left;
    width: 86%;
}
.flag_img {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 17px;
}
.flag_img img {
    /*width: 12%;*/
    max-width: inherit;
    margin-right: 10px;
    margin-top: -4px;
}
.flag_img span{
    font-size: 16px;
    text-transform: capitalize;
    color: #2D2D2D;
    font-family: 'Poppins' !important;
    font-weight: 600;
}
.flags_content p {
    margin: 0px;
    font-size: 14px;
    font-family: 'Poppins' !important;
	font-weight:400 !important; 
    line-height: 21px;
	color:#000;
}
.flag_content {
    float: left;
    width: 100%;
    padding: 15px 15px 5px 15px;
}
.flag_icon span i {
    font-size: 17px;
    color: #6FC047;
}
.contact_icon {
    float: left;
    width: 100%;
}

.contact_icon p {
    margin: 0px;
}
.contact_icon p span {
    float: left;
    width: 34px;
    text-align: center;
    font-size: 16px;
    color: #6FC047;
    background: #fff;
    box-shadow: 0px 1px 5px 0 rgb(119 119 119 / 30%);
    padding: 4px 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #e4dada;
}
.flag_icon span {
    float: left;
    width:35px;
    text-align: center;
    font-size: 16px;
    color: #6FC047;
    background: #fff;
    box-shadow: 0px 1px 5px 0 rgb(119 119 119 / 30%);
    padding: 4px 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #e4dada;
}
.contact_icon p span.divider{
    float: left;
    width: 5%;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 0;
    box-shadow: none;
    border: none;
}

.contact_icon p a {
    color: #000;
    font-family: 'Poppins' !important;
    font-size: 14px;
    float: left;
    width: 90%;
    padding-top: 5px;
	text-decoration:none;
	font-weight:400 !important; 
}
.flag_content.nxt {
    margin: 0;
    border-top: 1px solid #eee;
}
.flags_content.nxt p {
    float: left;
    width: 82%;
}
.contact-career{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px 15px 23px 15px;
    text-align: center;
}
.contact-career p {
    margin: 0px;
    font-size: 17px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    line-height: 21px;
    color: #000;
    width: 60%;
    margin: 0 auto;
}

form.contant_msg {
    padding: 20px 26px 0px 26px;
    float: left;
    width: 100%;
}
li.two_sect_contact{
	min-height: auto;
	margin-bottom: 0px;
	min-height: 82px;
    position: relative;
}
li.one_sect_contact {
    min-height: auto;
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
textarea#comments_val{
    text-indent: 0px !important;
}
.active textarea#comments_val {
    text-indent:35px !important;
}
li.two_sect_fields{
	height: 70px;
}
li.two_sect_contact input.form-control {
    font-size: 13px !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 8px !important;
    font-size: 13px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}
input#demo{
	padding: 15px 20px;
	width: 81%;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 77px;
}
li.two_sect_contact input.form-control {
    width: 100%;
    float: left;
    padding: 14px 0px;
	text-indent: 0;
	height: 51px;
    border: none;
    border-bottom: 1px solid rgba(60,55,67,.12);
    box-shadow: none;
    font-size: 13px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    transition: 0.5s ease all;
}
li.two_sect_contact input.form-control::placeholder {
    color: #000 !important;
    font-family: 'Poppins' !important;
	font-size:13px;
	font-style: normal;
	font-weight:600 !important; 
}
li.two_sect_contact{
	width: 48%;
}
li.two_sect_contact span, li.one_sect_contact span{
    font-size: 11px;
}
li.two_sect_contact input.form-control.place_css.cont_css.phone-num{
	width: 86% !important;
}
input#demo{
	font-size: 13px !important
}
textarea#comments_val {
    font-size: 13px !important;
}
#g-recaptcha{
	margin-top: 10px;
	transform:scale(0.72);-webkit-transform:scale(0.72);transform-origin:0 0;-webkit-transform-origin:0 0;
}
.contant_msg {
    float: left;
    width: 100%;
}
.contant_msg p {
    padding: 10px;
    float: left;
    width: 100%;
}

li.one_sect_contact textarea.form-control {
    width: 98%;
    float: left;
    padding: 14px;
    resize: none;
    min-height: 149px;
    border: none;
    border-bottom: 1px solid rgba(60,55,67,.12);
    font-family: 'Poppins' !important;
	font-size:13px;
	font-style: normal;
	font-weight:600 !important; 
}
.intl-tel-input .country-list .country{
    font-family: 'Poppins' !important;
	font-size:13px;
	font-style: normal;
	font-weight:600 !important; 
}
.contact_formss .form-control:focus, .contact_formss .form-control:focus:hover{
    border: none !important;
    border-bottom: 1px solid rgba(60,55,67,.12) !important;
}


li.one_sect_contact textarea.form-control::placeholder {
    font-size: 13px;
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-size:13px;
	font-style: normal;
	font-weight:600 !important; 
}
/* textarea#comments_val {
    text-indent: 10px !important;
} */
textarea#comments_val{
	margin-bottom: 0;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 56px;
}
.contant_msg p {
    margin: 0px;
}
.captcha_sub {
    padding: 10px;
    float: left;
    width: 100%;
}
.captcha_contact {
    float: left;
    width: 50%;
}

.submit_contact {
    float: right;
	width: 48%;
	margin-right: 10px;
    text-align: right;
}

input.btn.btn_send_msg {
    float: left;
    background: transparent;
    width: auto;
    padding: 0px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins' !important;
	height: auto !important;
	font-weight:600 !important; 
    margin-top: 0;
}
.contact_form_overall {
    margin: 15px 0px;
    border-radius: 22px;
}
.contact_form .contact-bg{
	background:#fff;
}
.flag-container{
	height: 51px;
	border: none !important;
	border-radius: 0px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(60,55,67,.12);
}
.selected-flag {
    background-color: #fff !important;
    margin: 0;
}
section.team_mail {
    float: left;
    width: 100%;
}

.contact_formss {
    float: left;
    width: 60%;
	background:#fff;
    box-shadow: 0px 3px 10px 0 rgb(119 119 119 / 50%);
}
/* section.contact_info {
    z-index: -1;
} */
section.contact_form {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.team_overmail {
    float: left;
    width: 100%;
    padding: 0px 9%;
    margin-top: 3%;
}
.team_email {
    float: left;
    width: 29%;
    background: #fff;
    box-shadow: 1px 1px 7px 6px #0000000d;
    padding: 10px 15px;
    border-radius: 7px;
	min-height: 94px;
}
.team_email.one {
    margin-right: 4%;
	padding-top: 20px;
}
.team_icon {
    float: left;
    width: 23%;
}

.team_icon i {
    font-size: 50px;
    color: #5577e0;
}
.team_content {
    float: left;
    width: 77%;
    padding-top: 10px;
}
.team_content span {
    float: left;
    width: 100%;
    color: #9f9f9f;
    font-family: 'GothamRounded-Bold';
    font-size: 14px;
	line-height: 15px;
}
.team_content p {
    font-size: 14px;
    color: #5577e0;
    font-family: 'Poppins' !important;
    margin: 0px;
	font-weight:400 !important; 
}
.content_phone {
    float: left;
    width: 100%;
}
section.team_mail {
    padding-bottom: 6%;
	position:relative;
}
section.team_mail:before {
    position: absolute;
    content: '';
    background-image: url(../png/line_left.png);
    height: 200px;
    width: 76%;
    background-repeat: no-repeat;
    left: 12%;
    top: -21%;
    z-index: -1;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{
	width: 75px;
}
.content_phone p a {
    text-decoration: none;
}

.content_phone.country {
    position: relative;
}

/* .content_phone.country:before {
    position: absolute;
    content: '';
    background: #d6e0ff;
    height: 55px;
    width: 2px;
    right: 22px;
    top: -6px;
} */
.contant_info {
    float: left;
    width: 100%;
}

.contant_msg ul{
	padding: 0;
}

.team_icon .fa.fa-phone{
	padding-top: 15px;
}
.team_email.two{
	margin-right: 4%;
}
.team_email.glassdoor{
	padding-top: 17px;
}
.team_email.glassdoor .team_icon{
	margin-right: 12px;
}
.team_email.glassdoor .team_content{
	width: 71%;
}
.team_email.glassdoor .team_content span{
	font-size: 31px;
    line-height: 32px;
    color: #0caa41;
}




/*-----------------Contact-us-----------------*/


.form-submits .grouo-control input.form-control:focus{
    box-shadow: none;
}
.form-submits .grouo-control label.email-label:before {
    content: '\f2b6';
}
.form-submits .grouo-control label.number-label:before {
    content: '\f095';
}
.form-submits .grouo-control label.message-label:before {
    content: '\f27a';
}


.form-submits .grouo-control input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.form-submits .grouo-control input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.form-submits .grouo-control input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.form-submits .grouo-control input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}


.form-submits .grouo-control textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
.form-submits .grouo-control textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
.form-submits .grouo-control textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
.form-submits .grouo-control textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.form-submits .grouo-control{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

label.show-gals {
    position: absolute;
    top: 12px;
    left: -32px;
    transition: 0.5s ease all;
    opacity: 0;
	display: block;
}
.form-submits .grouo-control{
  overflow:hidden;
}

.grouo-control.active label.show-gals {
    left: 17px;
    opacity: 1;
}
.grouo-control.mycus label.show-gals {
    left: 17px;
    opacity: 1;
}
.grouo-control.active .form-control.custom-inputs  {
    text-indent: 45px!important;
}
.grouo-control.mycus .form-control.custom-inputs  {
    text-indent: 45px!important;
}
.form-control.custom-inputs {
    text-indent: 0!important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color:transition!important;
	opacity:0!important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
   color:transition!important;
	opacity:0!important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder  {
    color:transition!important;
	opacity:0!important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
   color:transition!important;
	opacity:0!important;
}


.contact-career .get-quote, .submit-contact-button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.contact-career .get-quote a, .submit-contact-button {
    background: #6fc047;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
}
.contact-career .get-quote a i, .submit-contact-button i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    animation: pulso 2s infinite;
    border-radius: 50%;
    top: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
}
.contact-career .get-quote a:hover, .submit-contact-button:hover  {
    border-radius: 25px;
    padding: 12px 42px 12px 0px;
}
.contact-career .get-quote a:hover i, .submit-contact-button:hover i {
    margin-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 126px;
}

.submit-contact-button {
    background: #6fc047;
    color: #fff;
    padding:14px 25px 14px 40px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    margin-top: 6px;
}
.submit-contact-button i {
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    animation: pulso 2s infinite;
    border-radius: 50%;
    top: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 16px;
}
.submit-contact-button:hover  {
    border-radius: 25px;
    padding: 14px 40px 14px 25px;
}
.submit-contact-button:hover i {
    margin-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 145px;
}

section.endtoend_wrappers{
    margin-top: 40px;
}

li.two_sect_contact.dropdown-select{
	margin-bottom: 15px;
}
.dropdown-select label{
	font-weight: bold;
    border: none;
    font-family: 'Poppins' !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600 !important;
	margin-left: 10px;
}
.dropdown-select .custom-select{
	border:none;
	border-bottom: 1px solid rgba(60,55,67,.12);
	font-family: 'Poppins' !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600 !important;
	padding: 5px 20px 10px 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
	width: 95%;
	cursor:pointer;
	box-shadow: none;
    height: 50px !important;
}

.where-find{
	display:inline-block;
	width:100%;
}
.where-find li{
	display:inline-block;
	margin:0px 10px;
	width: 46%;
}
.check-opt {
    display: inline-block;
    margin: 0px 32px 10px 0;
}
.check-opt input {
    float: left;
    width: auto !important;
    margin-right: 10px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    outline: none;
    padding: 6px 0 6px 0;
	margin-top: 4px;
}
.check-opt span {
    display: inline-block;
    margin: 0;
	font-size: 13px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}


/*-------------------Homepage Awards Slider-------------------*/

.estimate-title{
	color: #fff;
}
.get-project{background:#22243b;padding:36px 0}.get-project ul{padding:0;position:relative;z-index:1}.get-project ul li{display:inline-block;margin-right:92px}.get-project ul li:last-child{margin-right:0}.get-cnt{width:387px;float:left;margin-top:88px}.get-cnt h3{font-size:45px;color:#fff;font-family:'Poppins'; font-weight:700;}
.owl-carousel.owl-drag .owl-item{
	overflow: hidden;
}
.seed-fund-badge {
    width: 150px;
    height: 150px;
    background-position: -1078px -1248px;
    display: inline-block;
}
.startup-star-badge {
    width: 229px;
    height: 150px;
    background-position:-1289px -1248px;
    display: inline-block;
}
.iot-badge {
    width: 199px;
    height: 150px;
    background-position: -1518px -1248px;
    display: inline-block;
}
.microsoft-badge {
    width: 216px;
    height: 150px;
    background-position: -1756px -1248px;
    display: inline-block;
}
.agnii-badge {
    width: 208px;
    height: 150px;
    background-position: -1984px -1248px;
    display: inline-block;
}
.startup-tn-badge {
    width: 203px;
    height: 150px;
    background-position: -2232px -1248px;
    display: inline-block;
}

@media screen and (max-width: 768px){
	
.seed-fund-badge{
	background-position: -1078px -1248px;
	width: 186px;
}
.startup-star-badge{
	width: 255px;
}
.iot-badge{
	background-position: -1526px -1248px;
}
.agnii-badge{
	background-position: -2024px -1248px;
}
	
	
}


/*-------------------Homepage Awards Slider-------------------*/



/*----------------Contact-us-new--------------------*/


@media only screen and (min-width:  1500px) and (max-width: 1699px) {
form.contant_msg {
    padding: 23px;
	}
	section.team_mail:before {

    left: 16%;
	}
}
@media only screen and (min-width:  1700px) and (max-width: 1799px){
form.contant_msg {
    padding: 23px;
	}
	section.team_mail:before {

    left: 20%;
	}
}
@media only screen and (min-width:  1800px) and (max-width: 1999px) {
form.contant_msg {
    padding: 23px;
	}
	section.team_mail:before {

    left: 22%;
	}
}
@media only screen and (min-width:  2000px) and (max-width: 2699px) {
form.contant_msg {
    padding: 23px;
	}
	section.team_mail:before {

    left: 24%;
	}
}
/*---------------responsive------------------------*/
@media only screen and (max-width: 767px) {
.captcha_contact img {
    width: 100%;
}
.contact_img {
display:none;
    position: static;
}
.contact_content {

    position: static;  
}
.contact_content h1 {
    font-size: 30px;
    margin: 0px;
    text-align: center;
}
.contact_head {
display:none;
    position: static;
}
.contact_head h2 {
    font-size: 57px;
    margin: 0;
}
section.contact_form {
    margin-top: 0;
}
.contact_country {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
}
.contact_formss {
    float: left;
    width: 100%;
	}
	.flag_img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.flags_content {
    float: left;
    width: 85%;
}
.flag_img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.flag_icon {
    float: left;
    width: 15%;
    text-align: center;
}
.flags_content.nxt p {
    float: left;
    width: 100%;
}
.contant_info span {
    float: left;
    width: 100%;
    padding: 10px;
}
.captcha_contact {
    float: left;
    width: 100%;
}
.submit_contact {
    float: left;
    width: 100%;
    text-align: left;
}
.submit_contact button {
    width: 100%;
    margin-top: 0px;
}
.team_email.one {
    margin-right: 0;
    margin-bottom: 5%;
}
.team_email {
    float: left;
    width: 100%;
}
.team_overmail {
    float: left;
    width: 100%;
    padding: 0;
}
.team_icon {
    float: left;
    width: 25%;
}
.team_content {
    float: left;
    width: 75%;
    padding-top: 10px;
}
.content_phone {
    float: left;
    width: 100%;
}
.content_phone.country:before,section.team_mail:before{
display:none;
}
section.contact_info {
    height: auto;
    padding: 20px 0px;
    margin-bottom: 25px;
}
.team_email.glassdoor .team_content {
    width: 67%;
}
section.contact_info{
    margin-top: 0;
}

.contact-map iframe{
	width:100%;
}
.estimate-title{
	padding-top: 30px;
}
.where-find li{
	width: 100%;
}

}
@media only screen and (min-width: 568px) and (max-width: 767px) {
.flags_content {
    float: left;
    width: 55%;
}
.flag_img {
    float: left;
    width: 30%;
    text-align: center;
    padding: 10px;
}
.submit_contact button {
    width: 50%;
    margin-top: 20px;
    float: none;
}
.team_icon {
    float: left;
    width: 15%;
}
.content_phone {
    float: left;
    width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.contact_img img {
    height: 200px;
    width: 300px;
}
.contact_head h2 {
    font-size: 108px;
    color: #bdcaf5;
	}
	.contact_content {
    position: absolute;
    right: 5%;
    top: 23%;
}
.contact_content h1 {
    font-size: 60px;

}
.contact_img {
    position: absolute;
    left: 0%;
    top: 3%;
}
.contact_country {
    float: left;
    width: 100%;
	}
	.contact_formss {
    float: left;
    width: 100%;
	}
	.team_overmail {
    float: left;
    width: 100%;
    padding: 0px 0%;
}
.team_email {
    padding: 15px;
    border-radius: 7px;
}
.content_phone {
    float: left;
    width: 50%;
}
.content_phone.country:before{
display:none;
}
section.team_mail:before{
display:none;
}
.content_phone p a {
    text-decoration: none;
    font-size: 13px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.contact_img {
    position: absolute;
    left: 0%;
    top: 3%;
}
.contact_country {
    float: left;
    width: 50%;
	}
	.contact_formss {
    float: left;
    width: 50%;
	}
	.team_overmail {
    float: left;
    width: 100%;
    padding: 0px 0%;
}
.contact_head h2 {
    font-size: 105px;
	}
	.captcha_contact img {
    width: 100%;
}
.team_email {
    padding: 15px;
    border-radius: 7px;
}
.content_phone {
    float: left;
    width: 50%;
}
.content_phone.country:before{
	display:none;
}


}


#success-popup {
    background-color: #00000087;
    width: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    height: 100vh;
    position: fixed;
    z-index: 9999;
}
#success-popup img{
	width:100px;
	top: 50%;
    position: relative;
}



#success-message .modal-content {
	float:left;
	width:100%;
	border-radius:20px;
	background-color:#fff;
	border:none;
	box-shadow: 0 5px 15px rgb(191 182 182 / 30%);
}
#success-message .modal-content .modal-header{
	padding: 15px 15px 8px 15px;
	border:none !important;
}
#success-message .success-popup{
	text-align: center;
}
#success-message .modal-content .modal-header h4.modal-title {
	color: #333333c7;
    font-size: 23px;
    text-align: center;
    font-weight: 700 !important;
}
#success-message .modal-content .modal-body{
	padding: 0px 15px 30px 15px;
	text-align: center;
}
#success-message .modal-content .modal-body p {
	font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0px 100px;
    font-weight: 500;
    color: #3333339e;
}
#success-message .modal-dialog {
	margin-top:150px
}


@media screen and (max-width:991px) {
	
	#success-message .modal-dialog{
		width: 100%;
	}
	
	
}