@import url("https://fonts.googleapis.com/css2?family=Crete+Round&display=swap");
@import url("https://necolas.github.io/normalize.css/8.0.1/normalize.css");
body {
    margin: 0px;
    padding: 0px;
    font-family: poppins, sans-serif;
    box-sizing: border-box;
}
.main_menu #navbarNavDropdown {
    justify-content: right;
}
.main_menu li {
    display: inline-block;
}
.main_menu li a {
    color: #fff;
}.row-banner img
.contact-details button {
    display: none;
}

.thanks {
    background-color: rgb(246, 246, 246);
    padding-top: 70px;
    padding-bottom: 50px;
}
.thanks h2 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 40px;
    padding-top: 40px;
    font-weight: 700;
}
.thanks p {
    color: rgb(77, 76, 76);
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    font-weight: 600;
}
.thanks i {
    color: rgb(14, 164, 0);
    text-align: center;
    font-size: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 800;
}
.clr {
    background-color: rgb(59, 40, 83);
}
.modal-backdrop.show {
    z-index: 0 !important;
}
.modal-content {
    border-radius: 15px;
    z-index: 999 !important;
}
body::-webkit-scrollbar {
    display: none;
}
#get-a-quote .modal-dialog {
    max-width: 500px;
}
#get-a-quote .modal-body {
}
#get-a-quote .col-lg-6 {
    padding: 0px;
}
#get-a-quote .modal-body .cncol {
    padding-top: 40px;
}
#get-a-quote .cncol::after {
    display: none;
}
#get-a-quote .close {
    position: relative;
    right: 30px;
    background: rgb(0, 0, 0);
    z-index: 2;
    top: -30px;
    color: rgb(255, 255, 255);
    border: 0px;
    padding: 6px 11px;
    font-size: 18px;
    border-radius: 20px;
}
.modal-body .saa {
    margin: 10px 0px;
    padding: 0px;
}
#get-a-quote .modal-body .cncol::before {
    content: "Limited Time Offer";
    position: absolute;
    top: 140px;
    background: linear-gradient(rgb(220, 22, 188) 0%, rgb(147, 16, 133) 100%);
    color: rgb(255, 255, 255);
    padding: 5px 13px;
    left: -99px;
    transform: rotate(270deg);
    font-size: 20px;
    display: none;
}
.popup-image img {
    width: 100%;
}
.cncol h3 strong {
    color: white;
    text-align: center;
}
.cncol h2 strong {
    color: white;
    text-align: center;
}
.cncol h3 {
    color: white;
    text-align: center;
}
.cncol h2 {
    text-align: center;
    color: white;
}
.saa {
    padding: 0px 0px 10px;
}
.btnc1 {
    width: 79%;
    margin: 20px auto 0px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgb(248, 38, 80);
    border: none;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-family: poppins;
}
textarea.form-control {
    text-align: initial;
    height: 100px !important;
}
.logo img {
    width: 170px;
}
.logo-mob img {
    width: 200px;
    height: auto;
}
.main_menu .navbar-brand {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 34px;
    width: 200px;
}
ul.navbar-nav {
    text-decoration: none;
    padding-left: 100px;
    font-size: 20px;
}
ul.navbar-nav a {
    color: #000;
}
ul.navbar-nav a:hover {
    color: #000;
}
.dropdown-menu.show {
    background: rgb(253, 80, 69);
}
.dropdown-menu.show a:hover {
    background: rgb(0, 0, 0);
}
header {

    padding: 30px;
}
header.background {
    background: rgb(253, 80, 69);
    position: static;
}
.container.spacing4 {
    padding-top: 10px;
}
.contact-details {
    text-decoration: none;
    text-align:right;
   
}
.forms:after {
    content: "";
    position: absolute;
    top: -51px;
    right: -33px;
    background: url(../images/60-Off.png);
    color: #fff;
    padding: 5px 13px;
    /* width: 100%; */
    width: 110px;
    height: 125px;
    background-size: 100% 100%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.hrw{
  display: flex;
  align-items: center;
}
a.contact.style1 {
    color: #000;
    font-weight: 600;
    margin-right: 30px;
}
a.contact {
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px;
}
a.contact2 {
    text-decoration: none;
    padding: 10px 20px;
    background: linear-gradient(rgb(204, 42, 156) 0%, rgb(83, 110, 224) 100%);
    color: white !important;
    transition-duration: 1s;
    border-radius: 6px;
    display:inline-block;
    border:1px solid #fff;

}
a.contact2:hover {
    background: white;
    color: black !important;
    border: 0px solid black;
    border:1px solid #cc2a9c;
}
.logo-image img {
    transition: transform 0.5s ease 0s;
    border-radius: 10px;
    transform: scale(0.9);
}
.logo-image img:hover {
    transform: scale(1);
}
.row.banner-buttons {
    display: inline;
}
.row.col-lg-7.partners-img.banner-padding {
    margin-top: 40px;
}
.row.col-lg-12.spacing {
    padding-top: 20px;
}
ul.list-item {
    list-style-type: none;
    color: white;
}
ul.list-item li {
    line-height: 1;
}
ul.list-item i {
    font-size: 30px;
    color: rgb(238, 197, 62);
}
.heading-h2 h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
}
.heading-h2 h2 span {
    color: yellow;
    font-weight: 700;
    font-size: 45px;
}
#banner p {
    padding-right: 60px;
    color: white;
}
.main-banner {
    background-image: url("../images/Group 37.png");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    height: auto;
}
.paragragh p {
    color: white;
}
.sponsor-style {
    text-align: center;
}
img.partners-img {
    vertical-align: middle;
    width: 85%;
}
.forms {
    position: relative;
    padding: 35px;
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 11px;
    background-image: url("");
}
.order-form input::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 7rem;
    height: 7rem;
    background-color: rgb(0, 0, 0);
}
input::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 5rem;
    height: 5rem;
    background-color: rgb(0, 0, 0);
}
#frm h3 strong {
    font-weight: 600;
}
.order-form input::placeholder,
.order-form textarea::placeholder {
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0.7;
    font-size: 15px;
}
.style1 i {
    font-size: 13px;
    color: rgb(255, 255, 255);
    padding: 9px 12px;
    border-radius: 20px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
#frm h2 {
    font-size: 20px;
    font-weight: 700;
}
#frm h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.modal-body .forms {
    box-shadow: unset;
    padding-top: 0px;
}
.modal-body .forms {
    box-shadow: unset;
    padding-top: 0px;
}
#frm h3 span {
    color: rgb(155, 4, 244);
    font-size: 50px;
    font-weight: 800;
    padding-right: 0.5rem;
}
.order-form input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213 49 140);
    border-radius: 10px;
    padding-left: 9px;
}
.order-form input::placeholder{
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.order-form textarea::placeholder{
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.order-form textarea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213 49 140);
    border-radius: 10px;
    padding-left: 10px;
    height: 120px;
    resize: none;
}
.form-btn1 {
    width: 91%;
    margin: 20px auto 0px;
    display: block;
    padding: 20px 35px !important;
    background: linear-gradient(rgb(204, 42, 156) 0%, rgb(83, 110, 224) 100%);
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-family: revert;
    transition-duration: 0.2s;
    font-weight: 600;
    text-transform: uppercase;
    border: none !important;
    border-radius: 50px !important;

}
.form-btn1:hover {
    background: linear-gradient(rgb(224, 57, 120) 0%, rgb(224, 57, 120) 100%);
    color: rgb(255, 255, 255);
    border: 0px;
    transform: scale(1.02);
}
.row.content-row {
    padding-top: 100px;
    padding-bottom: 50px;
}
.row-banner {
    border: 3px solid rgb(252, 79, 70);
    border-radius: 3px;
    transition: all 0.5s ease-in-out 0s;
}
.row-banner img {
    z-index: 3;
    padding-bottom: 15px;
    margin-left: 30px;
    background: white;
    position: absolute;
    
    margin-top: -50px;
}
#box4 {
    border: 3px solid rgb(252, 79, 70);
    border-radius: 3px;
}
#box4:hover {
    background: rgb(252, 79, 70);
    color: white;
}
#box1 {
    border: 3px solid rgb(105, 206, 237);
}
#box1:hover {
    background: rgb(105, 206, 237);
    color: white;
}
#box2 {
    border: 3px solid rgb(247, 179, 107);
}
#box2:hover {
    background: rgb(247, 179, 107);
    color: white;
}
#box3 {
    border: 3px solid rgb(52, 171, 114);
}
#box3:hover {
    background: rgb(52, 171, 114);
    color: white;
}
.row-banner p {
    padding: 65px 10px 10px;
}
h5 {
    font-size: 16px !important;
}
.numbers h2 {
    font-size: 34px;
    color: black;
    font-weight: 700;
}
.numbers p {
    font-size: 12px;
    color: black;
}
.row.logo-style {
    padding-top: 50px;
    padding-bottom: 30px;
}
.row.spacing-logo {
    padding-top: 50px;
}
.nav-pills .nav-link {
    font-weight: 700 !important;
    color: black !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: rgb(252, 79, 72) !important;
    color: white !important;
}
.logo-heading h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: rgb(0, 0, 0);
}
div#one {
    color: rgb(24, 98, 155);
}
div#sc {
    color: rgb(94, 37, 139);
}
div#thr {
    color: rgb(95, 140, 18);
}
div#fr {
    color: rgb(208, 46, 100);
}
div#fv {
    color: rgb(24, 98, 155);
}
.logo-heading p {
    text-align: center;
    padding: 0px 50px;
    line-height: 2;
}
.packages-style h2 {
    font-weight: 700;
    font-size: 21px;
}
.pakage-box li {
    font-size: 15px;
}
.packages-style p {
    font-size: 16px;
    color: grey;
}
.row.divider {
    padding-top: 0px;
}
.bi-check {
    color: rgb(52, 171, 114) !important;
}
.styling-packages {
    padding: 35px 17px 17px 35px;
    background-color: white;
    border: 3px solid rgb(253, 80, 69);
    border-radius: 1px;
    box-shadow: rgb(151, 1, 253) 7px 7px 0px -1px;
    margin-bottom: 70px;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out 0s;
}
.styling-packages:hover {
    transform: scale(1);
}
.box {
    background: linear-gradient(rgb(151, 1, 253) 0%, rgb(255, 153, 204) 100%);
}
.packages-style1 h2 {
    color: black;
    font-size: 40px;
    font-weight: 700;
}
.packages-style2 ul {
    list-style: none;
    height: 290px;
    padding: 0px;
}
.packages-style1 del {
    font-size: 15px;
}
.packages-style1 span {
    color: red;
    font-size: 30px;
}
.packages-style1 p {
    font-size: 11px;
}
.packages-style2 {
    overflow-y: scroll;
}
.packages-style2::-webkit-scrollbar {
    width: 6px;
}
.packages-style2::-webkit-scrollbar-track {
    background-color: rgb(253, 80, 69);
}
.packages-style2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
.packages-style2::-webkit-scrollbar-button {
    background-color: rgb(124, 41, 41);
}
.packages-style2::-webkit-scrollbar-corner {
    background-color: black;
}
.packages-style2 i {
    font-size: 23px;
    color: grey;
}
.packages-style3 p {
    background-color: rgb(151, 1, 253);
    margin: 20px 60px 35px -35px;
    padding: 15px 1px;
    border-radius: 1px 10px 10px 0px;
    text-align: center;
    color: white;
    font-weight: 600;
}
.packages-style3 {
    padding-bottom: 25px;
}
.packages-style3 a {
    list-style-type: none;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(rgb(250, 77, 73) 0%, rgb(125, 39, 37) 100%);
    color: white;
    border: 1px solid rgb(250, 77, 73);
    transition-duration: 1s;
}
.packages-style3 a:hover {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(250, 77, 73);
}
.banner-2-design {
    padding-top: 70px;
}
.banner-2-design p {
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.banner-2-design h2 {
    color: white;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.image-banner2 {
    background-image: url("../images/Group 38.png");
    width: 100%;
    height: auto;
    background-position: center center;
    padding-bottom: 50px;
}
.row-banner:hover img {
    background: transparent;
}
.content {
    display: inline-flex;
    padding-top: 69px;
}
.content2 {
    display: inline-flex;
    padding-top: 0px;
}
.inline1 {
    width: 300px;
    line-height: 2;
}
.inline1 h4 {
    font-size: x-large;
    color: white;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 30px;
}
.inline1 ul {
    color: white;
    font-size: 14px;
}
.packages-style4 a {
    list-style-type: none;
    text-decoration: none;
    padding: 15px 35px;
    background: linear-gradient(rgb(41, 66, 219) 0%, rgb(47, 126, 251) 100%);
    color: white;
    border: 2px solid rgb(47, 126, 251s);
    border-radius:50px;
}
.packages-style4 {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
    transition: all 0.5s ease-in-out 0s;
}
.packages-style4 a:hover {
    background: linear-gradient(rgb(41, 66, 219) 100%, rgb(47, 126, 251) 0%);
    color: rgb(255, 255, 255);
    border-color: rgb(41, 66, 219);
}
.image-package1 {
    width: 60%;
    float: right;
    margin: 10px 0px;
}
.image-package2 {
    background-repeat: no-repeat;
    width: 100%;
    margin-left: 40px;
}
.row.spacing6-1 {
    padding-top: 70px;
}
.row.spacing6 {
    padding-top: 20px;
    padding-bottom: 50px;
}
.coloumn1 {
    margin: 0px;
    background-color: rgb(218, 231, 236);
    text-align: center;
    padding: 50px 10px 20px;
    height: 220px;
    transition: all 0.5s ease-in-out 0s;
}
.coloumn1:hover {
    box-shadow: rgb(124, 123, 123) 0px 0px 10px 4px;
    border-radius: 4px;
}
.coloumn1 p {
    font-weight: 600;
    font-size: 17px;
}
.testimonials h4 {
    font-size: 18px;
    font-weight: 500;
}
.testimonials h2 {
    font-size: 33px;
    font-weight: 700;
    padding-right: 60px;
}
.testimonials p {
    font-size: 15px;
    line-height: 2;
}
.clients {
  padding: 20px;
  background-color: white;
  border: 5px solid rgb(241, 74, 71);
  border-radius: 20px;
  height: 300px;
    
}
.clients h2 {
    font-size: 24px;
    font-weight: 700;
}
.no2-image {
    display: flex;
    justify-content: space-between;
}
.no2-image img {
    margin: -10px 0px 0px;
    padding-bottom: 18px;
    width: 65px;
}
section#counter-stats {
    display: flex;
    justify-content: center;
    background: rgb(240, 240, 244);
    padding: 30px 0px;
}
.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.stats .fa {
    color: rgb(0, 128, 128);
    font-size: 60px;
}
.clients p {
    font-size: 15px;
    line-height: 2;
    font-style: italic;
}
.clients h4 {
    font-size: 17px;
    line-height: 2;
}
.aut2-image h4 {
    float: left;
}
.aut2-image img {
    float: right;
    width: 100px;
}
.row.contact-spacing {
    padding-top: 61px;
    text-align: center;
}
.contact-us h2 {
    font-size: 50px;
    color: white;
    font-weight: 700;
}
.contact-us p {
    line-height: 2;
    font-size: 15px;
    color: white;
    font-weight: 500;
    padding-left: 200px;
    padding-right: 200px;
}
.form-styling input {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    border: 1px solid;
    width: 25%;
    margin: 10px 10px 25px 6px;
}
.form-styling textarea {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    border: 1px solid;
    margin: 10px 10px 25px 6px;
    width: 78.4%;
}
.butn1 {
    background: linear-gradient(rgb(27, 51, 157), rgb(24, 77, 218));
    padding: 20px;
    width: 230px;
    margin-bottom: 10px;
    border: 1px;
    color: white;
    font-weight: 600;
}
#ee h2 {
    font-size: 25px;
    font-weight: 500;
    color: black;
    text-align: center;
}
#ee h3 {
    font-size: 37px;
    font-weight: 700;
    color: black;
    text-align: center;
}
.butn1:hover {
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    color: black;
}
.styletext::placeholder {
    color: white;
}
.footer {
    background-image: url("../images/Rectangle 42.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer p {
    color: #fff;
}
.row.copyright-botton {
    padding: 10px;
}
.row.copyright-botton {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.54);
}
.col-lg-6.copyright-style {
    padding-top: 10px;
    color: white;
}
.col-lg-6.privacy-policy {
    padding-top: 10px;
    color: white;
}
.col-lg-6.privacy-policy a {
    color: white;
    padding-left: 10px;
    text-decoration: none;
}
ul#pills-tab {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 9px;
}
ul#pills-tab li {
    display: inline-block;
    border: 2px solid rgb(249, 77, 75);
}
.row.img-space img {
    margin-bottom: 14px;
}
.col-lg-5.img-logos img {
    width: 104%;
    padding-top: 71px;
}
.styling-section2-img img {
    width: 121%;
    float: left;
}
#pck h2 {
    font-size: 25px;
    font-weight: 500;
    color: black;
}
#pck h3 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
}
.logo-heading.styling-section2 h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    color: rgb(0, 0, 0);
}
.logo-heading.styling-section2 p {
    text-align: left;
    padding: 0px;
    line-height: 2;
    font-size: 15px;
}
.row.spacing-home {
    padding: 50px 0px;
}
a.contact-home {
    text-decoration: none;
    padding: 20px 40px;
    background: linear-gradient(rgb(41, 66, 219) 0%, rgba(47, 126, 251, 0.79) 100%);
    color: white;
    transition-duration: 1s;
    text-transform: uppercase;
}
a.contact-home:hover {
    color: white;
    background-color: rgb(41, 66, 219);
}
.contact-home-spacing {
    margin-top: 56px;
}
.section-home2 {
    background-image: url("images/Group 261.png");
    width: 100%;
    background-position: center center;
}
.home2 img {
    width: 82%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-section-home {
    padding-top: 75px;
}
.content-section-home h1 {
    font-size: 46px;
    font-weight: bold;
    color: white;
}
.content-section-home p {
    color: white;
    padding-bottom: 25px;
    line-height: 2;
}
.logo-image img {
    width: 100%;
}
.col-lg-6.styling-testimonials {
    margin-top: 50px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 30px;
}
.web-image {
    background-position: center center;
    width: 100%;
    margin-top: 100px;
}
.thankyou {
    text-align: center;
    margin-top: 100px;
}
.thankyou i {
    font-size: 150px;
    color: rgb(214, 50, 137);
}
.thankyou h2 {
    font-size: 70px;
    font-weight: 700;
    padding-top: 50px;
}
.thankyou p {
    font-size: 21px;
    font-weight: 700;
}
.offpopup {
    position: fixed;
    bottom: 0px;
    display: none;
}
.onpopup {
    display: block;
}

@keyframes beat {
    100% {
        transform: scale(1.1);
    }
}
.container.spacing4 .bi-telephone-fill::before,
.container.spacing4 .bi-chat-dots-fill::before {
    animation: 0.35s ease 0s infinite alternate none running beat;
}

.bnr{
  align-items: center;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out;
  }
  30% {
    transform: scale(1.2, 1.2);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.4, 1.4);
    transition: all 0.7s ease-in-out;
  }
  50% {
    transform: scale(1.3, 1.3);
    transition: all 0.7s ease-in-out;
  }
  100% {
    transform: scale(1, 1);
    transition: all 0.7s ease-in-out;

  }
}

