/*************fonts********************/

@font-face {
    font-family: OpenSans;
    src: url(font/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat-Regular.ttf);
}


/*************pages********************/

body {
    background: #F6F9FB;
}

.zpadding {
    padding: 0 !important;
}

.zmargin {
    margin: 0 !important;
}

.mgl30 {
    margin-left: 30px;
}

.mgl10 {
    margin-left: 10px;
}

.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.fullwidth {
    width: 100% !important;
}

.txtright {
    text-align: right;
}

.mgtop10 {
    margin-top: 10px;
}


/*****************************/


/*********Log - reg***********/


/*****************************/

#regform h4,
#loginform h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    color: #302F35;
}

input {
    width: 390px;
    height: 40px;
    left: 525px;
    border: 1px solid #C8C8C7;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
}

.lablesoninput {
    position: absolute;
    padding-left: 2px;
    margin-top: -12px;
    background-color: white;
    margin-left: 7px;
    padding-right: 3px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    /* identical to box height */
    color: #616161;
    border: 4px solid #FFFFFF;
}

.btn-danger {
    width: 390px;
    height: 41px;
    /* red */
    background: #AF0F0E;
    border-radius: 4px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.btn-default {
    width: 390px;
    height: 41px;
    border: 1px solid #CFCFCE;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #302F35;
}

.bckhome {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
}

.loginform,
.regform {
    width: 450px;
    background: #FFFFFF;
    /* shadow box */
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 20px;
}

.login-center {
    width: 100%;
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.reg-center {
    width: 100%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login-reg {
    margin: auto;
    width: 320px;
}

@media only screen and (min-width: 400px) {
    .login-reg {
        margin: auto;
        width: 450px;
    }
}


/********************************************/


/**************nav start*********************/


/********************************************/

nav {
    width: 100%;
    background-color: white;
}

.logo {
    width: 40px;
    margin-bottom: 2px;
}

.logodesc {
    display: inline;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    color: #38393F;
    margin: 2px;
}

.profileicon {
    width: 40px;
    float: right;
    border-radius: 50%;
}

.notificon {
    font-size: 22px;
    float: right;
    margin-top: 11px;
    margin-right: 18px;
}

.hrnav {
    width: 100%;
    border: 1px solid #EBEBEB;
}

.navinfo {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 35px;
    margin-top: -4px;
    margin-left: 15px;
    color: #38393F;
}

.naving {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #302F35;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #302F35;
    ;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.hamb {
    display: none;
    color: black;
    font-size: 25px;
    width: 40px;
    text-align: right;
    margin-top: 5px;
}

#myTopnav {
    margin-left: 10px;
    margin-top: 12px;
}

#myTopnav1 {
    background-color: #333333;
}

#myTopnav1 a {
    color: white;
    line-height: 30px;
}

@media screen and (max-width: 998px) {
    .topnav a {
        display: none;
    }

    .hamb {
        float: right;
        display: block;
    }

    .naving {
        display: none;
    }
}

@media screen and (max-width: 998px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (min-width: 998px) {
    nav {
        min-height: 140px;
    }

    #myTopnav1 {
        display: none;
    }
}

.fnavrow {
    padding-top: 10px;
}


/********************************************/


/**************nav end*********************/


/********************************************/


/********************************************/


/***************profile**********************/


/********************************************/

#maincontainer {
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.menuprofile {
    background-color: white;
}

.profinfo {
    background-color: white;
}

@media screen and (min-width: 998px) {
    .menuprofile {
        height: 500px;
    }

    .myprofileeddit {
        padding-left: 30px;
    }

    .profinfo {
        height: 500px;
    }
}

@media screen and (max-width: 998px) {
    .profinfo {
        padding-bottom: 20px;
    }

    .myprofileeddit {
        margin-top: 30px;
    }
}

.profilemenuactive {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #AF0F0E;
}

.profilemenudeactive {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #302F35;
}

.hrprofile {
    border: 1px solid #E4E4E4;
    width: 100%;
    margin-top: 25px;
}

.invoicetr {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    color: #302F35;
}


/********************************************/


/***************startup**********************/


/********************************************/

@media screen and (min-width: 998px) {
    .mainstart {
        padding-left: 30px;
    }

    .mystart {
        height: 500px;
    }
}

@media screen and (max-width: 998px) {
    .mystart {
        padding-bottom: 20px;
    }
}

.mystart {
    background-color: white;
}

.startrow {
    margin: 12px;
    margin-top: 15px;
}

.h3start {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #302F35
}

.firststep {
    background: #F6F9FB;
    border-radius: 8px;
    min-height: 80px;
    padding: 6px;
}

.stepno {
    border-right: 1px solid #D4E5F0;
    height: 68px;
    text-align: center;
}

.margintop12 {
    margin-top: 12px;
}

.step {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #302F35;
}

.num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height */
    color: #000000;
}

.steptext {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #302F35;
}

.completed {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #008E28;
    display: block;
    margin-top: 8px;
}

.dothat {
    margin-top: 28px;
    margin-right: 14px;
    color: black;
}

.otherstep {
    background: #F6F9FB;
    border-radius: 8px;
    min-height: 80px;
    padding: 6px;
    margin-top: 12px;
}

.notcompleted {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #AF0F0E;
    display: block;
    margin-top: 8px;
}


/********************************************/


/***************resources********************/


/********************************************/

@media screen and (min-width: 998px) {
    .mainstart {
        padding-left: 30px;
    }

    .resmain {
        height: 660px;
    }
}

