﻿* {
    margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body,
html {
    /*font-family: "Roboto", sans-serif !important;*/
    font-family: 'Noto Sans', sans-serif !important;
    width: 100%;
    color: #525252;
    font-weight: 400;
    font-size: 13px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

section,
header,
footer {
    width: 100%;
}

.container {
    width: 95% !important;
    min-width: 300px;
    max-width: 1400px !important;
    margin: 0 auto;
}


.curser {
    cursor: pointer;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100vh;
}

.main-bg {
    background-color: #fff;
}

.main-bg:nth-child(even) {
    background-color: #f5f7fb;
}

.main-bg.banner-img {
    background-image: url(/content/images/ak/v1.0/IRCTCAgent/banner-bg-top.jpg), url(/content/images/ak/v1.0/IRCTCAgent/banner-bg-btm.jpg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-bg.banner-img.dotted {
    position: relative;
}

.main-bg.banner-img.dotted::before {
    content: url(/content/images/ak/v1.0/IRCTCAgent/dots.png);
    position: absolute;
    bottom: -43px;
    left: 0;
}

.main-bg header .logo {
    padding: 24px 0 0;
}

.main-bg header .logo img {
    max-width: 100%;
}

.main-bg header .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.main-bg header .banner-content .bnr-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
}

.main-bg header .banner-content .bnr-txt h1 {
    font-size: 50px;
    font-weight: 900;
    color: #bc1559;
    line-height: 58px;
    margin-bottom: 20px;
}

.main-bg header .banner-content .bnr-txt h1 span {
    font-size: 52px;
    font-weight: 900;
    color: #5f991f;
    display: block;
}

.main-bg header .banner-content .bnr-txt p {
    font-size: 20px;
    width: 80%;
    line-height: 26px;
}

.main-bg header .banner-content .bnr-img {
    width: 30%;
    height: 420px;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
}

.main-bg header .banner-content .bnr-img img {
    width: 100%;
}

.main-bg header .banner-content .bnr-img img.zoom-in-out-box {
    -webkit-animation: zoom-in-zoom-out 15s ease infinite;
    animation: zoom-in-zoom-out 15s ease infinite;
}

.main-bg header .agent-form .contact {
    display: inline-block;
    background-color: #df3e81;
    padding: 2%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

.main-bg header .agent-form .contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.main-bg header .agent-form .contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e0e0e0;
    margin-right: 20px;
    padding-right: 20px;
}

.main-bg header .agent-form .contact ul li:last-child {
    border-right: 0px;
}

.main-bg header .agent-form .contact ul li .img {
    width: 35px;
    margin-right: 10px;
}

.main-bg header .agent-form .contact ul li .img img {
    width: 100%;
}

.main-bg header .agent-form .contact ul li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-bg header .agent-form .contact ul li .txt span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
}

.main-bg header .agent-form .contact ul li .txt a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.main-bg header .agent-form .circle {
    position: relative;
    z-index: 1;
}

.main-bg header .agent-form .circle::after {
    content: url(/content/images/ak/v1.0/IRCTCAgent/circle2.jpg);
    position: absolute;
    bottom: -76px;
    right: 536px;
    z-index: -1;
    -webkit-animation: circleb 6s linear infinite;
    animation: circleb 6s linear infinite;
}

.main-bg header .agent-form .circle::before {
    content: url(/content/images/ak/v1.0/IRCTCAgent/circle1.jpg);
    position: absolute;
    top: -110px;
    right: 0;
    -webkit-animation: circlea 6s linear infinite;
    animation: circlea 6s linear infinite;
}

@-webkit-keyframes circlea {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
transform: rotate(360deg) translate(-10px) rotate(-360deg);
}
}

@keyframes circlea {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
transform: rotate(360deg) translate(-10px) rotate(-360deg);
}
}

@-webkit-keyframes circleb {
    0% {
        -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
    transform: rotate(0deg) translate(-5px) rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
transform: rotate(360deg) translate(-5px) rotate(-360deg);
}
}

