@charset "UTF-8";
/* CSS Document */


body{
	background: url(../../assets/images/bg/bg-07.png), url(../../assets/images/bg/bg-09.png);
	background-position:left top, right 35em;
	background-repeat:no-repeat, no-repeat;
	background-size: 12%, 14%;
	font-size: 16px;
}



.faqs .panel-group .panel {
    background: rgb(55,181,90);
background: linear-gradient(90deg, rgba(55,181,90,1) 0%, rgba(33,143,193,1) 100%);
}

.faqs .panel-group .panel a {
    color: #fff;
}


.main_header #header {
    background: #37b55a;
    padding: 20px 10px 70px 10px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.main_header #header a.navbar-brand img {
    width: 300px;
	margin-top: 15px;
}

.why-choose-us {
    background-color: #168fc4;
	background-image: url(../../assets/images/bg/bg-12.png);
	background-position:center 28em;
	background-repeat:no-repeat;
	background-size:contain;
}

.section-title h2 span {
    color: #37b55a;
}

.why-choose-us .common-cnt .section-top p {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    color: #eceaea;
}

.why-choose-us .common-cnt>p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #eceaea;
}

.section-title h2 {
    color: #eceaea;
}

.section-title p {
    color: #eceaea;
}

.fun-fact {
    background-color: #091c8d;
}

.carousel .carousel-inner {
    box-shadow: none;
}

#hero .slider .slider_form {
    bottom: 155px;
}

.carousel-caption {
    bottom: 150px;
}

.slider_form {
    position: absolute;
    bottom: -5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    left: 15%;
    padding: 10px;
    box-shadow:0px 10px 50px 0px rgba(0,0,0,0.2);
	border-radius: .25rem;
}

.about-us-section {
    padding-top: 80px;
}

h3, .h3 {
    font-size: 4em;
    margin-bottom: 20px;
    line-height: 1em;
}

.main_header #navbar .navbar a.nav-link {
    letter-spacing: 0px;
}

.navbar a:not(.btn):not(.dropdown-item) {
    color: #2a363b;
}

.btn-secondary {
    background-color: #37b55a;
}

.btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
    color: #37b55a;
    border-color: #37b55a;
    box-shadow: none;
}

.fun-fact {
    background-color: #ffffff;
	padding-bottom: 95px;
	padding-top: 45px;
	background-image: url(../../assets/images/bg/bg-13.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: contain;
}

.fun-fact .fun-fact-box {
    color: #616161;
}

.section-title2 h2 {
    color: #757575;
}

.section-title2 p {
    color: #757575;
}

.contact-section .contact-sidebar {
    background-color: #707386;
    border-radius: .25rem;
}

.btn-primary:focus, .btn-primary:active {
    background-color: #37b55a !important;
    color: #fff;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: #37b55a;
}

.form-control {
    border: 1px solid #bfbfbf;
}

textarea.form-control {
    border-bottom: 1px solid #bfbfbf;
}

.faqs .panel-group .panel .panel-body {
    border: 2px solid #f5f5f5;
    background-color: #fff;
}


.support-home {
    margin-top: 0px;
	background-image: url(../../assets/images/bg/bg-14.png);
	background-repeat: repeat;
}


#footer {
    padding-top: 180px;
	background-color: #a4f7ffd6;
}

.prime-link{
	color:#37b55a !important; 
}


#footer{margin-top: 0px;}

::placeholder {
  color: #A2A2A2 !important;
}

.form-group select{
	border-radius: 60px !important;
}


.contact-section a{
	color: #fff;
}





@media (max-width: 500px){
    
    	.slider_form {
    bottom: 200px;
    width: 90%;
    left: 5.5%;
    }
    
       .carousel-caption {
    bottom: 10px !important;
    font-size: 6px !important;
}
    
}
	
	
.why-choose-us {
    background-color: #168fc4;
	background-image: url(../../assets/images/bg/bg-12.png);
	background-position:center 60em;
	background-repeat:no-repeat;
	background-size:contain;
}
	
}