@media screen and (max-width: 998px) {
    .resmain {
        padding-bottom: 20px;
    }
}

.resmain {
    background-color: white;
}

.porth4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #302F35;
}

.portview {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #808085;
}

.portprice {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: right;
    color: #36A18C;
}


/* Add padding BETWEEN each column */

.column {
    display: none;
    margin-top: 30px;
    /* Hide all elements by default */
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.content {
    background: #F7FAFC;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}


/* Style the buttons */

.btn {
    border: none;
    outline: none;
    background-color: white;
    cursor: pointer;
    height: 36px;
    background: #EBEBEB;
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #141414;
    margin-left: 4px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #F6E2E1;
    color: #AF0F0E;
}

.profrow {
    margin-top: 30px;
}


/********************************************/


/**************startupvisa*******************/


/********************************************/

.coltitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
}

.colbody {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
    text-align: justify;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 17px;
}

.mpanel {
    border: none;
}

.faq {
    background-color: white;
}

.question {
    background-color: white;
}

@media screen and (min-width: 998px) {
    .faq {
        height: 750px;
    }

    .question {
        height: 750px;
    }
}


/********************************************/


/**************startupvisa*******************/


/********************************************/

.mh4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    color: #302F35;
    margin-top: 30px;
}

.openticket {
    height: 63px;
    background: #004A8E;
    border-radius: 8px;
}

.activeticket {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.btnopenticket {
    width: 72px;
    height: 31px;
    background: #4880B3;
    border-radius: 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
}

.closeticket {
    height: 63px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E5E9F1;
    box-sizing: border-box;
    border-radius: 8px;
}

.unactiveticket {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
}

.btnclosedicket {
    width: 72px;
    height: 31px;
    background: #F4F6FA;
    border-radius: 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #4F4F4F;
    padding-left: 0;
    padding-right: 0;
}

.messagesh4 {
    display: inline;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    color: #302F35;
    margin: 2px;
    margin-left: 18px;
}

.messagesp {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #8A8A8A;
    margin-left: 18px;
    margin-top: 4px;
}

.usermessage {
    background: #F6F9FB;
    border-radius: 8px 8px 8px 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
    padding: 15px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.operatormessage {
    background: #D0D8DC;
    border-radius: 8px 8px 0px 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #302F35;
    padding: 15px;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
}

.tickets {
    background-color: white;
}

.ticketdesc {
    background-color: white;
}

@media screen and (min-width: 998px) {
    .tickets {
        min-height: 750px;
    }

    .ticketdesc {
        min-height: 750px;
    }

    .Messagessubmit {
        margin-top: 59px;
    }
}


/********************************************/


/**************index-page********************/


/********************************************/

.mainleft,
.Purchased,
.popular {
    background-color: white;
}

.popular {
    margin-top: 20px;
    overflow-x: hidden;
}

.Purchased {
    overflow-x: hidden;
}

.Resourcesbox {
    height: 85px;
    background: #F6F9FB;
    border-radius: 8px;
    width: 361px;
    height: 390px;
    float: left;
    margin-right: 20px;
}

.Resourcesslider {
    display: inline-flex;
    overflow-x: hidden;
}

.popularbox {
    height: 85px;
    background: #F6F9FB;
    border-radius: 8px;
    width: 361px;
    height: 337px;
    float: left;
    margin-right: 20px;
}

.popularslider {
    display: inline-flex;
    overflow-x: hidden;
}

@media screen and (min-width: 998px) {
    .mainleft {
        height: 949px;
    }

    .mainright {
        padding-left: 30px;
    }

    .Purchased {
        height: 471px;
    }

    .popular {
        height: 421px;
    }
}

.mgtop15 {
    margin-top: 15px;
}

.leftnews {
    height: 85px;
    background: #F6F9FB;
    border-radius: 8px;
}

#leftnews1 {
    height: 100%;
    background: url('../imgs/123.jpg');
    background-size: cover;
}

.leftnewsh3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #302F35;
}

.leftnewsh4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #AF0F0E;
}

.overviewh4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    color: #302F35;
    margin-left: 15px;
    margin-bottom: 20px;
}

.Resourcesboxh4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #302F35;
}

.Resourcesboxdate {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}

#nextres,
#prevres {
    width: 28px;
    height: 28px;
    background-color: red;
    float: right;
    margin-right: 5px;
    border-radius: 50%;
    EEE
}

#nextpop,
#prevpop {
    width: 28px;
    height: 28px;
    background-color: red;
    float: right;
    margin-right: 5px;
    border-radius: 50%;
    EEE
}

.newmessage {
    background: #F6F9FB;
    border-radius: 8px;
    height: 97px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    padding: 15px;
    color: #004A8E;
}

.mymessage {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.message-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;

    color: #585858;
}



@media (max-width: 992px) {
    #mainpage-left {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
 .planpage{
    background-color: white;
    padding-bottom: 25px;
}
.h3choosepanel {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 21px;
    color: #0b4d87;
    text-align:center;
    margin-top: 70px;
    letter-spacing: 4;
}
.redplan{
    color: red;

}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .startpackages{
    margin-top: 50px;
  }
  .packages1{
      background-color: #f6f9fb;
      border-radius: 2px;
  }
  .packages2{
      background-color: #f6f9fb;
      border: 1px solid red;
      border-radius: 5px;
  }
  .planprice {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 8px;
    /* identical to box height */
    color: red;
}