@keyframes circleb {
    0% {
        -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
    transform: rotate(0deg) translate(-5px) rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
transform: rotate(360deg) translate(-5px) rotate(-360deg);
}
}

.main-bg header .agent-form .box {
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    margin-top: -5px;
}

.main-bg header .agent-form .box h4 {
    color: #5f991f;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}

.main-bg header .agent-form .box .agent-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.main-bg header .agent-form .box input,
.main-bg header .agent-form .box select {
    border: 1px solid #dadada;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #858585;
    font-size: 15px;
    width: 20%;
}

.main-bg header .agent-form .box .btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #df3f80;
    border: 1px solid #df3f80;
    padding: 14px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.main-bg header .step {
    width: 90%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    margin: auto;
}

.main-bg header .step h2 {
    font-weight: 900;
    font-size: 38px;
    color: #bc1559;
    margin-top: 70px;
}

.main-bg header .step h2 span {
    font-size: 34px;
    display: block;
    color: #5f991f;
}

.main-bg header .step .steper-style {
    width: 100%;
    margin-top: 35px;
    border-top: 3px solid #d8d7d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 15%;
    padding-bottom: 50px;
}

.main-bg header .step .steper-style .steper-box {
    width: 30%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-bg header .step .steper-style .steper-box::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #d8d7d4;
    border-radius: 50px;
    background-color: #fff;
    top: -18px;
}

.main-bg header .step .steper-style .steper-box h3 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.main-bg header .step .steper-style .steper-box .steper_img {
    width: 100%;
    text-align: center;
}

.main-bg header .step .steper-style .steper-box .steper_img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.main-bg main .irctc-agent {
    padding: 100px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-bg main .irctc-agent.babul {
    position: relative;
}

.main-bg main .irctc-agent.babul::before {
    content: url(/content/images/ak/v1.0/IRCTCAgent/bls1.png);
    position: absolute;
    top: 80px;
    left: -230px;
}

.main-bg main .irctc-agent.babul::after {
    content: url(/content/images/ak/v1.0/IRCTCAgent/bul2.png);
    position: absolute;
    top: 7px;
    right: -100px;
}

.main-bg main .irctc-agent h2 {
    font-size: 26px;
    font-weight: 900;
    color: #bc1559;
}
.main-bg main .irctc-agent h2 span {
    display: block;
}

.main-bg main .irctc-agent .ctgry {
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    border: 1px solid rgba(156, 170, 179, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

.main-bg main .irctc-agent .ctgry .item {
    width: 20%;
    border-right: 1px solid rgba(156, 170, 179, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-bg main .irctc-agent .ctgry .item .img img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.main-bg main .irctc-agent .ctgry .item:last-child {
    border-right: 0;
}

.main-bg main .irctc-agent .ctgry .item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.main-bg main .irctc-agent .ctgry .item:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-bg main .irctc-agent .enq {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-bg main .irctc-agent .enq .left,
.main-bg main .irctc-agent .enq .right {
    width: 50%;
}

.main-bg main .irctc-agent .enq .left .register,
.main-bg main .irctc-agent .enq .left .required,
.main-bg main .irctc-agent .enq .right .register,
.main-bg main .irctc-agent .enq .right .required {
    margin-top: 30px;
}

.main-bg main .irctc-agent .enq .left .benefit h3,
.main-bg main .irctc-agent .enq .left .register h3,
.main-bg main .irctc-agent .enq .left .required h3,
.main-bg main .irctc-agent .enq .right .benefit h3,
.main-bg main .irctc-agent .enq .right .register h3,
.main-bg main .irctc-agent .enq .right .required h3 {
    font-size: 26px;
    font-weight: 900;
}

.main-bg main .irctc-agent .enq .left .benefit h3 span,
.main-bg main .irctc-agent .enq .left .register h3 span,
.main-bg main .irctc-agent .enq .left .required h3 span,
.main-bg main .irctc-agent .enq .right .benefit h3 span,
.main-bg main .irctc-agent .enq .right .register h3 span,
.main-bg main .irctc-agent .enq .right .required h3 span {
    display: block;
}

.main-bg main .irctc-agent .enq .left .benefit ul,
.main-bg main .irctc-agent .enq .left .register ul,
.main-bg main .irctc-agent .enq .left .required ul,
.main-bg main .irctc-agent .enq .right .benefit ul,
.main-bg main .irctc-agent .enq .right .register ul,
.main-bg main .irctc-agent .enq .right .required ul {
    list-style: none;
    line-height: 28px;
    padding-top: 15px;
    font-size: 15px;
    list-style-image: url("/content/images/ak/v1.0/IRCTCAgent/right-aerow.png");
    margin-left: 25px;
}

.main-bg main .irctc-agent .enq .right {
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-bg main .irctc-agent .enq .right .img1 img {
    width: 80%;
}

.main-bg main .irctc-agent .enq .right .img1 img.float_up_down {
    -webkit-animation-name: float_up_down;
    animation-name: float_up_down;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    }

  .main-bg main .intro {
        padding: 35px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

  .main-bg main .intro .intro-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px;
      border-bottom: 4px double #e0e0e0;
      padding-bottom: 35px;
  }

    .main-bg main .intro .intro-content .left {
        width: 35%;
    }

    .main-bg main .intro .intro-content .left img {
        width: 100%;
    }

    .main-bg main .intro .intro-content .left img.zoom-in-box {
        -webkit-animation: zoom-in 10s ease infinite;
        animation: zoom-in 10s ease infinite;
    }

    .main-bg main .intro .intro-content .right {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-bg main .intro .intro-content .right h3.intro-head {
        font-size: 26px;
        font-weight: 900;
        color: #bc1559;
        margin-bottom: 20px;
    }

    .main-bg main .intro .intro-content .right p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .main-bg main .intro .about {
        margin-bottom: 30px;
    }

    .main-bg main .intro .about h3.intro-head {
        font-size: 26px;
        font-weight: 900;
        color: #bc1559;
        margin-bottom: 20px;
    }

    .main-bg main .intro .about p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .main-bg main .intro .faq {
        background: #fff;
        border-radius: 7px;
        padding: 20px;
        border: 1px solid rgba(156, 170, 179, 0.28);
        box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
        -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
    }
      .main-bg main .intro .faq h3{
        font-size: 15px;
        font-weight: 400;
        color:#000;
    }
         .main-bg main .intro .faq a{
       color: #525252;
    }

    .main-bg main .intro .faq .faq-head {
        padding-bottom: 15px;
    }

    .main-bg main .intro .faq .faq-head h2 {
        font-size: 26px;
        color: #bc1559;
        font-weight: bold;
    }

    .main-bg main .intro .faq .course-accordion {
        background-color: transparent;
        font-size: 15px;
        color: #525252;
        cursor: pointer;
        padding: 8px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        border-top: 1px solid #5252522e;
        text-transform: none;
        height: 50px;
        display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
    }
  

    .main-bg main .intro .faq button.course-accordion.active,
    .main-bg main .intro .faq .course-accordion:hover {
        color: #000;
    }

    .main-bg main .intro .faq button.course-accordion:after {
        content: url(/content/images/ak/v1.0/IRCTCAgent/plus.png);
        float: right;
        margin-left: 15px;
    }

    .main-bg main .intro .faq button.course-accordion.active:after {
        content: url(/content/images/ak/v1.0/IRCTCAgent/minus.png);
    }

    .main-bg main .intro .faq .course-panel {
        padding: 0 0 0 10px;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        width: 96%;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 400;
        font-style: normal;
        color: #525252;
        height: auto;
    }

    .main-bg main .intro .faq .course-panel p {
        margin-bottom: 15px;
    }

    .main-bg main .intro .faq .course-panel .goal {
        margin-top: 10px;
    }

    .main-bg main .intro .faq ol {
        padding: 0 25px;
        margin-bottom: 15px;
    }

    .main-bg main .intro .faq ol li {
        margin-top: 3px;
    }

    .main-bg main .intro .faq ul {
        padding: 0 25px;
        margin-bottom: 15px;
    }

    .main-bg main .intro .faq ul li {
        float: left;
        padding: 0px;
        margin: 0;
        line-height: 33px;
        list-style: url(/content/images/ak/v1.0/IRCTCAgent/right-aerow.png);
        color: #363636;
    }

    .main-bg main .ftr-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .main-bg main .ftr-contact .contact {
        padding: 40px 0;
        color: #000;
        width: 80%;
    }

    .main-bg main .ftr-contact .contact ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
    }

    .main-bg main .ftr-contact .contact ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-bg main .ftr-contact .contact ul li .img {
        width: 60px;
        margin-right: 10px;
    }

    .main-bg main .ftr-contact .contact ul li .img img {
        width: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

    .main-bg main .ftr-contact .contact ul li .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #000;
    }

    .main-bg main .ftr-contact .contact ul li .txt span {
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        margin-bottom: 2px;
        color: #000;
    }

    .main-bg main .ftr-contact .contact ul li .txt a {
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    .main-bg main .ftr-contact .contact ul li:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .main-bg main .babul {
        position: relative;
    }

    .main-bg main .babul::before {
        content: url(/content/images/ak/v1.0/IRCTCAgent/bls1.png);
        position: absolute;
        top: 0;
        left: -230px;
    }

    .main-bg main .babul::after {
        content: url(/content/images/ak/v1.0/IRCTCAgent/bul2.png);
        position: absolute;
        top: -113px;
        right: -120px;
    }

    .main-bg main .ready {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        gap: 10px;
    }

    .main-bg main .ready .left h3 {
        font-size: 26px;
        color: #bc1559;
    }

    .main-bg main .ready .left p {
        font-size: 15px;
        color: #525252;
    }

    .main-bg main .ready .right .btn {
        text-transform: uppercase;
        color: #fff;
        background-color: #df3f80;
        border: 1px solid #df3f80;
        padding: 14px 25px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
    }

    .main-bg main .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-bg main .copyright p {
        font-size: 15px;
        color: #525252;
    }

    .p1 {
        padding: 1px;
    }

    .p2 {
        padding: 2px;
    }

    .p3 {
        padding: 3px;
    }

    .p4 {
        padding: 4px;
    }

    .p5 {
        padding: 5px;
    }

    .p6 {
        padding: 6px;
    }

    .p7 {
        padding: 7px;
    }

    .p8 {
        padding: 8px;
    }

    .p9 {
        padding: 9px;
    }

    .p10 {
        padding: 10px;
    }

@media screen and (max-width: 1660px) {
    .main-bg main .babul {
        position: relative;
    }
    .main-bg main .babul::after {
        display: none !important;
    }
}

@media screen and (min-width: 850px) {
    .btm-link {
        display: none;
    }
}

@media screen and (max-width: 850px) {
  #top {
        display: none;
  }
    .main-bg.banner-img.dotted::before {
        opacity: 0.2;
    }
    .main-bg .logo {
        padding: 16px !important;
        border-bottom: 1px solid #fae4ed;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-bg .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 15px;
    }
    .main-bg .banner-content .bnr-txt {
        width: 100% !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .main-bg .banner-content .bnr-txt h1 {
        text-align: center;
        font-size: 30px !important;
        line-height: 35px !important;
        margin-top: 25px;
    }
    .main-bg .banner-content .bnr-txt h1 span {
        font-size: 32px !important;
    }
    .main-bg .banner-content .bnr-txt p {
        font-size: 15px !important;
        text-align: center;
        width: 100% !important;
    }
    .main-bg .banner-content .bnr-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: auto !important;
    }
    .main-bg .agent-form {
        display: none !important;
       
    }
    .main-bg .step h3 {
        font-size: 22px !important;
        margin-top: 40px !important;
    }
    .main-bg .step h3 span {
        font-size: 22px !important;
    }
    .main-bg .step .steper-style {
        border-left: 3px solid #d8d7d4;
        border-top: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px !important;
        padding-bottom: 45px !important;
    }
    .main-bg .step .steper-style .steper-box {
        padding-left: 15px;
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        display: flex;
        justify-content: flex-start !important;
    }
    .main-bg .step .steper-style .steper-box::after {
        top: 40px !important;
        left: -15px;
        width: 20px !important;
        height: 20px !important;
    }
    .main-bg .step .steper-style .steper-box h3 {
        margin-top: 0px !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    .main-bg .step .steper-style .steper-box .steper_img {
        min-width: 65px !important;
        width: auto !important;
    }
    .main-bg .step .steper-style .steper-box .steper_img img {
        width: 70%;
    }
    .main-bg .step .steper-style .steper-box h3 {
        text-align: start;
    }
    .main-bg .irctc-agent {
        padding: 65px 0 0 !important;
    }
    .btm-link {
        position: fixed;
        bottom: 0;
        background: #000;
        padding: 10px;
        width: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
        z-index : 1;
    }
    .btm-link ul li {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link ul li:last-child {
        width: auto;
    }
    .btm-link ul li h4 {
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
        border-radius: 5px;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #df3f80;
        border: 1px solid #df3f80;
    }
    .btm-link ul li .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link .modal {
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        bottom: 0;
        width: 100%;
        /* Full width */
        height: 0;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: black;
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        -webkit-transition: background 0.5s, height 0.5s;
        transition: background 0.5s, height 0.5s;
        /* Modal Content */
    }
    .btm-link .modal.show {
        height: 100%;
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
    }
    .btm-link .modal .modal-content {
        background-color: #fefefe;
        margin: auto;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btm-link .modal .modal-content .model-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #f3f0f0;
        padding: 15px 0 15px;
        margin-bottom: 10px;
        /* The Close Button */
    }
    .btm-link .modal .modal-content .model-header p {
        font-weight: 400;
        font-size: 16px;
        margin-left: 15px;
        padding-top: 5px;
    }
    .btm-link .modal .modal-content .model-header .close {
        color: #aaaaaa;
        font-size: 22px;
        font-weight: 400;
        padding: 5px 0 0 11px;
    }
    .btm-link .modal .modal-content .model-header .close:hover,
    .btm-link .modal .modal-content .model-header .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .btm-link .modal .modal-content .model-body {
        padding: 10px;
    }
    .btm-link .modal .modal-content .model-body .ftr-form input,
    .btm-link .modal .modal-content .model-body .ftr-form select {
        border-bottom: 1px solid #eaeaea;
        padding: 12px 10px;
        border-radius: 5px;
        background-color: transparent;
        color: #858585;
        font-size: 13px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .btm-link .modal .modal-content .model-body .ftr-form select {
        padding: 15px 7px !important;
    }
    .btm-link .modal .modal-content .model-footer {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }
    .btm-link .modal .modal-content .model-footer .btn {
        text-transform: uppercase;
        color: #fff;
        background-color: #df3f80;
        border: 1px solid #df3f80;
        padding: 14px 25px;
        border-radius: 5px;
        font-weight: 400;
        font-size: 13px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        margin: 20px;
    }
    .btm-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        color: #fff;
        text-transform: capitalize;
    }
    .btm-link ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link ul li:last-child {
        border-right: 0px;
    }
    .btm-link ul li .img {
        width: 35px;
        margin-right: 10px;
        cursor: pointer;
    }
    .btm-link ul li .img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link ul li .img a img {
        width: 100%;
    }
    main .irctc-agent.babul::after {
        display: none !important;
    }
    main .irctc-agent .ctgry .item h3 {
        font-size: 16px !important;
    }
    main .irctc-agent .enq {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    main .irctc-agent .enq .left,
    main .irctc-agent .enq .right {
        width: 100% !important;
    }
    main .irctc-agent .enq .right {
        margin-top: 20px;
    }
    main .irctc-agent .enq .right .img1 {
        display: none !important;
    }
    main .intro .left {
        display: none !important;
    }
    main .intro .right {
        width: 100% !important;
    }
    main .intro .right .intro-head {
        font-size: 22px !important;
    }
    main .intro .right p {
        font-size: 14px !important;
    }
    main .intro .about .intro-head {
        font-size: 22px !important;
    }
    main .intro .about p {
        font-size: 14px !important;
    }
    main .intro .faq {
        padding: 10px !important;
    }
    main .intro .faq .course-panel p {
        font-size: 12px !important;
    }
    main .intro .faq .course-accordion {
        font-size: 13px !important;
        font-weight: 700;
    }
    main .ftr-contact {
        display: none !important;
    }
    main .ready {
        border-top: 0 !important;
        padding: 20px 0px !important;
    }
    main .ready .left h3 {
        font-size: 18px !important;
    }
    main .ready .left p {
        font-size: 14px !important;
        padding-top: 5px;
    }
    main .ready .right .btn {
        padding: 10px 13px !important;
        font-size: 14px !important;
    }
    main .copyright {
        padding-bottom: 12% !important;
        text-align: center;
    }
    main .copyright p {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    main .irctc-agent h3 {
        width: 100% !important;
        font-size: 18px !important;
    }
    main .irctc-agent .ctgry {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    main .irctc-agent .ctgry .item {
        width: 100% !important;
        border-right: 0 !important;
        border-top: 1px solid rgba(156, 170, 179, 0.28);
        padding: 15px 0;
    }
    main .irctc-agent .ctgry .item:first-child {
        border-top: 0 !important;
    }
    main .irctc-agent .ctgry .item .img {
        margin-top: 10px;
    }
    main .irctc-agent .ctgry .item .img:first-child {
        margin-top: 0;
    }
    main .irctc-agent .ctgry .item h3 {
        font-size: 16px !important;
    }
    main .irctc-agent .enq .left h3,
    main .irctc-agent .enq .right h3 {
        text-align: left !important;
    }
  
}

@media screen and (max-width: 550px) {
    .main-bg.banner-img {
        background-position: -110px 0;
    }
    .main-bg .banner-content .bnr-img {
        width: 50% !important;
    }
    .main-bg .banner-content .bnr-txt {
        width: 100%;
    }
    .main-bg .banner-content .bnr-txt h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .main-bg .banner-content .bnr-txt h1 span {
        font-size: 32px;
    }
    .main-bg .banner-content .bnr-txt p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .btm-link .modal .modal-content .model-footer .btn {
        text-align: center;
        width: 90% !important;
        margin: 10px 20px;
    }
    .btm-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        color: #fff;
        text-transform: capitalize;
    }
    .btm-link ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link ul li:last-child {
        border-right: 0px;
    }
    .btm-link ul li .img {
        width: 35px;
        margin-right: 10px;
        cursor: pointer;
    }
    .btm-link ul li .img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btm-link ul li .img a img {
        width: 100%;
    }
    .intro .faq {
        width: 100% !important;
    }
    .intro .faq .course-accordion {
        width: 100% !important;
        height: 65px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .intro .faq .course-accordion .course-panel {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    main .ready .left {
        width: 100%;
        text-align: center;
    }
    main .ready .right {
        width: 100%;
    }
    main .ready .right .btn {
        width: 100%;
    }
    main .copyright {
        padding-top: 20px !important;
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
    50% {
        -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
100% {
    -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
50% {
    -webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
100% {
    -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}

@-webkit-keyframes zoom-in {
  0% {
      -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
50% {
    -webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
}
100% {
    -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}

@keyframes zoom-in {
  0% {
      -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
50% {
    -webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
}
100% {
    -webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
/*# sourceMappingURL=main.css.map */


.error1{ color:#fff; background:#f44336}
.error {
    border: 1px solid #f00 !important;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background-color:#fff;
    border-radius:3px
}
body .ui-tooltip {
	border-width: 2px;
}




/*new 12-04-24*/

 .verify-list {
  width: 100%;
  padding: clamp(2.5rem, 2.0918rem + 2.0408vw, 3.75rem) 0;
  background: rgb(247, 245, 235);
  background: linear-gradient(0deg, rgb(247, 245, 235) 0%, rgb(255, 255, 255) 92%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify-list .list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #00848b;
  border-radius: 6px;
  padding: clamp(0.9375rem, 0.6314rem + 1.5306vw, 1.875rem);
  box-shadow: 3px 7px 9px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .verify-list .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.verify-list .list p {
  color: #fff;
  /*font-size: clamp(1.25rem, 0.9235rem + 1.6327vw, 2.25rem);*/
  font-size: clamp(1rem, 0.4531rem + 1.75vw, 1.875rem);
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .verify-list .list p {
    text-align: center;
    line-height: clamp(1.75rem, 1.5867rem + 0.8163vw, 2.25rem);
  }
}
.verify-list .list p span {
  display: block;
}
.verify-list .list .btn-view {
  background-color: #ff9c2f;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: clamp(1.25rem, 1.148rem + 0.5102vw, 1.5625rem) clamp(1.25rem, 1.0459rem + 1.0204vw, 1.875rem);
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}




.main-bg main .irctc-agent .agent-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-bg main .irctc-agent .agent-head {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.main-bg main .irctc-agent .agent-head h3 {
  font-size: 26px;
  font-weight: 900;
  color: #bc1559;
}
@media screen and (max-width: 768px) {
  .main-bg main .irctc-agent .agent-head h3 {
    width: 100%;
  }
}
.main-bg main .irctc-agent .agent-head .btn-view {
  background-color: #0067ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-bg main .irctc-agent .agent-head .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 15px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .main-bg main .irctc-agent .agent-head .modal {
    padding-top: 5px;
  }
}
.main-bg main .irctc-agent .agent-head .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main-bg main .irctc-agent .agent-head .modal-content {
    width: 100%;
  }
}
.main-bg main .irctc-agent .agent-head .modal-content img {
  width: 100%;
  height: auto;
}
.main-bg main .irctc-agent .agent-head .modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.main-bg main .irctc-agent .agent-head .modal .close:hover, .main-bg main .irctc-agent .agent-head .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.main-bg1{
    background: #f5f7fb !important;
}
.reviews {
    width: 100%;
    height: auto;
    padding: clamp(2.5rem, 2.0918rem + 2.0408vw, 3.75rem) 0;
    background: rgb(248, 246, 237);
    background: linear-gradient(0deg, rgba(248, 246, 237, 1) 0%, rgba(245, 247, 251, 1) 85%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews h3 {
  font-size: 27px;
  font-weight: 700;
  color: #bc1559;
}
.reviews .card {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.13);
}
.reviews .card:hover .head .img-outer {
  filter: drop-shadow(3px 7px 11px #d0d0d0);
}
.reviews .card .head {
  display: flex;
  gap: 15px;
  width: 100%;
}
.reviews .card .head .img-outer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color:#f6f7f7;
  overflow: hidden;
  transition: 0.5s;
}
.reviews .card .head .img-outer img {
  width: 100%;
}
.reviews .card .head .cpny-detail {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.reviews .card .head .cpny-detail .cname {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.reviews .card .head .cpny-detail .name {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.reviews .card .head .cpny-detail .place {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
}
.reviews .card .con p {
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 24px;
}

.owl-carousel {
  display: flex !important;
  flex-direction: column;
}
.owl-carousel .owl-stage {
  padding: 24px 15px;
  gap: 20px;
  display: flex;
}
.owl-carousel .owl-stage-outer {
  order: 2;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  order: 1;
  position: absolute;
  top: -30px;
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: #c51956 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav .owl-prev.disabled {
  background-color: #9ca1ab !important;
  color: #000 !important;
}
.owl-carousel .owl-nav .owl-prev span {
  line-height: 20px;
  font-size: 31px;
  margin-top: -4px;
  color: #fff !important;
}
.owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #c51956 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav .owl-next.disabled {
  background-color: #9ca1ab !important;
  color: #000 !important;
}
.owl-carousel .owl-nav .owl-next span {
  line-height: 20px;
  font-size: 31px;
  margin-top: -4px;
  color: #fff !important;
}
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}