@media screen and (max-width:991px){
    .contact-details button {
    display: inline-block;
}
.main_menu {
    justify-content: end;
    margin-right: -10px;
}
.main_menu i {
    color: #fff;
}
.contact-details .navbar-toggler {
    background: #000;
    color: #fff;
}
.main_menu #navbarNavDropdown {
    justify-content: right;
    background: #000;
    z-index: 99;
}
.main_menu #navbarNavDropdown ul {
    padding: 20px;
}
.main_menu .navbar-nav {
    position: absolute;
    background: rgb(0, 0, 0);
    right: 0px;
    top: 20px;
}
.main_menu button {
    position: absolute;
    right: 0px;
    top: -30px;
    background: #000;
}
.contact-details {
    text-decoration: none;
    text-align: left;
    position: relative;
    z-index: 999;
}

    a.contact.style1 {
    margin-right: 0px;
    font-size: 12px;}
    a.contact2 {
    padding: 10px 16px;
    font-size: 12px;}
    .banner-buttons a {
    margin: 0px 10px;
}
.row.col-lg-7.partners-img.banner-padding {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}
.banner-padding img{
    width: 50%;
}
.row-banner {
    margin-top: 85px;
}
.styling-packages {
    max-width: 420px;
    margin: 0 auto;
}

.packages-style4 a {
    border-radius: 7px;
}
.row.spacing6 {
    justify-content: center;
}
.row.spacing6 .col-lg-2 {
    margin: 10px 0px;
}
.row-banner img {
    
    left:0px;
    right:0px;
    margin:0 auto;
    margin-top: -50px;
    
}
}
@media screen and (max-width:767px){
    .bnr {
    flex-direction: column-reverse;
}
img.partners-img {
    display: none;
}
.forms {
    margin-top: 60px;
}
.banner-padding img {
    margin-bottom: 30px;
}
    .logo {
    text-align: center;
    padding-bottom: 20px;
}
.contact-details {
    text-decoration: none;
    text-align: center;
}
    .heading-h2 h2 {
    padding-top: 50px;
    font-size: 30px;
    
}
.banner-buttons {
    text-align: center;
}
.heading-h2 h2 span {
    font-size: 32px;}
 
.row-banner{
    margin-bottom: 0px;} 
    .forms:after{
        right: 0px;
        position:relative;
    }
   .image-package2{
    margin-left: 0px;
   }
   .inline1{
    width: 100%;
   }
   .content{
    display:block ;
   }
   .content2{
    display:block ;
   }
   .contact-us h2 {
    font-size: 30px;
  
}
   .contact-us p{
    padding: 10px 0px;
   }
  .form-styling input {
    width: 100%;
}
.form-styling textarea {
    width: 100%;
} 
}

@media screen and (max-width:470px){
    .row.content-row {
    padding-top: 0px;}
    section#counter-stats {
    display: flex;
    justify-content: center;
    background: rgb(240, 240, 244);
    padding: 30px 0px;
    display: none;
}
    .main_menu #navbarNavDropdown ul {
   
    width: 100%;
}
    .main-banner{
    background-color: #d4318b;
    }
    a.contact2.style1 {
    width: 150px;
    display: inline-block;
    margin-top: 10px;
}
#pills-tab li {
    display: inline-block;
    border: 2px solid rgb(249, 77, 75);
    width: 100%;
    margin-top: 10px;
}
.nav-pills .nav-link {
    text-align: center;
    width: 100%;
}
ul.list-item li a{
    font-size: 13px;
}
.row.col-lg-12.spacing {
    display: block;
}
.banner-buttons a {
    display: block;
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
}

}
@media screen and (max-width:340px){
    .packages-style4 a {
    border-radius: 7px;
    display: block;
    text-align: center;
    margin-top: 10px;}
    #ee h3 {
    font-size: 26px;}
}