@import url('../../fonts.googleapis.com/css2%3Ffamily=Poppins:ital,wght@0,100%3B0,200%3B0,300%3B0,400%3B0,500%3B0,600%3B0,700%3B0,800%3B0,900%3B1,100%3B1,200%3B1,300%3B1,400%3B1,500%3B1,600%3B1,700%3B1,800%3B1,900&display=swap.css');

.main-container {
    float: left;
    width: 100%;
    background-attachment: fixed;
    background: url(../images/white-back.jpg);
    background-repeat: repeat;
}

body {
    font-family: "Poppins", sans-serif;
}

.banner-main {
    float: left;
    width: 100%;
    background-image: url(../images/hero-img2.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.header-top {
    float: left;
    width: 100%;
}

.phone-no {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 15px;
}

.phone-no i {
    background-color: #fbc50b;
    color: #000;
    padding: 8px;
    border-radius: 20px;
    margin-right: 8px;
}

.social-media {
    float: left;
    width: 100%;
}

.social-media ul {
    float: left;
    width: 100%;
    list-style-type: none;
    display: table;
}

.social-media ul li {
    float: left;
    padding: 7px 12px;
    background-color: #fff;
    border-radius: 40px;
    margin: 0px 2px;
    border: 2px solid #fbc50b;
}

.top-txt {
    float: left;
    width: 100%;
    background-color: #fbc50b;
    color: #000;
    font-weight: 600;
    padding: 7px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
}

.social-media ul li i {
    color: #000;
}

.header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.logo img {
    float: left;
    width: 100%;
}

.header .container {
    background-color: #007D3A;
    border-radius: 20px;
}

.book-appointmment {
    float: left;
    width: 100%;
    padding-top: 45px;
}

.book-appointmment a {
    background-color: #fbc50b;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
    padding: 20px 29px;
    border-radius: 20px;
    text-decoration: none;
}

.menu {
    float: left;
    width: 100%;
}

.menu {
    float: left;
    width: 100%;
}

.menu ul {
    float: none;
    margin: 0;
    list-style-type: none;
    display: table;
}

.menu ul li {
    float: left;
    padding: 12px;
    padding-top: 38px;
}

.menu ul li a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-decoration: none;
}

.banner-container {
    float: left;
    width: 100%;
    padding: 30px;
}

.banner-right {
    float: left;
    width: 100%;
}

.banner-right img {
    float: left;
    width: 100%;
}

.banner-left {
    float: left;
    width: 100%;
    padding-top: 110px;
}

.b-title1 {
    float: left;
    background-color: #FBC50B;
    padding: 10px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    border-left: 10px solid #fff;
    border-radius: 0px 60px 0px 0px;
}

.b-title2 {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    padding: 15px 0px;
}

.b-title3 {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 20px;
}

.b-title4 {
    float: left;
    width: 100%;
    padding-top: 36px;
}

.b-title4 a {
    background-color: #007d3a;
    padding: 15px 30px;
    border-radius: 0px 30px 0px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
}

.banner-bottom {
    float: left;
    width: 100%;
}

.bann-bot-container {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 0px 0px 50px 50px;
    border: 2px solid #c8c8c8;
    height: 270px;
}

.ban-bot {
    float: left;
    width: 100%;
}

.ban-bot img {
    width: 50%;
}

.ban-ttl {
    float: left;
    width: 100%;
    color: #007D3A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
}

.ban-desc {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.bann-bot-container:hover {
    background-color: #007d3a;
}

.bann-bot-container:hover .ban-ttl {
    color: #fff;
}

.bann-bot-container:hover .ban-desc {
    color: #fff;
}

.banner-bottom .col-sm-2 {
    padding: 0;
}

.about-us-container {
    float: left;
    width: 100%;
    padding: 40px;
}

.about-img {
    float: left;
    width: 100%;
}

.about-img img {
    float: left;
    width: 100%;
}

.about-right {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.about-ttl1 {
    float: left;
    background-color: #FBC50B;
    padding: 10px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    border-left: 10px solid #000000;
    border-radius: 0px 60px 0px 0px;
}

.about-ttl2 {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #007d3a;
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0px;

}

.about-ttl3 {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 15px;
}

.about-ttl4 {
    float: left;
    width: 100%;
    background-color: #fbc50b47;
    padding: 20px;
    border-left: 3px solid orange;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-top: 20px;
}

.about-ttl5 {
    margin-top: 35px;
    float: left;
    width: 100%;
}

.about-ttl5 a {
    background-color: #007d3a;
    padding: 15px 30px;
    border-radius: 0px 30px 0px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
}

.beat-ser {
    float: left;
    width: 100%;

}

.beat-ser .container {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}


.best-border {
    background-color: #EEEEEE;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid orange;
    padding: 30px 10px 50px 10px;
    margin: 15px 0px;
}

.beat-border-img {
    float: left;
    width: 100%;
    text-align: center;
}

.beat-border-img img {
    float: left;
    width: 100%;
    text-align: center;
}

.beat-border-cont {
    float: left;
    width: 100%;
    text-align: left;
}

.beat-border-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #007d3a;
    font-family: "Poppins", sans-serif;
}

.beat-border-desc {
    float: left;
    width: 100%;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.beat-border-cal {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 30px;
}

.beat-border-cal a {
    background-color: #FBC50B;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    fill: #000000;
    color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 25px 18px 25px;
    font-family: "Poppins", sans-serif;
}

.beat-border-cal:hover a {
    background-color: #007D3A;
    color: #FFFFFF;
}

.youtube-cont {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.youtube-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.youtube-title span {
    background-color: #FBC50B;
    padding: 13px 35px 13px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    border-radius: 50px 50px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.other-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: url(../images/bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

.other-ser-title {
    float: left;
    width: 100%;
    text-align: center;
}

.other-ser-title span {
    background-color: #FBC50B;
    padding: 13px 35px 13px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    border-radius: 50px 50px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}

.other-ser-header {
    float: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0px;
}

.other-border {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 2px solid #FBC50B;
    border-radius: 200px 200px 0px 0px;
}

.other-img {
    float: left;
    width: 100%;
    padding: 10px;
}

.other-img img {
    float: left;
    width: 100%;
    border-radius: 200px 200px 0px 0px;
}

.other-title {
    float: left;
    width: 100%;
    background-color: #FBC50B;
    padding: 10px 10px 10px 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.other-desc {
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
}

.other-call {
    padding: 20px 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.other-call a {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    fill: #000000;
    color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 25px 18px 25px;
    font-family: "Poppins", sans-serif;
}

.other-call:hover a {
    background-color: #FBC50B;
    color: #000;
}

.list-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.list-border {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 20px 10px;
    border: 2px solid #FBC50B;
    border-radius: 10px;
    background: #fff;
}

.list-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
    background: #FBC50B;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.list-border ul li {
    padding-bottom: calc(21px / 2);
    margin: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #666;
    padding-top: 10px;
}

.list-border ul li a {
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
}

.list-ser .other-call {
    margin-bottom: 0px;
    margin-top: 20px;
}

.list-ser .other-call a {
    background: #FBC50B;
    color: #000;
}

.list-ser .other-call:hover a {
    background: #000;
    color: #FBC50B;
}

.footer {
    float: left;
    width: 100%;
    padding-top: 50px;
    background: #000;
}

.footer-top-border {
    float: left;
    width: 100%;
}

.footer-top-border img {
    float: left;
    width: 100%;
}

.footer-top-border2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
}

.footer1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.footer-top-border3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.footer-top-border3 .social-media ul li i {
    color: #fff;
}

.footer-top-border3 .social-media ul li {
    background-color: #007D3A;
    border: 2px solid #fbc50b;
}

.footer-top-border3 .social-media ul li:hover {
    background-color: #fff;
    border: 2px solid #fbc50b;
}

.footer-top-border3 .social-media ul li:hover i {
    color: #000;
}

.footer2 {
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
}

.footer2-border {
    float: left;
    width: 100%;
    text-align: left;
}

.footer2-title {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.footer2-desc {
    font-size: 15px;
    color: #fff;
}

.footer2-border ul {
    margin: 0;
    padding: 0;
}

.footer2-border ul li {
    list-style: none;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.footer2-border ul li:hover {
    color: #FBC50B;
}

.footer2-border ul li i {
    color: #FBC50B;
    padding-right: 10px;
}

.footer2-border2 {
    padding-right: 30px;
}

.footer3 {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.footer3-left {
    float: left;
    width: 100%;
}

.footer3-left ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.footer3-left ul li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 0px 5px;
}

.footer3-left ul li a {
    color: #fff;
}

.footer3-right {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 15px;
    color: #fff;
}

.copy {
    float: left;
    width: 100%;
    background: #FBC50B;
}

.copy-text {
    text-align: center;
    font-size: 15px;
    color: #000;
    padding: 10px;
}

.copy-text span {
    font-weight: 700;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.why-us .other-ser-header {
    color: #007D3A;
}

.why-border1 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.why-border2 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.why-border3 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.why-border1-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.why-border2-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.why-border2-desc ul {
    margin: 0;
    padding: 0;
}

.why-border2-desc ul li {
    list-style: none;
    margin: 10px 0px;
    padding: 20px 0px 20px 0px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #EE4B4B;
    border-radius: 3px 3px 3px 3px;

}

.why-border3-desc {
    float: left;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #FBC50B;
}

.why-border3-img {
    float: left;
    width: 20%;
    text-align: left;
    padding-top: 30px;
}

.why-border3-img img {
    border-radius: 50%;
    width: 60%;
}

.why-border3-detail {
    float: left;
    width: 80%;
    text-align: left;
}

.why-border3-detail h4 {
    color: #007d3a;
    text-transform: capitalize;
    font-weight: 600;
}

.why-progess {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.why-progess h4 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.payment-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
    background: url(../images/bg2.jpg);

}

.payment-ser .other-ser-header {
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FBC50B;
    stroke: #FBC50B;
    text-shadow: -1px 0px 32px #111111;
    color: #fff;
}

.payment-border1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.payment-border1 img {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.payment-border2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    background: #FBC50B;
    padding: 20px;
    border-radius: 5px;
}

.payment-border2 h4 {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.payment-border2 img {
    border: none;
    box-shadow: none;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.partnership-ser {
    float: left;
    width: 100%;
}

.paa {
    float: left;
    width: 100%;
    padding: 30px;
    background: #007D3A;
    border-radius: 200px 0px;
    margin-top: -150px;
}

.partnership-border {
    float: left;
    width: 100%;
}

.ss1 {
    max-width: 100%;
    object-position: center center;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    animation: breathe 2s ease-in-out infinite alternate;
}

.ss2 {
    max-width: 100%;
    object-position: right;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    animation: breathe 2s ease-in-out infinite alternate;
    text-align: right;
    display: table;
    margin: 0 auto;
}

.ss3 {
    max-width: 100%;
    object-position: right;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    animation: breathe 2s ease-in-out infinite alternate;
}

.ss4 {
    max-width: 100%;
    object-position: center center;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    animation: breathe 2s ease-in-out infinite alternate;
    text-align: right;
    display: table;
    margin: 0 auto;
}

@keyframes breathe {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}

.partnership-border2 {
    float: left;
    width: 100%;
    text-align: center;
}

.partnership-border2 h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
}

.partnership-border2 p {

    color: #fff;
}

.partnership-border2 .beat-border-cal {
    text-align: center;
}

.partnership-border2 .beat-border-cal:hover a {
    background-color: #fff;
    color: #007D3A;
}

.testi {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}

.testi .other-ser-header {
    color: #007D3A;
}

.test-border {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #000;
    border-radius: 10px;
    padding: 30px;
}

.test-border h4 {
    color: #fff;
    font-weight: 600;
}

.test-border ul {
    padding: 0;
    margin: 0;
}

.test-border ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FBC50B;
}

.test-border p {
    color: #fff;
    padding: 15px 0px;
    line-height: 30px;
    font-size: 16px;
}

.test-border img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.whatsapp-border {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.whatsapp-border img {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    border: 5px solid #FBC50B;
}

.Appointment-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.Appointment-border {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.Appointment-border img {
    width: 200px;
    height: 200px;
    padding: 20px;
    border: 5px double #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.Appointment-border span {
    background: #FBC50B;
    color: #000;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 10px;
}

.Appointment-border ul {
    margin: 0;
    padding: 0;
    float: none;
    display: table;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

.Appointment-border ul li {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
.contact-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.contact-title
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 55px;
    color: #007D3A;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-border2 {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.contact-border2 img{
    float: left;
    width: 70%;
    text-align: left;
    border-radius: 10px;
    margin-top: 20px;
}.contact-logo {
    float: left;
    width: 10%;
    text-align: center;
    padding: 10px 0px;
   
}
.contact-logo i {
    width: 50px;
    height: 50px;
    background-color: #007D3B;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}
.contact-call
{
    float: left;
    width: 90%;
    text-align: left;
     padding: 10px 0px;
     padding-left: 10px;
}
.contact-call span
{
    font-size: 14px;
    color: #007D3A;
    font-weight: 400;
}
.contact-call p
{
    font-size: 16px;
    color: #000;
    font-weight:600;
}
.contact-border {
  float: left;
  width: 100%;
}
.contact-border img{
  float: left;
  width: 100%;
}
.hdtp {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  display: none;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {

}

@media(min-width:640px) and (max-width:767px) {
   
  
}

@media(min-width:480px) and (max-width:639px) {
    
 

}

@media(min-width:320px) and (max-width:479px) {
   
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
 
}

@media(min-width:640px) and (max-width:767px) {
   
  
}

@media(min-width:480px) and (max-width:639px) {
    
.bann-bot-container {
  float: left;
  width: 50%;
  border-radius: 0px 0px 0px 0px;
}
.phone-no {
  width: 50%;
  margin-bottom: 5px;
}
.social-media {
  display: none;
}
.menu {
  display: none;
}
.book-appointmment {
  display: none;
}
.logo img {
  float: none;
  width: 65%;
  margin: 0 auto;
  display: table;
}
.logo {
  padding-top: 0;
}
.header {
  margin-top: 10px;
}
.banner-container {
  padding: 0;
}
.banner-left {
  padding-top: 30px;
}
.b-title2 {
  font-size: 32px;
}
.b-title3 {
  font-size: 16px;
}
}

@media(min-width:320px) and (max-width:479px) {
   
.bann-bot-container {
  float: left;
  width: 50%;
  border-radius: 0px 0px 0px 0px;
}
.phone-no {
  width: 50%;
  margin-bottom: 5px;
}
.social-media {
  display: none;
}
.menu {
  display: none;
}
.book-appointmment {
  display: none;
}
.logo img {
  float: none;
  width: 65%;
  margin: 0 auto;
  display: table;
}
.logo {
  padding-top: 0;
}
.header {
  margin-top: 10px;
}
.banner-container {
  padding: 0;
}
.banner-left {
  padding-top: 30px;
}
.b-title2 {
  font-size: 32px;
}
.b-title3 {
  font-size: 16px;
}
.about-us-container {
  padding: 0;
}
.beat-ser {
  padding-top: 30px;
}
.youtube-title span {
  font-size: 16px;
}
.other-ser-title span {
  font-size: 12px;
}
.other-ser-header {
  font-size: 36px;
}
.contact-title {
  font-size: 32px;

}
.partnership-border2 h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 36px;
}
.hdtp {
  display: block;
}
}