body {
	margin:0;
	padding:0;
    font-family: 'Poppins', sans-serif;
}
.top_header_ddt {
    margin: 1px 0px 0 25px;
    /*background: url(../images/call_back.png) left 18px no-repeat;*/
    background-size: 28px 28px;
}
.top_header_ddt ul {
	margin:0;
	padding:0;
	display:block;
}
.top_header_ddt ul li {
    list-style: none;
}
.top_header_ddt ul li a {
    text-decoration: none;
    color: #0058b6;
    display: block;
    font-size: 20px;
    font-weight: 600;
    float: left;
    letter-spacing: 0.2px;
}
.top_header_ddt ul li a span {
    display: block;
    color: #005EAB;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    text-transform: capitalize;
}
a.navbar-brand img {
    width: 100%;
    margin: -3px 0 0 0;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 3px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
ul.navbar-nav.ms-auto {
    margin: -4px 0 0 0;
}
.nav-link {
    display: block;
    padding: 0 10px 0 10px !important;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}



.main_banner {
    background-image: url(../images/main-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 67px 0px 164px 0px;
}
.main_banner_captions h2 {
    text-align: center;
    margin: 0 0 7px 0;
    color: #0058b6;
    text-shadow: #000 0px 1px 2px;
    font-size: 30px;
    font-weight: 600;
}
.main_banner_captions p {
    text-align: center;
    margin: 0 0 25px 0;
    color: #0058b6;
    text-shadow: #000 0px 1px 2px;
    font-size: 20px;
    font-weight: 500;
}

.banner_bottom {
    padding: 0 0 46px 0;
}
.banner_bottom_covid {
    display: block;
    padding: 16px 17px 20px 17px;
    background:#fffffff7;
    border-radius:2px;
    margin: -5rem auto 0rem;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: all .2s ease-in-out;
    min-height: 0;
    z-index: 2;
    position: relative;
}
.banner_bottom_covid p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}
.banner_bottom_covid p strong {
    color: #0058b6;
    font-weight: 600;
}

.banner_bottom_news {
    display: block;
    padding: 9px 12px 11px 14px;
    background: #fff;
    border-radius: 2px;
    margin: -5rem auto 0rem;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: all .2s ease-in-out;
    min-height: 0;
    z-index: 2;
    position: relative;
}
.banner_bottom_news h4 {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 600;
    color: #423f3f;
    text-transform: capitalize;
}
.banner_bottom_news h4 span {
    color: #005EAB;
    font-size: 22px;
}
.banner_bottom_news h4 i {
	color: #005EAB;
}
.banner_bottom_news p {
    margin: 2px 0 0 0;
    font-size: 14px;
}
.banner_bottom_news input {
    border: 1px solid #d9d8d8;
    border-radius: 2px;
    height: 48px;
    box-shadow: 0px 0px 3px #ccc !important;
}
.banner_bottom_news button {
    position: absolute;
    top: 62px;
    right: 14px;
    height: 44px;
    border: none;
    color: #fff;
    background: #005EAB;
    padding: 0px 18px 0 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}
.banner_bottom_news span {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.banner_bottom_news span a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.banner_bottom_news .form-control:focus {
    box-shadow: none!important;
    border: 1px solid #e3e3e3;
}
.rr_link {
	float: right;
    color: #000;
    font-size: 13px;
}



.about_main {
    padding: 21px 0 40px 0;
    position: relative;
}
.about_main_cont {
    
    padding: 9px 10px 9px 10px;
}
.about_main_cont h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.about_main_cont p {
    margin: 0 0 12px 0;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
.about_main_cont p a {
    text-decoration: none;
    color: #0058b6;
}
.about_main_img ul {
	margin:0;
	padding:0;
	display:block;
}
.about_main_img ul li {
	display:inline-block;
	list-style: none;
	width: 32%;
}
.about_main_img ul li img {
    width: 100%;
}
.about_main_img {
    text-align: center;
    background: #f3f3f3;
    padding: 7px 0 5px 0;
    border: 1px solid #efefef;
    border-radius: 2px;
}
.why_choose {
       box-shadow: 0px 0px 3px #005eab;
    padding: 9px 10px 2px 10px;
    background: #fff;
    border-radius: 10px;
}
.why_choose h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 18px 0;    text-align: center;
}
.why_choose_main {
    margin: 0 0 8px 0;
    box-shadow: 0px 0px 1px #005eab;
    padding: 16px 6px 22px 6px;
    background: #005eab40;
    border-radius: 14px;
}
.why_choose_main_ico {
    width: 76px;
    float: left;
}
.why_choose_main_ico i {
    border-color: #005EAB;
    background-color: #005EAB;
    display: inline-block;
    color: #ffffff;
    padding: 0px 0px 0px;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 4px solid;
    position: relative;
    margin: 0px 0px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 61px;
    text-align: center;
    margin: -9px 0 0 0;
}	
.why_choose_main_cont {

}
.why_choose_main_cont h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #000;text-align: left;
}
.why_choose_main_cont p {
    font-size: 13px;
    letter-spacing: 0.2px;
    margin: 0 0 0 0;
}


section#top_deals {
    padding: 28px 0 18px 0;
    position: relative;
}
.section-title h2 {
    font-size: 24px;
    margin: 0 0 32px 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    background: whitesmoke;
    display: inline-block;
    border-radius: 26px;
    padding: 3px 12px 3px 12px;
    color: #103d7a;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: -58px;
    width: 60px;
    height: 5px;
    background-color: #0058b6;
    border-radius: 13px 12px 15px 14px;
}
.section-title h2:after {
    content: " ";
    position: absolute;
    top: 16px;
    right: -58px;
    width: 60px;
    height: 5px;
    background-color: #0058b6;
    border-radius: 13px 12px 15px 14px;
}
.single-deal {
    box-shadow: 0 0 40px rgb(0 0 0 / 7%);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-deal figure img {
    position: relative;
    display: block;
    width: 100%;
}
.single-deal figure {
    position: relative;
    text-align: center;
    margin: 0;
}
.single-deal figcaption {
    overflow: hidden;
    padding: 15px 30px;
    text-align: left;
    background-color: #0000;
    transition: .2s;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.single-deal figcaption .pull-left {
    padding-right: 10px;
}
.pull-left {
    float: left;
}
.single-deal h4 {
    margin-bottom: 5px;
    font-size: 19px;
    text-align: left;
    transition: .2s;
    font-weight: 500;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
}
.single-deal p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
}
.single-deal figcaption .pull-right {
    padding-left: 10px;
}
.pull-right {
    float: right;
}
.single-deal a {
    background: #0058b6;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
}




.demo {
    background: #092a56;
    padding:50px 0 40px 0;
}
.section-title2 h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    background: whitesmoke;
    display: inline-block;
    border-radius: 26px;
    padding: 3px 12px 3px 12px;
    color: #103d7a;
}
.section-title2 h2:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: -58px;
    width: 60px;
    height: 5px;
    background-color: #0058b6;
    border-radius: 13px 12px 15px 14px;
}
.section-title2 h2:after {
    content: " ";
    position: absolute;
    top: 16px;
    right: -58px;
    width: 60px;
    height: 5px;
    background-color: #0058b6;
    border-radius: 13px 12px 15px 14px;
}
.testimonial {
    background: #fff;
    text-align: center;
    padding: 15px 14px 43px;
    margin: 27px 15px 100px;
    position: relative;
    box-shadow: 0px 0px 3px #000;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon {
    display: inline-block;
    font-size: 42px;
    color: #0058b6;
    margin-bottom: 20px;
    opacity: 1;
}
.testimonial .description {
    font-size: 13px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    opacity: 1;
    line-height: 22px;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post {
    display: block;
    font-size: 13px;
    color: #0058b6;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 44px !important;
    height: 14px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    background: #869791;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #0058b6;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffd9b8;
    border-color: #fff;
}
.owl-theme .owl-controls {
    margin-top: 34px !important;
    text-align: right !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#0058b6;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}



.footer {
    background-color: white;
    padding: 42px 0px 19px 0px;
    border-top: 1px solid #000;
}
.footer_about {
    position: relative;
}
.footer_about h4 {
    margin: 0 0 21px 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.footer_about h4:before {
    content: " ";
    position: absolute;
    top: 32px;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #0058b6;
}
.footer_about p {
    margin: 0 0 0 0;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}
.quick_links {
    position: relative;
    border-top: 1px solid #6a6868;
    border-bottom: 1px solid #6a6868;
    margin: 10px 0 0 0;
    padding: 6px 0 7px 0;
    display: inline-block;
}
.quick_links ul {
    margin:0;
    padding:0;
    display:block;
}
.quick_links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 21px 0 0;
}
.quick_links ul li a {
    text-decoration: none;
    color:#000;
    font-size:13px;
    font-weight: 400;
}
.quick_links ul li a i {
    margin-right: 2px;
    color: #005EAB;
}
.contact_details {
    position: relative;
    border: dashed 2px #005EAB;
    padding: 15px 18px;
    border-radius: 5px;
}
.contact_details h4 {
    margin: 0 0 21px 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.contact_details h4:before {
    content: " ";
    position: absolute;
    top: 32px;
    left: 0;
    height: 2px;
    width: 44px;
    background-color: #0058b6;
}
.contact_details a {
    text-decoration: none;
    display: block;
    margin: 0 0 8px 0;
    color: #000;
    font-size: 14px;
}
.contact_details a span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0058b6;
}
.footer_social {

}
.footer_social a i {
    background: #005EAB;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    border-radius: 6px;
    margin: 0 0 0px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.desclaimer_cont {
    padding: 8px 0 14px 0;
}
.desclaimer_cont p {
   margin: 0;
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}
.payment_ico {
    text-align: center;
    padding: 0 0 0 0;
}
.payment_ico ul {
    margin:0;
    padding:0;
    display:block;
}
.payment_ico ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px 0 0;
}
.payment_ico ul li a {
    text-decoration: none;
}
.payment_ico ul li a img {
    margin-right:3px;
}

.footer_copyright {
    background: #005EAB;
    padding: 12px 0 12px 0;
}
.footer_copyright p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2px;
}


.about_banner {
    background-image: url(../images/about-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 0px 50px 0px;
}
.about_banner_captions h2 {
    text-align: center;
    margin: 0 0 0px 0;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-size: 30px;
    font-weight: 600;
}
.about_pg_main {
    padding: 40px 0 40px 0;
    position: relative;
    background: #f9f9f9;
}
.about_pg_main_cont {
    background: #fff;
    padding: 12px 15px 4px 15px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.about_pg_main_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.about_pg_main_cont h3 {
    font-size:22px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.about_pg_main_cont h4 {
    font-size:20px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.about_pg_main_cont p {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}
.about_pg_img img {
    background: #fff;
    padding: 5px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}



.contact_banner {
    background-image: url(../images/contact-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 0px 150px 0px;
}
.contact_banner_captions h2 {
    text-align: center;
    margin: 0 0 0px 0;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-size: 30px;
    font-weight: 600;
}

.contact_pg_main {
    padding: 0 0 40px 0;
    position: relative;
}
.contact_pg_main_cont {
    background: #f9f9f9;
    padding: 20px 16px 20px 16px;
    margin: -100px 0 0 0;
    position: relative;
    border-radius: 2px;
    border: 1px solid #e7e2e2;
}
.contact_pg_dttt {
    background: #fff;
    text-align: center;
    margin: 0 0 10px 0px;
    box-shadow: 0px 0px 8px #000;
    border-radius: 4px;
    padding: 10px 0px 10px 0;
}
.contact_pg_dttt img {
    width: 58px;
}
.contact_pg_dttt h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 9px 0 8px 0;
    color: #000;
}
.contact_pg_dttt a {
    text-decoration: none;
    color: #005EAB;
    font-weight: 400;
}
.contact_form {
    background: #fff;
    margin: 0 0 10px 0px;
    box-shadow: 0px 0px 8px #000;
    border-radius: 4px;
    padding: 16px 16px 16px 16px;
}
.contact_form h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.contact_form label {
    margin: 0 0 0 0;
    font-size: 13px;
    font-weight: 500;
}
.contact_form input {
    height: 46px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #cdcccc;
    font-size: 16px;
}
.contact_form textarea {
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #cdcccc;
    font-size: 16px;
    margin: 0 0 11px 0;
}
.contact_form button {
    float: right;
    border: none;
    background-image: linear-gradient(to right, #005EAB , #236ecc);
    padding: 6px 26px 6px 26px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    border-radius: 2px;
}


.privacy_banner {
    background-image: url(../images/privacy-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 0px 50px 0px;
}
.privacy_banner_captions h2 {
    text-align: center;
    margin: 0 0 0px 0;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-size: 30px;
    font-weight: 600;
}
.privacy_pg_main {
    padding: 40px 0 40px 0;
    position: relative;
    background: #f9f9f9;
}
.privacy_pg_main_cont {
    background: #fff;
    padding: 12px 15px 4px 15px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.privacy_pg_main_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.privacy_pg_main_cont h3 {
    font-size:22px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.privacy_pg_main_cont h4 {
    font-size:20px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.privacy_pg_main_cont p {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}



.terms_banner {
    background-image: url(../images/terms-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px 0px 50px 0px;
}
.terms_banner_captions h2 {
    text-align: center;
    margin: 0 0 0px 0;
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-size: 30px;
    font-weight: 600;
}

.terms_pg_main {
    padding: 40px 0 40px 0;
    position: relative;
    background: #f9f9f9;
}
.terms_pg_main_cont {
    background: #fff;
    padding: 12px 15px 4px 15px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.terms_pg_main_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.terms_pg_main_cont h3 {
    font-size:22px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.terms_pg_main_cont h4 {
    font-size:20px;
    font-weight:500;
    color: #0c3c7c;
    margin: 0 0 9px 0;
    border-left: 3px solid #0058b6;
    padding: 0 0px 0 6px;
}
.terms_pg_main_cont p {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}


@media only screen and (min-width:320px) and (max-width:360px) {
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background: #040404;
    margin: 6px 0 6px 0;
}
a.navbar-brand img {
    width: 100%;
    margin: -3px 0 0 0;
}
.section-title h2:after {
    display: none;
}
.section-title h2:before {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions p {
    display: none;
}
.banner_bottom_covid {
    margin: 0rem auto 0rem;
}
.banner_bottom_news {
    margin: 1rem auto 0px;
    display: none;
}
.banner_bottom {
    padding: 24px 0 7px 0;
}
section#top_deals {
    padding: 24px 0 18px 0;
    position: relative;
}
.about_main {
    padding: 0px 0 28px 0;
    position: relative;
}
.section-title2 h2:after {
    display: none;
}
.section-title2 h2:before {
    display: none;
}
.demo {
    background: #092a56;
    padding: 35px 0 27px 0;
}
.section-title2 h2 {
    font-size: 24px;
    margin: 0 0 3px 0;
}
.footer {
    background-color: white;
    padding: 23px 0px 19px 0px;
    border-top: 1px solid #f1f0f0;
}
.quick_links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 21px 0 0;
    width: 100%;
    line-height: 30px;
}
.quick_links {
    margin: 10px 0 17px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-link {
    display: block;
    padding: 6px 10px 6px 10px !important;
}
.top_header_ddt {
    margin: 0px 0px 0 0px;
    background: url(../images/call_back.png) left 0px no-repeat;
    padding: 0 0 0 0px;
    background-size: 17px 45px;
}
.main_banner_captions h2 {
    font-size: 28px;
    font-weight: 500;
}
}



@media only screen and (min-width:360px) and (max-width:480px) {
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background: #040404;
    margin: 6px 0 6px 0;
}
a.navbar-brand img {
    width: 200px;
        margin: -22px 0 0 0;
}
.section-title h2:after {
    display: none;
}
.section-title h2:before {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions p {
    display: none;
}
.banner_bottom_covid {
    margin: 0rem auto 0rem;
}
.banner_bottom_news {
    margin: 1rem auto 0px;
    display: none;
}
.banner_bottom {
    padding: 24px 0 7px 0;
}
section#top_deals {
    padding: 24px 0 18px 0;
    position: relative;
}
.about_main {
    padding: 0px 0 28px 0;
    position: relative;
}
.section-title2 h2:after {
    display: none;
}
.section-title2 h2:before {
    display: none;
}
.demo {
    background: #092a56;
    padding: 35px 0 27px 0;
}
.section-title2 h2 {
    font-size: 24px;
    margin: 0 0 3px 0;
}
.footer {
    background-color: white;
    padding: 23px 0px 19px 0px;
    border-top: 1px solid #f1f0f0;
}
.quick_links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 21px 0 0;
    width: 100%;
    line-height: 30px;
}
.quick_links {
    margin: 10px 0 17px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-link {
    display: block;
    padding: 6px 10px 6px 10px !important;
}
.top_header_ddt {
    margin: 0px 0px 0 0px;
    background: url(../images/call_back.png) left 0px no-repeat;
    padding: 0 0 0 0px;
    background-size: 17px 45px;
}
.main_banner_captions h2 {
    font-size: 28px;
    font-weight: 500;
}
}



@media only screen and (min-width:480px) and (max-width:768px) {
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background: #040404;
    margin: 6px 0 6px 0;
}
a.navbar-brand img {
    width: 200px;
        margin: -22px 0 0 0;
}
.section-title h2:after {
    display: none;
}
.section-title h2:before {
    display: none;
}
.main_banner {
    padding: 10px 0px 10px 0px;
}
.main_banner_captions p {
    display: none;
}
.banner_bottom_covid {
    margin: 0rem auto 0rem;
}
.banner_bottom_news {
    margin: 1rem auto 0px;
    display: none;
}
.banner_bottom {
    padding: 24px 0 7px 0;
}
section#top_deals {
    padding: 24px 0 18px 0;
    position: relative;
}
.about_main {
    padding: 0px 0 28px 0;
    position: relative;
}
.section-title2 h2:after {
    display: none;
}
.section-title2 h2:before {
    display: none;
}
.demo {
    background: #092a56;
    padding: 35px 0 27px 0;
}
.section-title2 h2 {
    font-size: 24px;
    margin: 0 0 3px 0;
}
.footer {
    background-color: white;
    padding: 23px 0px 19px 0px;
    border-top: 1px solid #f1f0f0;
}
.quick_links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 21px 0 0;
    width: 100%;
    line-height: 30px;
}
.quick_links {
    margin: 10px 0 17px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-link {
    display: block;
    padding: 6px 10px 6px 10px !important;
}
.top_header_ddt {
    margin: 0px 0px 0 0px;
    background: url(../images/call_back.png) left 0px no-repeat;
    padding: 0 0 0 0px;
    background-size: 17px 45px;
}
.main_banner_captions h2 {
    font-size: 28px;
    font-weight: 500;
}
}


